[
  {
    "path": ".github/.htaccess",
    "content": "<IfVersion < 2.4>\n    Order deny,allow\n    Deny from all\n</IfVersion>\n<IfVersion >= 2.4>\n    Require all denied\n</IfVersion>\n"
  },
  {
    "path": ".github/.metadata.json",
    "content": "{\n  \"templateVersion\": \"0.2\",\n  \"product\": {\n    \"name\": \"Data Migration Tool\",\n    \"description\": \"Tool that migrate data from old Magento (1.X) into new, helping with upgrade for merchants\"\n  },\n  \"contacts\": {\n    \"team\": {\n      \"name\": \"Support Tier4\",\n      \"DL\": \"magento-support-experts@adobe.com\",\n      \"slackChannel\": \"#support_experts_public\"\n    }\n  },\n  \"ticketTracker\": {\n    \"functionalJiraQueue\": {\n      \"projectKey\": \"ACP2E\",\n      \"component\": \"Tools/ DataMigrationTool\"\n    },\n    \"securityJiraQueue\": {\n      \"projectKey\": \"MAGREQ\"\n    }\n  },\n  \"productionCodeBranches\": [\"2.4-develop\"]\n}"
  },
  {
    "path": ".github/CODE_OF_CONDUCT.md",
    "content": "# Magento Code of Conduct\n\n## Our Pledge\n\nWe as members, contributors, and leaders pledge to make participation in our project and community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, caste, color, religion, or sexual identity and orientation.\n\nWe pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community.\n\n## Our Standards\n\nExamples of behavior that contribute to a positive environment for our project and community include:\n\n* Demonstrating empathy and kindness toward other people\n* Being respectful of differing opinions, viewpoints, and experiences\n* Giving and gracefully accepting constructive feedback\n* Accepting responsibility and apologizing to those affected by our mistakes, and learning from the experience\n* Focusing on what is best, not just for us as individuals but for the overall community\n\nExamples of unacceptable behavior include:\n\n* The use of sexualized language or imagery, and sexual attention or advances of any kind\n* Trolling, insulting or derogatory comments, and personal or political attacks\n* Public or private harassment\n* Publishing others’ private information, such as a physical or email address, without their explicit permission\n* Other conduct which could reasonably be considered inappropriate in a professional setting\n\n## Our Responsibilities\n\nProject maintainers are responsible for clarifying and enforcing our standards of acceptable behavior and will take appropriate and fair corrective action in response to any instances of unacceptable behavior.\n\nProject maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for behaviors that they deem inappropriate, threatening, offensive, or harmful.\n\n## Scope\n\nThis Code of Conduct applies when an individual is representing the project or its community both within project spaces and in public spaces. Examples of representing a project or community include using an official e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.\n\n## Enforcement\n\nInstances of abusive, harassing, or otherwise unacceptable behavior may be reported by first contacting the project team at engcom@adobe.com. Oversight of Adobe projects is handled by the Adobe Open Source Office, which has final say in any violations and enforcement of this Code of Conduct and can be reached at Grp-opensourceoffice@adobe.com. All complaints will be reviewed and investigated promptly and fairly.\n\nThe project team must respect the privacy and security of the reporter of any incident.\n\nProject maintainers who do not follow or enforce the Code of Conduct may face temporary or permanent repercussions as determined by other members of the project's leadership or the Adobe Open Source Office.\n\n## Enforcement Guidelines\n\nProject maintainers will follow these Community Impact Guidelines in determining the consequences for any action they deem to be in violation of this Code of Conduct:\n\n**1. Correction**\n\nCommunity Impact: Use of inappropriate language or other behavior deemed unprofessional or unwelcome in the community.\n\nConsequence: A private, written warning from project maintainers describing the violation and why the behavior was unacceptable. A public apology may be requested from the violator before any further involvement in the project by violator.\n\n**2. Warning**\n\nCommunity Impact: A relatively minor violation through a single incident or series of actions.\n\nConsequence: A written warning from project maintainers that includes stated consequences for continued unacceptable behavior. Violator must refrain from interacting with the people involved for a specified period of time as determined by the project maintainers, including, but not limited to, unsolicited interaction with those enforcing the Code of Conduct through channels such as community spaces and social media. Continued violations may lead to a temporary or permanent ban.\n\n**3. Temporary Ban**\n\nCommunity Impact: A more serious violation of community standards, including sustained unacceptable behavior.\n\nConsequence: A temporary ban from any interaction or public communication with the community for a specified period of time. No public or private interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, is allowed during this period. Failure to comply with the temporary ban may lead to a permanent ban.\n\n**4. Permanent Ban**\n\nCommunity Impact: Demonstrating a consistent pattern of violation of community standards or an egregious violation of community standards, including, but not limited to, sustained inappropriate behavior, harassment of an individual, or aggression toward or disparagement of classes of individuals.\n\nConsequence: A permanent ban from any interaction with the community.\n\n## Attribution\n\nThis Code of Conduct is adapted from the Contributor Covenant, version 2.1, available at https://www.contributor-covenant.org/version/2/1/code_of_conduct.html."
  },
  {
    "path": ".github/CONTRIBUTING.md",
    "content": "# Contributing to Data Migration Tool code\n\nContributions to the Data Migration Tool codebase are done using the fork & pull model.\nThis contribution model has contributors maintaining their own copy of the forked codebase (which can easily be synced with the main copy). The forked repository is then used to submit a request to the base repository to “pull” a set of changes. For more information on pull requests please refer to [GitHub Help](https://help.github.com/articles/about-pull-requests/).\n\nContributions can take the form of new components or features, changes to existing features, tests, documentation (such as developer guides, user guides, examples, or specifications), bug fixes or optimizations.\n\nThe Data Migration Tool development team will review all issues and contributions submitted by the community of developers in the first in, first out order. During the review we might require clarifications from the contributor. If there is no response from the contributor within two weeks, the pull request will be closed.\n\n\n## Contribution requirements\n\n1. Contributions must adhere to the [Magento coding standards](https://devdocs.magento.com/guides/v2.2/coding-standards/bk-coding-standards.html).\n2. Pull requests (PRs) must be accompanied by a meaningful description of their purpose. Comprehensive descriptions increase the chances of a pull request being merged quickly and without additional clarification requests.\n3. Commits must be accompanied by meaningful commit messages. Please see the [Pull Request Template](https://github.com/magento/data-migration-tool/blob/2.2-develop/.github/PULL_REQUEST_TEMPLATE.md) for more information.\n4. PRs which include bug fixes must be accompanied with a step-by-step description of how to reproduce the bug.\n3. PRs which include new logic or new features must be submitted along with:\n* Unit/integration test coverage\n* Proposed [documentation](http://devdocs.magento.com) updates. Documentation contributions can be submitted via the [devdocs GitHub](https://github.com/magento/devdocs).\n\n## Contribution process\n\nIf you are a new GitHub user, we recommend that you create your own [free github account](https://github.com/signup/free). This will allow you to collaborate with the Data Migration Tool development team, fork the the tool project and send pull requests.\n\n1. Search current [listed issues](https://github.com/magento/data-migration-tool/issues) (open or closed) for similar proposals of intended contribution before starting work on a new contribution.\n2. Review and sign the [Contributor License Agreement (CLA)](https://opensource.adobe.com/cla.html) if this is your first time contributing. You only need to sign the CLA once.\n3. Create and test your work.\n4. Fork the Data Migration Tool repository.\n5. Once your contribution is received the Data Migration Tool development team will review the contribution and collaborate with you as needed.\n\n## Code of Conduct\n\nPlease note that this project is released with a Contributor Code of Conduct. We expect you to agree to its terms when participating in this project.\nThe full text is available in the repository [Wiki](https://github.com/magento/magento2/wiki/Magento-Code-of-Conduct).\n"
  },
  {
    "path": ".github/ISSUE_TEMPLATE.md",
    "content": "<!--- Reported issues in this project are supported mainly by Magento community -->\n<!--- Please submit a support ticket here https://magento.com/contact-us if you migrate to Magento 2 Commerce -->\n<!--- Try to find a similar issue among existing and please be engaged in discussions -->\n<!--- Before adding new issues, please, check this article https://github.com/magento/magento2/wiki/Issue-reporting-guidelines-->\n\n### Preconditions\n<!--- Provide a more detailed information of environment you use -->\n<!--- Magento 1 and Magento 2 versions, tag, HEAD, etc., PHP & MySQL version, etc.. -->\n1. \n2. \n\n### Steps to reproduce\n<!--- Provide a set of unambiguous steps to reproduce this bug include code, if relevant  -->\n1. \n2. \n3. \n\n### Expected result\n<!--- Tell us what should happen -->\n1. \n\n### Actual result\n<!--- Tell us what happens instead -->\n1. [Screenshot, logs]\n\n### Additional notes\n"
  },
  {
    "path": ".github/PULL_REQUEST_TEMPLATE.md",
    "content": "### Description\n<!--- Provide a description of the changes proposed in the pull request -->\n\n### Fixed Issues (if relevant)\n1. magento/data-migration-tool#<issue_number>: Issue title\n2. ...\n\n### Manual testing scenarios\n<!--- Provide a set of unambiguous steps to test the proposed code change -->\n1. ...\n2. ...\n\n### Contribution checklist\n - [ ] Pull request has a meaningful description of its purpose\n - [ ] All commits are accompanied by meaningful commit messages\n - [ ] All new or changed code is covered with unit/integration tests (if applicable)\n - [ ] README.md file is updated and included in the pull request if any [README.md predefined sections](https://github.com/magento/devdocs/wiki/Magento-module-README.md) require an update\n"
  },
  {
    "path": ".gitignore",
    "content": "/.buildpath\n/.cache\n/.metadata\n/.project\n/.settings\natlassian*\n/nbproject\n/sitemap\n/.idea\n/.gitattributes\n/node_modules\n\n/tests/unit/tmp\n/tests/unit/phpunit.xml\n/tests/integration/etc/config.xml\n/tests/integration/etc/mysql.php\n/var\n"
  },
  {
    "path": "CHANGELOG.md",
    "content": "2.4.8\n=============\n* Added support for versions:\n\n  * Magento Open Source: 2.4.8\n  * Adobe Commerce: 2.4.8\n\n2.4.7\n=============\n* Added support for versions:\n\n  * Magento Open Source: 2.4.7\n  * Adobe Commerce: 2.4.7\n\n2.4.6\n=============\n* Added support for versions:\n\n    * Magento Open Source: 2.4.6\n    * Magento Commerce: 2.4.6\n\n* Fixed bugs:\n\n    * 8.1 support\n\n2.4.5\n=============\n* Added support for versions:\n\n    * Magento Open Source: 2.4.5\n    * Magento Commerce: 2.4.5\n\n* Fixed bugs:\n\n    * 8.1 support\n\n2.4.4\n=============\n* Added support for versions:\n\n    * Magento Open Source: 2.4.4\n    * Magento Commerce: 2.4.4\n\n* Fixed bugs:\n\n    * New monolog version caused composer dependency conflict\n    * Customer login is not working after Migration from Magento 1.x\n\n2.4.3\n=============\n* Added support for versions:\n\n    * Magento Open Source: 2.4.3\n    * Magento Commerce: 2.4.3\n\n* Fixed bugs:\n\n    * Delta fix the wrong table prefix\n\n2.4.2\n=============\n* Added support for versions:\n\n    * Magento Open Source: 2.4.2\n    * Magento Commerce: 2.4.2\n\n* Fixed bugs:\n\n    * Add support for non-default attribute set groups\n    * Time difference issue\n\n2.4.1\n=============\n* Added support for versions:\n\n   * Magento Open Source: 2.4.1\n   * Magento Commerce: 2.4.1\n\n* Fixed bugs:\n\n   * Errors on category edit page and product edit page when Default attribute set was removed in Magento 1\n\n2.4.0\n=============\n* Added support for versions:\n\n   * Magento Open Source: 2.4.0\n   * Magento Commerce: 2.4.0\n\n* Fixed bugs:\n\n   * Independent set ssl_ca, ssl_cert, and ssl_key in config.xml\n   * Integrity constraint violation exception on EAV step\n   * Error Duplicate entry 31-Images during migration on EAV Step\n   * Error if no custom entity attributes exist on EAV Step\n\n2.3.5\n=============\n* Merge of EAV Structure of Magento 1 with Magento 2   \n* Added support for versions:\n\n   * Magento Open Source: 2.3.5, 1.9.4.5\n   * Magento Commerce: 2.3.5, 1.14.4.5\n\n* Fixed bugs:\n\n   * Error `Base table or view not found` during migration from Open Source to Commerce\n   * Recurring Profile attributes are migrated but Magento 2 does not support Recurring Payments anymore\n   * Error of enterprise-tables not being present in opensource database\n   * Trouble with password hashes\n   * Add missed delta functionality to ConfigurablePrices Step\n   * Keeping sequence product / sequence catalog category updated\n   * Wildcard must represent zero or more character\n   * Reducing the number of validate type calls while reading data from the map.xml file\n   * Cannot migrate settings if settings.xml file is out of Data Migration Tool root directory\n   * Volume check is run for index tables of catalog rule\n   * Initializing the record transformer before the loop\n   * [Issue #541](https://github.com/magento/data-migration-tool/issues/541): Don't migrate the attribute url_path from product entities\n   * [Issue #791](https://github.com/magento/data-migration-tool/issues/791): Error during migration when use prefix for tables\n   \n2.3.4\n=============\n* Added ability for Data Migration Tool to load group-xml files outside its own directory   \n* Added support for versions:\n\n   * Magento Open Source: 2.3.4, 1.9.4.4\n   * Magento Commerce: 2.3.4, 1.14.4.4\n\n* Fixed bugs:\n\n   * Error during migration to Magento Commerce when Staging module not installed   \n   * Error documents are not mapped catalog_category_flat when migrating Magento 1 with flat tables\n   * Multiple queries can't be executed error when add several SQL init statements before Magento 1 store migration\n   * If product_url_suffix is null then it slows down migration\n   * Dropdowns Missing On Frontend After Migration\n   * Empty categories after migration\n   * No necessary product index tables are migrated\n   * Mismatch of entities in the document warnings with the tables which are not part of delta migration\n   * Volume check throws Warnings on Delta migration for catalog tables when products with multiselect attribute were changed on Magento 1\n   * Volume checks are not run on Delta without\n   * Error Base table or view not found when using prefix in Magento 2 DB tables\n   * [Issue #727](https://github.com/magento/data-migration-tool/issues/727): Admin URL not working after migration\n   * [Issue #731](https://github.com/magento/data-migration-tool/issues/731): Next order increment Id duplicates for different store view after migratio\n   * [Issue #738](https://github.com/magento/data-migration-tool/issues/738): Load test classes from autoload-dev block\n   * [Issue #746](https://github.com/magento/data-migration-tool/issues/746): Error array_key_exists() expects parameter 2 to be array on Map step\n   * [Issue #760](https://github.com/magento/data-migration-tool/issues/760): More info about record field\n   * [Issue #775](https://github.com/magento/data-migration-tool/issues/775): Delta rewrite URL CE step not using database prefix correctly\n\n2.3.3\n=============\n* Improvements in Delta migration. Now it can migrate new or changed in admin panel products and categories\n* Added ability for Data Migration Tool to load map files outside its own directory   \n* Added support for versions:\n\n   * Magento Open Source: 2.3.3, 1.9.4.3\n   * Magento Commerce: 2.3.3, 1.14.4.3\n\n* Fixed bugs:\n\n   * Url rewrites duplicates resoled incorrect with several websites   \n   * Generation of URN in PhpStorm does not work for Data Migration Tool\n   * Error during migration from text type table to varchar type table when no custom multiselect attribute data exist\n   * Target Rules throws error on Delta migration\n   * Error message was hidden by progress bar during migration in UrlRewrites step \n   * [Issue #646](https://github.com/magento/data-migration-tool/issues/646): Migrated products with multiselect attribute do not show in layered navigation\n   * [Issue #659](https://github.com/magento/data-migration-tool/issues/659): Error duplicate entry appears then core_store_group.name has duplicates\n   * [Issue #664](https://github.com/magento/data-migration-tool/issues/664): Custom category attributes disappear on category save after migration\n   * [Issue #708](https://github.com/magento/data-migration-tool/issues/708): Missing Table Prefix in PostProcessing Step \n   * [Issue #715](https://github.com/magento/data-migration-tool/issues/715): StockSalesChannel does not remove original record from installation prior to insertion of new records \n\n2.3.2\n=============\n* Added support for versions:\n\n   * Magento Open Source: 2.3.2, 1.9.4.2 \n   * Magento Commerce: 2.3.2, 1.14.4.2\n\n* Fixed bugs:\n\n   * M1 Super Product Attribute to M2 Configuration setting wrong Price\n   * [Issue #682](https://github.com/magento/data-migration-tool/issues/682): Incorrect url rewrite record pagination\n   * [Issue #685](https://github.com/magento/data-migration-tool/issues/685): Payment method is not available error after migration\n   * [Issue #598](https://github.com/magento/data-migration-tool/issues/598): Error in system.log about migrated attribute which is not included into attribute group\n   * [Issue #677](https://github.com/magento/data-migration-tool/issues/677): Data migration fails due to invalid regex in widget placeholder handler \n\n2.3.1\n=============\n* Added support for versions:\n\n   * Magento Open Source: 2.3.1, 1.9.4.1 \n   * Magento Commerce: 2.3.1, 1.14.4.1\n\n* Fixed bugs:\n\n   * Encrypt sensitive data with libsodium\n   * [Issue #607](https://github.com/magento/data-migration-tool/issues/607): SalesIncrement Step showed unclear error message\n   * [Issue #615](https://github.com/magento/data-migration-tool/issues/615): Next generated increment id was based on the highest increment number from all stores after migration\n   * [Issue #574](https://github.com/magento/data-migration-tool/issues/574): Required price field appeared on migrated Grouped products\n   * [Issue #235](https://github.com/magento/data-migration-tool/issues/235): EAV step did not revert tables of M2 in case of error\n   * [Issue #461](https://github.com/magento/data-migration-tool/issues/461): Virtual classes in Magento 2 caused error on migrating EAV data\n   * [Issue #632](https://github.com/magento/data-migration-tool/issues/632): Error when serialized value had false type\n   * [Issue #651](https://github.com/magento/data-migration-tool/issues/651): The Data Migration Tool did not notify user when Magento DB uses prefix in tables name\n\n2.3.0\n=============\n* Added support for versions:\n\n   * Magento Open Source: 1.9.4.0, 2.3.0\n   * Magento Commerce: 1.14.4.0, 2.3.0\n\n* Fixed bugs:\n\n   * [Issue #595](https://github.com/magento/data-migration-tool/issues/595): Fields from third-party extensions cause error during migration with `-auto` option\n   * [Issue #596](https://github.com/magento/data-migration-tool/issues/596): Error during migration when parent product id is not found in `catalog_product_bundle_option` table\n   * [Issue #609](https://github.com/magento/data-migration-tool/issues/609): `Array to string conversion` exception when running Deltas of Sales Order Grid\n   * [Issue #201](https://github.com/magento/data-migration-tool/issues/201): Error during migration when there are several attribute sets in Magento 2  \n\n2.2.6\n=============\n* Added support for versions:\n\n   * Magento Open Source: 1.9.3.10, 2.2.6\n   * Magento Commerce: 1.14.3.10, 2.2.6\n\n* Fixed bugs:\n\n   * Duplicate `amazon_customer` record in `map.xml` file\n   * [Issue #557](https://github.com/magento/data-migration-tool/issues/557): `map-tier-pricing.xml.dist` references were incorrect\n   * [Issue #545](https://github.com/magento/data-migration-tool/issues/545): PayPal standard settings for active/sandbox mode was not carried across\n   * [Issue #554](https://github.com/magento/data-migration-tool/issues/554): Duplicate `ignore` mappings found in EE-to-EE platform\n   * [Issue #555](https://github.com/magento/data-migration-tool/issues/555): Duplicate `ignore` mappings found in CE-to-EE platform\n   * [Issue #556](https://github.com/magento/data-migration-tool/issues/556): Duplicate `ignore` mappings found in CE-to-CE platform\n   * [Issue #561](https://github.com/magento/data-migration-tool/issues/561): Incorrect migration of records when value must be moved to a different destination field\n   * [Issue #578](https://github.com/magento/data-migration-tool/issues/578): Attributes with dash in attribute codes gave error\n\n2.2.5\n=============\n* Added support for versions:\n\n   * Magento Open Source: 1.9.3.9, 2.2.5\n   * Magento Commerce: 1.14.3.9, 2.2.5\n\n* Fixed bugs:\n\n   * New table `tablevertex_order_invoice_status` caused error during migration\n   * Image excluding and sort order did not migrate properly on Magento Commerce\n   * [Issue #514](https://github.com/magento/data-migration-tool/issues/514): `base_grand_total` field was not migrated in invoice grid table\n   * [Issue #534](https://github.com/magento/data-migration-tool/issues/534): The migration step Log did not update the progress bar with large data\n   * [Issue #535](https://github.com/magento/data-migration-tool/issues/535): B2B destination tables caused errors during migration for Commerce Edition\n   * [Issue #536](https://github.com/magento/data-migration-tool/issues/536): Prohibited tabs and format XML files in code of the project\n   * [Issue #537](https://github.com/magento/data-migration-tool/issues/537): Comments to the function declaration were missed\n   * [Issue #532](https://github.com/magento/data-migration-tool/issues/532): Serialization was used instead of json format for lock file\n   * [Issue #533](https://github.com/magento/data-migration-tool/issues/533): Duplicate node was used in mapping files\n\n2.2.4\n=============\n* Added support for versions:\n\n   * Magento Open Source: 2.2.4\n   * Magento Commerce: 2.2.4\n\n* Fixed bugs:\n\n   * New tables `email_abandoned_cart` and `temando_rma_shipment` caused error during migration\n   * [Issue #481](https://github.com/magento/data-migration-tool/issues/481): Url rewrite suffix contained only dot symbol\n   * [Issue #487](https://github.com/magento/data-migration-tool/issues/487): Important tables were missing in `deltalog.xml.dist`\n\n2.2.3\n=============\n* Added support for versions:\n\n   * Magento Open Source: 1.9.3.8, 2.2.3\n   * Magento Commerce: 1.14.3.8, 2.2.3\n\n* Fixed bugs:\n\n   * Dotmailer Marketing and Temando tables caused errors during migration\n   * `Duplicate entry` error on customer_group table when bulk_size was set to 1\n   * Error during migration when min cart qty was not serialized\n   * CMS pages content was not filtered from 3rd party customizations\n   * Prices that were setup per website scope for Configurable products were not migrated properly\n   * [Issue #433](https://github.com/magento/data-migration-tool/issues/433): Enterprise gift card accounts did not work in delta mode\n   * [Issue #411](https://github.com/magento/data-migration-tool/issues/411): CMS Pages caused errors if contained XML layout code\n   * [Issue #445](https://github.com/magento/data-migration-tool/issues/445): Not able to migrate attribute group names if contain non-latin characters \n   * [Issue #454](https://github.com/magento/data-migration-tool/issues/454): Volume check errors were not detailed\n\n2.2.2\n=============\n* Added support for versions:\n\n   * Magento Open Source: 2.2.2\n   * Magento Commerce: 2.2.2\n\n* Fixed bugs:\n\n   * Customer Attribute step did not remember its position\n   * Wrong value for `eav_attribute_group.attribute_group_code` field was set for non-product entities\n   * [Issue #355](https://github.com/magento/data-migration-tool/issues/355): Data integrity check errors did not indicate the source of the error\n   * [Issue #378](https://github.com/magento/data-migration-tool/issues/378): Settings step threw an error when additional fields from an extension were added to the `core_config_data` database table\n\n2.2.1\n=============\n* Broken serialized data does not stop migration\n* Enhancement in supporting PHP 7.1\n* Added support for versions:\n\n   * Magento Open Source: 1.9.3.7, 2.2.1\n   * Magento Commerce: 1.14.3.7, 2.2.1\n\n* Fixed bugs:\n\n   * Url suffix for products and categories was without dot after migration\n   * Redirect loop on Admin Login page if cookie domain was set in store configuration\n   * Some serialized settings were not converted into json in Magento Open Source\n   * Store step did not support auto resolve function\n   * `Array to string conversion error` when product in order did not have options\n   * [Issue #400](https://github.com/magento/data-migration-tool/issues/400): Return `$temporaryTable` property to protected visibility\n\n2.2.0\n=============\n* Integrity check errors can be ignored with a new `-a|--auto` CLI argument\n* Customer step was rewritten to be more clear\n* Added support for mapping functionality into Stores step\n* Added possibility of using secure connection to MySQL\n* Added support for PHPUnit 6\n* Added support for versions:\n\n   * Magento Open Source: 2.2.0\n   * Magento Commerce: 2.2.0\n\n* Fixed bugs:\n\n   * An error on EAV step when records from the `eav_entity_attribute` table have references to non-existent records from the `eav_attribute_set` table\n\n2.1.9\n=============\n* Added support for versions:\n\n   * Magento CE: 1.9.3.6, 2.1.9\n   * Magento EE: 1.14.3.6, 2.1.9\n\n* Fixed bugs:\n\n   * [Issue #351](https://github.com/magento/data-migration-tool/issues/351): An error `Class adminhtml/catalog_product_helper_form_config does not exist` appeared on EAV step during migration \n\n2.1.8\n=============\n* Added support for versions:\n\n   * Magento CE: 1.9.3.4, 2.1.8\n   * Magento EE: 1.14.3.4, 2.1.8\n\n* Fixed bugs:\n\n   * Volume checks were missing when migrating data to EE\n   * Delta did not work on archived sales order grid\n   * Urlrewrites added unwanted extra dot to url suffix\n   * [Issue #306](https://github.com/magento/data-migration-tool/issues/306): Tables prefix was not added to the table `customer_entity` which triggered error\n   * [Issue #279](https://github.com/magento/data-migration-tool/issues/279): No warnings appeared when delta tables could not be created \n\n2.1.7\n=============\n* Added support for versions:\n\n   * Magento CE: 1.9.3.3, 2.1.7\n   * Magento EE: 1.14.3.3, 2.1.7\n\n* Fixed bugs:\n   * [Issue #283](https://github.com/magento/data-migration-tool/issues/283): Ignored attributes were not cleaned properly in the following extended attribute tables: `catalog_eav_attribute`, `customer_eav_attribute`\n   * [Issue #176](https://github.com/magento/data-migration-tool/issues/176): Ignored fields in the `map-eav.xml` file caused errors during migration if the table fields could not be NULL (set as NOT NULL)\n\n2.1.6\n=============\n* Added possibility to specify custom port for MySQL server connection\n* Added support for versions:\n\n   * Magento CE: 2.1.6\n   * Magento EE: 2.1.6\n\n* Fixed bugs:\n   * Unable to save Customer's custom attribute value if the attribute has been created after migration\n   * An error occurred during the TierPrice migration step if the product had both Tier and Group Prices and the quantity of a product in Tier Price was 1\n   * Issues [#207](https://github.com/magento/data-migration-tool/issues/207), [#264](https://github.com/magento/data-migration-tool/issues/264): Customer Segments with product attributes in conditions caused Store Front to be inoperative\n   * [Issue #212](https://github.com/magento/data-migration-tool/issues/212): When some system attributes had not been included in a product attribute set, they were checked and linked to such set instead of being added automatically. These system attributes are: category_ids, giftcard_type, price_type, shipment_type, sku_type, weight_type, swatch_image\n\n2.1.5\n=============\n* Updated copyright notice\n* Added support for versions:\n\n   * Magento CE: 2.1.5\n   * Magento EE: 2.1.5\n\n2.1.4\n=============\n* Added support for versions:\n\n   * Magento CE: 1.9.3.2, 2.1.4\n   * Magento EE: 1.14.3.2, 2.1.4\n\n* Fixed bugs:\n   * [Issue #81](https://github.com/magento/data-migration-tool/issues/81): URL rewrites were duplicated because of empty URL prefixes from Magento configuration\n   * [Issue #203](https://github.com/magento/data-migration-tool/issues/203): SalesIncrement Step (`Delta` migration mode) produced an error when `eav_entity_store` had references to `eav_entity_type` records, added by extensions\n   * [Issue #7916](https://github.com/magento/magento2/issues/7916): Saving a category in Magento 2 Admin Panel after migration caused an error when involving products linked to the root category \n\n2.1.3\n=============\n* The new DataIntegrity step checks for orphaned records in Magento 1 database\n* The TierPrice step now supports data mapping\n* Added support for versions:\n\n    * Magento CE: 1.9.3.1, 2.1.3\n    * Magento EE: 1.14.3.1, 2.1.3\n\n* Fixed bugs:\n    * An error occurred in the TierPrice step while checking structure of database records with the undefined `value_id` field\n    * [Issue #123](https://github.com/magento/data-migration-tool/issues/123): After migration, store administrators could not edit details of some products via Admin panel. The error message stated the missing *componentType* configuration parameter for the *design* component\n    * [Issue #170](https://github.com/magento/data-migration-tool/issues/170): Migrating orphaned database records caused the `Integrity constraint violation` error in the EAV migration step\n    * [Issue #6510](https://github.com/magento/magento2/issues/6510): After migration, editing customer details via Admin panel caused an error message. This happened due to migrating database records with an empty *frontend_input* field (*eav_attribute* table)\n\n2.1.2\n=============\n* Added support for migration for the following versions:\n\n    * Magento CE version 1.9.3.0, 2.1.2\n    * Magento EE version 1.14.3.0, 2.1.2\n\n* Fixed bugs:\n    * CMS pages with custom layout were not fully functional after migration\n    * Some pages in the Admin Panel could not be displayed due to incorrect redirects\n    * [Issue #96](https://github.com/magento/data-migration-tool/issues/96): Incorrect UTF-8 character conversion (<code>?</code> appeared instead of symbols)\n    * Issues [#115](https://github.com/magento/data-migration-tool/issues/115), [#159](https://github.com/magento/data-migration-tool/issues/159), [#134](https://github.com/magento/data-migration-tool/issues/134): EAV attributes can now be fully ignored by specifying their entity types\n    * [Issue #161](https://github.com/magento/data-migration-tool/issues/161): The <code>advanced/modules_disable_output</code> keys are now ignored by using wildcards (instead of specifying their full names) in the configuration file\n\n2.1.1\n=============\n* Improvements in migration of Magento 1 CE stores upgraded to 1.6 and later versions from versions earlier than 1.6 version\n* Performance improvements in migration process\n* Added support for migration for the following versions:\n\n    * Magento CE version 2.1.1\n    * Magento EE version 2.1.1\n\n* Fixed bugs:\n    * Fixed an issue with URL Rewrite duplication in CMS Pages and Catalog\n    * [Issue#112](https://github.com/magento/data-migration-tool/issues/112) Errors on EAV step\n    * [Issue#75](https://github.com/magento/data-migration-tool/issues/75) Data Migration hung at Customer Attributes Step\n    * [Issue#64](https://github.com/magento/data-migration-tool/issues/64) Migration does not run on PHP 7 after DI compilation\n\n2.1.0\n=============\n* Added support for migration of Magento 1 CE stores upgraded to 1.6 and later versions from versions earlier than 1.6 version\n* Added support for migration for the following versions:\n\n    * Magento CE v. 1.9.2.4, v. 2.1.0\n    * Magento EE v. 1.14.2.4, v.2.1.0\n\n* Fixed bugs:\n    * Fixed an issue with RMA creation after migration\n    * Fixed an issue with URL Rewrite duplication for CMS Pages\n    * [Issue#59](https://github.com/magento/data-migration-tool/issues/59) Wrong URL addresses for products and categories\n    * [Issue#36](https://github.com/magento/data-migration-tool/issues/36) `Incorrect table name` error on products grid page\n\n2.0.7\n=============\n* Added support for:\n\n    * Magento CE version 2.0.7\n    * Magento EE version 2.0.7\n\n2.0.5\n=============\n* Added support for:\n\n    * Magento CE version 2.0.5\n    * Magento EE version 2.0.5\n\n2.0.2\n=============\n* There is now one GitHub repository for both the Magento CE and EE migration tools\n* Added the Magento EE license when migrating\n* Error messages are more informative\n* Added support for:\n\n    * Magento CE versions 1.9.2.3, 2.0.2\n    * Magento EE version 1.14.2.3, 2.0.2\n\n* Fixed bugs:\n    * Fixed an issue with migrating passwords\n    * [Issue#48](https://github.com/magento/data-migration-tool-ce/issues/48) We no longer migrate backup tables\n    * [Issue#15](https://github.com/magento/data-migration-tool-ce/issues/15) Improved error reporting for migrating URL rewrites\n    * [Issue#46](https://github.com/magento/data-migration-tool-ce/issues/46) Improved URL rewrite validation\n    * [Issue#33](https://github.com/magento/data-migration-tool-ce/issues/33) Resolved issue that resulted in the `inet_ntop(): Invalid in_addr value` error\n    * [Issue#12](https://github.com/magento/data-migration-tool-ce/issues/12) Duplicate entries in the `catalogsearch_query` table are no longer migrated\n"
  },
  {
    "path": "COPYING.txt",
    "content": "Each Magento source file included in this distribution is licensed under OSL 3.0 or the Magento Enterprise Edition (MEE) license\n\nhttp://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)\nPlease see LICENSE.txt for the full text of the OSL 3.0 license or contact license@magentocommerce.com for a copy.\n\nSubject to Licensee's payment of fees and compliance with the terms and conditions of the MEE License, the MEE License supersedes the OSL 3.0 license for each source file.\nPlease see LICENSE_MEE.txt for the full text of the MEE License or visit http://magento.com/legal/terms/enterprise."
  },
  {
    "path": "LICENSE.txt",
    "content": "\nOpen Software License (\"OSL\") v. 3.0\n\nThis Open Software License (the \"License\") applies to any original work of authorship (the \"Original Work\") whose owner (the \"Licensor\") has placed the following licensing notice adjacent to the copyright notice for the Original Work:\n\nLicensed under the Open Software License version 3.0\n\n   1. Grant of Copyright License. Licensor grants You a worldwide, royalty-free, non-exclusive, sublicensable license, for the duration of the copyright, to do the following:\n\n         1. to reproduce the Original Work in copies, either alone or as part of a collective work;\n\n         2. to translate, adapt, alter, transform, modify, or arrange the Original Work, thereby creating derivative works (\"Derivative Works\") based upon the Original Work;\n\n         3. to distribute or communicate copies of the Original Work and Derivative Works to the public, with the proviso that copies of Original Work or Derivative Works that You distribute or communicate shall be licensed under this Open Software License;\n\n         4. to perform the Original Work publicly; and\n\n         5. to display the Original Work publicly. \n\n   2. Grant of Patent License. Licensor grants You a worldwide, royalty-free, non-exclusive, sublicensable license, under patent claims owned or controlled by the Licensor that are embodied in the Original Work as furnished by the Licensor, for the duration of the patents, to make, use, sell, offer for sale, have made, and import the Original Work and Derivative Works.\n\n   3. Grant of Source Code License. The term \"Source Code\" means the preferred form of the Original Work for making modifications to it and all available documentation describing how to modify the Original Work. Licensor agrees to provide a machine-readable copy of the Source Code of the Original Work along with each copy of the Original Work that Licensor distributes. Licensor reserves the right to satisfy this obligation by placing a machine-readable copy of the Source Code in an information repository reasonably calculated to permit inexpensive and convenient access by You for as long as Licensor continues to distribute the Original Work.\n\n   4. Exclusions From License Grant. Neither the names of Licensor, nor the names of any contributors to the Original Work, nor any of their trademarks or service marks, may be used to endorse or promote products derived from this Original Work without express prior permission of the Licensor. Except as expressly stated herein, nothing in this License grants any license to Licensor's trademarks, copyrights, patents, trade secrets or any other intellectual property. No patent license is granted to make, use, sell, offer for sale, have made, or import embodiments of any patent claims other than the licensed claims defined in Section 2. No license is granted to the trademarks of Licensor even if such marks are included in the Original Work. Nothing in this License shall be interpreted to prohibit Licensor from licensing under terms different from this License any Original Work that Licensor otherwise would have a right to license.\n\n   5. External Deployment. The term \"External Deployment\" means the use, distribution, or communication of the Original Work or Derivative Works in any way such that the Original Work or Derivative Works may be used by anyone other than You, whether those works are distributed or communicated to those persons or made available as an application intended for use over a network. As an express condition for the grants of license hereunder, You must treat any External Deployment by You of the Original Work or a Derivative Work as a distribution under section 1(c).\n\n   6. Attribution Rights. You must retain, in the Source Code of any Derivative Works that You create, all copyright, patent, or trademark notices from the Source Code of the Original Work, as well as any notices of licensing and any descriptive text identified therein as an \"Attribution Notice.\" You must cause the Source Code for any Derivative Works that You create to carry a prominent Attribution Notice reasonably calculated to inform recipients that You have modified the Original Work.\n\n   7. Warranty of Provenance and Disclaimer of Warranty. Licensor warrants that the copyright in and to the Original Work and the patent rights granted herein by Licensor are owned by the Licensor or are sublicensed to You under the terms of this License with the permission of the contributor(s) of those copyrights and patent rights. Except as expressly stated in the immediately preceding sentence, the Original Work is provided under this License on an \"AS IS\" BASIS and WITHOUT WARRANTY, either express or implied, including, without limitation, the warranties of non-infringement, merchantability or fitness for a particular purpose. THE ENTIRE RISK AS TO THE QUALITY OF THE ORIGINAL WORK IS WITH YOU. This DISCLAIMER OF WARRANTY constitutes an essential part of this License. No license to the Original Work is granted by this License except under this disclaimer.\n\n   8. Limitation of Liability. Under no circumstances and under no legal theory, whether in tort (including negligence), contract, or otherwise, shall the Licensor be liable to anyone for any indirect, special, incidental, or consequential damages of any character arising as a result of this License or the use of the Original Work including, without limitation, damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses. This limitation of liability shall not apply to the extent applicable law prohibits such limitation.\n\n   9. Acceptance and Termination. If, at any time, You expressly assented to this License, that assent indicates your clear and irrevocable acceptance of this License and all of its terms and conditions. If You distribute or communicate copies of the Original Work or a Derivative Work, You must make a reasonable effort under the circumstances to obtain the express assent of recipients to the terms of this License. This License conditions your rights to undertake the activities listed in Section 1, including your right to create Derivative Works based upon the Original Work, and doing so without honoring these terms and conditions is prohibited by copyright law and international treaty. Nothing in this License is intended to affect copyright exceptions and limitations (including 'fair use' or 'fair dealing'). This License shall terminate immediately and You may no longer exercise any of the rights granted to You by this License upon your failure to honor the conditions in Section 1(c).\n\n  10. Termination for Patent Action. This License shall terminate automatically and You may no longer exercise any of the rights granted to You by this License as of the date You commence an action, including a cross-claim or counterclaim, against Licensor or any licensee alleging that the Original Work infringes a patent. This termination provision shall not apply for an action alleging patent infringement by combinations of the Original Work with other software or hardware.\n\n  11. Jurisdiction, Venue and Governing Law. Any action or suit relating to this License may be brought only in the courts of a jurisdiction wherein the Licensor resides or in which Licensor conducts its primary business, and under the laws of that jurisdiction excluding its conflict-of-law provisions. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. Any use of the Original Work outside the scope of this License or after its termination shall be subject to the requirements and penalties of copyright or patent law in the appropriate jurisdiction. This section shall survive the termination of this License.\n\n  12. Attorneys' Fees. In any action to enforce the terms of this License or seeking damages relating thereto, the prevailing party shall be entitled to recover its costs and expenses, including, without limitation, reasonable attorneys' fees and costs incurred in connection with such action, including any appeal of such action. This section shall survive the termination of this License.\n\n  13. Miscellaneous. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable.\n\n  14. Definition of \"You\" in This License. \"You\" throughout this License, whether in upper or lower case, means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License. For legal entities, \"You\" includes any entity that controls, is controlled by, or is under common control with you. For purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.\n\n  15. Right to Use. You may use the Original Work in all ways not otherwise restricted or conditioned by this License or by law, and Licensor promises not to interfere with or be responsible for such uses by You.\n\n  16. Modification of This License. This License is Copyright (C) 2005 Lawrence Rosen. Permission is granted to copy, distribute, or communicate this License without modification. Nothing in this License permits You to modify this License as applied to the Original Work or to Derivative Works. However, You may modify the text of this License and copy, distribute or communicate your modified version (the \"Modified License\") and apply it to other original works of authorship subject to the following conditions: (i) You may not indicate in any way that your Modified License is the \"Open Software License\" or \"OSL\" and you may not use those names in the name of your Modified License; (ii) You must replace the notice specified in the first paragraph above with the notice \"Licensed under <insert your license name here>\" or with a notice of your own that is not confusingly similar to the notice in this License; and (iii) You may not claim that your original works are open source software unless your Modified License has been approved by Open Source Initiative (OSI) and You comply with its license review and certification process."
  },
  {
    "path": "LICENSE_MEE.txt",
    "content": "ENTERPRISE EDITION AGREEMENT\n\nThis End User License Agreement (\"Agreement\") is entered into by and between Magento, Inc. (\"Magento\"),\nand the Licensee executing the Magento Order Form (defined below). The parties agree as follows:\n\n1.  LICENSE\n    1.1. Subject to Licensee's payment of the applicable fees and to Licensee's compliance with\n    other terms and conditions of this Agreement, Magento grants Licensee a non-transferable,\n    non-assignable, non-sublicensable, worldwide license to copy the Software for the purpose\n    of installing and using it on a computer and solely for internal purposes, in accordance\n    with the Software's technical documentation and solely during the periods and on the\n    maximum number of Designated Servers specified in one or more applicable Magento or\n    Magento-authorized reseller ordering schedules (the \"Magento Order Form\") executed with Licensee.\n\n    1.2. In the event that Licensee's actual number of Servers of a particular Software license\n    exceeds the licensed number of Designated Servers on such license, Licensee shall promptly\n    provide Magento with written notice and pay Magento the fees required to license such\n    additional Server(s) in accordance with the commercial terms set out in the Magento Order Form.\n\n    1.3. Licensee shall implement reasonable controls to ensure that it does not exceed\n    the maximum number of licensed Servers of the Software. Magento reserves the right to\n    audit Licensee's use of the Software during normal business hours and with reasonable\n    notice and to include means within the Software to limit Licensee's use of the Software\n    to the licensed number of Servers.\n\n    1.4. Magento shall provide to Licensee an initial copy of the Software, including the\n    associated technical documentation, for use by Licensee in accordance with this Agreement.\n    Subject to Sections 1.1-1.3 above, Licensee is authorized to make a reasonable number\n    of non-Server copies of the Software, e.g., onto a local pc, as it requires for purpose of\n    exercising its rights under this Agreement.\n\n    1.5. Licensee is authorized to use the Software on a single substitute or backup Server\n    on a temporary basis without charge any time a Designated Server is inoperative due to\n    a malfunction beyond the control of Licensee. Licensee may transfer the Software on\n    a permanent basis to a single replacement Server without charge. Licensee agrees\n    to provide Magento with written notice, including the Server type and operating system,\n    of any such transfer to a backup or replacement Server within five (5) days thereafter.\n\n    1.6. Licensee acknowledges that portions of the Software are also freely available to\n    the public under Magento's open source version of the Software, known as Magento Community Edition,\n    subject to certain conditions, with limited warranties and other limited assurances,\n    and without service or support. As an express condition for the license granted hereunder,\n    Licensee agrees that any use during the term of this Agreement of such open source versions\n    of the Software, whether in a Production Server Instance or a Non-Production Server Instance,\n    shall be deemed use of the Software for purposes of the calculation of fees payable\n    under the Agreement.\n\n    1.7. Magento also grants Licensee the right to modify and create derivative works of\n    the Software. Licensee may contribute the rights in any of those derivative works\n    back to Magento. Licensee may contact Magento for more information regarding contributions\n    of derivative works rights to Magento. Regardless of whether Licensee contributes such\n    derivative works rights to Magento, Licensee hereby grants Magento a perpetual and\n    irrevocable (irrespective of the expiration or termination of this Agreement), nonexclusive,\n    transferable, worldwide, and royalty-free license to reproduce, create derivative works of,\n    distribute, perform, and display any derivative works of the Software developed by or\n    for Licensee, and to use, make, have made, sell, offer to sell, import, export, and otherwise\n    exploit any product based on any such derivative works.\n\n2.  LICENSE EXCLUSIONS\n    2.1. Except as expressly authorized herein, Licensee shall not:\n         1. use or deploy the Software on any Server in excess of the number of Designated Servers\n            specified in the applicable Magento Order Form;\n         2. distribute, sublicense, disclose, market, rent, lease, or offer remote computing services,\n            networking, batch processing or transfer of, the Software to any third party, or permit\n            any person or entity to have access to the Software by means of a time sharing, remote\n            computing services, networking, batch processing, service bureau or time sharing arrangement;\n         3. export the Software in violation of U.S. Department of Commerce export administration\n            regulations.\n\n    2.2. No license, right or interest in any Magento trademark, trade name or service mark is\n    granted hereunder.\n\n3.  FEES AND PAYMENT TERMS\n    Licensee agrees to the fees and payment terms that are described in each Magento Order Form\n    executed by Licensee.\n\n4.  TITLE AND PROTECTION\n    4.1. Magento (or its third party providers) retains title to all portions of the Software\n    and other Proprietary Materials and any copies thereof. The Proprietary Materials contain\n    valuable proprietary information, and Licensee shall not disclose them to anyone other than\n    those of its employees or consultants under written nondisclosure obligations at least\n    as restrictive as those contained in this Agreement, having a need to know for purposes\n    consistent with this Agreement. Licensee shall be responsible for the compliance of such\n    employees or consultants. Licensee shall affix, to each full or partial copy of the\n    Software made by Licensee, all copyright and proprietary information notices as were\n    affixed to the original. The obligations set forth in this Section shall survive termination\n    of this Agreement.\n\n    4.2. Licensee acknowledges that the Software includes certain open source software which is\n    governed by the applicable license terms thereof. A list of such open source software,\n    as amended from time to time, including the links applicable to such open source software\n    is specified in the product software bundled within the Software, and the Software is subject\n    to the provisions of such license agreements, and in the event of any contradiction between\n    the provisions of this Agreement and the provisions of such applicable license agreement,\n    the provisions of the applicable open source license agreement shall prevail solely with\n    respect to such open source software products.\n\n    4.3. If the Software is acquired by or on behalf of a unit or agency of the U.S. Government\n    (the \"Government\"), the Government agrees that such Product is \"commercial computer software\"\n    or \"commercial computer software documentation\" and that, absent a written agreement to\n    the contrary, the Government's rights with respect thereto are limited by the terms of\n    this Agreement, pursuant to applicable FAR and/or DFARS and successor regulations.\n\n5.  PATENT AND COPYRIGHT INDEMNITY\n    Subject to the limitations in Section 8, for such time as Licensee is entitled to receive\n    Support Services (as defined below), Magento shall indemnify and defend Licensee against\n    any claims made by a third party that Licensee's reproduction of the Software (which,\n    for the purposes of this Section 5, means the Software as delivered by Magento, excluding\n    the open source software programs described in Section 4.2) as permitted in this\n    Agreement directly infringes such third party's United States patent or copyright,\n    provided that Licensee complies with the requirements of this Section. Licensee will\n    (a) provide Magento prompt written notice of any claim that the Software infringes any\n    intellectual property rights, (b) provide Magento with all information and assistance\n    requested of it with respect to any such claim, and (c) offer Magento sole and complete\n    authority to defend and/or settle any and all such claims.\n\n    In the event that a court holds that the Software, or if Magento believes a court may\n    hold that the Software, infringes the intellectual property rights of any third party,\n    Magento may (but is not obligated to), in its sole discretion, do any of the following:\n    obtain for Licensee the right to continue using the Software, replace or modify the Software\n    so that it becomes non-infringing while providing substantially equivalent performance or,\n    accept return of the Software, terminate this Agreement, and refund Licensee an amount\n    equal to the license fees paid to Magento multiplied by the percentage of the term of\n    the license for the Software that Licensee did not enjoy due to the early termination\n    by Magento.\n\n    Magento shall have no liability or obligation under this Agreement to the extent the alleged\n    infringement is based on (i) a modification or derivative work of the Software developed\n    by anyone other than Magento; (ii), a combination of the Software with any product or\n    service not provided by Magento; (iii) use of the Software with one or more Servers\n    not listed in a Magento Order Form; (iv) use of the Software other than in accordance\n    with this Agreement or the documentation; (v) indirect or willful infringement; or (vi)\n    any open source code, as described in Section 4.2.\n\n    This Section 5 states Magento's entire liability and Licensee's exclusive remedy for\n    any infringement related to the Software.\n\n6.  DEFAULT AND TERMINATION\n    6.1. An event of default shall be deemed to occur if: (i) Licensee fails to perform any of\n    its obligations under the Sections entitled \"License Exclusions\" or \"Title and Protection\";\n    (ii) Licensee fails to pay amounts due pursuant to its agreement to the fees and payment\n    terms in Section 3 of this Agreement within seven (7) days of the relevant due date;\n    or (iii) either party fails to perform any other material obligation under this Agreement\n    and such failure remains uncured for more than thirty (30) days after receipt of written\n    notice thereof.\n\n    6.2. If an event of default occurs, the non-defaulting party, in addition to any other rights\n    available to it under the law, may terminate this Agreement and all licenses granted hereunder\n    by written notice to the defaulting party.\n\n    6.3. Within thirty (30) days after termination of the Software license or this Agreement or\n    expiration of the license term as specified in the Magento Order Form, Licensee shall certify\n    in writing to Magento that Licensee has ceased use of any and all Proprietary Materials and\n    that all copies or embodiments thereof in any form, including partial copies within modified\n    versions, have been destroyed.\n\n7.  WARRANTY\n    7.1. Warranty for Software. Magento warrants for a single period of ninety (90) days commencing\n    upon Magento's electronic delivery of the Software to Licensee that the Software, as delivered,\n    will in all material respects perform the functions described in the specifications contained\n    in the documentation provided with the Software. In the event that the Software does not, in\n    all material respects, perform the functions therein described, Magento or its authorized\n    reseller will undertake to correct any reported error in accordance with the Support Services Terms\n    and Conditions set forth below in Section 9, which shall be Magento's entire liability and Licensee's\n    exclusive remedy for breach of this warranty. Magento does not warrant that the Software will meet\n    Licensee's requirements, that the Software will operate in the combinations which Licensee may\n    select for use, that the operation of the Software will be uninterrupted or error-free, or that\n    all error conditions will be corrected. EXCEPT AS PROVIDED IN THIS SECTION ALL SOFTWARE\n    PROVIDED HEREUNDER IS PROVIDED \"AS IS\".\n\n    7.2. Disclaimer. THE EXPRESS WARRANTIES SET FORTH IN THIS SECTION 7 ARE THE ONLY WARRANTIES\n    MADE BY MAGENTO WITH RESPECT TO THE SOFTWARE PROVIDED BY MAGENTO. MAGENTO MAKES NO OTHER WARRANTIES,\n    EXPRESS, IMPLIED OR ARISING BY CUSTOM OR TRADE USAGE, AND, SPECIFICALLY, MAKES NO WARRANTY OF TITLE,\n    NON-INFRINGEMENT, ACCURACY, QUIET ENJOYMENT, MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE.\n    MAGENTO'S EXPRESS WARRANTIES SHALL NOT BE ENLARGED, DIMINISHED OR AFFECTED BY, AND NO OBLIGATION\n    OR LIABILITY SHALL ARISE OUT OF, MAGENTO RENDERING TECHNICAL OR OTHER ADVICE OR SERVICE IN CONNECTION\n    WITH THE SOFTWARE.\n\n8.  LIMITATION OF LIABILITY\n    8.1. Liability Exclusions. UNDER NO CIRCUMSTANCES WILL MAGENTO BE LIABLE FOR: LOSS OF REVENUE;\n    LOSS OF ACTUAL OR ANTICIPATED PROFITS; LOSS OF CONTRACTS; LOSS OF THE USE OF MONEY; LOSS OF\n    ANTICIPATED SAVINGS; LOSS OF BUSINESS; LOSS OF OPPORTUNITY; LOSS OF GOODWILL; LOSS OF REPUTATION;\n    LOSS OF, DAMAGE TO OR CORRUPTION OF DATA; OR CONSEQUENTIAL OR INDIRECT LOSS OR SPECIAL, PUNITIVE,\n    OR INCIDENTAL DAMAGES (INCLUDING, FOR THE AVOIDANCE OF DOUBT, WHERE SUCH LOSS OR DAMAGE IS ALSO\n    OF A CATEGORY OF LOSS OR DAMAGE ALREADY LISTED), WHETHER FORESEEABLE OR UNFORESEEABLE, BASED ON\n    CLAIMS OF LICENSEE, MAGENTO OR ANY THIRD PARTY ARISING OUT OF ANY BREACH OR FAILURE OF EXPRESS\n    OR IMPLIED WARRANTY CONDITIONS OR OTHER TERM, BREACH OF CONTRACT, MISREPRESENTATION, NEGLIGENCE,\n    OTHER LIABILITY IN TORT, FAILURE OF ANY REMEDY TO ACHIEVE ITS ESSENTIAL PURPOSE, OR OTHERWISE.\n\n    8.2. Liability Cap. NOTWITHSTANDING THE FORM (E.G., CONTRACT, TORT, OR OTHERWISE) IN WHICH ANY\n    LEGAL OR EQUITABLE ACTION MAY BE BROUGHT, IN NO EVENT (INCLUDING WITH RESPECT TO OBLIGATIONS\n    ARISING UNDER SECTION 5) WILL MAGENTO OR ITS SUPPLIERS BE LIABLE FOR DAMAGES, EXPENSES, COSTS,\n    LIABILITIES, SUITS, CLAIMS, RESTITUTION OR LOSSES, THAT EXCEED, IN THE AGGREGATE, THE AMOUNT\n    OF FEES PAID BY LICENSEE FOR THE SOFTWARE LICENSE IN THE FIRST TWELVE (12) MONTH PERIOD AFTER\n    THE EFFECTIVE DATE.\n\n9.  SUPPORT SERVICES TERMS AND CONDITIONS\n    For the periods specified in the Magento Order Form, Magento or its authorized reseller\n    will provide support services and Updates for the Software as described in Magento's standard\n    Support Services Terms and Conditions, which follow. Magento will have no obligation\n    to provide support for any modifications or derivative works of the Software developed\n    by anyone other than Magento.\n\n10. CUSTOMER REFERENCES\n    Licensee hereby grants Magento the right to display Licensee's logos as part of Magento's\n    customer lists and other related marketing materials. The parties shall cooperate to undertake\n    mutually-agreed joint marketing activities.\n\n11. NOTICES\n    All notices shall be in writing and sent by first class mail or overnight mail (or courier),\n    transmitted by facsimile (if confirmed by such mailing), or email, to the addresses indicated\n    on the Magento Order Form, or such other address as either party may indicate by at least\n    ten (10) days’ prior written notice to the other party. Notices to Magento shall be sent\n    to the Contracts Administration Department.\n\n12. ASSIGNMENT\n    Licensee may not assign this Agreement without the prior written consent of Magento; provided\n    that such consent shall not be required for assignment to a purchaser of all or substantially\n    all of the assets or equity securities of Licensee who undertakes in writing to be bound by all\n    the terms and conditions of this Agreement. Any prohibited assignment shall be null and void.\n\n13. ENTIRE AGREEMENT\n    Along with Magento's standard Support Services Terms and Conditions, which follow, and the\n    Magento Order Form, this Agreement is the complete and exclusive agreement between the parties,\n    which supersedes all proposals or prior agreements, oral or written, including any online\n    (click-through) agreement, which Licensee may have accepted in conjunction with the downloading\n    of the Software, and all other communications between the parties relating to the subject matter\n    hereof. No purchase order, other ordering document or any hand written or typewritten text, which\n    purports to modify or supplement the printed text hereof or Magento Order Form shall add to or vary\n    the terms thereof and Magento hereby rejects same. Except as contained in a writing signed by both\n    parties, all such proposed variations or additions are objected to and shall have no force or effect.\n\n14. GENERAL\n    This Agreement is made in and shall be governed by the laws of the State of California, without\n    giving effect to any principles that provide for the application of the law of another jurisdiction.\n    All proceedings shall be conducted in English. Venue for all proceedings shall be Santa Clara County,\n    California, provided that Magento may seek injunctive relief in any court of competent jurisdiction.\n    The United Nations Convention for the International Sale of Goods shall not apply. The section headings\n    herein are provided for convenience only and have no substantive effect on the construction of this\n    Agreement. Except for Licensee's obligation to pay Magento, neither party shall be liable for any failure\n    to perform due to causes beyond its reasonable control. If any provision of this Agreement is held to be\n    unenforceable, this Agreement shall be construed without such provision. The failure by a party to exercise\n    any right hereunder shall not operate as a waiver of such party's right to exercise such right or any\n    other right in the future. This Agreement may be amended only by a written document executed by a\n    duly authorized representative of each of the parties. The parties agree to receive electronic documents\n    and accept electronic signatures (information attached or logically associated with such document and\n    clicked or otherwise adopted with an intent to sign) including in counterparts, which shall be valid\n    substitutes for paper-based documents and signatures, and the legal validity of a transaction will not\n    be denied on the ground that it is not in writing.\n\n15. DEFINITIONS\n    \"Designated Server\" shall mean the Server specified in a Magento Order Form with respect to a particular\n    Software license. Such Server may be that of a third- party under nondisclosure obligations that will\n    host the Software for the benefit of Licensee.\n\n    \"Modifications\" means any code developed by Licensee or any third party, including without limitation,\n    configuration, integrations, implementations, or localizations to the external layer of the core,\n    baseline Software product. The term \"Modifications\" excludes Updates.\n\n    \"Proprietary Material\" means the Software, related documentation, and all parts, copies and\n    modifications thereof, and any other information, in whatever form, received by Licensee hereunder,\n    provided, however, such information shall not be deemed Proprietary Material if it (a) is or becomes\n    a part of the public domain through no act or omission of Licensee; or (b) was in Licensee's lawful\n    possession prior to the disclosure and had not been obtained by Licensee from Magento; or (c) is\n    lawfully disclosed to Licensee by a third party without restriction on disclosure; or (d) is\n    independently developed by Licensee without reference to or use of Magento's Proprietary Material.\n\n    \"Server\" means a physical server with no more than twelve (12) physical cores or a virtual server\n    with no more than twenty-four (24) virtual cores from which a single instance of the Software is\n    accessed and used either for production purposes (\"Production Server\") or for non-production purposes,\n    such as development, testing, training and other non-operational business transactions\n    (\"Non-Production Server\"). If an instance contains more than twelve (12) cores, then an additional\n    Server license is required for each additional twelve (12) cores. If a server contains two (2) or\n    more instances of the Software, then a separate Server license is required for each instance.\n    A “Peak Season Server” is a Production Server that is limited to usage for ninety (90) consecutive\n    days during each twelve (12) month period of a paid subscription.\n\n    Software\" means Magento's proprietary e-commerce software solution known as the Magento™\n    Enterprise Edition, provided solely in source code, including associated technical documentation,\n    and all Updates thereof furnished to Licensee as part of Support Services. Except as otherwise\n    specified herein, the term Software includes certain open source software programs described in\n    Section 4.2. \"Software\" does not include any Modifications.\n\n    Updates\" means all published revisions and corrections to the printed documentation and\n    corrections and new releases of the Software, which are generally made available to Magento's\n    supported customers at no additional cost or for media and handling charges only. Updates shall\n    not include any options or future products which Magento sells separately.\n\n\nSUPPORT SERVICES TERMS AND CONDITIONS\n\nSubject to the terms and conditions of the Agreement, and Licensee’s payment of the applicable fees\nfor support services as set forth in the Order Form, Magento shall provide to Licensee the Support\nServices as set forth in this Exhibit A (the “Support Terms”).  Unless otherwise defined herein,\nall capitalized terms will have the meanings set forth in the Agreement.\n\n1.  \"SUPPORT SERVICES\" CONSISTS OF:\n    1.1. Magento will support Releases and Minor Releases of the Software for two (2) years from\n    the availability date of each applicable Release and Minor Release.  In addition, in the event of\n    a Version update (e.g. from Version 1.X to Version 2.x), Magento will support:  the last two Releases\n    of the prior Version of the Software (and all Minor Releases within the last Release) (e.g. 1.14 and 1.13),\n    for three (3) years from the general availability announcement date of the new Version except that during\n    the third year of support for 1.13, Magento will only support P1 problems, facilities for bug tracking\n    and security patches for the Software.  For purposes of support obligations, Magento defines its\n    software version scheme as Version.Release.Minor Release (e.g. 1.14.3 is Magento Version 1, Release 14,\n    Minor Release 3).\n\n    1.2. Advice regarding the downloading, installation and configuration of the Software (including Updates\n    provided by Magento, but excluding for the avoidance of doubt any Modifications to the Software),\n    when used by Licensee on systems that meet the Software's \"System Requirements\" specified on\n    Magento's website currently located at magento.com and its related sites as may be updated by\n    Magento from time to time (collectively, the “Site”) (see specifically,\n    http://enterprise.magento.com/resources/system-requirements)\n\n    1.3. Facilities for bug tracking, escalation of problems for priority attention, and access\n    to community-supported FAQs relating to the Software.\n\n    1.4. Assistance with troubleshooting to diagnose and fix errors in the Software.\n\n    1.5. Access to Magento documentation relating to the Software, including authorization to\n    make copies of that documentation for internal use as specified in the Agreement.\n\n2.  EXCLUSIONS FROM SUPPORT SERVICES\n    2.1. Magento shall have no obligation to support (i) Software not operated on a supported\n    hardware/operating system platform specified in the release notes for the Software; (ii) altered\n    or modified Software; (iii) Software accessed on unlicensed Servers; (iv) problems caused\n    by Licensee's negligence, misuse, or hardware malfunction; or (v) use of the Software inconsistent\n    with Magento's instructions. Magento is not responsible for hardware changes necessitated by\n    changes to the Software.\n\n    2.2. Support Services does not include:\n         1. Assistance in the development or debugging of Licensee's system, including the operating\n            system and support tools.\n         2. Information and assistance on technical issues related to the installation, administration,\n            and use of enabling technologies such as databases, computer networks, and communications.\n         3. Assistance with the installation and configuration of hardware including, but not limited to\n            computers, hard disks, networks, and printers.\n         4. Technical support, phone support, or updates to non-Magento products or third party enabling\n            technologies not licensed under the Agreement.\n\n3.  SUBCONTRACTORS\n    Magento reserves the right to subcontract any or all of the work to be performed under these\n    Support Terms, and Magento retains responsibility for any work so subcontracted.\n\n4.  LICENSEE RESPONSIBILITIES\n    Licensee shall provide commercially reasonable cooperation and full information to Magento or\n    its authorized resellers with respect to the furnishing of Support Services under this Agreement.\n\n5.  SUPPORT CONTACTS\n    Licensee shall designate one or more support contacts that are authorized to submit Software\n    problems. If Licensee has purchased the license from a Magento-authorized reseller, Licensee\n    shall contact that party for assistance. If Licensee has purchased the license directly from Magento,\n    Licensee may contact Magento on the Site or at its toll-free Support telephone number.\n\n6.  RESPONSE (ACKNOWLEDGEMENT) TIMES\n    Magento or its authorized reseller or referral partner shall exercise commercially reasonable\n    efforts to meet the response times specified below for Gold Support (unless Licensee has upgraded\n    to Platinum Support, as provided in the Order Form), following receipt of a Software problem\n    properly submitted by Licensee:\n\n                                     |        Gold           |     Platinum\n    -------------------------------- | ----------------------| ----------------------\n                                     |                       |\n    Customer Web Portal –            |                       |\n    -Electronic Case Submission      |          ✓            |        ✓\n    -Case (Ticket) Management        |                       |\n                                     |                       |\n    -------------------------------- | ----------------------| ----------------------\n                                     |                       |\n    Phone Support/ Response          |  4 Hours response     |  2 Hours response\n    (Acknowledgement)                |  24x7x365             |  24x7x365\n    Priority 1                       |                       |\n                                     |                       |\n    -------------------------------- | ----------------------| ----------------------\n                                     |                       |\n    Web Case Support/ Response       |  4 Hours response     |  2 Hours response\n    (Acknowledgement) Priority 1     |  24x7x365             |  24x7x365\n                                     |                       |\n    -------------------------------- | ----------------------| ----------------------\n                                     |                       |\n    Web Case Support/ Response       |  24 Hours, Monday –   |  4 Hours, Monday –\n    (Acknowledgement)                |  Friday (PST)         |  Friday (PST)\n    Priority 2 – 4                   |                       |\n                                     |                       |\n    -------------------------------- | ----------------------| ----------------------\n\n7.  PROBLEM PRIORITY\n    Upon receipt of a properly submitted Software problem, as specified on the Site, Support Services\n    shall be prioritized in accordance with the guidelines below:\n\n    7.1. Priority 1 (\"P1\") - A P1 is a catastrophic production problem within the Software that\n    severely impacts the Licensee's Production Server Instance, or because of which Licensee's\n    Production Server Instance is down or not functioning, or that results in a loss of production\n    data and no work around exists. P1 problems must be reported on Magento's toll-free support\n    telephone number in order to expedite resolution. Magento will use continuous efforts 24x7x365,\n    with appropriate escalation to senior management, to provide a resolution for any P1 problem\n    as soon as is commercially reasonable.\n\n    7.2. Priority 2 (\"P2\") - A P2 is a problem within the Software where the Licensee's system\n    is functioning but in a reduced capacity, or the Problem is causing significant impact to\n    portions of the Licensee's business operations and productivity, or the Software is exposed\n    to potential loss or interruption of service. Problems existing in a non-production environment\n    that would otherwise qualify as a P1 if they were in a production system qualify as P2. Magento\n    will use efforts during its normal hours of operation, 24 hours a day, (Monday - Friday) to\n    provide a resolution for any P2 problem as soon as is commercially reasonable.\n\n    7.3. Priority 3 (\"P3\") - A P3 is a medium-to-low impact problem that involves partial and/or\n    non-critical loss of functionality, or that impairs some operations but allows Licensee's\n    operations to continue to function. Problems for which there is limited or no loss or\n    functionality or impact to Licensee's operation and for which there is an easy work-around\n    qualify as P3. Magento will use reasonable efforts during its normal hours of operation,\n    24 hours a day, (Monday - Friday) to provide a resolution for any P3 problem in time for\n    the next minor release of the Software.\n\n    7.4. Priority 4 (\"P4\") - A P4 is for a general usage question or issue that may be cosmetic\n    in nature or documentation related, but the Software works without interruption.  Magento will\n    use efforts during its normal hours of operation, 24 hours a day, (Monday - Friday) to provide\n    a resolution for any P4 problem in time for the next major release of the Software.\n\n    7.5. Enhancement Request (\"ER\") - An ER is a recommendation for future product enhancement\n    or modification to add official support and documentation for an unsupported or undocumented\n    feature, or features that do not exist in the Software. Magento will take ERs into consideration\n    in the product management process, but has no obligation to deliver enhancements based on any ER.\n\n8.  RESPONSE TIMES\n    Magento will provide Support Services and any Updates to Licensee during the periods identified in\n    the Order Form and the default and termination shall be governed by Article 6 of the Agreement.\n    Licensee's obligation of payment of moneys due under these Support Terms shall survive termination\n    of these Support Terms or the Agreement.  Licensee acknowledges and agrees that Magento shall have\n    the right to terminate the provision of Support Services upon nonpayment of any fees due to Magento.\n"
  },
  {
    "path": "README.md",
    "content": "## Overview\nWe're pleased you're considering moving from the world's #1 eCommerce platform—Magento 1.x—to the eCommerce platform for the future, Magento 2. We're also excited to share the details about this process, which we refer to as migration.\n\nMagento 2 migration involves four components: data, extensions and custom code, themes, and customizations.\n\n### Data\nWe've developed the **Magento 2 Data Migration Tool** to help you efficiently move all of your products, customers, and order data, store configurations, promotions and more to Magento 2. See the <a href=\"https://devdocs.magento.com/guides/v2.4/migration/bk-migration-guide.html\" target=\"_blank\">Magento Migration Guide</a> for details.\n\n### Extensions and custom code\nWe've been working hard with the development community to help you use your Magento 1 extensions in Magento 2. Now we're proud to present the <a href=\"https://marketplace.magento.com/\" target=\"_blank\">Magento Marketplace</a>, where you can download or purchase the latest versions of your favourite extensions.\n\nAlso, we have developed the <a href=\"https://github.com/magento/code-migration\" target=\"_blank\">Code Migration Toolkit</a>, which will help to port extensions and your custom code to Magento 2, significantly reducing your porting efforts.\n\nMore information on developing extensions for Magento 2 is available in the <a href=\"http://devdocs.magento.com/guides/v2.4/extension-dev-guide/bk-extension-dev-guide.html\" target=\"_blank\">Magento 2 Extension Developer Guide</a>.\n\n### Themes and Customizations\nMagento 2 uses new approaches and technologies that give merchants an unmatched ability to create innovative shopping experiences and scale to new levels. To take advantage of these advances, developers will need to make changes to their themes and customizations. Documentation is available online for creating Magento 2 <a href=\"http://devdocs.magento.com/guides/v2.4/frontend-dev-guide/themes/theme-general.html\" target=\"_blank\">themes</a>, <a href=\"http://devdocs.magento.com/guides/v2.4/frontend-dev-guide/layouts/layout-overview.html\" target=\"_blank\">layouts</a>, and <a href=\"http://devdocs.magento.com/guides/v2.4/frontend-dev-guide/layouts/xml-manage.html\" target=\"_blank\">customizations</a>.\n\n### Supported versions\nThis edition of tool supports the following versions for migration:\n\n*    Magento Open Source version 1.6.x, 1.7.x, 1.8.x, 1.9.x\n\n*    Magento Commerce version 1.11.x, 1.12.x, 1.13.x, 1.14.x\n\nIf you migrate from Magento Open Source to Magento Commerce, the following versions are supported:\n\n*    1.6.x, 1.7.x, 1.8.x, 1.9.x\n\n### Supporting issues and Pull Request contributions\nReported issues in this project are supported mainly by Magento community. Please submit a support ticket here https://magento.com/contact-us if you migrate to Magento 2 Commerce.\nContributions like Pull Requests are welcome and we will process/merge it\n\n## Prerequisites\nBefore you start your migration, you must do all of the following:\n\n*    Set up a Magento 2 system that meets our <a href=\"http://devdocs.magento.com/guides/v2.4/install-gde/system-requirements.html\">system requirements</a>.\n\n    Set up your system using a topology and design that at least matches your existing Magento 1.x system.\n\n*    Do not start Magento 2 cron jobs.\n\n*    Back up or <a href=\"https://dev.mysql.com/doc/refman/5.1/en/mysqldump.html\">dump</a> your Magento 2 database as soon after installation as possible.\n\n*    Check that the data migration tool has a network connection to the Magento 1.x and Magento 2 databases.\n\n    Open ports in your firewall so the migration tool can communicate with the databases and so the databases can communicate with each other.\n\n*    Migrate Magento 1.x extension and custom code to Magento 2.\n\n    Reach out to your extension providers to see if they have been ported yet.\n\n## Install the Data Migration Tool\nThis section discusses how to install the Magento Data Migration Tool. You can install it from either repo.magento.com or from a GitHub repository.\n\n**Note**: The versions of both the migration tool and the Magento 2 code must be identical (for example, 2.4.0). To find the version of either package, open `composer.json` and find the value of `\"version\"`.\n\n### Install the tool from GitHub\nTo install the migration tool from GitHub, use the following steps:\n\n1. Log in to your Magento 2 server as a user with privileges to write to the Magento 2 file system or <a href=\"http://devdocs.magento.com/guides/v2.4/install-gde/install/prepare-install.html#install-update-depend-apache\">switch to the web server user</a>.\n2. Go to Magento 2 root directory.\n3. Enter the following commands:\n\n        composer config repositories.data-migration-tool git https://github.com/magento/data-migration-tool\n        composer require magento/data-migration-tool:<version>\n        bin/magento module:enable Magento_DataMigrationTool\n\n    where `<version>` is release version (e.g. 2.4.4)\n\n5. Wait while dependencies are updated and the tool is enabled.\n\n### Install the tool from repo.magento.com\nTo install the Data Migration Tool, you must update `composer.json` in the Magento root installation directory to provide the location of the migration tool package.\n\nTo install the migration tool, you must:\n\n1.  Decide the version of `magento/data-migration-tool` you want as discussed in the preceding section.\n\n2.  Run the `composer config` and `composer require` commands to update `composer.json`.\n\n3.  When prompted, enter your <a href=\"http://devdocs.magento.com/guides/v2.4/install-gde/prereq/connect-auth.html\" target=\"_blank\">authentication keys</a>. Your public key is your username; your private key is your password.\n\nTo update `composer.json`:\n\n1. Log in to your Magento server as the <a href=\"http://devdocs.magento.com/guides/v2.4/install-gde/install/prepare-install.html#install-update-depend-apacheweb\">web server user</a> or as a user with `root` privileges.\n\n2. Change to your Magento installation directory.\n\n3. Enter the following command to reference Magento packages in `composer.json`:\n\n        composer config repositories.magento composer https://repo.magento.com\n\n4. Enter the following command to require the current version of the package:\n\n        composer require magento/data-migration-tool:<version>\n\n    where `<version>` is either an exact version or next significant release syntax.\n\n    Exact version example:\n\n        composer require magento/data-migration-tool:2.4.4\n\n    Next significant release example:\n\n        composer require magento/data-migration-tool:~2.4\n\n5. Wait while dependencies are installed.\n6. Enter the following command to enable the tool\n\n        bin/magento module:enable Magento_DataMigrationTool\n\n## More details\nSee the <a href=\"http://devdocs.magento.com/guides/v2.4/migration/bk-migration-guide.html\">Migration Guide</a> for the detailed help with your data migration process.\n"
  },
  {
    "path": "composer.json",
    "content": "{\n    \"name\": \"magento/data-migration-tool\",\n    \"description\": \"Migration Tool\",\n    \"version\": \"2.4.8.1\",\n    \"require\": {\n        \"symfony/console\": \"^6.4\",\n        \"magento/framework\": \"*\",\n        \"monolog/monolog\": \"^3.6\"\n    },\n    \"require-dev\": {\n        \"phpunit/phpunit\": \"~9.5.0\"\n    },\n    \"autoload\": {\n        \"psr-4\": {\"Migration\\\\\": \"src/Migration\"},\n        \"files\" : [\"src/Migration/cli_commands.php\", \"registration.php\"]\n    },\n    \"autoload-dev\": {\n        \"psr-4\": {\"Migration\\\\\": \"tests/unit/testsuite/Migration\"}\n    }\n}\n"
  },
  {
    "path": "etc/class-map.xsd",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<xs:schema elementFormDefault=\"qualified\" xmlns:xs=\"http://www.w3.org/2001/XMLSchema\">\n    <xs:element name=\"classmap\" type=\"classmapType\" />\n    <xs:complexType name=\"classmapType\">\n        <xs:sequence>\n            <xs:element name=\"rename\" type=\"renameRulesType\" maxOccurs=\"unbounded\" minOccurs=\"1\" />\n        </xs:sequence>\n    </xs:complexType>\n    <xs:complexType name=\"renameRulesType\">\n        <xs:all maxOccurs=\"1\">\n            <xs:element name=\"from\" type=\"notEmptyString\" maxOccurs=\"1\" minOccurs=\"1\" />\n            <xs:element name=\"to\" type=\"xs:string\" maxOccurs=\"1\" minOccurs=\"1\" />\n        </xs:all>\n    </xs:complexType>\n    <xs:simpleType name=\"notEmptyString\">\n        <xs:restriction base=\"xs:string\">\n            <xs:minLength value=\"1\" />\n        </xs:restriction>\n    </xs:simpleType>\n</xs:schema>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.11.0.0/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Custom Customer Attributes Step\">\n            <integrity>Migration\\Step\\CustomCustomerAttributes\\Integrity</integrity>\n            <data>Migration\\Step\\CustomCustomerAttributes\\Data</data>\n            <volume>Migration\\Step\\CustomCustomerAttributes\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version191to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version191to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"SalesOrder Step\">\n            <integrity>Migration\\Step\\SalesOrder\\Integrity</integrity>\n            <data>Migration\\Step\\SalesOrder\\Data</data>\n            <volume>Migration\\Step\\SalesOrder\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGridsEE\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGridsEE\\Data</data>\n            <volume>Migration\\Step\\OrderGridsEE\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Custom Customer Attributes Step\">\n            <delta>Migration\\Step\\CustomCustomerAttributes\\Delta</delta>\n            <volume>Migration\\Step\\CustomCustomerAttributes\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"SalesOrder Step\">\n            <delta>Migration\\Step\\SalesOrder\\Delta</delta>\n            <volume>Migration\\Step\\SalesOrder\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version11410to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version11410to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGridsEE\\Delta</delta>\n            <volume>Migration\\Step\\OrderGridsEE\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/commerce-to-commerce/1.11.0.0/map.xml.dist</map_file>\n        <eav_map_file>etc/commerce-to-commerce/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/commerce-to-commerce/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/commerce-to-commerce/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/commerce-to-commerce/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/commerce-to-commerce/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/commerce-to-commerce/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/commerce-to-commerce/1.11.0.0/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/commerce-to-commerce/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/commerce-to-commerce/1.11.0.0/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <sales_order_map_file>etc/commerce-to-commerce/map-sales.xml.dist</sales_order_map_file>\n        <delta_document_groups_file>etc/commerce-to-commerce/deltalog.xml.dist</delta_document_groups_file>\n        <customer_attr_map_file>etc/commerce-to-commerce/customer-attr-map.xml.dist</customer_attr_map_file>\n        <customer_attr_document_groups_file>etc/commerce-to-commerce/customer-attr-document-groups.xml.dist</customer_attr_document_groups_file>\n        <order_grids_document_groups_file>etc/commerce-to-commerce/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <map_document_groups>etc/commerce-to-commerce/map-document-groups.xml.dist</map_document_groups>\n        <class_map>etc/commerce-to-commerce/class-map.xml.dist</class_map>\n        <tier_price_map_file>etc/commerce-to-commerce/1.11.0.0/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/commerce-to-commerce/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>commerce-to-commerce</edition_migrate>\n        <edition_number>1.11.0.0</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.11.0.0/customer-attribute-groups.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<groups xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/groups.xsd\">\n    <group name=\"customer_entity\">\n        <attribute>created_in</attribute>\n        <attribute>prefix</attribute>\n        <attribute>firstname</attribute>\n        <attribute>middlename</attribute>\n        <attribute>lastname</attribute>\n        <attribute>suffix</attribute>\n        <attribute>dob</attribute>\n        <attribute>password_hash</attribute>\n        <attribute>default_billing</attribute>\n        <attribute>default_shipping</attribute>\n        <attribute>taxvat</attribute>\n        <attribute>confirmation</attribute>\n        <attribute>gender</attribute>\n    </group>\n    <group name=\"customer_address_entity\">\n        <attribute>city</attribute>\n        <attribute>company</attribute>\n        <attribute>country_id</attribute>\n        <attribute>fax</attribute>\n        <attribute>firstname</attribute>\n        <attribute>lastname</attribute>\n        <attribute>middlename</attribute>\n        <attribute>postcode</attribute>\n        <attribute>prefix</attribute>\n        <attribute>region</attribute>\n        <attribute>region_id</attribute>\n        <attribute>street</attribute>\n        <attribute>suffix</attribute>\n        <attribute>telephone</attribute>\n    </group>\n</groups>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.11.0.0/map-customer.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <field_rules>\n            <ignore>\n                <field>customer_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.attribute_set_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.attribute_set_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity_varchar.entity_type_id</field>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>customer_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.prefix</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.firstname</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.middlename</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.lastname</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.suffix</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.dob</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.password_hash</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.rp_token</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.rp_token_created_at</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.default_billing</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.default_shipping</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.taxvat</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.confirmation</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.gender</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.disable_auto_group_change</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.city</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.company</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.country_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.fax</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.firstname</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.lastname</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.middlename</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.postcode</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.prefix</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.region</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.region_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.street</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.suffix</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.telephone</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.vat_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.vat_is_valid</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.vat_request_date</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.vat_request_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.vat_request_success</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.failures_num</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.first_failure</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.lock_expires</field>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.11.0.0/map-tier-price.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_group_price.is_percent</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_group_price.customer_group_id</datatype>\n            </ignore>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_tier_price.percentage_value</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.11.0.0/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_queue_queue</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_queue_task</document>\n            </ignore>\n            <ignore>\n                <document>find_feed_import_codes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_question_number</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>social_facebook_actions</document>\n            </ignore>\n            <ignore>\n                <document>strikeiron_tax_rate</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalog_category_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalog_product_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_action</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_item</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_log</document>\n            </ignore>\n            <ignore>\n                <document>core_session</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_product_unlinked</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_backup</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_backup_item</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_sysreport</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_event</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata_event</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata_group</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_subscriber</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_index_multiplier</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_cms_page_revision</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_cms_page_version</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma</document>\n                <to>magento_rma</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity</document>\n                <to>magento_rma_item_entity</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_datetime</document>\n                <to>magento_rma_item_entity_datetime</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_decimal</document>\n                <to>magento_rma_item_entity_decimal</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_int</document>\n                <to>magento_rma_item_entity_int</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_text</document>\n                <to>magento_rma_item_entity_text</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_varchar</document>\n                <to>magento_rma_item_entity_varchar</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_form_attribute</document>\n                <to>magento_rma_item_form_attribute</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_shipping_label</document>\n                <to>magento_rma_shipping_label</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_status_history</document>\n                <to>magento_rma_status_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner</document>\n                <to>magento_banner</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_catalogrule</document>\n                <to>magento_banner_catalogrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_content</document>\n                <to>magento_banner_content</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_customersegment</document>\n                <to>magento_banner_customersegment</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_salesrule</document>\n                <to>magento_banner_salesrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogevent_event</document>\n                <to>magento_catalogevent_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogevent_event_image</document>\n                <to>magento_catalogevent_event_image</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogpermissions</document>\n                <to>magento_catalogpermissions</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_lock</document>\n                <to>magento_versionscms_hierarchy_lock</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_metadata</document>\n                <to>magento_versionscms_hierarchy_metadata</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_node</document>\n                <to>magento_versionscms_hierarchy_node</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_increment</document>\n                <to>magento_versionscms_increment</to>\n            </rename>\n            <rename>\n                <document>enterprise_customerbalance</document>\n                <to>magento_customerbalance</to>\n            </rename>\n            <rename>\n                <document>enterprise_customerbalance_history</document>\n                <to>magento_customerbalance_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_customer</document>\n                <to>magento_customersegment_customer</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_event</document>\n                <to>magento_customersegment_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_segment</document>\n                <to>magento_customersegment_segment</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_website</document>\n                <to>magento_customersegment_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcard_amount</document>\n                <to>magento_giftcard_amount</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount</document>\n                <to>magento_giftcardaccount</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount_history</document>\n                <to>magento_giftcardaccount_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount_pool</document>\n                <to>magento_giftcardaccount_pool</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_data</document>\n                <to>magento_giftregistry_data</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_entity</document>\n                <to>magento_giftregistry_entity</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_item</document>\n                <to>magento_giftregistry_item</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_item_option</document>\n                <to>magento_giftregistry_item_option</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_label</document>\n                <to>magento_giftregistry_label</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_person</document>\n                <to>magento_giftregistry_person</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_type</document>\n                <to>magento_giftregistry_type</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_type_info</document>\n                <to>magento_giftregistry_type_info</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping</document>\n                <to>magento_giftwrapping</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping_store_attributes</document>\n                <to>magento_giftwrapping_store_attributes</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping_website</document>\n                <to>magento_giftwrapping_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation</document>\n                <to>magento_invitation</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation_status_history</document>\n                <to>magento_invitation_status_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation_track</document>\n                <to>magento_invitation_track</to>\n            </rename>\n            <rename>\n                <document>enterprise_logging_event</document>\n                <to>magento_logging_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_logging_event_changes</document>\n                <to>magento_logging_event_changes</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule</document>\n                <to>magento_reminder_rule</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_coupon</document>\n                <to>magento_reminder_rule_coupon</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_log</document>\n                <to>magento_reminder_rule_log</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_website</document>\n                <to>magento_reminder_rule_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_template</document>\n                <to>magento_reminder_template</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward</document>\n                <to>magento_reward</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_history</document>\n                <to>magento_reward_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_rate</document>\n                <to>magento_reward_rate</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_salesrule</document>\n                <to>magento_reward_salesrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_scheduled_operations</document>\n                <to>magento_scheduled_operations</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule</document>\n                <to>magento_targetrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule_customersegment</document>\n                <to>magento_targetrule_customersegment</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule_product</document>\n                <to>magento_targetrule_product</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_grid</document>\n                <to>magento_rma_grid</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>enterprise_reminder_rule.active_from</field>\n                <to>enterprise_reminder_rule.from_date</to>\n            </move>\n            <move>\n                <field>enterprise_reminder_rule.active_to</field>\n                <to>enterprise_reminder_rule.to_date</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_datetime.entity_id</field>\n                <to>catalog_category_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_decimal.entity_id</field>\n                <to>catalog_category_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_int.entity_id</field>\n                <to>catalog_category_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_text.entity_id</field>\n                <to>catalog_category_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_varchar.entity_id</field>\n                <to>catalog_category_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_datetime.entity_id</field>\n                <to>catalog_product_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_decimal.entity_id</field>\n                <to>catalog_product_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_gallery.entity_id</field>\n                <to>catalog_product_entity_gallery.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_int.entity_id</field>\n                <to>catalog_product_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_text.entity_id</field>\n                <to>catalog_product_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_varchar.entity_id</field>\n                <to>catalog_product_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_customer_group.rule_id</field>\n                <to>catalogrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_website.rule_id</field>\n                <to>catalogrule_website.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_customer_group.rule_id</field>\n                <to>salesrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_product_attribute.rule_id</field>\n                <to>salesrule_product_attribute.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_website.rule_id</field>\n                <to>salesrule_website.row_id</to>\n            </move>\n            <move>\n                <field>cms_block_store.block_id</field>\n                <to>cms_block_store.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_label.rule_id</field>\n                <to>salesrule_label.row_id</to>\n            </move>\n            <move>\n                <field>cms_page_store.page_id</field>\n                <to>cms_page_store.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <move>\n                <field>enterprise_giftcard_amount.entity_id</field>\n                <to>magento_giftcard_amount.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/category_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/product_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_key,url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.customer_group_ids</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\NormalizationIds\">\n                    <param name=\"normalizationDocument\" value=\"catalogrule_customer_group\" />\n                    <param name=\"normalizationField\" value=\"customer_group_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule.website_ids</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\NormalizationIds\">\n                    <param name=\"normalizationDocument\" value=\"catalogrule_website\" />\n                    <param name=\"normalizationField\" value=\"website_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.customer_group_ids</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\NormalizationIds\">\n                    <param name=\"normalizationDocument\" value=\"salesrule_customer_group\" />\n                    <param name=\"normalizationField\" value=\"customer_group_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.website_ids</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\NormalizationIds\">\n                    <param name=\"normalizationDocument\" value=\"salesrule_website\" />\n                    <param name=\"normalizationField\" value=\"website_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.condition_sql</field>\n                <handler class=\"Migration\\Handler\\Rule\\ConditionSql\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.condition_sql</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_type.meta_xml</field>\n                <handler class=\"\\Migration\\Handler\\ConvertDateFormat\" />\n            </transform>\n            <transform>\n                <field>catalogrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalogrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_salesrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.block_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_block\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.page_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_page\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option.option_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_option\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection.selection_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_selection\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>enterprise_reward_history.additional_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.action_select_bind</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.original_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.result_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_item_entity.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_shipping_label.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_person.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.shipping_address</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.file_info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.entity_attributes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.reward_points_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.reward_salesrule_points</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity.attribute_set_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_giftcard_amount.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_targetrule.use_customer_segment</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_targetrule_product.store_id</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_giftregistry_person.middlename</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.base_customer_balance_virtual_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.published_revision_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.under_version_control</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.customer_group_ids</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.website_ids</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.customer_group_ids</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.website_ids</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogevent_event.date_start</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogevent_event.date_end</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.from_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.to_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.active_from</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.active_to</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>sales_order</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>support_report</document>\n            </ignore>\n            <ignore>\n                <document>captcha_log</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_customer_group</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_website</document>\n            </ignore>\n            <ignore>\n                <document>oauth_consumer</document>\n            </ignore>\n            <ignore>\n                <document>oauth_nonce</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token</document>\n            </ignore>\n            <ignore>\n                <document>paypal_payment_transaction</document>\n            </ignore>\n            <ignore>\n                <document>report_viewed_product_aggregated_daily</document>\n            </ignore>\n            <ignore>\n                <document>report_viewed_product_aggregated_monthly</document>\n            </ignore>\n            <ignore>\n                <document>report_viewed_product_aggregated_yearly</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_aggregated_updated</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_tax_item</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_coupon_aggregated_updated</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_customer_group</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_website</document>\n            </ignore>\n            <ignore>\n                <document>tax_order_aggregated_updated</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n            <ignore>\n                <document>support_backup</document>\n            </ignore>\n            <ignore>\n                <document>support_backup_item</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>visual_merchandiser_rule</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>magento_salesrule_filter</document>\n            </ignore>\n            <ignore>\n                <document>multiinventory_warehouse</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>quote_preview</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_rma_shipment</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalog_category</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_block</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_page</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_selection</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_option</document>\n            </ignore>\n            <ignore>\n                <document>staging_update</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>company</document>\n            </ignore>\n            <ignore>\n                <document>company_advanced_customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_credit</document>\n            </ignore>\n            <ignore>\n                <document>company_credit_history</document>\n            </ignore>\n            <ignore>\n                <document>company_order_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_payment</document>\n            </ignore>\n            <ignore>\n                <document>company_permissions</document>\n            </ignore>\n            <ignore>\n                <document>company_roles</document>\n            </ignore>\n            <ignore>\n                <document>company_structure</document>\n            </ignore>\n            <ignore>\n                <document>company_team</document>\n            </ignore>\n            <ignore>\n                <document>company_user_roles</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment_attachment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_company_config</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_grid</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_history</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_item</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_purged_content</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list_item</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog_product_item</document>\n            </ignore>\n            <ignore>\n                <document>sharedcatalog_category_permissions</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>magento_versionscms_hierarchy_node.scope</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"default\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>magento_versionscms_hierarchy_node.scope_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>translation.crc_string</field>\n                <handler class=\"\\Migration\\Handler\\SetHash\">\n                    <param name=\"hash\" value=\"crc32\" />\n                    <param name=\"baseField\" value=\"string\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>magento_banner_content.banner_content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_category_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"block_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"page_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>magento_catalogevent_event.status</field>\n                <handler class=\"\\Migration\\Handler\\GetEventStatus\" />\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>magento_reward_history.points_voided</field>\n            </ignore>\n            <ignore>\n                <field>magento_banner.is_ga_enabled</field>\n            </ignore>\n            <ignore>\n                <field>magento_banner.ga_creative</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.rp_token</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.rp_token_created_at</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.is_decimal_divided</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_segment.apply_to</field>\n            </ignore>\n            <ignore>\n                <field>magento_reminder_rule.from_date</field>\n            </ignore>\n            <ignore>\n                <field>magento_reminder_rule.to_date</field>\n            </ignore>\n            <ignore>\n                <field>magento_versionscms_hierarchy_metadata.top_menu_visibility</field>\n            </ignore>\n            <ignore>\n                <field>magento_versionscms_hierarchy_metadata.top_menu_excluded</field>\n            </ignore>\n            <ignore>\n                <field>magento_versionscms_hierarchy_node.scope</field>\n            </ignore>\n            <ignore>\n                <field>magento_versionscms_hierarchy_node.scope_id</field>\n            </ignore>\n            <ignore>\n                <field>paypal_settlement_report_row.payment_tracking_id</field>\n            </ignore>\n            <ignore>\n                <field>paypal_settlement_report_row.store_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.vat_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.vat_is_valid</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.vat_request_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.vat_request_date</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.vat_request_success</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vat_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vat_is_valid</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vat_request_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vat_request_date</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vat_request_success</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.discount_description</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.discount_description</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.base_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.discount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.base_discount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.use_auto_generation</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.uses_per_coupon</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.created_at</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.type</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon_aggregated.rule_name</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon_aggregated_order.rule_name</field>\n            </ignore>\n            <ignore>\n                <field>tax_calculation_rule.calculate_subtotal</field>\n            </ignore>\n            <ignore>\n                <field>translation.crc_string</field>\n            </ignore>\n            <ignore>\n                <field>wishlist.name</field>\n            </ignore>\n            <ignore>\n                <field>wishlist.visibility</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.use_config_deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.row_id</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>magento_catalogevent_event.status</field>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.active_from</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.active_to</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogevent_event.date_start</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogevent_event.date_end</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reminder_rule.from_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reminder_rule.to_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.11.0.1/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Custom Customer Attributes Step\">\n            <integrity>Migration\\Step\\CustomCustomerAttributes\\Integrity</integrity>\n            <data>Migration\\Step\\CustomCustomerAttributes\\Data</data>\n            <volume>Migration\\Step\\CustomCustomerAttributes\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version191to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version191to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"SalesOrder Step\">\n            <integrity>Migration\\Step\\SalesOrder\\Integrity</integrity>\n            <data>Migration\\Step\\SalesOrder\\Data</data>\n            <volume>Migration\\Step\\SalesOrder\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGridsEE\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGridsEE\\Data</data>\n            <volume>Migration\\Step\\OrderGridsEE\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Custom Customer Attributes Step\">\n            <delta>Migration\\Step\\CustomCustomerAttributes\\Delta</delta>\n            <volume>Migration\\Step\\CustomCustomerAttributes\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"SalesOrder Step\">\n            <delta>Migration\\Step\\SalesOrder\\Delta</delta>\n            <volume>Migration\\Step\\SalesOrder\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version11410to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version11410to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGridsEE\\Delta</delta>\n            <volume>Migration\\Step\\OrderGridsEE\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/commerce-to-commerce/1.11.0.1/map.xml.dist</map_file>\n        <eav_map_file>etc/commerce-to-commerce/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/commerce-to-commerce/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/commerce-to-commerce/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/commerce-to-commerce/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/commerce-to-commerce/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/commerce-to-commerce/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/commerce-to-commerce/1.11.0.1/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/commerce-to-commerce/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/commerce-to-commerce/1.11.0.1/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <sales_order_map_file>etc/commerce-to-commerce/map-sales.xml.dist</sales_order_map_file>\n        <delta_document_groups_file>etc/commerce-to-commerce/deltalog.xml.dist</delta_document_groups_file>\n        <customer_attr_map_file>etc/commerce-to-commerce/customer-attr-map.xml.dist</customer_attr_map_file>\n        <customer_attr_document_groups_file>etc/commerce-to-commerce/customer-attr-document-groups.xml.dist</customer_attr_document_groups_file>\n        <order_grids_document_groups_file>etc/commerce-to-commerce/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <map_document_groups>etc/commerce-to-commerce/map-document-groups.xml.dist</map_document_groups>\n        <class_map>etc/commerce-to-commerce/class-map.xml.dist</class_map>\n        <tier_price_map_file>etc/commerce-to-commerce/1.11.0.1/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/commerce-to-commerce/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>commerce-to-commerce</edition_migrate>\n        <edition_number>1.11.0.1</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.11.0.1/customer-attribute-groups.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<groups xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/groups.xsd\">\n    <group name=\"customer_entity\">\n        <attribute>created_in</attribute>\n        <attribute>prefix</attribute>\n        <attribute>firstname</attribute>\n        <attribute>middlename</attribute>\n        <attribute>lastname</attribute>\n        <attribute>suffix</attribute>\n        <attribute>dob</attribute>\n        <attribute>password_hash</attribute>\n        <attribute>default_billing</attribute>\n        <attribute>default_shipping</attribute>\n        <attribute>taxvat</attribute>\n        <attribute>confirmation</attribute>\n        <attribute>gender</attribute>\n    </group>\n    <group name=\"customer_address_entity\">\n        <attribute>city</attribute>\n        <attribute>company</attribute>\n        <attribute>country_id</attribute>\n        <attribute>fax</attribute>\n        <attribute>firstname</attribute>\n        <attribute>lastname</attribute>\n        <attribute>middlename</attribute>\n        <attribute>postcode</attribute>\n        <attribute>prefix</attribute>\n        <attribute>region</attribute>\n        <attribute>region_id</attribute>\n        <attribute>street</attribute>\n        <attribute>suffix</attribute>\n        <attribute>telephone</attribute>\n    </group>\n</groups>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.11.0.1/map-customer.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <field_rules>\n            <ignore>\n                <field>customer_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.attribute_set_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.attribute_set_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity_varchar.entity_type_id</field>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>customer_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.prefix</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.firstname</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.middlename</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.lastname</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.suffix</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.dob</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.password_hash</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.rp_token</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.rp_token_created_at</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.default_billing</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.default_shipping</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.taxvat</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.confirmation</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.gender</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.disable_auto_group_change</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.city</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.company</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.country_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.fax</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.firstname</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.lastname</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.middlename</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.postcode</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.prefix</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.region</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.region_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.street</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.suffix</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.telephone</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.vat_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.vat_is_valid</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.vat_request_date</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.vat_request_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.vat_request_success</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.failures_num</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.first_failure</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.lock_expires</field>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.11.0.1/map-tier-price.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_group_price.is_percent</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_group_price.customer_group_id</datatype>\n            </ignore>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_tier_price.percentage_value</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.11.0.1/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_queue_queue</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_queue_task</document>\n            </ignore>\n            <ignore>\n                <document>find_feed_import_codes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_question_number</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>social_facebook_actions</document>\n            </ignore>\n            <ignore>\n                <document>strikeiron_tax_rate</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalog_category_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalog_product_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_action</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_item</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_log</document>\n            </ignore>\n            <ignore>\n                <document>core_session</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_product_unlinked</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_backup</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_backup_item</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_sysreport</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_event</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata_event</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata_group</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_subscriber</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_index_multiplier</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_cms_page_revision</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_cms_page_version</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma</document>\n                <to>magento_rma</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity</document>\n                <to>magento_rma_item_entity</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_datetime</document>\n                <to>magento_rma_item_entity_datetime</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_decimal</document>\n                <to>magento_rma_item_entity_decimal</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_int</document>\n                <to>magento_rma_item_entity_int</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_text</document>\n                <to>magento_rma_item_entity_text</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_varchar</document>\n                <to>magento_rma_item_entity_varchar</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_form_attribute</document>\n                <to>magento_rma_item_form_attribute</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_shipping_label</document>\n                <to>magento_rma_shipping_label</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_status_history</document>\n                <to>magento_rma_status_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner</document>\n                <to>magento_banner</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_catalogrule</document>\n                <to>magento_banner_catalogrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_content</document>\n                <to>magento_banner_content</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_customersegment</document>\n                <to>magento_banner_customersegment</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_salesrule</document>\n                <to>magento_banner_salesrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogevent_event</document>\n                <to>magento_catalogevent_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogevent_event_image</document>\n                <to>magento_catalogevent_event_image</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogpermissions</document>\n                <to>magento_catalogpermissions</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_lock</document>\n                <to>magento_versionscms_hierarchy_lock</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_metadata</document>\n                <to>magento_versionscms_hierarchy_metadata</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_node</document>\n                <to>magento_versionscms_hierarchy_node</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_increment</document>\n                <to>magento_versionscms_increment</to>\n            </rename>\n            <rename>\n                <document>enterprise_customerbalance</document>\n                <to>magento_customerbalance</to>\n            </rename>\n            <rename>\n                <document>enterprise_customerbalance_history</document>\n                <to>magento_customerbalance_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_customer</document>\n                <to>magento_customersegment_customer</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_event</document>\n                <to>magento_customersegment_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_segment</document>\n                <to>magento_customersegment_segment</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_website</document>\n                <to>magento_customersegment_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcard_amount</document>\n                <to>magento_giftcard_amount</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount</document>\n                <to>magento_giftcardaccount</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount_history</document>\n                <to>magento_giftcardaccount_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount_pool</document>\n                <to>magento_giftcardaccount_pool</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_data</document>\n                <to>magento_giftregistry_data</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_entity</document>\n                <to>magento_giftregistry_entity</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_item</document>\n                <to>magento_giftregistry_item</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_item_option</document>\n                <to>magento_giftregistry_item_option</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_label</document>\n                <to>magento_giftregistry_label</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_person</document>\n                <to>magento_giftregistry_person</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_type</document>\n                <to>magento_giftregistry_type</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_type_info</document>\n                <to>magento_giftregistry_type_info</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping</document>\n                <to>magento_giftwrapping</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping_store_attributes</document>\n                <to>magento_giftwrapping_store_attributes</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping_website</document>\n                <to>magento_giftwrapping_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation</document>\n                <to>magento_invitation</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation_status_history</document>\n                <to>magento_invitation_status_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation_track</document>\n                <to>magento_invitation_track</to>\n            </rename>\n            <rename>\n                <document>enterprise_logging_event</document>\n                <to>magento_logging_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_logging_event_changes</document>\n                <to>magento_logging_event_changes</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule</document>\n                <to>magento_reminder_rule</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_coupon</document>\n                <to>magento_reminder_rule_coupon</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_log</document>\n                <to>magento_reminder_rule_log</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_website</document>\n                <to>magento_reminder_rule_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_template</document>\n                <to>magento_reminder_template</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward</document>\n                <to>magento_reward</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_history</document>\n                <to>magento_reward_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_rate</document>\n                <to>magento_reward_rate</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_salesrule</document>\n                <to>magento_reward_salesrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_scheduled_operations</document>\n                <to>magento_scheduled_operations</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule</document>\n                <to>magento_targetrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule_customersegment</document>\n                <to>magento_targetrule_customersegment</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule_product</document>\n                <to>magento_targetrule_product</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_grid</document>\n                <to>magento_rma_grid</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>enterprise_reminder_rule.active_from</field>\n                <to>enterprise_reminder_rule.from_date</to>\n            </move>\n            <move>\n                <field>enterprise_reminder_rule.active_to</field>\n                <to>enterprise_reminder_rule.to_date</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_datetime.entity_id</field>\n                <to>catalog_category_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_decimal.entity_id</field>\n                <to>catalog_category_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_int.entity_id</field>\n                <to>catalog_category_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_text.entity_id</field>\n                <to>catalog_category_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_varchar.entity_id</field>\n                <to>catalog_category_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_datetime.entity_id</field>\n                <to>catalog_product_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_decimal.entity_id</field>\n                <to>catalog_product_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_gallery.entity_id</field>\n                <to>catalog_product_entity_gallery.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_int.entity_id</field>\n                <to>catalog_product_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_text.entity_id</field>\n                <to>catalog_product_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_varchar.entity_id</field>\n                <to>catalog_product_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_customer_group.rule_id</field>\n                <to>catalogrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_website.rule_id</field>\n                <to>catalogrule_website.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_customer_group.rule_id</field>\n                <to>salesrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_product_attribute.rule_id</field>\n                <to>salesrule_product_attribute.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_website.rule_id</field>\n                <to>salesrule_website.row_id</to>\n            </move>\n            <move>\n                <field>cms_block_store.block_id</field>\n                <to>cms_block_store.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_label.rule_id</field>\n                <to>salesrule_label.row_id</to>\n            </move>\n            <move>\n                <field>cms_page_store.page_id</field>\n                <to>cms_page_store.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <move>\n                <field>enterprise_giftcard_amount.entity_id</field>\n                <to>magento_giftcard_amount.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/category_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/product_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_key,url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.customer_group_ids</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\NormalizationIds\">\n                    <param name=\"normalizationDocument\" value=\"catalogrule_customer_group\" />\n                    <param name=\"normalizationField\" value=\"customer_group_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule.website_ids</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\NormalizationIds\">\n                    <param name=\"normalizationDocument\" value=\"catalogrule_website\" />\n                    <param name=\"normalizationField\" value=\"website_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.customer_group_ids</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\NormalizationIds\">\n                    <param name=\"normalizationDocument\" value=\"salesrule_customer_group\" />\n                    <param name=\"normalizationField\" value=\"customer_group_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.website_ids</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\NormalizationIds\">\n                    <param name=\"normalizationDocument\" value=\"salesrule_website\" />\n                    <param name=\"normalizationField\" value=\"website_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.condition_sql</field>\n                <handler class=\"Migration\\Handler\\Rule\\ConditionSql\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.condition_sql</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_type.meta_xml</field>\n                <handler class=\"\\Migration\\Handler\\ConvertDateFormat\" />\n            </transform>\n            <transform>\n                <field>catalogrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalogrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_salesrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.block_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_block\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.page_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_page\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option.option_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_option\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection.selection_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_selection\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>enterprise_reward_history.additional_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.action_select_bind</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.original_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.result_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_item_entity.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_shipping_label.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_person.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.shipping_address</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.file_info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.entity_attributes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.reward_points_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.reward_salesrule_points</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity.attribute_set_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_giftcard_amount.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_targetrule.use_customer_segment</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_targetrule_product.store_id</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_giftregistry_person.middlename</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.base_customer_balance_virtual_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.published_revision_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.under_version_control</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.customer_group_ids</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.website_ids</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.customer_group_ids</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.website_ids</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogevent_event.date_start</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogevent_event.date_end</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.from_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.to_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.active_from</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.active_to</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>sales_order</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>support_report</document>\n            </ignore>\n            <ignore>\n                <document>captcha_log</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_customer_group</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_website</document>\n            </ignore>\n            <ignore>\n                <document>oauth_consumer</document>\n            </ignore>\n            <ignore>\n                <document>oauth_nonce</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token</document>\n            </ignore>\n            <ignore>\n                <document>paypal_payment_transaction</document>\n            </ignore>\n            <ignore>\n                <document>report_viewed_product_aggregated_daily</document>\n            </ignore>\n            <ignore>\n                <document>report_viewed_product_aggregated_monthly</document>\n            </ignore>\n            <ignore>\n                <document>report_viewed_product_aggregated_yearly</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_aggregated_updated</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_tax_item</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_coupon_aggregated_updated</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_customer_group</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_website</document>\n            </ignore>\n            <ignore>\n                <document>tax_order_aggregated_updated</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n            <ignore>\n                <document>support_backup</document>\n            </ignore>\n            <ignore>\n                <document>support_backup_item</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>visual_merchandiser_rule</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>magento_salesrule_filter</document>\n            </ignore>\n            <ignore>\n                <document>multiinventory_warehouse</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>quote_preview</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_rma_shipment</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalog_category</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_block</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_page</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_selection</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_option</document>\n            </ignore>\n            <ignore>\n                <document>staging_update</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>company</document>\n            </ignore>\n            <ignore>\n                <document>company_advanced_customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_credit</document>\n            </ignore>\n            <ignore>\n                <document>company_credit_history</document>\n            </ignore>\n            <ignore>\n                <document>company_order_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_payment</document>\n            </ignore>\n            <ignore>\n                <document>company_permissions</document>\n            </ignore>\n            <ignore>\n                <document>company_roles</document>\n            </ignore>\n            <ignore>\n                <document>company_structure</document>\n            </ignore>\n            <ignore>\n                <document>company_team</document>\n            </ignore>\n            <ignore>\n                <document>company_user_roles</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment_attachment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_company_config</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_grid</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_history</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_item</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_purged_content</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list_item</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog_product_item</document>\n            </ignore>\n            <ignore>\n                <document>sharedcatalog_category_permissions</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>magento_versionscms_hierarchy_node.scope</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"default\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>magento_versionscms_hierarchy_node.scope_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>translation.crc_string</field>\n                <handler class=\"\\Migration\\Handler\\SetHash\">\n                    <param name=\"hash\" value=\"crc32\" />\n                    <param name=\"baseField\" value=\"string\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>magento_banner_content.banner_content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_category_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"block_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"page_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>magento_catalogevent_event.status</field>\n                <handler class=\"\\Migration\\Handler\\GetEventStatus\" />\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>magento_reward_history.points_voided</field>\n            </ignore>\n            <ignore>\n                <field>magento_banner.is_ga_enabled</field>\n            </ignore>\n            <ignore>\n                <field>magento_banner.ga_creative</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.rp_token</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.rp_token_created_at</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.is_decimal_divided</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_segment.apply_to</field>\n            </ignore>\n            <ignore>\n                <field>magento_reminder_rule.from_date</field>\n            </ignore>\n            <ignore>\n                <field>magento_reminder_rule.to_date</field>\n            </ignore>\n            <ignore>\n                <field>magento_versionscms_hierarchy_metadata.top_menu_visibility</field>\n            </ignore>\n            <ignore>\n                <field>magento_versionscms_hierarchy_metadata.top_menu_excluded</field>\n            </ignore>\n            <ignore>\n                <field>magento_versionscms_hierarchy_node.scope</field>\n            </ignore>\n            <ignore>\n                <field>magento_versionscms_hierarchy_node.scope_id</field>\n            </ignore>\n            <ignore>\n                <field>paypal_settlement_report_row.payment_tracking_id</field>\n            </ignore>\n            <ignore>\n                <field>paypal_settlement_report_row.store_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.vat_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.vat_is_valid</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.vat_request_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.vat_request_date</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.vat_request_success</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vat_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vat_is_valid</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vat_request_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vat_request_date</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vat_request_success</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.discount_description</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.discount_description</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.base_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.discount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.base_discount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.use_auto_generation</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.uses_per_coupon</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.created_at</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.type</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon_aggregated.rule_name</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon_aggregated_order.rule_name</field>\n            </ignore>\n            <ignore>\n                <field>tax_calculation_rule.calculate_subtotal</field>\n            </ignore>\n            <ignore>\n                <field>translation.crc_string</field>\n            </ignore>\n            <ignore>\n                <field>wishlist.name</field>\n            </ignore>\n            <ignore>\n                <field>wishlist.visibility</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.use_config_deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.row_id</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>magento_catalogevent_event.status</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.active_from</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.active_to</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogevent_event.date_start</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogevent_event.date_end</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reminder_rule.from_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reminder_rule.to_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.11.0.2/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Custom Customer Attributes Step\">\n            <integrity>Migration\\Step\\CustomCustomerAttributes\\Integrity</integrity>\n            <data>Migration\\Step\\CustomCustomerAttributes\\Data</data>\n            <volume>Migration\\Step\\CustomCustomerAttributes\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version191to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version191to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"SalesOrder Step\">\n            <integrity>Migration\\Step\\SalesOrder\\Integrity</integrity>\n            <data>Migration\\Step\\SalesOrder\\Data</data>\n            <volume>Migration\\Step\\SalesOrder\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGridsEE\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGridsEE\\Data</data>\n            <volume>Migration\\Step\\OrderGridsEE\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Custom Customer Attributes Step\">\n            <delta>Migration\\Step\\CustomCustomerAttributes\\Delta</delta>\n            <volume>Migration\\Step\\CustomCustomerAttributes\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"SalesOrder Step\">\n            <delta>Migration\\Step\\SalesOrder\\Delta</delta>\n            <volume>Migration\\Step\\SalesOrder\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version11410to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version11410to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGridsEE\\Delta</delta>\n            <volume>Migration\\Step\\OrderGridsEE\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/commerce-to-commerce/1.11.0.2/map.xml.dist</map_file>\n        <eav_map_file>etc/commerce-to-commerce/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/commerce-to-commerce/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/commerce-to-commerce/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/commerce-to-commerce/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/commerce-to-commerce/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/commerce-to-commerce/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/commerce-to-commerce/1.11.0.2/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/commerce-to-commerce/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/commerce-to-commerce/1.11.0.2/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <sales_order_map_file>etc/commerce-to-commerce/map-sales.xml.dist</sales_order_map_file>\n        <delta_document_groups_file>etc/commerce-to-commerce/deltalog.xml.dist</delta_document_groups_file>\n        <customer_attr_map_file>etc/commerce-to-commerce/customer-attr-map.xml.dist</customer_attr_map_file>\n        <customer_attr_document_groups_file>etc/commerce-to-commerce/customer-attr-document-groups.xml.dist</customer_attr_document_groups_file>\n        <order_grids_document_groups_file>etc/commerce-to-commerce/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <map_document_groups>etc/commerce-to-commerce/map-document-groups.xml.dist</map_document_groups>\n        <class_map>etc/commerce-to-commerce/class-map.xml.dist</class_map>\n        <tier_price_map_file>etc/commerce-to-commerce/1.11.0.2/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/commerce-to-commerce/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>commerce-to-commerce</edition_migrate>\n        <edition_number>1.11.0.2</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.11.0.2/customer-attribute-groups.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<groups xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/groups.xsd\">\n    <group name=\"customer_entity\">\n        <attribute>created_in</attribute>\n        <attribute>prefix</attribute>\n        <attribute>firstname</attribute>\n        <attribute>middlename</attribute>\n        <attribute>lastname</attribute>\n        <attribute>suffix</attribute>\n        <attribute>dob</attribute>\n        <attribute>password_hash</attribute>\n        <attribute>default_billing</attribute>\n        <attribute>default_shipping</attribute>\n        <attribute>taxvat</attribute>\n        <attribute>confirmation</attribute>\n        <attribute>gender</attribute>\n    </group>\n    <group name=\"customer_address_entity\">\n        <attribute>city</attribute>\n        <attribute>company</attribute>\n        <attribute>country_id</attribute>\n        <attribute>fax</attribute>\n        <attribute>firstname</attribute>\n        <attribute>lastname</attribute>\n        <attribute>middlename</attribute>\n        <attribute>postcode</attribute>\n        <attribute>prefix</attribute>\n        <attribute>region</attribute>\n        <attribute>region_id</attribute>\n        <attribute>street</attribute>\n        <attribute>suffix</attribute>\n        <attribute>telephone</attribute>\n    </group>\n</groups>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.11.0.2/map-customer.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <field_rules>\n            <ignore>\n                <field>customer_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.attribute_set_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.attribute_set_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity_varchar.entity_type_id</field>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>customer_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.prefix</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.firstname</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.middlename</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.lastname</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.suffix</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.dob</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.password_hash</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.rp_token</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.rp_token_created_at</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.default_billing</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.default_shipping</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.taxvat</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.confirmation</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.gender</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.disable_auto_group_change</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.city</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.company</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.country_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.fax</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.firstname</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.lastname</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.middlename</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.postcode</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.prefix</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.region</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.region_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.street</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.suffix</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.telephone</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.vat_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.vat_is_valid</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.vat_request_date</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.vat_request_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.vat_request_success</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.failures_num</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.first_failure</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.lock_expires</field>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.11.0.2/map-tier-price.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_group_price.is_percent</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_group_price.customer_group_id</datatype>\n            </ignore>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_tier_price.percentage_value</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.11.0.2/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_queue_queue</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_queue_task</document>\n            </ignore>\n            <ignore>\n                <document>find_feed_import_codes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_question_number</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>social_facebook_actions</document>\n            </ignore>\n            <ignore>\n                <document>strikeiron_tax_rate</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalog_category_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalog_product_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_action</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_item</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_log</document>\n            </ignore>\n            <ignore>\n                <document>core_session</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_product_unlinked</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_backup</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_backup_item</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_sysreport</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_event</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata_event</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata_group</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_subscriber</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_index_multiplier</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_cms_page_revision</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_cms_page_version</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma</document>\n                <to>magento_rma</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity</document>\n                <to>magento_rma_item_entity</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_datetime</document>\n                <to>magento_rma_item_entity_datetime</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_decimal</document>\n                <to>magento_rma_item_entity_decimal</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_int</document>\n                <to>magento_rma_item_entity_int</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_text</document>\n                <to>magento_rma_item_entity_text</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_varchar</document>\n                <to>magento_rma_item_entity_varchar</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_form_attribute</document>\n                <to>magento_rma_item_form_attribute</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_shipping_label</document>\n                <to>magento_rma_shipping_label</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_status_history</document>\n                <to>magento_rma_status_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner</document>\n                <to>magento_banner</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_catalogrule</document>\n                <to>magento_banner_catalogrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_content</document>\n                <to>magento_banner_content</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_customersegment</document>\n                <to>magento_banner_customersegment</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_salesrule</document>\n                <to>magento_banner_salesrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogevent_event</document>\n                <to>magento_catalogevent_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogevent_event_image</document>\n                <to>magento_catalogevent_event_image</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogpermissions</document>\n                <to>magento_catalogpermissions</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_lock</document>\n                <to>magento_versionscms_hierarchy_lock</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_metadata</document>\n                <to>magento_versionscms_hierarchy_metadata</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_node</document>\n                <to>magento_versionscms_hierarchy_node</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_increment</document>\n                <to>magento_versionscms_increment</to>\n            </rename>\n            <rename>\n                <document>enterprise_customerbalance</document>\n                <to>magento_customerbalance</to>\n            </rename>\n            <rename>\n                <document>enterprise_customerbalance_history</document>\n                <to>magento_customerbalance_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_customer</document>\n                <to>magento_customersegment_customer</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_event</document>\n                <to>magento_customersegment_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_segment</document>\n                <to>magento_customersegment_segment</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_website</document>\n                <to>magento_customersegment_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcard_amount</document>\n                <to>magento_giftcard_amount</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount</document>\n                <to>magento_giftcardaccount</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount_history</document>\n                <to>magento_giftcardaccount_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount_pool</document>\n                <to>magento_giftcardaccount_pool</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_data</document>\n                <to>magento_giftregistry_data</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_entity</document>\n                <to>magento_giftregistry_entity</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_item</document>\n                <to>magento_giftregistry_item</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_item_option</document>\n                <to>magento_giftregistry_item_option</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_label</document>\n                <to>magento_giftregistry_label</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_person</document>\n                <to>magento_giftregistry_person</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_type</document>\n                <to>magento_giftregistry_type</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_type_info</document>\n                <to>magento_giftregistry_type_info</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping</document>\n                <to>magento_giftwrapping</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping_store_attributes</document>\n                <to>magento_giftwrapping_store_attributes</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping_website</document>\n                <to>magento_giftwrapping_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation</document>\n                <to>magento_invitation</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation_status_history</document>\n                <to>magento_invitation_status_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation_track</document>\n                <to>magento_invitation_track</to>\n            </rename>\n            <rename>\n                <document>enterprise_logging_event</document>\n                <to>magento_logging_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_logging_event_changes</document>\n                <to>magento_logging_event_changes</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule</document>\n                <to>magento_reminder_rule</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_coupon</document>\n                <to>magento_reminder_rule_coupon</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_log</document>\n                <to>magento_reminder_rule_log</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_website</document>\n                <to>magento_reminder_rule_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_template</document>\n                <to>magento_reminder_template</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward</document>\n                <to>magento_reward</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_history</document>\n                <to>magento_reward_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_rate</document>\n                <to>magento_reward_rate</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_salesrule</document>\n                <to>magento_reward_salesrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_scheduled_operations</document>\n                <to>magento_scheduled_operations</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule</document>\n                <to>magento_targetrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule_customersegment</document>\n                <to>magento_targetrule_customersegment</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule_product</document>\n                <to>magento_targetrule_product</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_grid</document>\n                <to>magento_rma_grid</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>enterprise_reminder_rule.active_from</field>\n                <to>enterprise_reminder_rule.from_date</to>\n            </move>\n            <move>\n                <field>enterprise_reminder_rule.active_to</field>\n                <to>enterprise_reminder_rule.to_date</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_datetime.entity_id</field>\n                <to>catalog_category_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_decimal.entity_id</field>\n                <to>catalog_category_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_int.entity_id</field>\n                <to>catalog_category_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_text.entity_id</field>\n                <to>catalog_category_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_varchar.entity_id</field>\n                <to>catalog_category_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_datetime.entity_id</field>\n                <to>catalog_product_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_decimal.entity_id</field>\n                <to>catalog_product_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_gallery.entity_id</field>\n                <to>catalog_product_entity_gallery.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_int.entity_id</field>\n                <to>catalog_product_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_text.entity_id</field>\n                <to>catalog_product_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_varchar.entity_id</field>\n                <to>catalog_product_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_customer_group.rule_id</field>\n                <to>catalogrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_website.rule_id</field>\n                <to>catalogrule_website.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_customer_group.rule_id</field>\n                <to>salesrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_product_attribute.rule_id</field>\n                <to>salesrule_product_attribute.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_website.rule_id</field>\n                <to>salesrule_website.row_id</to>\n            </move>\n            <move>\n                <field>cms_block_store.block_id</field>\n                <to>cms_block_store.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_label.rule_id</field>\n                <to>salesrule_label.row_id</to>\n            </move>\n            <move>\n                <field>cms_page_store.page_id</field>\n                <to>cms_page_store.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <move>\n                <field>enterprise_giftcard_amount.entity_id</field>\n                <to>magento_giftcard_amount.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/category_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/product_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_key,url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.customer_group_ids</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\NormalizationIds\">\n                    <param name=\"normalizationDocument\" value=\"catalogrule_customer_group\" />\n                    <param name=\"normalizationField\" value=\"customer_group_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule.website_ids</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\NormalizationIds\">\n                    <param name=\"normalizationDocument\" value=\"catalogrule_website\" />\n                    <param name=\"normalizationField\" value=\"website_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.customer_group_ids</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\NormalizationIds\">\n                    <param name=\"normalizationDocument\" value=\"salesrule_customer_group\" />\n                    <param name=\"normalizationField\" value=\"customer_group_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.website_ids</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\NormalizationIds\">\n                    <param name=\"normalizationDocument\" value=\"salesrule_website\" />\n                    <param name=\"normalizationField\" value=\"website_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.condition_sql</field>\n                <handler class=\"Migration\\Handler\\Rule\\ConditionSql\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.condition_sql</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_type.meta_xml</field>\n                <handler class=\"\\Migration\\Handler\\ConvertDateFormat\" />\n            </transform>\n            <transform>\n                <field>catalogrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalogrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_salesrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.block_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_block\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.page_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_page\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option.option_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_option\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection.selection_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_selection\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>enterprise_reward_history.additional_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.action_select_bind</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.original_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.result_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_item_entity.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_shipping_label.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_person.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.shipping_address</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.file_info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.entity_attributes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.reward_points_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.reward_salesrule_points</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity.attribute_set_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_giftcard_amount.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_targetrule.use_customer_segment</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_targetrule_product.store_id</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_giftregistry_person.middlename</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.base_customer_balance_virtual_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.published_revision_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.under_version_control</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.customer_group_ids</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.website_ids</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.customer_group_ids</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.website_ids</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogevent_event.date_start</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogevent_event.date_end</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.from_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.to_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.active_from</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.active_to</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>sales_order</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>support_report</document>\n            </ignore>\n            <ignore>\n                <document>captcha_log</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_customer_group</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_website</document>\n            </ignore>\n            <ignore>\n                <document>oauth_consumer</document>\n            </ignore>\n            <ignore>\n                <document>oauth_nonce</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token</document>\n            </ignore>\n            <ignore>\n                <document>paypal_payment_transaction</document>\n            </ignore>\n            <ignore>\n                <document>report_viewed_product_aggregated_daily</document>\n            </ignore>\n            <ignore>\n                <document>report_viewed_product_aggregated_monthly</document>\n            </ignore>\n            <ignore>\n                <document>report_viewed_product_aggregated_yearly</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_aggregated_updated</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_tax_item</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_coupon_aggregated_updated</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_customer_group</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_website</document>\n            </ignore>\n            <ignore>\n                <document>tax_order_aggregated_updated</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n            <ignore>\n                <document>support_backup</document>\n            </ignore>\n            <ignore>\n                <document>support_backup_item</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>visual_merchandiser_rule</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>magento_salesrule_filter</document>\n            </ignore>\n            <ignore>\n                <document>multiinventory_warehouse</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>quote_preview</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_rma_shipment</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalog_category</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_block</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_page</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_selection</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_option</document>\n            </ignore>\n            <ignore>\n                <document>staging_update</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>company</document>\n            </ignore>\n            <ignore>\n                <document>company_advanced_customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_credit</document>\n            </ignore>\n            <ignore>\n                <document>company_credit_history</document>\n            </ignore>\n            <ignore>\n                <document>company_order_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_payment</document>\n            </ignore>\n            <ignore>\n                <document>company_permissions</document>\n            </ignore>\n            <ignore>\n                <document>company_roles</document>\n            </ignore>\n            <ignore>\n                <document>company_structure</document>\n            </ignore>\n            <ignore>\n                <document>company_team</document>\n            </ignore>\n            <ignore>\n                <document>company_user_roles</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment_attachment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_company_config</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_grid</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_history</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_item</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_purged_content</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list_item</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog_product_item</document>\n            </ignore>\n            <ignore>\n                <document>sharedcatalog_category_permissions</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>magento_versionscms_hierarchy_node.scope</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"default\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>magento_versionscms_hierarchy_node.scope_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>translation.crc_string</field>\n                <handler class=\"\\Migration\\Handler\\SetHash\">\n                    <param name=\"hash\" value=\"crc32\" />\n                    <param name=\"baseField\" value=\"string\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>magento_banner_content.banner_content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_category_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"block_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"page_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>magento_catalogevent_event.status</field>\n                <handler class=\"\\Migration\\Handler\\GetEventStatus\" />\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>magento_reward_history.points_voided</field>\n            </ignore>\n            <ignore>\n                <field>magento_banner.is_ga_enabled</field>\n            </ignore>\n            <ignore>\n                <field>magento_banner.ga_creative</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.rp_token</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.rp_token_created_at</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.is_decimal_divided</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_segment.apply_to</field>\n            </ignore>\n            <ignore>\n                <field>magento_reminder_rule.from_date</field>\n            </ignore>\n            <ignore>\n                <field>magento_reminder_rule.to_date</field>\n            </ignore>\n            <ignore>\n                <field>magento_versionscms_hierarchy_metadata.top_menu_visibility</field>\n            </ignore>\n            <ignore>\n                <field>magento_versionscms_hierarchy_metadata.top_menu_excluded</field>\n            </ignore>\n            <ignore>\n                <field>magento_versionscms_hierarchy_node.scope</field>\n            </ignore>\n            <ignore>\n                <field>magento_versionscms_hierarchy_node.scope_id</field>\n            </ignore>\n            <ignore>\n                <field>paypal_settlement_report_row.payment_tracking_id</field>\n            </ignore>\n            <ignore>\n                <field>paypal_settlement_report_row.store_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.vat_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.vat_is_valid</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.vat_request_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.vat_request_date</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.vat_request_success</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vat_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vat_is_valid</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vat_request_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vat_request_date</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vat_request_success</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.discount_description</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.discount_description</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.base_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.discount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.base_discount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.use_auto_generation</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.uses_per_coupon</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.created_at</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.type</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon_aggregated.rule_name</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon_aggregated_order.rule_name</field>\n            </ignore>\n            <ignore>\n                <field>tax_calculation_rule.calculate_subtotal</field>\n            </ignore>\n            <ignore>\n                <field>translation.crc_string</field>\n            </ignore>\n            <ignore>\n                <field>wishlist.name</field>\n            </ignore>\n            <ignore>\n                <field>wishlist.visibility</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.use_config_deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.row_id</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>magento_catalogevent_event.status</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.active_from</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.active_to</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogevent_event.date_start</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogevent_event.date_end</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reminder_rule.from_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reminder_rule.to_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.11.1.0/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Custom Customer Attributes Step\">\n            <integrity>Migration\\Step\\CustomCustomerAttributes\\Integrity</integrity>\n            <data>Migration\\Step\\CustomCustomerAttributes\\Data</data>\n            <volume>Migration\\Step\\CustomCustomerAttributes\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version191to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version191to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"SalesOrder Step\">\n            <integrity>Migration\\Step\\SalesOrder\\Integrity</integrity>\n            <data>Migration\\Step\\SalesOrder\\Data</data>\n            <volume>Migration\\Step\\SalesOrder\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGridsEE\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGridsEE\\Data</data>\n            <volume>Migration\\Step\\OrderGridsEE\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Custom Customer Attributes Step\">\n            <delta>Migration\\Step\\CustomCustomerAttributes\\Delta</delta>\n            <volume>Migration\\Step\\CustomCustomerAttributes\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"SalesOrder Step\">\n            <delta>Migration\\Step\\SalesOrder\\Delta</delta>\n            <volume>Migration\\Step\\SalesOrder\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version11410to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version11410to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGridsEE\\Delta</delta>\n            <volume>Migration\\Step\\OrderGridsEE\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/commerce-to-commerce/1.11.1.0/map.xml.dist</map_file>\n        <eav_map_file>etc/commerce-to-commerce/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/commerce-to-commerce/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/commerce-to-commerce/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/commerce-to-commerce/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/commerce-to-commerce/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/commerce-to-commerce/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/commerce-to-commerce/1.11.1.0/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/commerce-to-commerce/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/commerce-to-commerce/1.11.1.0/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <sales_order_map_file>etc/commerce-to-commerce/map-sales.xml.dist</sales_order_map_file>\n        <delta_document_groups_file>etc/commerce-to-commerce/deltalog.xml.dist</delta_document_groups_file>\n        <customer_attr_map_file>etc/commerce-to-commerce/customer-attr-map.xml.dist</customer_attr_map_file>\n        <customer_attr_document_groups_file>etc/commerce-to-commerce/customer-attr-document-groups.xml.dist</customer_attr_document_groups_file>\n        <order_grids_document_groups_file>etc/commerce-to-commerce/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <map_document_groups>etc/commerce-to-commerce/map-document-groups.xml.dist</map_document_groups>\n        <class_map>etc/commerce-to-commerce/class-map.xml.dist</class_map>\n        <tier_price_map_file>etc/commerce-to-commerce/1.11.1.0/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/commerce-to-commerce/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>commerce-to-commerce</edition_migrate>\n        <edition_number>1.11.1.0</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.11.1.0/customer-attribute-groups.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<groups xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/groups.xsd\">\n    <group name=\"customer_entity\">\n        <attribute>created_in</attribute>\n        <attribute>prefix</attribute>\n        <attribute>firstname</attribute>\n        <attribute>middlename</attribute>\n        <attribute>lastname</attribute>\n        <attribute>suffix</attribute>\n        <attribute>dob</attribute>\n        <attribute>password_hash</attribute>\n        <attribute>default_billing</attribute>\n        <attribute>default_shipping</attribute>\n        <attribute>taxvat</attribute>\n        <attribute>confirmation</attribute>\n        <attribute>gender</attribute>\n    </group>\n    <group name=\"customer_address_entity\">\n        <attribute>city</attribute>\n        <attribute>company</attribute>\n        <attribute>country_id</attribute>\n        <attribute>fax</attribute>\n        <attribute>firstname</attribute>\n        <attribute>lastname</attribute>\n        <attribute>middlename</attribute>\n        <attribute>postcode</attribute>\n        <attribute>prefix</attribute>\n        <attribute>region</attribute>\n        <attribute>region_id</attribute>\n        <attribute>street</attribute>\n        <attribute>suffix</attribute>\n        <attribute>telephone</attribute>\n    </group>\n</groups>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.11.1.0/map-customer.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <field_rules>\n            <ignore>\n                <field>customer_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.attribute_set_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.attribute_set_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity_varchar.entity_type_id</field>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>customer_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.prefix</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.firstname</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.middlename</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.lastname</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.suffix</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.dob</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.password_hash</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.rp_token</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.rp_token_created_at</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.default_billing</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.default_shipping</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.taxvat</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.confirmation</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.gender</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.disable_auto_group_change</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.city</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.company</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.country_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.fax</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.firstname</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.lastname</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.middlename</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.postcode</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.prefix</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.region</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.region_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.street</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.suffix</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.telephone</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.vat_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.vat_is_valid</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.vat_request_date</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.vat_request_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.vat_request_success</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.failures_num</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.first_failure</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.lock_expires</field>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.11.1.0/map-tier-price.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_group_price.is_percent</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_group_price.customer_group_id</datatype>\n            </ignore>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_tier_price.percentage_value</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.11.1.0/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_queue_queue</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_queue_task</document>\n            </ignore>\n            <ignore>\n                <document>find_feed_import_codes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_question_number</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>social_facebook_actions</document>\n            </ignore>\n            <ignore>\n                <document>strikeiron_tax_rate</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalog_category_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalog_product_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_action</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_item</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_log</document>\n            </ignore>\n            <ignore>\n                <document>core_session</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_product_unlinked</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_backup</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_backup_item</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_sysreport</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_event</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata_event</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata_group</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_subscriber</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_index_multiplier</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_cms_page_revision</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_cms_page_version</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma</document>\n                <to>magento_rma</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity</document>\n                <to>magento_rma_item_entity</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_datetime</document>\n                <to>magento_rma_item_entity_datetime</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_decimal</document>\n                <to>magento_rma_item_entity_decimal</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_int</document>\n                <to>magento_rma_item_entity_int</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_text</document>\n                <to>magento_rma_item_entity_text</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_varchar</document>\n                <to>magento_rma_item_entity_varchar</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_form_attribute</document>\n                <to>magento_rma_item_form_attribute</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_shipping_label</document>\n                <to>magento_rma_shipping_label</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_status_history</document>\n                <to>magento_rma_status_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner</document>\n                <to>magento_banner</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_catalogrule</document>\n                <to>magento_banner_catalogrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_content</document>\n                <to>magento_banner_content</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_customersegment</document>\n                <to>magento_banner_customersegment</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_salesrule</document>\n                <to>magento_banner_salesrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogevent_event</document>\n                <to>magento_catalogevent_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogevent_event_image</document>\n                <to>magento_catalogevent_event_image</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogpermissions</document>\n                <to>magento_catalogpermissions</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_lock</document>\n                <to>magento_versionscms_hierarchy_lock</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_metadata</document>\n                <to>magento_versionscms_hierarchy_metadata</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_node</document>\n                <to>magento_versionscms_hierarchy_node</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_increment</document>\n                <to>magento_versionscms_increment</to>\n            </rename>\n            <rename>\n                <document>enterprise_customerbalance</document>\n                <to>magento_customerbalance</to>\n            </rename>\n            <rename>\n                <document>enterprise_customerbalance_history</document>\n                <to>magento_customerbalance_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_customer</document>\n                <to>magento_customersegment_customer</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_event</document>\n                <to>magento_customersegment_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_segment</document>\n                <to>magento_customersegment_segment</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_website</document>\n                <to>magento_customersegment_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcard_amount</document>\n                <to>magento_giftcard_amount</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount</document>\n                <to>magento_giftcardaccount</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount_history</document>\n                <to>magento_giftcardaccount_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount_pool</document>\n                <to>magento_giftcardaccount_pool</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_data</document>\n                <to>magento_giftregistry_data</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_entity</document>\n                <to>magento_giftregistry_entity</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_item</document>\n                <to>magento_giftregistry_item</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_item_option</document>\n                <to>magento_giftregistry_item_option</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_label</document>\n                <to>magento_giftregistry_label</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_person</document>\n                <to>magento_giftregistry_person</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_type</document>\n                <to>magento_giftregistry_type</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_type_info</document>\n                <to>magento_giftregistry_type_info</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping</document>\n                <to>magento_giftwrapping</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping_store_attributes</document>\n                <to>magento_giftwrapping_store_attributes</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping_website</document>\n                <to>magento_giftwrapping_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation</document>\n                <to>magento_invitation</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation_status_history</document>\n                <to>magento_invitation_status_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation_track</document>\n                <to>magento_invitation_track</to>\n            </rename>\n            <rename>\n                <document>enterprise_logging_event</document>\n                <to>magento_logging_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_logging_event_changes</document>\n                <to>magento_logging_event_changes</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule</document>\n                <to>magento_reminder_rule</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_coupon</document>\n                <to>magento_reminder_rule_coupon</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_log</document>\n                <to>magento_reminder_rule_log</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_website</document>\n                <to>magento_reminder_rule_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_template</document>\n                <to>magento_reminder_template</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward</document>\n                <to>magento_reward</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_history</document>\n                <to>magento_reward_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_rate</document>\n                <to>magento_reward_rate</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_salesrule</document>\n                <to>magento_reward_salesrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_scheduled_operations</document>\n                <to>magento_scheduled_operations</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule</document>\n                <to>magento_targetrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule_customersegment</document>\n                <to>magento_targetrule_customersegment</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule_product</document>\n                <to>magento_targetrule_product</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_grid</document>\n                <to>magento_rma_grid</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>enterprise_reminder_rule.active_from</field>\n                <to>enterprise_reminder_rule.from_date</to>\n            </move>\n            <move>\n                <field>enterprise_reminder_rule.active_to</field>\n                <to>enterprise_reminder_rule.to_date</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_datetime.entity_id</field>\n                <to>catalog_category_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_decimal.entity_id</field>\n                <to>catalog_category_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_int.entity_id</field>\n                <to>catalog_category_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_text.entity_id</field>\n                <to>catalog_category_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_varchar.entity_id</field>\n                <to>catalog_category_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_datetime.entity_id</field>\n                <to>catalog_product_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_decimal.entity_id</field>\n                <to>catalog_product_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_gallery.entity_id</field>\n                <to>catalog_product_entity_gallery.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_int.entity_id</field>\n                <to>catalog_product_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_text.entity_id</field>\n                <to>catalog_product_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_varchar.entity_id</field>\n                <to>catalog_product_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_customer_group.rule_id</field>\n                <to>catalogrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_website.rule_id</field>\n                <to>catalogrule_website.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_customer_group.rule_id</field>\n                <to>salesrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_product_attribute.rule_id</field>\n                <to>salesrule_product_attribute.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_website.rule_id</field>\n                <to>salesrule_website.row_id</to>\n            </move>\n            <move>\n                <field>cms_block_store.block_id</field>\n                <to>cms_block_store.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_label.rule_id</field>\n                <to>salesrule_label.row_id</to>\n            </move>\n            <move>\n                <field>cms_page_store.page_id</field>\n                <to>cms_page_store.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <move>\n                <field>enterprise_giftcard_amount.entity_id</field>\n                <to>magento_giftcard_amount.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/category_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/product_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_key,url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.customer_group_ids</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\NormalizationIds\">\n                    <param name=\"normalizationDocument\" value=\"catalogrule_customer_group\" />\n                    <param name=\"normalizationField\" value=\"customer_group_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule.website_ids</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\NormalizationIds\">\n                    <param name=\"normalizationDocument\" value=\"catalogrule_website\" />\n                    <param name=\"normalizationField\" value=\"website_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.customer_group_ids</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\NormalizationIds\">\n                    <param name=\"normalizationDocument\" value=\"salesrule_customer_group\" />\n                    <param name=\"normalizationField\" value=\"customer_group_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.website_ids</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\NormalizationIds\">\n                    <param name=\"normalizationDocument\" value=\"salesrule_website\" />\n                    <param name=\"normalizationField\" value=\"website_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.condition_sql</field>\n                <handler class=\"Migration\\Handler\\Rule\\ConditionSql\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.condition_sql</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_type.meta_xml</field>\n                <handler class=\"\\Migration\\Handler\\ConvertDateFormat\" />\n            </transform>\n            <transform>\n                <field>catalogrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalogrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_salesrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.block_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_block\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.page_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_page\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option.option_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_option\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection.selection_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_selection\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>enterprise_reward_history.additional_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.action_select_bind</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.original_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.result_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_item_entity.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_shipping_label.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_person.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.shipping_address</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.file_info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.entity_attributes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.reward_points_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.reward_salesrule_points</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity.attribute_set_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_giftcard_amount.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_targetrule.use_customer_segment</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_targetrule_product.store_id</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_giftregistry_person.middlename</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.base_customer_balance_virtual_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.published_revision_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.under_version_control</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.customer_group_ids</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.website_ids</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.customer_group_ids</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.website_ids</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogevent_event.date_start</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogevent_event.date_end</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.from_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.to_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.active_from</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.active_to</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>sales_order</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>support_report</document>\n            </ignore>\n            <ignore>\n                <document>captcha_log</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_customer_group</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_website</document>\n            </ignore>\n            <ignore>\n                <document>oauth_consumer</document>\n            </ignore>\n            <ignore>\n                <document>oauth_nonce</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token</document>\n            </ignore>\n            <ignore>\n                <document>report_viewed_product_aggregated_daily</document>\n            </ignore>\n            <ignore>\n                <document>report_viewed_product_aggregated_monthly</document>\n            </ignore>\n            <ignore>\n                <document>report_viewed_product_aggregated_yearly</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_coupon_aggregated_updated</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_customer_group</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_website</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n            <ignore>\n                <document>support_backup</document>\n            </ignore>\n            <ignore>\n                <document>support_backup_item</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>visual_merchandiser_rule</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>magento_salesrule_filter</document>\n            </ignore>\n            <ignore>\n                <document>multiinventory_warehouse</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>quote_preview</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_rma_shipment</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalog_category</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_block</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_page</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_selection</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_option</document>\n            </ignore>\n            <ignore>\n                <document>staging_update</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>company</document>\n            </ignore>\n            <ignore>\n                <document>company_advanced_customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_credit</document>\n            </ignore>\n            <ignore>\n                <document>company_credit_history</document>\n            </ignore>\n            <ignore>\n                <document>company_order_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_payment</document>\n            </ignore>\n            <ignore>\n                <document>company_permissions</document>\n            </ignore>\n            <ignore>\n                <document>company_roles</document>\n            </ignore>\n            <ignore>\n                <document>company_structure</document>\n            </ignore>\n            <ignore>\n                <document>company_team</document>\n            </ignore>\n            <ignore>\n                <document>company_user_roles</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment_attachment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_company_config</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_grid</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_history</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_item</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_purged_content</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list_item</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog_product_item</document>\n            </ignore>\n            <ignore>\n                <document>sharedcatalog_category_permissions</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>magento_versionscms_hierarchy_node.scope</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"default\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>magento_versionscms_hierarchy_node.scope_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>translation.crc_string</field>\n                <handler class=\"\\Migration\\Handler\\SetHash\">\n                    <param name=\"hash\" value=\"crc32\" />\n                    <param name=\"baseField\" value=\"string\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>magento_banner_content.banner_content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_category_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"block_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"page_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>magento_catalogevent_event.status</field>\n                <handler class=\"\\Migration\\Handler\\GetEventStatus\" />\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>magento_reward_history.points_voided</field>\n            </ignore>\n            <ignore>\n                <field>magento_banner.is_ga_enabled</field>\n            </ignore>\n            <ignore>\n                <field>magento_banner.ga_creative</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.is_decimal_divided</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_segment.apply_to</field>\n            </ignore>\n            <ignore>\n                <field>magento_reminder_rule.from_date</field>\n            </ignore>\n            <ignore>\n                <field>magento_reminder_rule.to_date</field>\n            </ignore>\n            <ignore>\n                <field>magento_versionscms_hierarchy_metadata.top_menu_visibility</field>\n            </ignore>\n            <ignore>\n                <field>magento_versionscms_hierarchy_metadata.top_menu_excluded</field>\n            </ignore>\n            <ignore>\n                <field>magento_versionscms_hierarchy_node.scope</field>\n            </ignore>\n            <ignore>\n                <field>magento_versionscms_hierarchy_node.scope_id</field>\n            </ignore>\n            <ignore>\n                <field>paypal_settlement_report_row.payment_tracking_id</field>\n            </ignore>\n            <ignore>\n                <field>paypal_settlement_report_row.store_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.vat_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.vat_is_valid</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.vat_request_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.vat_request_date</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.vat_request_success</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vat_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vat_is_valid</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vat_request_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vat_request_date</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vat_request_success</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.discount_description</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.discount_description</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.base_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.discount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.base_discount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.use_auto_generation</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.uses_per_coupon</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.created_at</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.type</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon_aggregated.rule_name</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon_aggregated_order.rule_name</field>\n            </ignore>\n            <ignore>\n                <field>tax_calculation_rule.calculate_subtotal</field>\n            </ignore>\n            <ignore>\n                <field>translation.crc_string</field>\n            </ignore>\n            <ignore>\n                <field>wishlist.name</field>\n            </ignore>\n            <ignore>\n                <field>wishlist.visibility</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.use_config_deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.row_id</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>magento_catalogevent_event.status</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.active_from</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.active_to</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogevent_event.date_start</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogevent_event.date_end</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reminder_rule.from_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reminder_rule.to_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.11.2.0/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Custom Customer Attributes Step\">\n            <integrity>Migration\\Step\\CustomCustomerAttributes\\Integrity</integrity>\n            <data>Migration\\Step\\CustomCustomerAttributes\\Data</data>\n            <volume>Migration\\Step\\CustomCustomerAttributes\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version191to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version191to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"SalesOrder Step\">\n            <integrity>Migration\\Step\\SalesOrder\\Integrity</integrity>\n            <data>Migration\\Step\\SalesOrder\\Data</data>\n            <volume>Migration\\Step\\SalesOrder\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGridsEE\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGridsEE\\Data</data>\n            <volume>Migration\\Step\\OrderGridsEE\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Custom Customer Attributes Step\">\n            <delta>Migration\\Step\\CustomCustomerAttributes\\Delta</delta>\n            <volume>Migration\\Step\\CustomCustomerAttributes\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"SalesOrder Step\">\n            <delta>Migration\\Step\\SalesOrder\\Delta</delta>\n            <volume>Migration\\Step\\SalesOrder\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version11410to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version11410to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGridsEE\\Delta</delta>\n            <volume>Migration\\Step\\OrderGridsEE\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/commerce-to-commerce/1.11.2.0/map.xml.dist</map_file>\n        <eav_map_file>etc/commerce-to-commerce/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/commerce-to-commerce/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/commerce-to-commerce/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/commerce-to-commerce/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/commerce-to-commerce/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/commerce-to-commerce/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/commerce-to-commerce/1.11.2.0/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/commerce-to-commerce/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/commerce-to-commerce/1.11.2.0/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <sales_order_map_file>etc/commerce-to-commerce/map-sales.xml.dist</sales_order_map_file>\n        <delta_document_groups_file>etc/commerce-to-commerce/deltalog.xml.dist</delta_document_groups_file>\n        <customer_attr_map_file>etc/commerce-to-commerce/customer-attr-map.xml.dist</customer_attr_map_file>\n        <customer_attr_document_groups_file>etc/commerce-to-commerce/customer-attr-document-groups.xml.dist</customer_attr_document_groups_file>\n        <order_grids_document_groups_file>etc/commerce-to-commerce/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <map_document_groups>etc/commerce-to-commerce/map-document-groups.xml.dist</map_document_groups>\n        <class_map>etc/commerce-to-commerce/class-map.xml.dist</class_map>\n        <tier_price_map_file>etc/commerce-to-commerce/1.11.2.0/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/commerce-to-commerce/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>commerce-to-commerce</edition_migrate>\n        <edition_number>1.11.2.0</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.11.2.0/customer-attribute-groups.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<groups xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/groups.xsd\">\n    <group name=\"customer_entity\">\n        <attribute>created_in</attribute>\n        <attribute>prefix</attribute>\n        <attribute>firstname</attribute>\n        <attribute>middlename</attribute>\n        <attribute>lastname</attribute>\n        <attribute>suffix</attribute>\n        <attribute>dob</attribute>\n        <attribute>password_hash</attribute>\n        <attribute>default_billing</attribute>\n        <attribute>default_shipping</attribute>\n        <attribute>taxvat</attribute>\n        <attribute>confirmation</attribute>\n        <attribute>gender</attribute>\n    </group>\n    <group name=\"customer_address_entity\">\n        <attribute>city</attribute>\n        <attribute>company</attribute>\n        <attribute>country_id</attribute>\n        <attribute>fax</attribute>\n        <attribute>firstname</attribute>\n        <attribute>lastname</attribute>\n        <attribute>middlename</attribute>\n        <attribute>postcode</attribute>\n        <attribute>prefix</attribute>\n        <attribute>region</attribute>\n        <attribute>region_id</attribute>\n        <attribute>street</attribute>\n        <attribute>suffix</attribute>\n        <attribute>telephone</attribute>\n    </group>\n</groups>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.11.2.0/map-customer.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <field_rules>\n            <ignore>\n                <field>customer_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.attribute_set_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.attribute_set_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity_varchar.entity_type_id</field>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>customer_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.prefix</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.firstname</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.middlename</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.lastname</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.suffix</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.dob</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.password_hash</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.rp_token</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.rp_token_created_at</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.default_billing</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.default_shipping</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.taxvat</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.confirmation</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.gender</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.disable_auto_group_change</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.city</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.company</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.country_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.fax</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.firstname</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.lastname</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.middlename</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.postcode</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.prefix</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.region</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.region_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.street</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.suffix</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.telephone</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.vat_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.vat_is_valid</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.vat_request_date</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.vat_request_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.vat_request_success</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.failures_num</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.first_failure</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.lock_expires</field>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.11.2.0/map-tier-price.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_group_price.is_percent</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_group_price.customer_group_id</datatype>\n            </ignore>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_tier_price.percentage_value</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.11.2.0/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_queue_queue</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_queue_task</document>\n            </ignore>\n            <ignore>\n                <document>find_feed_import_codes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_question_number</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>social_facebook_actions</document>\n            </ignore>\n            <ignore>\n                <document>strikeiron_tax_rate</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalog_category_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalog_product_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_action</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_item</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_log</document>\n            </ignore>\n            <ignore>\n                <document>core_session</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_product_unlinked</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_backup</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_backup_item</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_sysreport</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_event</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata_event</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata_group</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_subscriber</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_index_multiplier</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_cms_page_revision</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_cms_page_version</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma</document>\n                <to>magento_rma</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity</document>\n                <to>magento_rma_item_entity</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_datetime</document>\n                <to>magento_rma_item_entity_datetime</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_decimal</document>\n                <to>magento_rma_item_entity_decimal</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_int</document>\n                <to>magento_rma_item_entity_int</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_text</document>\n                <to>magento_rma_item_entity_text</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_varchar</document>\n                <to>magento_rma_item_entity_varchar</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_form_attribute</document>\n                <to>magento_rma_item_form_attribute</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_shipping_label</document>\n                <to>magento_rma_shipping_label</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_status_history</document>\n                <to>magento_rma_status_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner</document>\n                <to>magento_banner</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_catalogrule</document>\n                <to>magento_banner_catalogrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_content</document>\n                <to>magento_banner_content</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_customersegment</document>\n                <to>magento_banner_customersegment</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_salesrule</document>\n                <to>magento_banner_salesrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogevent_event</document>\n                <to>magento_catalogevent_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogevent_event_image</document>\n                <to>magento_catalogevent_event_image</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogpermissions</document>\n                <to>magento_catalogpermissions</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_lock</document>\n                <to>magento_versionscms_hierarchy_lock</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_metadata</document>\n                <to>magento_versionscms_hierarchy_metadata</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_node</document>\n                <to>magento_versionscms_hierarchy_node</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_increment</document>\n                <to>magento_versionscms_increment</to>\n            </rename>\n            <rename>\n                <document>enterprise_customerbalance</document>\n                <to>magento_customerbalance</to>\n            </rename>\n            <rename>\n                <document>enterprise_customerbalance_history</document>\n                <to>magento_customerbalance_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_customer</document>\n                <to>magento_customersegment_customer</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_event</document>\n                <to>magento_customersegment_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_segment</document>\n                <to>magento_customersegment_segment</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_website</document>\n                <to>magento_customersegment_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcard_amount</document>\n                <to>magento_giftcard_amount</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount</document>\n                <to>magento_giftcardaccount</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount_history</document>\n                <to>magento_giftcardaccount_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount_pool</document>\n                <to>magento_giftcardaccount_pool</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_data</document>\n                <to>magento_giftregistry_data</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_entity</document>\n                <to>magento_giftregistry_entity</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_item</document>\n                <to>magento_giftregistry_item</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_item_option</document>\n                <to>magento_giftregistry_item_option</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_label</document>\n                <to>magento_giftregistry_label</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_person</document>\n                <to>magento_giftregistry_person</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_type</document>\n                <to>magento_giftregistry_type</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_type_info</document>\n                <to>magento_giftregistry_type_info</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping</document>\n                <to>magento_giftwrapping</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping_store_attributes</document>\n                <to>magento_giftwrapping_store_attributes</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping_website</document>\n                <to>magento_giftwrapping_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation</document>\n                <to>magento_invitation</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation_status_history</document>\n                <to>magento_invitation_status_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation_track</document>\n                <to>magento_invitation_track</to>\n            </rename>\n            <rename>\n                <document>enterprise_logging_event</document>\n                <to>magento_logging_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_logging_event_changes</document>\n                <to>magento_logging_event_changes</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule</document>\n                <to>magento_reminder_rule</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_coupon</document>\n                <to>magento_reminder_rule_coupon</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_log</document>\n                <to>magento_reminder_rule_log</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_website</document>\n                <to>magento_reminder_rule_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_template</document>\n                <to>magento_reminder_template</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward</document>\n                <to>magento_reward</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_history</document>\n                <to>magento_reward_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_rate</document>\n                <to>magento_reward_rate</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_salesrule</document>\n                <to>magento_reward_salesrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_scheduled_operations</document>\n                <to>magento_scheduled_operations</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule</document>\n                <to>magento_targetrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule_customersegment</document>\n                <to>magento_targetrule_customersegment</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule_product</document>\n                <to>magento_targetrule_product</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_grid</document>\n                <to>magento_rma_grid</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>enterprise_reminder_rule.active_from</field>\n                <to>enterprise_reminder_rule.from_date</to>\n            </move>\n            <move>\n                <field>enterprise_reminder_rule.active_to</field>\n                <to>enterprise_reminder_rule.to_date</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_datetime.entity_id</field>\n                <to>catalog_category_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_decimal.entity_id</field>\n                <to>catalog_category_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_int.entity_id</field>\n                <to>catalog_category_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_text.entity_id</field>\n                <to>catalog_category_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_varchar.entity_id</field>\n                <to>catalog_category_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_datetime.entity_id</field>\n                <to>catalog_product_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_decimal.entity_id</field>\n                <to>catalog_product_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_gallery.entity_id</field>\n                <to>catalog_product_entity_gallery.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_int.entity_id</field>\n                <to>catalog_product_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_text.entity_id</field>\n                <to>catalog_product_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_varchar.entity_id</field>\n                <to>catalog_product_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_customer_group.rule_id</field>\n                <to>catalogrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_website.rule_id</field>\n                <to>catalogrule_website.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_customer_group.rule_id</field>\n                <to>salesrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_product_attribute.rule_id</field>\n                <to>salesrule_product_attribute.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_website.rule_id</field>\n                <to>salesrule_website.row_id</to>\n            </move>\n            <move>\n                <field>cms_block_store.block_id</field>\n                <to>cms_block_store.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_label.rule_id</field>\n                <to>salesrule_label.row_id</to>\n            </move>\n            <move>\n                <field>cms_page_store.page_id</field>\n                <to>cms_page_store.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <move>\n                <field>enterprise_giftcard_amount.entity_id</field>\n                <to>magento_giftcard_amount.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/category_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/product_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_key,url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.customer_group_ids</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\NormalizationIds\">\n                    <param name=\"normalizationDocument\" value=\"catalogrule_customer_group\" />\n                    <param name=\"normalizationField\" value=\"customer_group_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule.website_ids</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\NormalizationIds\">\n                    <param name=\"normalizationDocument\" value=\"catalogrule_website\" />\n                    <param name=\"normalizationField\" value=\"website_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.customer_group_ids</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\NormalizationIds\">\n                    <param name=\"normalizationDocument\" value=\"salesrule_customer_group\" />\n                    <param name=\"normalizationField\" value=\"customer_group_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.website_ids</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\NormalizationIds\">\n                    <param name=\"normalizationDocument\" value=\"salesrule_website\" />\n                    <param name=\"normalizationField\" value=\"website_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.condition_sql</field>\n                <handler class=\"Migration\\Handler\\Rule\\ConditionSql\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.condition_sql</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_type.meta_xml</field>\n                <handler class=\"\\Migration\\Handler\\ConvertDateFormat\" />\n            </transform>\n            <transform>\n                <field>catalogrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalogrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_salesrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.block_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_block\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.page_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_page\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option.option_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_option\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection.selection_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_selection\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>enterprise_reward_history.additional_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.action_select_bind</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.original_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.result_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_item_entity.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_shipping_label.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_person.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.shipping_address</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.file_info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.entity_attributes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.reward_points_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.reward_salesrule_points</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity.attribute_set_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_giftcard_amount.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_targetrule.use_customer_segment</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_targetrule_product.store_id</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_giftregistry_person.middlename</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.base_customer_balance_virtual_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.published_revision_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.under_version_control</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.customer_group_ids</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.website_ids</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.customer_group_ids</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.website_ids</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogevent_event.date_start</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogevent_event.date_end</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.from_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.to_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.active_from</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.active_to</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>sales_order</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>support_report</document>\n            </ignore>\n            <ignore>\n                <document>captcha_log</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_customer_group</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_website</document>\n            </ignore>\n            <ignore>\n                <document>oauth_consumer</document>\n            </ignore>\n            <ignore>\n                <document>oauth_nonce</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token</document>\n            </ignore>\n            <ignore>\n                <document>report_viewed_product_aggregated_daily</document>\n            </ignore>\n            <ignore>\n                <document>report_viewed_product_aggregated_monthly</document>\n            </ignore>\n            <ignore>\n                <document>report_viewed_product_aggregated_yearly</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_coupon_aggregated_updated</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_customer_group</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_website</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n            <ignore>\n                <document>support_backup</document>\n            </ignore>\n            <ignore>\n                <document>support_backup_item</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>visual_merchandiser_rule</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>magento_salesrule_filter</document>\n            </ignore>\n            <ignore>\n                <document>multiinventory_warehouse</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>quote_preview</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_rma_shipment</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalog_category</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_block</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_page</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_selection</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_option</document>\n            </ignore>\n            <ignore>\n                <document>staging_update</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>company</document>\n            </ignore>\n            <ignore>\n                <document>company_advanced_customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_credit</document>\n            </ignore>\n            <ignore>\n                <document>company_credit_history</document>\n            </ignore>\n            <ignore>\n                <document>company_order_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_payment</document>\n            </ignore>\n            <ignore>\n                <document>company_permissions</document>\n            </ignore>\n            <ignore>\n                <document>company_roles</document>\n            </ignore>\n            <ignore>\n                <document>company_structure</document>\n            </ignore>\n            <ignore>\n                <document>company_team</document>\n            </ignore>\n            <ignore>\n                <document>company_user_roles</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment_attachment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_company_config</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_grid</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_history</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_item</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_purged_content</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list_item</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog_product_item</document>\n            </ignore>\n            <ignore>\n                <document>sharedcatalog_category_permissions</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>magento_versionscms_hierarchy_node.scope</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"default\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>magento_versionscms_hierarchy_node.scope_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>translation.crc_string</field>\n                <handler class=\"\\Migration\\Handler\\SetHash\">\n                    <param name=\"hash\" value=\"crc32\" />\n                    <param name=\"baseField\" value=\"string\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>magento_banner_content.banner_content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_category_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"block_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"page_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>magento_catalogevent_event.status</field>\n                <handler class=\"\\Migration\\Handler\\GetEventStatus\" />\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>magento_reward_history.points_voided</field>\n            </ignore>\n            <ignore>\n                <field>magento_banner.is_ga_enabled</field>\n            </ignore>\n            <ignore>\n                <field>magento_banner.ga_creative</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.is_decimal_divided</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_segment.apply_to</field>\n            </ignore>\n            <ignore>\n                <field>magento_reminder_rule.from_date</field>\n            </ignore>\n            <ignore>\n                <field>magento_reminder_rule.to_date</field>\n            </ignore>\n            <ignore>\n                <field>magento_versionscms_hierarchy_metadata.top_menu_visibility</field>\n            </ignore>\n            <ignore>\n                <field>magento_versionscms_hierarchy_metadata.top_menu_excluded</field>\n            </ignore>\n            <ignore>\n                <field>magento_versionscms_hierarchy_node.scope</field>\n            </ignore>\n            <ignore>\n                <field>magento_versionscms_hierarchy_node.scope_id</field>\n            </ignore>\n            <ignore>\n                <field>paypal_settlement_report_row.store_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.vat_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.vat_is_valid</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.vat_request_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.vat_request_date</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.vat_request_success</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vat_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vat_is_valid</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vat_request_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vat_request_date</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vat_request_success</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.discount_description</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.discount_description</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.base_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.discount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.base_discount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.use_auto_generation</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.uses_per_coupon</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.created_at</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.type</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon_aggregated.rule_name</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon_aggregated_order.rule_name</field>\n            </ignore>\n            <ignore>\n                <field>tax_calculation_rule.calculate_subtotal</field>\n            </ignore>\n            <ignore>\n                <field>translation.crc_string</field>\n            </ignore>\n            <ignore>\n                <field>wishlist.name</field>\n            </ignore>\n            <ignore>\n                <field>wishlist.visibility</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.use_config_deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.row_id</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>magento_catalogevent_event.status</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.active_from</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.active_to</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogevent_event.date_start</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogevent_event.date_end</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reminder_rule.from_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reminder_rule.to_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.12.0.0/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Custom Customer Attributes Step\">\n            <integrity>Migration\\Step\\CustomCustomerAttributes\\Integrity</integrity>\n            <data>Migration\\Step\\CustomCustomerAttributes\\Data</data>\n            <volume>Migration\\Step\\CustomCustomerAttributes\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version191to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version191to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"SalesOrder Step\">\n            <integrity>Migration\\Step\\SalesOrder\\Integrity</integrity>\n            <data>Migration\\Step\\SalesOrder\\Data</data>\n            <volume>Migration\\Step\\SalesOrder\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGridsEE\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGridsEE\\Data</data>\n            <volume>Migration\\Step\\OrderGridsEE\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Custom Customer Attributes Step\">\n            <delta>Migration\\Step\\CustomCustomerAttributes\\Delta</delta>\n            <volume>Migration\\Step\\CustomCustomerAttributes\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"SalesOrder Step\">\n            <delta>Migration\\Step\\SalesOrder\\Delta</delta>\n            <volume>Migration\\Step\\SalesOrder\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version11410to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version11410to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGridsEE\\Delta</delta>\n            <volume>Migration\\Step\\OrderGridsEE\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/commerce-to-commerce/1.12.0.0/map.xml.dist</map_file>\n        <eav_map_file>etc/commerce-to-commerce/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/commerce-to-commerce/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/commerce-to-commerce/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/commerce-to-commerce/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/commerce-to-commerce/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/commerce-to-commerce/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/commerce-to-commerce/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/commerce-to-commerce/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/commerce-to-commerce/1.12.0.0/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <sales_order_map_file>etc/commerce-to-commerce/map-sales.xml.dist</sales_order_map_file>\n        <delta_document_groups_file>etc/commerce-to-commerce/deltalog.xml.dist</delta_document_groups_file>\n        <customer_attr_map_file>etc/commerce-to-commerce/customer-attr-map.xml.dist</customer_attr_map_file>\n        <customer_attr_document_groups_file>etc/commerce-to-commerce/customer-attr-document-groups.xml.dist</customer_attr_document_groups_file>\n        <order_grids_document_groups_file>etc/commerce-to-commerce/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <map_document_groups>etc/commerce-to-commerce/map-document-groups.xml.dist</map_document_groups>\n        <class_map>etc/commerce-to-commerce/class-map.xml.dist</class_map>\n        <tier_price_map_file>etc/commerce-to-commerce/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/commerce-to-commerce/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>commerce-to-commerce</edition_migrate>\n        <edition_number>1.12.0.0</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.12.0.0/customer-attribute-groups.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<groups xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/groups.xsd\">\n    <group name=\"customer_entity\">\n        <attribute>created_in</attribute>\n        <attribute>prefix</attribute>\n        <attribute>firstname</attribute>\n        <attribute>middlename</attribute>\n        <attribute>lastname</attribute>\n        <attribute>suffix</attribute>\n        <attribute>dob</attribute>\n        <attribute>password_hash</attribute>\n        <attribute>default_billing</attribute>\n        <attribute>default_shipping</attribute>\n        <attribute>taxvat</attribute>\n        <attribute>confirmation</attribute>\n        <attribute>gender</attribute>\n    </group>\n    <group name=\"customer_address_entity\">\n        <attribute>city</attribute>\n        <attribute>company</attribute>\n        <attribute>country_id</attribute>\n        <attribute>fax</attribute>\n        <attribute>firstname</attribute>\n        <attribute>lastname</attribute>\n        <attribute>middlename</attribute>\n        <attribute>postcode</attribute>\n        <attribute>prefix</attribute>\n        <attribute>region</attribute>\n        <attribute>region_id</attribute>\n        <attribute>street</attribute>\n        <attribute>suffix</attribute>\n        <attribute>telephone</attribute>\n    </group>\n</groups>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.12.0.0/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_queue_queue</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_queue_task</document>\n            </ignore>\n            <ignore>\n                <document>find_feed_import_codes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_question_number</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>social_facebook_actions</document>\n            </ignore>\n            <ignore>\n                <document>strikeiron_tax_rate</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalog_category_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalog_product_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_action</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_item</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_log</document>\n            </ignore>\n            <ignore>\n                <document>core_session</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_product_unlinked</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_backup</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_backup_item</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_sysreport</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_event</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata_event</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata_group</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_subscriber</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_index_multiplier</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_cms_page_revision</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_cms_page_version</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma</document>\n                <to>magento_rma</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity</document>\n                <to>magento_rma_item_entity</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_datetime</document>\n                <to>magento_rma_item_entity_datetime</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_decimal</document>\n                <to>magento_rma_item_entity_decimal</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_int</document>\n                <to>magento_rma_item_entity_int</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_text</document>\n                <to>magento_rma_item_entity_text</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_varchar</document>\n                <to>magento_rma_item_entity_varchar</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_form_attribute</document>\n                <to>magento_rma_item_form_attribute</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_shipping_label</document>\n                <to>magento_rma_shipping_label</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_status_history</document>\n                <to>magento_rma_status_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner</document>\n                <to>magento_banner</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_catalogrule</document>\n                <to>magento_banner_catalogrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_content</document>\n                <to>magento_banner_content</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_customersegment</document>\n                <to>magento_banner_customersegment</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_salesrule</document>\n                <to>magento_banner_salesrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogevent_event</document>\n                <to>magento_catalogevent_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogevent_event_image</document>\n                <to>magento_catalogevent_event_image</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogpermissions</document>\n                <to>magento_catalogpermissions</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_lock</document>\n                <to>magento_versionscms_hierarchy_lock</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_metadata</document>\n                <to>magento_versionscms_hierarchy_metadata</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_node</document>\n                <to>magento_versionscms_hierarchy_node</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_increment</document>\n                <to>magento_versionscms_increment</to>\n            </rename>\n            <rename>\n                <document>enterprise_customerbalance</document>\n                <to>magento_customerbalance</to>\n            </rename>\n            <rename>\n                <document>enterprise_customerbalance_history</document>\n                <to>magento_customerbalance_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_customer</document>\n                <to>magento_customersegment_customer</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_event</document>\n                <to>magento_customersegment_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_segment</document>\n                <to>magento_customersegment_segment</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_website</document>\n                <to>magento_customersegment_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcard_amount</document>\n                <to>magento_giftcard_amount</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount</document>\n                <to>magento_giftcardaccount</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount_history</document>\n                <to>magento_giftcardaccount_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount_pool</document>\n                <to>magento_giftcardaccount_pool</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_data</document>\n                <to>magento_giftregistry_data</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_entity</document>\n                <to>magento_giftregistry_entity</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_item</document>\n                <to>magento_giftregistry_item</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_item_option</document>\n                <to>magento_giftregistry_item_option</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_label</document>\n                <to>magento_giftregistry_label</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_person</document>\n                <to>magento_giftregistry_person</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_type</document>\n                <to>magento_giftregistry_type</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_type_info</document>\n                <to>magento_giftregistry_type_info</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping</document>\n                <to>magento_giftwrapping</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping_store_attributes</document>\n                <to>magento_giftwrapping_store_attributes</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping_website</document>\n                <to>magento_giftwrapping_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation</document>\n                <to>magento_invitation</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation_status_history</document>\n                <to>magento_invitation_status_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation_track</document>\n                <to>magento_invitation_track</to>\n            </rename>\n            <rename>\n                <document>enterprise_logging_event</document>\n                <to>magento_logging_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_logging_event_changes</document>\n                <to>magento_logging_event_changes</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule</document>\n                <to>magento_reminder_rule</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_coupon</document>\n                <to>magento_reminder_rule_coupon</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_log</document>\n                <to>magento_reminder_rule_log</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_website</document>\n                <to>magento_reminder_rule_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_template</document>\n                <to>magento_reminder_template</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward</document>\n                <to>magento_reward</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_history</document>\n                <to>magento_reward_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_rate</document>\n                <to>magento_reward_rate</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_salesrule</document>\n                <to>magento_reward_salesrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_scheduled_operations</document>\n                <to>magento_scheduled_operations</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule</document>\n                <to>magento_targetrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule_customersegment</document>\n                <to>magento_targetrule_customersegment</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule_product</document>\n                <to>magento_targetrule_product</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_grid</document>\n                <to>magento_rma_grid</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_datetime.entity_id</field>\n                <to>catalog_category_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_decimal.entity_id</field>\n                <to>catalog_category_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_int.entity_id</field>\n                <to>catalog_category_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_text.entity_id</field>\n                <to>catalog_category_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_varchar.entity_id</field>\n                <to>catalog_category_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_datetime.entity_id</field>\n                <to>catalog_product_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_decimal.entity_id</field>\n                <to>catalog_product_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_gallery.entity_id</field>\n                <to>catalog_product_entity_gallery.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_int.entity_id</field>\n                <to>catalog_product_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_text.entity_id</field>\n                <to>catalog_product_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_varchar.entity_id</field>\n                <to>catalog_product_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_customer_group.rule_id</field>\n                <to>catalogrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_website.rule_id</field>\n                <to>catalogrule_website.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_customer_group.rule_id</field>\n                <to>salesrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_product_attribute.rule_id</field>\n                <to>salesrule_product_attribute.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_website.rule_id</field>\n                <to>salesrule_website.row_id</to>\n            </move>\n            <move>\n                <field>cms_block_store.block_id</field>\n                <to>cms_block_store.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_label.rule_id</field>\n                <to>salesrule_label.row_id</to>\n            </move>\n            <move>\n                <field>cms_page_store.page_id</field>\n                <to>cms_page_store.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <move>\n                <field>enterprise_giftcard_amount.entity_id</field>\n                <to>magento_giftcard_amount.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/category_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/product_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_key,url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.condition_sql</field>\n                <handler class=\"Migration\\Handler\\Rule\\ConditionSql\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.condition_sql</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_type.meta_xml</field>\n                <handler class=\"\\Migration\\Handler\\ConvertDateFormat\" />\n            </transform>\n            <transform>\n                <field>catalogrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalogrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_salesrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.block_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_block\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.page_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_page\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option.option_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_option\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection.selection_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_selection\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>enterprise_reward_history.additional_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.action_select_bind</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.original_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.result_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_item_entity.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_shipping_label.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_person.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.shipping_address</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.file_info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.entity_attributes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.reward_points_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.reward_salesrule_points</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity.attribute_set_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_giftcard_amount.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_targetrule.use_customer_segment</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_targetrule_product.store_id</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_giftregistry_person.middlename</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.base_customer_balance_virtual_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.published_revision_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.under_version_control</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogevent_event.date_start</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogevent_event.date_end</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.from_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.to_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>sales_order</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>support_report</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_coupon_aggregated_updated</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n            <ignore>\n                <document>support_backup</document>\n            </ignore>\n            <ignore>\n                <document>support_backup_item</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>visual_merchandiser_rule</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>magento_salesrule_filter</document>\n            </ignore>\n            <ignore>\n                <document>multiinventory_warehouse</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>quote_preview</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_rma_shipment</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalog_category</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_block</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_page</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_selection</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_option</document>\n            </ignore>\n            <ignore>\n                <document>staging_update</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>company</document>\n            </ignore>\n            <ignore>\n                <document>company_advanced_customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_credit</document>\n            </ignore>\n            <ignore>\n                <document>company_credit_history</document>\n            </ignore>\n            <ignore>\n                <document>company_order_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_payment</document>\n            </ignore>\n            <ignore>\n                <document>company_permissions</document>\n            </ignore>\n            <ignore>\n                <document>company_roles</document>\n            </ignore>\n            <ignore>\n                <document>company_structure</document>\n            </ignore>\n            <ignore>\n                <document>company_team</document>\n            </ignore>\n            <ignore>\n                <document>company_user_roles</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment_attachment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_company_config</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_grid</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_history</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_item</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_purged_content</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list_item</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog_product_item</document>\n            </ignore>\n            <ignore>\n                <document>sharedcatalog_category_permissions</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>magento_versionscms_hierarchy_node.scope</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"default\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>magento_versionscms_hierarchy_node.scope_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>translation.crc_string</field>\n                <handler class=\"\\Migration\\Handler\\SetHash\">\n                    <param name=\"hash\" value=\"crc32\" />\n                    <param name=\"baseField\" value=\"string\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>magento_banner_content.banner_content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_category_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"block_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"page_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>magento_catalogevent_event.status</field>\n                <handler class=\"\\Migration\\Handler\\GetEventStatus\" />\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>magento_reward_history.points_voided</field>\n            </ignore>\n            <ignore>\n                <field>magento_banner.is_ga_enabled</field>\n            </ignore>\n            <ignore>\n                <field>magento_banner.ga_creative</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>magento_reminder_rule.from_date</field>\n            </ignore>\n            <ignore>\n                <field>magento_reminder_rule.to_date</field>\n            </ignore>\n            <ignore>\n                <field>magento_versionscms_hierarchy_metadata.top_menu_visibility</field>\n            </ignore>\n            <ignore>\n                <field>magento_versionscms_hierarchy_metadata.top_menu_excluded</field>\n            </ignore>\n            <ignore>\n                <field>magento_versionscms_hierarchy_node.scope</field>\n            </ignore>\n            <ignore>\n                <field>magento_versionscms_hierarchy_node.scope_id</field>\n            </ignore>\n            <ignore>\n                <field>paypal_settlement_report_row.store_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.discount_description</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.discount_description</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.type</field>\n            </ignore>\n            <ignore>\n                <field>tax_calculation_rule.calculate_subtotal</field>\n            </ignore>\n            <ignore>\n                <field>translation.crc_string</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.use_config_deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.row_id</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>magento_catalogevent_event.status</field>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogevent_event.date_start</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogevent_event.date_end</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reminder_rule.from_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reminder_rule.to_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.12.0.1/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Custom Customer Attributes Step\">\n            <integrity>Migration\\Step\\CustomCustomerAttributes\\Integrity</integrity>\n            <data>Migration\\Step\\CustomCustomerAttributes\\Data</data>\n            <volume>Migration\\Step\\CustomCustomerAttributes\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version191to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version191to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"SalesOrder Step\">\n            <integrity>Migration\\Step\\SalesOrder\\Integrity</integrity>\n            <data>Migration\\Step\\SalesOrder\\Data</data>\n            <volume>Migration\\Step\\SalesOrder\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGridsEE\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGridsEE\\Data</data>\n            <volume>Migration\\Step\\OrderGridsEE\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Custom Customer Attributes Step\">\n            <delta>Migration\\Step\\CustomCustomerAttributes\\Delta</delta>\n            <volume>Migration\\Step\\CustomCustomerAttributes\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"SalesOrder Step\">\n            <delta>Migration\\Step\\SalesOrder\\Delta</delta>\n            <volume>Migration\\Step\\SalesOrder\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version11410to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version11410to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGridsEE\\Delta</delta>\n            <volume>Migration\\Step\\OrderGridsEE\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/commerce-to-commerce/1.12.0.1/map.xml.dist</map_file>\n        <eav_map_file>etc/commerce-to-commerce/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/commerce-to-commerce/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/commerce-to-commerce/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/commerce-to-commerce/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/commerce-to-commerce/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/commerce-to-commerce/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/commerce-to-commerce/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/commerce-to-commerce/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/commerce-to-commerce/1.12.0.1/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <sales_order_map_file>etc/commerce-to-commerce/map-sales.xml.dist</sales_order_map_file>\n        <delta_document_groups_file>etc/commerce-to-commerce/deltalog.xml.dist</delta_document_groups_file>\n        <customer_attr_map_file>etc/commerce-to-commerce/customer-attr-map.xml.dist</customer_attr_map_file>\n        <customer_attr_document_groups_file>etc/commerce-to-commerce/customer-attr-document-groups.xml.dist</customer_attr_document_groups_file>\n        <order_grids_document_groups_file>etc/commerce-to-commerce/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <map_document_groups>etc/commerce-to-commerce/map-document-groups.xml.dist</map_document_groups>\n        <class_map>etc/commerce-to-commerce/class-map.xml.dist</class_map>\n        <tier_price_map_file>etc/commerce-to-commerce/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/commerce-to-commerce/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>commerce-to-commerce</edition_migrate>\n        <edition_number>1.12.0.1</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.12.0.1/customer-attribute-groups.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<groups xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/groups.xsd\">\n    <group name=\"customer_entity\">\n        <attribute>created_in</attribute>\n        <attribute>prefix</attribute>\n        <attribute>firstname</attribute>\n        <attribute>middlename</attribute>\n        <attribute>lastname</attribute>\n        <attribute>suffix</attribute>\n        <attribute>dob</attribute>\n        <attribute>password_hash</attribute>\n        <attribute>default_billing</attribute>\n        <attribute>default_shipping</attribute>\n        <attribute>taxvat</attribute>\n        <attribute>confirmation</attribute>\n        <attribute>gender</attribute>\n    </group>\n    <group name=\"customer_address_entity\">\n        <attribute>city</attribute>\n        <attribute>company</attribute>\n        <attribute>country_id</attribute>\n        <attribute>fax</attribute>\n        <attribute>firstname</attribute>\n        <attribute>lastname</attribute>\n        <attribute>middlename</attribute>\n        <attribute>postcode</attribute>\n        <attribute>prefix</attribute>\n        <attribute>region</attribute>\n        <attribute>region_id</attribute>\n        <attribute>street</attribute>\n        <attribute>suffix</attribute>\n        <attribute>telephone</attribute>\n    </group>\n</groups>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.12.0.1/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_queue_queue</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_queue_task</document>\n            </ignore>\n            <ignore>\n                <document>find_feed_import_codes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_question_number</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>social_facebook_actions</document>\n            </ignore>\n            <ignore>\n                <document>strikeiron_tax_rate</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalog_category_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalog_product_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_action</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_item</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_log</document>\n            </ignore>\n            <ignore>\n                <document>core_session</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_product_unlinked</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_backup</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_backup_item</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_sysreport</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_event</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata_event</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata_group</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_subscriber</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_index_multiplier</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_cms_page_revision</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_cms_page_version</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma</document>\n                <to>magento_rma</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity</document>\n                <to>magento_rma_item_entity</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_datetime</document>\n                <to>magento_rma_item_entity_datetime</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_decimal</document>\n                <to>magento_rma_item_entity_decimal</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_int</document>\n                <to>magento_rma_item_entity_int</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_text</document>\n                <to>magento_rma_item_entity_text</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_varchar</document>\n                <to>magento_rma_item_entity_varchar</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_form_attribute</document>\n                <to>magento_rma_item_form_attribute</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_shipping_label</document>\n                <to>magento_rma_shipping_label</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_status_history</document>\n                <to>magento_rma_status_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner</document>\n                <to>magento_banner</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_catalogrule</document>\n                <to>magento_banner_catalogrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_content</document>\n                <to>magento_banner_content</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_customersegment</document>\n                <to>magento_banner_customersegment</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_salesrule</document>\n                <to>magento_banner_salesrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogevent_event</document>\n                <to>magento_catalogevent_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogevent_event_image</document>\n                <to>magento_catalogevent_event_image</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogpermissions</document>\n                <to>magento_catalogpermissions</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_lock</document>\n                <to>magento_versionscms_hierarchy_lock</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_metadata</document>\n                <to>magento_versionscms_hierarchy_metadata</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_node</document>\n                <to>magento_versionscms_hierarchy_node</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_increment</document>\n                <to>magento_versionscms_increment</to>\n            </rename>\n            <rename>\n                <document>enterprise_customerbalance</document>\n                <to>magento_customerbalance</to>\n            </rename>\n            <rename>\n                <document>enterprise_customerbalance_history</document>\n                <to>magento_customerbalance_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_customer</document>\n                <to>magento_customersegment_customer</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_event</document>\n                <to>magento_customersegment_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_segment</document>\n                <to>magento_customersegment_segment</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_website</document>\n                <to>magento_customersegment_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcard_amount</document>\n                <to>magento_giftcard_amount</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount</document>\n                <to>magento_giftcardaccount</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount_history</document>\n                <to>magento_giftcardaccount_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount_pool</document>\n                <to>magento_giftcardaccount_pool</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_data</document>\n                <to>magento_giftregistry_data</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_entity</document>\n                <to>magento_giftregistry_entity</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_item</document>\n                <to>magento_giftregistry_item</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_item_option</document>\n                <to>magento_giftregistry_item_option</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_label</document>\n                <to>magento_giftregistry_label</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_person</document>\n                <to>magento_giftregistry_person</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_type</document>\n                <to>magento_giftregistry_type</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_type_info</document>\n                <to>magento_giftregistry_type_info</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping</document>\n                <to>magento_giftwrapping</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping_store_attributes</document>\n                <to>magento_giftwrapping_store_attributes</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping_website</document>\n                <to>magento_giftwrapping_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation</document>\n                <to>magento_invitation</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation_status_history</document>\n                <to>magento_invitation_status_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation_track</document>\n                <to>magento_invitation_track</to>\n            </rename>\n            <rename>\n                <document>enterprise_logging_event</document>\n                <to>magento_logging_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_logging_event_changes</document>\n                <to>magento_logging_event_changes</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule</document>\n                <to>magento_reminder_rule</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_coupon</document>\n                <to>magento_reminder_rule_coupon</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_log</document>\n                <to>magento_reminder_rule_log</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_website</document>\n                <to>magento_reminder_rule_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_template</document>\n                <to>magento_reminder_template</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward</document>\n                <to>magento_reward</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_history</document>\n                <to>magento_reward_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_rate</document>\n                <to>magento_reward_rate</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_salesrule</document>\n                <to>magento_reward_salesrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_scheduled_operations</document>\n                <to>magento_scheduled_operations</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule</document>\n                <to>magento_targetrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule_customersegment</document>\n                <to>magento_targetrule_customersegment</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule_product</document>\n                <to>magento_targetrule_product</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_grid</document>\n                <to>magento_rma_grid</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_datetime.entity_id</field>\n                <to>catalog_category_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_decimal.entity_id</field>\n                <to>catalog_category_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_int.entity_id</field>\n                <to>catalog_category_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_text.entity_id</field>\n                <to>catalog_category_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_varchar.entity_id</field>\n                <to>catalog_category_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_datetime.entity_id</field>\n                <to>catalog_product_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_decimal.entity_id</field>\n                <to>catalog_product_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_gallery.entity_id</field>\n                <to>catalog_product_entity_gallery.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_int.entity_id</field>\n                <to>catalog_product_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_text.entity_id</field>\n                <to>catalog_product_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_varchar.entity_id</field>\n                <to>catalog_product_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_customer_group.rule_id</field>\n                <to>catalogrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_website.rule_id</field>\n                <to>catalogrule_website.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_customer_group.rule_id</field>\n                <to>salesrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_product_attribute.rule_id</field>\n                <to>salesrule_product_attribute.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_website.rule_id</field>\n                <to>salesrule_website.row_id</to>\n            </move>\n            <move>\n                <field>cms_block_store.block_id</field>\n                <to>cms_block_store.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_label.rule_id</field>\n                <to>salesrule_label.row_id</to>\n            </move>\n            <move>\n                <field>cms_page_store.page_id</field>\n                <to>cms_page_store.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <move>\n                <field>enterprise_giftcard_amount.entity_id</field>\n                <to>magento_giftcard_amount.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/category_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/product_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_key,url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.condition_sql</field>\n                <handler class=\"Migration\\Handler\\Rule\\ConditionSql\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.condition_sql</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_type.meta_xml</field>\n                <handler class=\"\\Migration\\Handler\\ConvertDateFormat\" />\n            </transform>\n            <transform>\n                <field>catalogrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalogrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_salesrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.block_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_block\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.page_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_page\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option.option_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_option\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection.selection_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_selection\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>enterprise_reward_history.additional_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.action_select_bind</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.original_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.result_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_item_entity.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_shipping_label.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_person.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.shipping_address</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.file_info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.entity_attributes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.reward_points_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.reward_salesrule_points</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity.attribute_set_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_giftcard_amount.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_targetrule.use_customer_segment</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_targetrule_product.store_id</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_giftregistry_person.middlename</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.base_customer_balance_virtual_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.published_revision_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.under_version_control</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogevent_event.date_start</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogevent_event.date_end</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.from_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.to_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>sales_order</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>support_report</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_coupon_aggregated_updated</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n            <ignore>\n                <document>support_backup</document>\n            </ignore>\n            <ignore>\n                <document>support_backup_item</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>visual_merchandiser_rule</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>magento_salesrule_filter</document>\n            </ignore>\n            <ignore>\n                <document>multiinventory_warehouse</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>quote_preview</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_rma_shipment</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalog_category</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_block</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_page</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_selection</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_option</document>\n            </ignore>\n            <ignore>\n                <document>staging_update</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>company</document>\n            </ignore>\n            <ignore>\n                <document>company_advanced_customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_credit</document>\n            </ignore>\n            <ignore>\n                <document>company_credit_history</document>\n            </ignore>\n            <ignore>\n                <document>company_order_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_payment</document>\n            </ignore>\n            <ignore>\n                <document>company_permissions</document>\n            </ignore>\n            <ignore>\n                <document>company_roles</document>\n            </ignore>\n            <ignore>\n                <document>company_structure</document>\n            </ignore>\n            <ignore>\n                <document>company_team</document>\n            </ignore>\n            <ignore>\n                <document>company_user_roles</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment_attachment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_company_config</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_grid</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_history</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_item</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_purged_content</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list_item</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog_product_item</document>\n            </ignore>\n            <ignore>\n                <document>sharedcatalog_category_permissions</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>magento_versionscms_hierarchy_node.scope</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"default\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>magento_versionscms_hierarchy_node.scope_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>translation.crc_string</field>\n                <handler class=\"\\Migration\\Handler\\SetHash\">\n                    <param name=\"hash\" value=\"crc32\" />\n                    <param name=\"baseField\" value=\"string\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>magento_banner_content.banner_content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_category_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"block_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"page_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>magento_catalogevent_event.status</field>\n                <handler class=\"\\Migration\\Handler\\GetEventStatus\" />\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>magento_reward_history.points_voided</field>\n            </ignore>\n            <ignore>\n                <field>magento_banner.is_ga_enabled</field>\n            </ignore>\n            <ignore>\n                <field>magento_banner.ga_creative</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>magento_reminder_rule.from_date</field>\n            </ignore>\n            <ignore>\n                <field>magento_reminder_rule.to_date</field>\n            </ignore>\n            <ignore>\n                <field>magento_versionscms_hierarchy_metadata.top_menu_visibility</field>\n            </ignore>\n            <ignore>\n                <field>magento_versionscms_hierarchy_metadata.top_menu_excluded</field>\n            </ignore>\n            <ignore>\n                <field>magento_versionscms_hierarchy_node.scope</field>\n            </ignore>\n            <ignore>\n                <field>magento_versionscms_hierarchy_node.scope_id</field>\n            </ignore>\n            <ignore>\n                <field>paypal_settlement_report_row.store_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.discount_description</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.discount_description</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.type</field>\n            </ignore>\n            <ignore>\n                <field>tax_calculation_rule.calculate_subtotal</field>\n            </ignore>\n            <ignore>\n                <field>translation.crc_string</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.use_config_deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.row_id</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>magento_catalogevent_event.status</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogevent_event.date_start</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogevent_event.date_end</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reminder_rule.from_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reminder_rule.to_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.12.0.2/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Custom Customer Attributes Step\">\n            <integrity>Migration\\Step\\CustomCustomerAttributes\\Integrity</integrity>\n            <data>Migration\\Step\\CustomCustomerAttributes\\Data</data>\n            <volume>Migration\\Step\\CustomCustomerAttributes\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version191to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version191to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"SalesOrder Step\">\n            <integrity>Migration\\Step\\SalesOrder\\Integrity</integrity>\n            <data>Migration\\Step\\SalesOrder\\Data</data>\n            <volume>Migration\\Step\\SalesOrder\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGridsEE\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGridsEE\\Data</data>\n            <volume>Migration\\Step\\OrderGridsEE\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Custom Customer Attributes Step\">\n            <delta>Migration\\Step\\CustomCustomerAttributes\\Delta</delta>\n            <volume>Migration\\Step\\CustomCustomerAttributes\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"SalesOrder Step\">\n            <delta>Migration\\Step\\SalesOrder\\Delta</delta>\n            <volume>Migration\\Step\\SalesOrder\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version11410to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version11410to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGridsEE\\Delta</delta>\n            <volume>Migration\\Step\\OrderGridsEE\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/commerce-to-commerce/1.12.0.2/map.xml.dist</map_file>\n        <eav_map_file>etc/commerce-to-commerce/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/commerce-to-commerce/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/commerce-to-commerce/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/commerce-to-commerce/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/commerce-to-commerce/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/commerce-to-commerce/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/commerce-to-commerce/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/commerce-to-commerce/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/commerce-to-commerce/1.12.0.2/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <sales_order_map_file>etc/commerce-to-commerce/map-sales.xml.dist</sales_order_map_file>\n        <delta_document_groups_file>etc/commerce-to-commerce/deltalog.xml.dist</delta_document_groups_file>\n        <customer_attr_map_file>etc/commerce-to-commerce/customer-attr-map.xml.dist</customer_attr_map_file>\n        <customer_attr_document_groups_file>etc/commerce-to-commerce/customer-attr-document-groups.xml.dist</customer_attr_document_groups_file>\n        <order_grids_document_groups_file>etc/commerce-to-commerce/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <map_document_groups>etc/commerce-to-commerce/map-document-groups.xml.dist</map_document_groups>\n        <class_map>etc/commerce-to-commerce/class-map.xml.dist</class_map>\n        <tier_price_map_file>etc/commerce-to-commerce/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/commerce-to-commerce/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>commerce-to-commerce</edition_migrate>\n        <edition_number>1.12.0.2</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.12.0.2/customer-attribute-groups.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<groups xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/groups.xsd\">\n    <group name=\"customer_entity\">\n        <attribute>created_in</attribute>\n        <attribute>prefix</attribute>\n        <attribute>firstname</attribute>\n        <attribute>middlename</attribute>\n        <attribute>lastname</attribute>\n        <attribute>suffix</attribute>\n        <attribute>dob</attribute>\n        <attribute>password_hash</attribute>\n        <attribute>default_billing</attribute>\n        <attribute>default_shipping</attribute>\n        <attribute>taxvat</attribute>\n        <attribute>confirmation</attribute>\n        <attribute>gender</attribute>\n    </group>\n    <group name=\"customer_address_entity\">\n        <attribute>city</attribute>\n        <attribute>company</attribute>\n        <attribute>country_id</attribute>\n        <attribute>fax</attribute>\n        <attribute>firstname</attribute>\n        <attribute>lastname</attribute>\n        <attribute>middlename</attribute>\n        <attribute>postcode</attribute>\n        <attribute>prefix</attribute>\n        <attribute>region</attribute>\n        <attribute>region_id</attribute>\n        <attribute>street</attribute>\n        <attribute>suffix</attribute>\n        <attribute>telephone</attribute>\n    </group>\n</groups>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.12.0.2/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_queue_queue</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_queue_task</document>\n            </ignore>\n            <ignore>\n                <document>find_feed_import_codes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_question_number</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>social_facebook_actions</document>\n            </ignore>\n            <ignore>\n                <document>strikeiron_tax_rate</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalog_category_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalog_product_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_action</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_item</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_log</document>\n            </ignore>\n            <ignore>\n                <document>core_session</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_product_unlinked</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_backup</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_backup_item</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_sysreport</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_event</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata_event</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata_group</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_subscriber</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_index_multiplier</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_cms_page_revision</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_cms_page_version</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma</document>\n                <to>magento_rma</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity</document>\n                <to>magento_rma_item_entity</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_datetime</document>\n                <to>magento_rma_item_entity_datetime</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_decimal</document>\n                <to>magento_rma_item_entity_decimal</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_int</document>\n                <to>magento_rma_item_entity_int</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_text</document>\n                <to>magento_rma_item_entity_text</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_varchar</document>\n                <to>magento_rma_item_entity_varchar</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_form_attribute</document>\n                <to>magento_rma_item_form_attribute</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_shipping_label</document>\n                <to>magento_rma_shipping_label</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_status_history</document>\n                <to>magento_rma_status_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner</document>\n                <to>magento_banner</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_catalogrule</document>\n                <to>magento_banner_catalogrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_content</document>\n                <to>magento_banner_content</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_customersegment</document>\n                <to>magento_banner_customersegment</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_salesrule</document>\n                <to>magento_banner_salesrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogevent_event</document>\n                <to>magento_catalogevent_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogevent_event_image</document>\n                <to>magento_catalogevent_event_image</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogpermissions</document>\n                <to>magento_catalogpermissions</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_lock</document>\n                <to>magento_versionscms_hierarchy_lock</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_metadata</document>\n                <to>magento_versionscms_hierarchy_metadata</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_node</document>\n                <to>magento_versionscms_hierarchy_node</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_increment</document>\n                <to>magento_versionscms_increment</to>\n            </rename>\n            <rename>\n                <document>enterprise_customerbalance</document>\n                <to>magento_customerbalance</to>\n            </rename>\n            <rename>\n                <document>enterprise_customerbalance_history</document>\n                <to>magento_customerbalance_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_customer</document>\n                <to>magento_customersegment_customer</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_event</document>\n                <to>magento_customersegment_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_segment</document>\n                <to>magento_customersegment_segment</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_website</document>\n                <to>magento_customersegment_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcard_amount</document>\n                <to>magento_giftcard_amount</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount</document>\n                <to>magento_giftcardaccount</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount_history</document>\n                <to>magento_giftcardaccount_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount_pool</document>\n                <to>magento_giftcardaccount_pool</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_data</document>\n                <to>magento_giftregistry_data</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_entity</document>\n                <to>magento_giftregistry_entity</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_item</document>\n                <to>magento_giftregistry_item</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_item_option</document>\n                <to>magento_giftregistry_item_option</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_label</document>\n                <to>magento_giftregistry_label</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_person</document>\n                <to>magento_giftregistry_person</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_type</document>\n                <to>magento_giftregistry_type</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_type_info</document>\n                <to>magento_giftregistry_type_info</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping</document>\n                <to>magento_giftwrapping</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping_store_attributes</document>\n                <to>magento_giftwrapping_store_attributes</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping_website</document>\n                <to>magento_giftwrapping_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation</document>\n                <to>magento_invitation</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation_status_history</document>\n                <to>magento_invitation_status_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation_track</document>\n                <to>magento_invitation_track</to>\n            </rename>\n            <rename>\n                <document>enterprise_logging_event</document>\n                <to>magento_logging_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_logging_event_changes</document>\n                <to>magento_logging_event_changes</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule</document>\n                <to>magento_reminder_rule</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_coupon</document>\n                <to>magento_reminder_rule_coupon</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_log</document>\n                <to>magento_reminder_rule_log</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_website</document>\n                <to>magento_reminder_rule_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_template</document>\n                <to>magento_reminder_template</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward</document>\n                <to>magento_reward</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_history</document>\n                <to>magento_reward_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_rate</document>\n                <to>magento_reward_rate</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_salesrule</document>\n                <to>magento_reward_salesrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_scheduled_operations</document>\n                <to>magento_scheduled_operations</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule</document>\n                <to>magento_targetrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule_customersegment</document>\n                <to>magento_targetrule_customersegment</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule_product</document>\n                <to>magento_targetrule_product</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_grid</document>\n                <to>magento_rma_grid</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_datetime.entity_id</field>\n                <to>catalog_category_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_decimal.entity_id</field>\n                <to>catalog_category_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_int.entity_id</field>\n                <to>catalog_category_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_text.entity_id</field>\n                <to>catalog_category_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_varchar.entity_id</field>\n                <to>catalog_category_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_datetime.entity_id</field>\n                <to>catalog_product_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_decimal.entity_id</field>\n                <to>catalog_product_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_gallery.entity_id</field>\n                <to>catalog_product_entity_gallery.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_int.entity_id</field>\n                <to>catalog_product_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_text.entity_id</field>\n                <to>catalog_product_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_varchar.entity_id</field>\n                <to>catalog_product_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_customer_group.rule_id</field>\n                <to>catalogrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_website.rule_id</field>\n                <to>catalogrule_website.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_customer_group.rule_id</field>\n                <to>salesrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_product_attribute.rule_id</field>\n                <to>salesrule_product_attribute.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_website.rule_id</field>\n                <to>salesrule_website.row_id</to>\n            </move>\n            <move>\n                <field>cms_block_store.block_id</field>\n                <to>cms_block_store.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_label.rule_id</field>\n                <to>salesrule_label.row_id</to>\n            </move>\n            <move>\n                <field>cms_page_store.page_id</field>\n                <to>cms_page_store.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <move>\n                <field>enterprise_giftcard_amount.entity_id</field>\n                <to>magento_giftcard_amount.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/category_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/product_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_key,url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.condition_sql</field>\n                <handler class=\"Migration\\Handler\\Rule\\ConditionSql\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.condition_sql</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_type.meta_xml</field>\n                <handler class=\"\\Migration\\Handler\\ConvertDateFormat\" />\n            </transform>\n            <transform>\n                <field>catalogrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalogrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_salesrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.block_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_block\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.page_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_page\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option.option_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_option\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection.selection_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_selection\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>enterprise_reward_history.additional_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.action_select_bind</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.original_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.result_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_item_entity.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_shipping_label.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_person.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.shipping_address</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.file_info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.entity_attributes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.reward_points_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.reward_salesrule_points</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity.attribute_set_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_giftcard_amount.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_targetrule.use_customer_segment</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_targetrule_product.store_id</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_giftregistry_person.middlename</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.base_customer_balance_virtual_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.published_revision_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.under_version_control</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogevent_event.date_start</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogevent_event.date_end</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.from_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.to_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>sales_order</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>support_report</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_coupon_aggregated_updated</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n            <ignore>\n                <document>support_backup</document>\n            </ignore>\n            <ignore>\n                <document>support_backup_item</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>visual_merchandiser_rule</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>magento_salesrule_filter</document>\n            </ignore>\n            <ignore>\n                <document>multiinventory_warehouse</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>quote_preview</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_rma_shipment</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalog_category</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_block</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_page</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_selection</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_option</document>\n            </ignore>\n            <ignore>\n                <document>staging_update</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>company</document>\n            </ignore>\n            <ignore>\n                <document>company_advanced_customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_credit</document>\n            </ignore>\n            <ignore>\n                <document>company_credit_history</document>\n            </ignore>\n            <ignore>\n                <document>company_order_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_payment</document>\n            </ignore>\n            <ignore>\n                <document>company_permissions</document>\n            </ignore>\n            <ignore>\n                <document>company_roles</document>\n            </ignore>\n            <ignore>\n                <document>company_structure</document>\n            </ignore>\n            <ignore>\n                <document>company_team</document>\n            </ignore>\n            <ignore>\n                <document>company_user_roles</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment_attachment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_company_config</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_grid</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_history</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_item</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_purged_content</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list_item</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog_product_item</document>\n            </ignore>\n            <ignore>\n                <document>sharedcatalog_category_permissions</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>magento_versionscms_hierarchy_node.scope</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"default\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>magento_versionscms_hierarchy_node.scope_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>translation.crc_string</field>\n                <handler class=\"\\Migration\\Handler\\SetHash\">\n                    <param name=\"hash\" value=\"crc32\" />\n                    <param name=\"baseField\" value=\"string\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>magento_banner_content.banner_content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_category_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"block_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"page_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>magento_catalogevent_event.status</field>\n                <handler class=\"\\Migration\\Handler\\GetEventStatus\" />\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>magento_reward_history.points_voided</field>\n            </ignore>\n            <ignore>\n                <field>magento_banner.is_ga_enabled</field>\n            </ignore>\n            <ignore>\n                <field>magento_banner.ga_creative</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>magento_reminder_rule.from_date</field>\n            </ignore>\n            <ignore>\n                <field>magento_reminder_rule.to_date</field>\n            </ignore>\n            <ignore>\n                <field>magento_versionscms_hierarchy_metadata.top_menu_visibility</field>\n            </ignore>\n            <ignore>\n                <field>magento_versionscms_hierarchy_metadata.top_menu_excluded</field>\n            </ignore>\n            <ignore>\n                <field>magento_versionscms_hierarchy_node.scope</field>\n            </ignore>\n            <ignore>\n                <field>magento_versionscms_hierarchy_node.scope_id</field>\n            </ignore>\n            <ignore>\n                <field>paypal_settlement_report_row.store_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.discount_description</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.discount_description</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.type</field>\n            </ignore>\n            <ignore>\n                <field>tax_calculation_rule.calculate_subtotal</field>\n            </ignore>\n            <ignore>\n                <field>translation.crc_string</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.use_config_deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.row_id</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>magento_catalogevent_event.status</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogevent_event.date_start</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogevent_event.date_end</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reminder_rule.from_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reminder_rule.to_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.13.0.0/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Custom Customer Attributes Step\">\n            <integrity>Migration\\Step\\CustomCustomerAttributes\\Integrity</integrity>\n            <data>Migration\\Step\\CustomCustomerAttributes\\Data</data>\n            <volume>Migration\\Step\\CustomCustomerAttributes\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version11300to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version11300to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version11300to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"SalesOrder Step\">\n            <integrity>Migration\\Step\\SalesOrder\\Integrity</integrity>\n            <data>Migration\\Step\\SalesOrder\\Data</data>\n            <volume>Migration\\Step\\SalesOrder\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGridsEE\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGridsEE\\Data</data>\n            <volume>Migration\\Step\\OrderGridsEE\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Custom Customer Attributes Step\">\n            <delta>Migration\\Step\\CustomCustomerAttributes\\Delta</delta>\n            <volume>Migration\\Step\\CustomCustomerAttributes\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"SalesOrder Step\">\n            <delta>Migration\\Step\\SalesOrder\\Delta</delta>\n            <volume>Migration\\Step\\SalesOrder\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version11300to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version11300to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGridsEE\\Delta</delta>\n            <volume>Migration\\Step\\OrderGridsEE\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/commerce-to-commerce/1.13.0.0/map.xml.dist</map_file>\n        <eav_map_file>etc/commerce-to-commerce/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/commerce-to-commerce/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/commerce-to-commerce/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/commerce-to-commerce/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/commerce-to-commerce/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/commerce-to-commerce/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/commerce-to-commerce/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/commerce-to-commerce/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/commerce-to-commerce/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <sales_order_map_file>etc/commerce-to-commerce/map-sales.xml.dist</sales_order_map_file>\n        <delta_document_groups_file>etc/commerce-to-commerce/deltalog.xml.dist</delta_document_groups_file>\n        <customer_attr_map_file>etc/commerce-to-commerce/customer-attr-map.xml.dist</customer_attr_map_file>\n        <customer_attr_document_groups_file>etc/commerce-to-commerce/customer-attr-document-groups.xml.dist</customer_attr_document_groups_file>\n        <order_grids_document_groups_file>etc/commerce-to-commerce/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <map_document_groups>etc/commerce-to-commerce/map-document-groups.xml.dist</map_document_groups>\n        <class_map>etc/commerce-to-commerce/class-map.xml.dist</class_map>\n        <tier_price_map_file>etc/commerce-to-commerce/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/commerce-to-commerce/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>commerce-to-commerce</edition_migrate>\n        <edition_number>1.13.0.0</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.13.0.0/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_queue_queue</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_queue_task</document>\n            </ignore>\n            <ignore>\n                <document>find_feed_import_codes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_question_number</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>social_facebook_actions</document>\n            </ignore>\n            <ignore>\n                <document>strikeiron_tax_rate</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalog_category_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalog_product_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_action</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_item</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_log</document>\n            </ignore>\n            <ignore>\n                <document>core_session</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_product_unlinked</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_backup</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_backup_item</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_sysreport</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_event</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata_event</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata_group</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_subscriber</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_index_multiplier</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_cms_page_revision</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_cms_page_version</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma</document>\n                <to>magento_rma</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity</document>\n                <to>magento_rma_item_entity</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_datetime</document>\n                <to>magento_rma_item_entity_datetime</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_decimal</document>\n                <to>magento_rma_item_entity_decimal</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_int</document>\n                <to>magento_rma_item_entity_int</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_text</document>\n                <to>magento_rma_item_entity_text</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_varchar</document>\n                <to>magento_rma_item_entity_varchar</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_form_attribute</document>\n                <to>magento_rma_item_form_attribute</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_shipping_label</document>\n                <to>magento_rma_shipping_label</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_status_history</document>\n                <to>magento_rma_status_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner</document>\n                <to>magento_banner</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_catalogrule</document>\n                <to>magento_banner_catalogrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_content</document>\n                <to>magento_banner_content</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_customersegment</document>\n                <to>magento_banner_customersegment</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_salesrule</document>\n                <to>magento_banner_salesrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogevent_event</document>\n                <to>magento_catalogevent_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogevent_event_image</document>\n                <to>magento_catalogevent_event_image</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogpermissions</document>\n                <to>magento_catalogpermissions</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_lock</document>\n                <to>magento_versionscms_hierarchy_lock</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_metadata</document>\n                <to>magento_versionscms_hierarchy_metadata</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_node</document>\n                <to>magento_versionscms_hierarchy_node</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_increment</document>\n                <to>magento_versionscms_increment</to>\n            </rename>\n            <rename>\n                <document>enterprise_customerbalance</document>\n                <to>magento_customerbalance</to>\n            </rename>\n            <rename>\n                <document>enterprise_customerbalance_history</document>\n                <to>magento_customerbalance_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_customer</document>\n                <to>magento_customersegment_customer</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_event</document>\n                <to>magento_customersegment_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_segment</document>\n                <to>magento_customersegment_segment</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_website</document>\n                <to>magento_customersegment_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcard_amount</document>\n                <to>magento_giftcard_amount</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount</document>\n                <to>magento_giftcardaccount</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount_history</document>\n                <to>magento_giftcardaccount_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount_pool</document>\n                <to>magento_giftcardaccount_pool</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_data</document>\n                <to>magento_giftregistry_data</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_entity</document>\n                <to>magento_giftregistry_entity</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_item</document>\n                <to>magento_giftregistry_item</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_item_option</document>\n                <to>magento_giftregistry_item_option</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_label</document>\n                <to>magento_giftregistry_label</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_person</document>\n                <to>magento_giftregistry_person</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_type</document>\n                <to>magento_giftregistry_type</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_type_info</document>\n                <to>magento_giftregistry_type_info</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping</document>\n                <to>magento_giftwrapping</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping_store_attributes</document>\n                <to>magento_giftwrapping_store_attributes</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping_website</document>\n                <to>magento_giftwrapping_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation</document>\n                <to>magento_invitation</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation_status_history</document>\n                <to>magento_invitation_status_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation_track</document>\n                <to>magento_invitation_track</to>\n            </rename>\n            <rename>\n                <document>enterprise_logging_event</document>\n                <to>magento_logging_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_logging_event_changes</document>\n                <to>magento_logging_event_changes</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule</document>\n                <to>magento_reminder_rule</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_coupon</document>\n                <to>magento_reminder_rule_coupon</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_log</document>\n                <to>magento_reminder_rule_log</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_website</document>\n                <to>magento_reminder_rule_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_template</document>\n                <to>magento_reminder_template</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward</document>\n                <to>magento_reward</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_history</document>\n                <to>magento_reward_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_rate</document>\n                <to>magento_reward_rate</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_salesrule</document>\n                <to>magento_reward_salesrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_scheduled_operations</document>\n                <to>magento_scheduled_operations</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule</document>\n                <to>magento_targetrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule_customersegment</document>\n                <to>magento_targetrule_customersegment</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule_product</document>\n                <to>magento_targetrule_product</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_grid</document>\n                <to>magento_rma_grid</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_datetime.entity_id</field>\n                <to>catalog_category_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_decimal.entity_id</field>\n                <to>catalog_category_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_int.entity_id</field>\n                <to>catalog_category_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_text.entity_id</field>\n                <to>catalog_category_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_varchar.entity_id</field>\n                <to>catalog_category_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_datetime.entity_id</field>\n                <to>catalog_product_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_decimal.entity_id</field>\n                <to>catalog_product_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_gallery.entity_id</field>\n                <to>catalog_product_entity_gallery.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_int.entity_id</field>\n                <to>catalog_product_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_text.entity_id</field>\n                <to>catalog_product_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_varchar.entity_id</field>\n                <to>catalog_product_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_customer_group.rule_id</field>\n                <to>catalogrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_website.rule_id</field>\n                <to>catalogrule_website.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_customer_group.rule_id</field>\n                <to>salesrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_product_attribute.rule_id</field>\n                <to>salesrule_product_attribute.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_website.rule_id</field>\n                <to>salesrule_website.row_id</to>\n            </move>\n            <move>\n                <field>cms_block_store.block_id</field>\n                <to>cms_block_store.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_label.rule_id</field>\n                <to>salesrule_label.row_id</to>\n            </move>\n            <move>\n                <field>cms_page_store.page_id</field>\n                <to>cms_page_store.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <move>\n                <field>enterprise_giftcard_amount.entity_id</field>\n                <to>magento_giftcard_amount.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.condition_sql</field>\n                <handler class=\"Migration\\Handler\\Rule\\ConditionSql\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.condition_sql</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_type.meta_xml</field>\n                <handler class=\"\\Migration\\Handler\\ConvertDateFormat\" />\n            </transform>\n            <transform>\n                <field>catalogrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalogrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_salesrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.block_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_block\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.page_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_page\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option.option_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_option\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection.selection_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_selection\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>enterprise_reward_history.additional_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.action_select_bind</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.original_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.result_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_item_entity.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_shipping_label.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_person.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.shipping_address</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.file_info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.entity_attributes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.reward_points_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.reward_salesrule_points</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity.attribute_set_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_giftcard_amount.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_targetrule.use_customer_segment</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_targetrule_product.store_id</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_giftregistry_person.middlename</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.base_customer_balance_virtual_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.published_revision_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.under_version_control</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogevent_event.date_start</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogevent_event.date_end</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.from_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.to_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>sales_order</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>support_report</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n            <ignore>\n                <document>support_backup</document>\n            </ignore>\n            <ignore>\n                <document>support_backup_item</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>visual_merchandiser_rule</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>magento_salesrule_filter</document>\n            </ignore>\n            <ignore>\n                <document>multiinventory_warehouse</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>quote_preview</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_rma_shipment</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalog_category</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_block</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_page</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_selection</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_option</document>\n            </ignore>\n            <ignore>\n                <document>staging_update</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>company</document>\n            </ignore>\n            <ignore>\n                <document>company_advanced_customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_credit</document>\n            </ignore>\n            <ignore>\n                <document>company_credit_history</document>\n            </ignore>\n            <ignore>\n                <document>company_order_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_payment</document>\n            </ignore>\n            <ignore>\n                <document>company_permissions</document>\n            </ignore>\n            <ignore>\n                <document>company_roles</document>\n            </ignore>\n            <ignore>\n                <document>company_structure</document>\n            </ignore>\n            <ignore>\n                <document>company_team</document>\n            </ignore>\n            <ignore>\n                <document>company_user_roles</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment_attachment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_company_config</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_grid</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_history</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_item</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_purged_content</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list_item</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog_product_item</document>\n            </ignore>\n            <ignore>\n                <document>sharedcatalog_category_permissions</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>magento_banner_content.banner_content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_category_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"block_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"page_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>magento_catalogevent_event.status</field>\n                <handler class=\"\\Migration\\Handler\\GetEventStatus\" />\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>magento_reward_history.points_voided</field>\n            </ignore>\n            <ignore>\n                <field>magento_banner.is_ga_enabled</field>\n            </ignore>\n            <ignore>\n                <field>magento_banner.ga_creative</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.use_config_deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.row_id</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>magento_catalogevent_event.status</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogevent_event.date_start</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogevent_event.date_end</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reminder_rule.from_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reminder_rule.to_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.13.0.1/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Custom Customer Attributes Step\">\n            <integrity>Migration\\Step\\CustomCustomerAttributes\\Integrity</integrity>\n            <data>Migration\\Step\\CustomCustomerAttributes\\Data</data>\n            <volume>Migration\\Step\\CustomCustomerAttributes\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version11300to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version11300to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version11300to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"SalesOrder Step\">\n            <integrity>Migration\\Step\\SalesOrder\\Integrity</integrity>\n            <data>Migration\\Step\\SalesOrder\\Data</data>\n            <volume>Migration\\Step\\SalesOrder\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGridsEE\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGridsEE\\Data</data>\n            <volume>Migration\\Step\\OrderGridsEE\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Custom Customer Attributes Step\">\n            <delta>Migration\\Step\\CustomCustomerAttributes\\Delta</delta>\n            <volume>Migration\\Step\\CustomCustomerAttributes\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"SalesOrder Step\">\n            <delta>Migration\\Step\\SalesOrder\\Delta</delta>\n            <volume>Migration\\Step\\SalesOrder\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version11300to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version11300to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGridsEE\\Delta</delta>\n            <volume>Migration\\Step\\OrderGridsEE\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/commerce-to-commerce/1.13.0.1/map.xml.dist</map_file>\n        <eav_map_file>etc/commerce-to-commerce/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/commerce-to-commerce/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/commerce-to-commerce/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/commerce-to-commerce/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/commerce-to-commerce/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/commerce-to-commerce/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/commerce-to-commerce/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/commerce-to-commerce/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/commerce-to-commerce/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <sales_order_map_file>etc/commerce-to-commerce/map-sales.xml.dist</sales_order_map_file>\n        <delta_document_groups_file>etc/commerce-to-commerce/deltalog.xml.dist</delta_document_groups_file>\n        <customer_attr_map_file>etc/commerce-to-commerce/customer-attr-map.xml.dist</customer_attr_map_file>\n        <customer_attr_document_groups_file>etc/commerce-to-commerce/customer-attr-document-groups.xml.dist</customer_attr_document_groups_file>\n        <order_grids_document_groups_file>etc/commerce-to-commerce/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <map_document_groups>etc/commerce-to-commerce/map-document-groups.xml.dist</map_document_groups>\n        <class_map>etc/commerce-to-commerce/class-map.xml.dist</class_map>\n        <tier_price_map_file>etc/commerce-to-commerce/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/commerce-to-commerce/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>commerce-to-commerce</edition_migrate>\n        <edition_number>1.13.0.1</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.13.0.1/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_queue_queue</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_queue_task</document>\n            </ignore>\n            <ignore>\n                <document>find_feed_import_codes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_question_number</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>social_facebook_actions</document>\n            </ignore>\n            <ignore>\n                <document>strikeiron_tax_rate</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalog_category_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalog_product_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_action</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_item</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_log</document>\n            </ignore>\n            <ignore>\n                <document>core_session</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_product_unlinked</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_backup</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_backup_item</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_sysreport</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_event</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata_event</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata_group</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_subscriber</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_index_multiplier</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_cms_page_revision</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_cms_page_version</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma</document>\n                <to>magento_rma</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity</document>\n                <to>magento_rma_item_entity</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_datetime</document>\n                <to>magento_rma_item_entity_datetime</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_decimal</document>\n                <to>magento_rma_item_entity_decimal</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_int</document>\n                <to>magento_rma_item_entity_int</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_text</document>\n                <to>magento_rma_item_entity_text</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_varchar</document>\n                <to>magento_rma_item_entity_varchar</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_form_attribute</document>\n                <to>magento_rma_item_form_attribute</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_shipping_label</document>\n                <to>magento_rma_shipping_label</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_status_history</document>\n                <to>magento_rma_status_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner</document>\n                <to>magento_banner</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_catalogrule</document>\n                <to>magento_banner_catalogrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_content</document>\n                <to>magento_banner_content</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_customersegment</document>\n                <to>magento_banner_customersegment</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_salesrule</document>\n                <to>magento_banner_salesrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogevent_event</document>\n                <to>magento_catalogevent_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogevent_event_image</document>\n                <to>magento_catalogevent_event_image</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogpermissions</document>\n                <to>magento_catalogpermissions</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_lock</document>\n                <to>magento_versionscms_hierarchy_lock</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_metadata</document>\n                <to>magento_versionscms_hierarchy_metadata</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_node</document>\n                <to>magento_versionscms_hierarchy_node</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_increment</document>\n                <to>magento_versionscms_increment</to>\n            </rename>\n            <rename>\n                <document>enterprise_customerbalance</document>\n                <to>magento_customerbalance</to>\n            </rename>\n            <rename>\n                <document>enterprise_customerbalance_history</document>\n                <to>magento_customerbalance_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_customer</document>\n                <to>magento_customersegment_customer</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_event</document>\n                <to>magento_customersegment_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_segment</document>\n                <to>magento_customersegment_segment</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_website</document>\n                <to>magento_customersegment_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcard_amount</document>\n                <to>magento_giftcard_amount</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount</document>\n                <to>magento_giftcardaccount</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount_history</document>\n                <to>magento_giftcardaccount_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount_pool</document>\n                <to>magento_giftcardaccount_pool</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_data</document>\n                <to>magento_giftregistry_data</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_entity</document>\n                <to>magento_giftregistry_entity</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_item</document>\n                <to>magento_giftregistry_item</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_item_option</document>\n                <to>magento_giftregistry_item_option</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_label</document>\n                <to>magento_giftregistry_label</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_person</document>\n                <to>magento_giftregistry_person</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_type</document>\n                <to>magento_giftregistry_type</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_type_info</document>\n                <to>magento_giftregistry_type_info</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping</document>\n                <to>magento_giftwrapping</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping_store_attributes</document>\n                <to>magento_giftwrapping_store_attributes</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping_website</document>\n                <to>magento_giftwrapping_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation</document>\n                <to>magento_invitation</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation_status_history</document>\n                <to>magento_invitation_status_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation_track</document>\n                <to>magento_invitation_track</to>\n            </rename>\n            <rename>\n                <document>enterprise_logging_event</document>\n                <to>magento_logging_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_logging_event_changes</document>\n                <to>magento_logging_event_changes</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule</document>\n                <to>magento_reminder_rule</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_coupon</document>\n                <to>magento_reminder_rule_coupon</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_log</document>\n                <to>magento_reminder_rule_log</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_website</document>\n                <to>magento_reminder_rule_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_template</document>\n                <to>magento_reminder_template</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward</document>\n                <to>magento_reward</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_history</document>\n                <to>magento_reward_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_rate</document>\n                <to>magento_reward_rate</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_salesrule</document>\n                <to>magento_reward_salesrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_scheduled_operations</document>\n                <to>magento_scheduled_operations</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule</document>\n                <to>magento_targetrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule_customersegment</document>\n                <to>magento_targetrule_customersegment</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule_product</document>\n                <to>magento_targetrule_product</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_grid</document>\n                <to>magento_rma_grid</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_datetime.entity_id</field>\n                <to>catalog_category_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_decimal.entity_id</field>\n                <to>catalog_category_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_int.entity_id</field>\n                <to>catalog_category_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_text.entity_id</field>\n                <to>catalog_category_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_varchar.entity_id</field>\n                <to>catalog_category_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_datetime.entity_id</field>\n                <to>catalog_product_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_decimal.entity_id</field>\n                <to>catalog_product_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_gallery.entity_id</field>\n                <to>catalog_product_entity_gallery.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_int.entity_id</field>\n                <to>catalog_product_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_text.entity_id</field>\n                <to>catalog_product_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_varchar.entity_id</field>\n                <to>catalog_product_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_customer_group.rule_id</field>\n                <to>catalogrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_website.rule_id</field>\n                <to>catalogrule_website.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_customer_group.rule_id</field>\n                <to>salesrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_product_attribute.rule_id</field>\n                <to>salesrule_product_attribute.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_website.rule_id</field>\n                <to>salesrule_website.row_id</to>\n            </move>\n            <move>\n                <field>cms_block_store.block_id</field>\n                <to>cms_block_store.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_label.rule_id</field>\n                <to>salesrule_label.row_id</to>\n            </move>\n            <move>\n                <field>cms_page_store.page_id</field>\n                <to>cms_page_store.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <move>\n                <field>enterprise_giftcard_amount.entity_id</field>\n                <to>magento_giftcard_amount.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.condition_sql</field>\n                <handler class=\"Migration\\Handler\\Rule\\ConditionSql\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.condition_sql</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_type.meta_xml</field>\n                <handler class=\"\\Migration\\Handler\\ConvertDateFormat\" />\n            </transform>\n            <transform>\n                <field>catalogrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalogrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_salesrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.block_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_block\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.page_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_page\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option.option_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_option\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection.selection_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_selection\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>enterprise_reward_history.additional_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.action_select_bind</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.original_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.result_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_item_entity.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_shipping_label.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_person.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.shipping_address</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.file_info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.entity_attributes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.reward_points_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.reward_salesrule_points</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity.attribute_set_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_giftcard_amount.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_targetrule.use_customer_segment</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_targetrule_product.store_id</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_giftregistry_person.middlename</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.base_customer_balance_virtual_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.published_revision_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.under_version_control</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogevent_event.date_start</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogevent_event.date_end</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.from_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.to_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>sales_order</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>support_report</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n            <ignore>\n                <document>support_backup</document>\n            </ignore>\n            <ignore>\n                <document>support_backup_item</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>visual_merchandiser_rule</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>magento_salesrule_filter</document>\n            </ignore>\n            <ignore>\n                <document>multiinventory_warehouse</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>quote_preview</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_rma_shipment</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalog_category</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_block</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_page</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_selection</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_option</document>\n            </ignore>\n            <ignore>\n                <document>staging_update</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>company</document>\n            </ignore>\n            <ignore>\n                <document>company_advanced_customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_credit</document>\n            </ignore>\n            <ignore>\n                <document>company_credit_history</document>\n            </ignore>\n            <ignore>\n                <document>company_order_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_payment</document>\n            </ignore>\n            <ignore>\n                <document>company_permissions</document>\n            </ignore>\n            <ignore>\n                <document>company_roles</document>\n            </ignore>\n            <ignore>\n                <document>company_structure</document>\n            </ignore>\n            <ignore>\n                <document>company_team</document>\n            </ignore>\n            <ignore>\n                <document>company_user_roles</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment_attachment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_company_config</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_grid</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_history</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_item</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_purged_content</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list_item</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog_product_item</document>\n            </ignore>\n            <ignore>\n                <document>sharedcatalog_category_permissions</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>magento_banner_content.banner_content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_category_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"block_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"page_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>magento_catalogevent_event.status</field>\n                <handler class=\"\\Migration\\Handler\\GetEventStatus\" />\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>magento_reward_history.points_voided</field>\n            </ignore>\n            <ignore>\n                <field>magento_banner.is_ga_enabled</field>\n            </ignore>\n            <ignore>\n                <field>magento_banner.ga_creative</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.use_config_deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.row_id</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>magento_catalogevent_event.status</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogevent_event.date_start</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogevent_event.date_end</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reminder_rule.from_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reminder_rule.to_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.13.0.2/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Custom Customer Attributes Step\">\n            <integrity>Migration\\Step\\CustomCustomerAttributes\\Integrity</integrity>\n            <data>Migration\\Step\\CustomCustomerAttributes\\Data</data>\n            <volume>Migration\\Step\\CustomCustomerAttributes\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version11410to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version11410to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version11410to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"SalesOrder Step\">\n            <integrity>Migration\\Step\\SalesOrder\\Integrity</integrity>\n            <data>Migration\\Step\\SalesOrder\\Data</data>\n            <volume>Migration\\Step\\SalesOrder\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGridsEE\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGridsEE\\Data</data>\n            <volume>Migration\\Step\\OrderGridsEE\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Custom Customer Attributes Step\">\n            <delta>Migration\\Step\\CustomCustomerAttributes\\Delta</delta>\n            <volume>Migration\\Step\\CustomCustomerAttributes\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"SalesOrder Step\">\n            <delta>Migration\\Step\\SalesOrder\\Delta</delta>\n            <volume>Migration\\Step\\SalesOrder\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version11410to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version11410to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGridsEE\\Delta</delta>\n            <volume>Migration\\Step\\OrderGridsEE\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/commerce-to-commerce/1.13.0.2/map.xml.dist</map_file>\n        <eav_map_file>etc/commerce-to-commerce/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/commerce-to-commerce/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/commerce-to-commerce/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/commerce-to-commerce/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/commerce-to-commerce/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/commerce-to-commerce/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/commerce-to-commerce/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/commerce-to-commerce/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/commerce-to-commerce/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <sales_order_map_file>etc/commerce-to-commerce/map-sales.xml.dist</sales_order_map_file>\n        <delta_document_groups_file>etc/commerce-to-commerce/deltalog.xml.dist</delta_document_groups_file>\n        <customer_attr_map_file>etc/commerce-to-commerce/customer-attr-map.xml.dist</customer_attr_map_file>\n        <customer_attr_document_groups_file>etc/commerce-to-commerce/customer-attr-document-groups.xml.dist</customer_attr_document_groups_file>\n        <order_grids_document_groups_file>etc/commerce-to-commerce/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <map_document_groups>etc/commerce-to-commerce/map-document-groups.xml.dist</map_document_groups>\n        <class_map>etc/commerce-to-commerce/class-map.xml.dist</class_map>\n        <tier_price_map_file>etc/commerce-to-commerce/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/commerce-to-commerce/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>commerce-to-commerce</edition_migrate>\n        <edition_number>1.13.0.2</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.13.0.2/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_queue_queue</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_queue_task</document>\n            </ignore>\n            <ignore>\n                <document>find_feed_import_codes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_question_number</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>social_facebook_actions</document>\n            </ignore>\n            <ignore>\n                <document>strikeiron_tax_rate</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalog_category_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalog_product_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_action</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_item</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_log</document>\n            </ignore>\n            <ignore>\n                <document>core_session</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_product_unlinked</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_backup</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_backup_item</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_sysreport</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_event</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata_event</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata_group</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_subscriber</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_index_multiplier</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_cms_page_revision</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_cms_page_version</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma</document>\n                <to>magento_rma</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity</document>\n                <to>magento_rma_item_entity</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_datetime</document>\n                <to>magento_rma_item_entity_datetime</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_decimal</document>\n                <to>magento_rma_item_entity_decimal</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_int</document>\n                <to>magento_rma_item_entity_int</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_text</document>\n                <to>magento_rma_item_entity_text</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_varchar</document>\n                <to>magento_rma_item_entity_varchar</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_form_attribute</document>\n                <to>magento_rma_item_form_attribute</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_shipping_label</document>\n                <to>magento_rma_shipping_label</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_status_history</document>\n                <to>magento_rma_status_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner</document>\n                <to>magento_banner</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_catalogrule</document>\n                <to>magento_banner_catalogrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_content</document>\n                <to>magento_banner_content</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_customersegment</document>\n                <to>magento_banner_customersegment</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_salesrule</document>\n                <to>magento_banner_salesrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogevent_event</document>\n                <to>magento_catalogevent_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogevent_event_image</document>\n                <to>magento_catalogevent_event_image</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogpermissions</document>\n                <to>magento_catalogpermissions</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_lock</document>\n                <to>magento_versionscms_hierarchy_lock</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_metadata</document>\n                <to>magento_versionscms_hierarchy_metadata</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_node</document>\n                <to>magento_versionscms_hierarchy_node</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_increment</document>\n                <to>magento_versionscms_increment</to>\n            </rename>\n            <rename>\n                <document>enterprise_customerbalance</document>\n                <to>magento_customerbalance</to>\n            </rename>\n            <rename>\n                <document>enterprise_customerbalance_history</document>\n                <to>magento_customerbalance_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_customer</document>\n                <to>magento_customersegment_customer</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_event</document>\n                <to>magento_customersegment_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_segment</document>\n                <to>magento_customersegment_segment</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_website</document>\n                <to>magento_customersegment_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcard_amount</document>\n                <to>magento_giftcard_amount</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount</document>\n                <to>magento_giftcardaccount</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount_history</document>\n                <to>magento_giftcardaccount_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount_pool</document>\n                <to>magento_giftcardaccount_pool</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_data</document>\n                <to>magento_giftregistry_data</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_entity</document>\n                <to>magento_giftregistry_entity</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_item</document>\n                <to>magento_giftregistry_item</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_item_option</document>\n                <to>magento_giftregistry_item_option</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_label</document>\n                <to>magento_giftregistry_label</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_person</document>\n                <to>magento_giftregistry_person</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_type</document>\n                <to>magento_giftregistry_type</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_type_info</document>\n                <to>magento_giftregistry_type_info</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping</document>\n                <to>magento_giftwrapping</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping_store_attributes</document>\n                <to>magento_giftwrapping_store_attributes</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping_website</document>\n                <to>magento_giftwrapping_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation</document>\n                <to>magento_invitation</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation_status_history</document>\n                <to>magento_invitation_status_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation_track</document>\n                <to>magento_invitation_track</to>\n            </rename>\n            <rename>\n                <document>enterprise_logging_event</document>\n                <to>magento_logging_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_logging_event_changes</document>\n                <to>magento_logging_event_changes</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule</document>\n                <to>magento_reminder_rule</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_coupon</document>\n                <to>magento_reminder_rule_coupon</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_log</document>\n                <to>magento_reminder_rule_log</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_website</document>\n                <to>magento_reminder_rule_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_template</document>\n                <to>magento_reminder_template</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward</document>\n                <to>magento_reward</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_history</document>\n                <to>magento_reward_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_rate</document>\n                <to>magento_reward_rate</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_salesrule</document>\n                <to>magento_reward_salesrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_scheduled_operations</document>\n                <to>magento_scheduled_operations</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule</document>\n                <to>magento_targetrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule_customersegment</document>\n                <to>magento_targetrule_customersegment</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule_product</document>\n                <to>magento_targetrule_product</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_grid</document>\n                <to>magento_rma_grid</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_datetime.entity_id</field>\n                <to>catalog_category_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_decimal.entity_id</field>\n                <to>catalog_category_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_int.entity_id</field>\n                <to>catalog_category_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_text.entity_id</field>\n                <to>catalog_category_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_varchar.entity_id</field>\n                <to>catalog_category_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_datetime.entity_id</field>\n                <to>catalog_product_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_decimal.entity_id</field>\n                <to>catalog_product_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_gallery.entity_id</field>\n                <to>catalog_product_entity_gallery.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_int.entity_id</field>\n                <to>catalog_product_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_text.entity_id</field>\n                <to>catalog_product_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_varchar.entity_id</field>\n                <to>catalog_product_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_customer_group.rule_id</field>\n                <to>catalogrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_website.rule_id</field>\n                <to>catalogrule_website.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_customer_group.rule_id</field>\n                <to>salesrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_product_attribute.rule_id</field>\n                <to>salesrule_product_attribute.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_website.rule_id</field>\n                <to>salesrule_website.row_id</to>\n            </move>\n            <move>\n                <field>cms_block_store.block_id</field>\n                <to>cms_block_store.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_label.rule_id</field>\n                <to>salesrule_label.row_id</to>\n            </move>\n            <move>\n                <field>cms_page_store.page_id</field>\n                <to>cms_page_store.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <move>\n                <field>enterprise_giftcard_amount.entity_id</field>\n                <to>magento_giftcard_amount.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.condition_sql</field>\n                <handler class=\"Migration\\Handler\\Rule\\ConditionSql\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.condition_sql</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_type.meta_xml</field>\n                <handler class=\"\\Migration\\Handler\\ConvertDateFormat\" />\n            </transform>\n            <transform>\n                <field>catalogrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalogrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_salesrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.block_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_block\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.page_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_page\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option.option_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_option\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection.selection_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_selection\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>enterprise_reward_history.additional_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.action_select_bind</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.original_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.result_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_item_entity.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_shipping_label.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_person.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.shipping_address</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.file_info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.entity_attributes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.reward_points_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.reward_salesrule_points</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity.attribute_set_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_giftcard_amount.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_targetrule.use_customer_segment</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_targetrule_product.store_id</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_giftregistry_person.middlename</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.base_customer_balance_virtual_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.published_revision_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.under_version_control</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogevent_event.date_start</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogevent_event.date_end</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.from_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.to_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>sales_order</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>support_report</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n            <ignore>\n                <document>support_backup</document>\n            </ignore>\n            <ignore>\n                <document>support_backup_item</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>visual_merchandiser_rule</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>magento_salesrule_filter</document>\n            </ignore>\n            <ignore>\n                <document>multiinventory_warehouse</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>quote_preview</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_rma_shipment</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalog_category</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_block</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_page</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_selection</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_option</document>\n            </ignore>\n            <ignore>\n                <document>staging_update</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>company</document>\n            </ignore>\n            <ignore>\n                <document>company_advanced_customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_credit</document>\n            </ignore>\n            <ignore>\n                <document>company_credit_history</document>\n            </ignore>\n            <ignore>\n                <document>company_order_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_payment</document>\n            </ignore>\n            <ignore>\n                <document>company_permissions</document>\n            </ignore>\n            <ignore>\n                <document>company_roles</document>\n            </ignore>\n            <ignore>\n                <document>company_structure</document>\n            </ignore>\n            <ignore>\n                <document>company_team</document>\n            </ignore>\n            <ignore>\n                <document>company_user_roles</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment_attachment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_company_config</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_grid</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_history</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_item</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_purged_content</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list_item</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog_product_item</document>\n            </ignore>\n            <ignore>\n                <document>sharedcatalog_category_permissions</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>magento_banner_content.banner_content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_category_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"block_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"page_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>magento_catalogevent_event.status</field>\n                <handler class=\"\\Migration\\Handler\\GetEventStatus\" />\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>magento_reward_history.points_voided</field>\n            </ignore>\n            <ignore>\n                <field>magento_banner.is_ga_enabled</field>\n            </ignore>\n            <ignore>\n                <field>magento_banner.ga_creative</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.use_config_deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.row_id</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>magento_catalogevent_event.status</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogevent_event.date_start</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogevent_event.date_end</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reminder_rule.from_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reminder_rule.to_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.13.1.0/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Custom Customer Attributes Step\">\n            <integrity>Migration\\Step\\CustomCustomerAttributes\\Integrity</integrity>\n            <data>Migration\\Step\\CustomCustomerAttributes\\Data</data>\n            <volume>Migration\\Step\\CustomCustomerAttributes\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version11410to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version11410to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version11410to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"SalesOrder Step\">\n            <integrity>Migration\\Step\\SalesOrder\\Integrity</integrity>\n            <data>Migration\\Step\\SalesOrder\\Data</data>\n            <volume>Migration\\Step\\SalesOrder\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGridsEE\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGridsEE\\Data</data>\n            <volume>Migration\\Step\\OrderGridsEE\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Custom Customer Attributes Step\">\n            <delta>Migration\\Step\\CustomCustomerAttributes\\Delta</delta>\n            <volume>Migration\\Step\\CustomCustomerAttributes\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"SalesOrder Step\">\n            <delta>Migration\\Step\\SalesOrder\\Delta</delta>\n            <volume>Migration\\Step\\SalesOrder\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version11410to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version11410to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGridsEE\\Delta</delta>\n            <volume>Migration\\Step\\OrderGridsEE\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/commerce-to-commerce/1.13.1.0/map.xml.dist</map_file>\n        <eav_map_file>etc/commerce-to-commerce/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/commerce-to-commerce/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/commerce-to-commerce/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/commerce-to-commerce/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/commerce-to-commerce/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/commerce-to-commerce/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/commerce-to-commerce/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/commerce-to-commerce/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/commerce-to-commerce/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <sales_order_map_file>etc/commerce-to-commerce/map-sales.xml.dist</sales_order_map_file>\n        <delta_document_groups_file>etc/commerce-to-commerce/deltalog.xml.dist</delta_document_groups_file>\n        <customer_attr_map_file>etc/commerce-to-commerce/customer-attr-map.xml.dist</customer_attr_map_file>\n        <customer_attr_document_groups_file>etc/commerce-to-commerce/customer-attr-document-groups.xml.dist</customer_attr_document_groups_file>\n        <order_grids_document_groups_file>etc/commerce-to-commerce/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <map_document_groups>etc/commerce-to-commerce/map-document-groups.xml.dist</map_document_groups>\n        <class_map>etc/commerce-to-commerce/class-map.xml.dist</class_map>\n        <tier_price_map_file>etc/commerce-to-commerce/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/commerce-to-commerce/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>commerce-to-commerce</edition_migrate>\n        <edition_number>1.13.1.0</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.13.1.0/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_queue_queue</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_queue_task</document>\n            </ignore>\n            <ignore>\n                <document>find_feed_import_codes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_question_number</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>social_facebook_actions</document>\n            </ignore>\n            <ignore>\n                <document>strikeiron_tax_rate</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalog_category_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalog_product_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_action</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_item</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_log</document>\n            </ignore>\n            <ignore>\n                <document>core_session</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_product_unlinked</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_backup</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_backup_item</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_sysreport</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_event</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata_event</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata_group</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_subscriber</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_index_multiplier</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_cms_page_revision</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_cms_page_version</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma</document>\n                <to>magento_rma</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity</document>\n                <to>magento_rma_item_entity</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_datetime</document>\n                <to>magento_rma_item_entity_datetime</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_decimal</document>\n                <to>magento_rma_item_entity_decimal</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_int</document>\n                <to>magento_rma_item_entity_int</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_text</document>\n                <to>magento_rma_item_entity_text</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_varchar</document>\n                <to>magento_rma_item_entity_varchar</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_form_attribute</document>\n                <to>magento_rma_item_form_attribute</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_shipping_label</document>\n                <to>magento_rma_shipping_label</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_status_history</document>\n                <to>magento_rma_status_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner</document>\n                <to>magento_banner</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_catalogrule</document>\n                <to>magento_banner_catalogrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_content</document>\n                <to>magento_banner_content</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_customersegment</document>\n                <to>magento_banner_customersegment</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_salesrule</document>\n                <to>magento_banner_salesrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogevent_event</document>\n                <to>magento_catalogevent_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogevent_event_image</document>\n                <to>magento_catalogevent_event_image</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogpermissions</document>\n                <to>magento_catalogpermissions</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_lock</document>\n                <to>magento_versionscms_hierarchy_lock</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_metadata</document>\n                <to>magento_versionscms_hierarchy_metadata</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_node</document>\n                <to>magento_versionscms_hierarchy_node</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_increment</document>\n                <to>magento_versionscms_increment</to>\n            </rename>\n            <rename>\n                <document>enterprise_customerbalance</document>\n                <to>magento_customerbalance</to>\n            </rename>\n            <rename>\n                <document>enterprise_customerbalance_history</document>\n                <to>magento_customerbalance_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_customer</document>\n                <to>magento_customersegment_customer</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_event</document>\n                <to>magento_customersegment_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_segment</document>\n                <to>magento_customersegment_segment</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_website</document>\n                <to>magento_customersegment_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcard_amount</document>\n                <to>magento_giftcard_amount</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount</document>\n                <to>magento_giftcardaccount</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount_history</document>\n                <to>magento_giftcardaccount_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount_pool</document>\n                <to>magento_giftcardaccount_pool</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_data</document>\n                <to>magento_giftregistry_data</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_entity</document>\n                <to>magento_giftregistry_entity</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_item</document>\n                <to>magento_giftregistry_item</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_item_option</document>\n                <to>magento_giftregistry_item_option</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_label</document>\n                <to>magento_giftregistry_label</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_person</document>\n                <to>magento_giftregistry_person</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_type</document>\n                <to>magento_giftregistry_type</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_type_info</document>\n                <to>magento_giftregistry_type_info</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping</document>\n                <to>magento_giftwrapping</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping_store_attributes</document>\n                <to>magento_giftwrapping_store_attributes</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping_website</document>\n                <to>magento_giftwrapping_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation</document>\n                <to>magento_invitation</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation_status_history</document>\n                <to>magento_invitation_status_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation_track</document>\n                <to>magento_invitation_track</to>\n            </rename>\n            <rename>\n                <document>enterprise_logging_event</document>\n                <to>magento_logging_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_logging_event_changes</document>\n                <to>magento_logging_event_changes</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule</document>\n                <to>magento_reminder_rule</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_coupon</document>\n                <to>magento_reminder_rule_coupon</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_log</document>\n                <to>magento_reminder_rule_log</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_website</document>\n                <to>magento_reminder_rule_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_template</document>\n                <to>magento_reminder_template</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward</document>\n                <to>magento_reward</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_history</document>\n                <to>magento_reward_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_rate</document>\n                <to>magento_reward_rate</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_salesrule</document>\n                <to>magento_reward_salesrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_scheduled_operations</document>\n                <to>magento_scheduled_operations</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule</document>\n                <to>magento_targetrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule_customersegment</document>\n                <to>magento_targetrule_customersegment</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule_product</document>\n                <to>magento_targetrule_product</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_grid</document>\n                <to>magento_rma_grid</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_datetime.entity_id</field>\n                <to>catalog_category_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_decimal.entity_id</field>\n                <to>catalog_category_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_int.entity_id</field>\n                <to>catalog_category_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_text.entity_id</field>\n                <to>catalog_category_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_varchar.entity_id</field>\n                <to>catalog_category_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_datetime.entity_id</field>\n                <to>catalog_product_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_decimal.entity_id</field>\n                <to>catalog_product_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_gallery.entity_id</field>\n                <to>catalog_product_entity_gallery.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_int.entity_id</field>\n                <to>catalog_product_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_text.entity_id</field>\n                <to>catalog_product_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_varchar.entity_id</field>\n                <to>catalog_product_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_customer_group.rule_id</field>\n                <to>catalogrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_website.rule_id</field>\n                <to>catalogrule_website.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_customer_group.rule_id</field>\n                <to>salesrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_product_attribute.rule_id</field>\n                <to>salesrule_product_attribute.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_website.rule_id</field>\n                <to>salesrule_website.row_id</to>\n            </move>\n            <move>\n                <field>cms_block_store.block_id</field>\n                <to>cms_block_store.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_label.rule_id</field>\n                <to>salesrule_label.row_id</to>\n            </move>\n            <move>\n                <field>cms_page_store.page_id</field>\n                <to>cms_page_store.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <move>\n                <field>enterprise_giftcard_amount.entity_id</field>\n                <to>magento_giftcard_amount.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.condition_sql</field>\n                <handler class=\"Migration\\Handler\\Rule\\ConditionSql\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.condition_sql</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_type.meta_xml</field>\n                <handler class=\"\\Migration\\Handler\\ConvertDateFormat\" />\n            </transform>\n            <transform>\n                <field>catalogrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalogrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_salesrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.block_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_block\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.page_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_page\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option.option_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_option\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection.selection_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_selection\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>enterprise_reward_history.additional_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.action_select_bind</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.original_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.result_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_item_entity.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_shipping_label.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_person.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.shipping_address</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.file_info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.entity_attributes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.reward_points_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.reward_salesrule_points</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity.attribute_set_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_giftcard_amount.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_targetrule.use_customer_segment</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_targetrule_product.store_id</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_giftregistry_person.middlename</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.base_customer_balance_virtual_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.published_revision_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.under_version_control</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogevent_event.date_start</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogevent_event.date_end</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.from_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.to_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>sales_order</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>support_report</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n            <ignore>\n                <document>support_backup</document>\n            </ignore>\n            <ignore>\n                <document>support_backup_item</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>visual_merchandiser_rule</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>magento_salesrule_filter</document>\n            </ignore>\n            <ignore>\n                <document>multiinventory_warehouse</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>quote_preview</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_rma_shipment</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalog_category</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_block</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_page</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_selection</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_option</document>\n            </ignore>\n            <ignore>\n                <document>staging_update</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>company</document>\n            </ignore>\n            <ignore>\n                <document>company_advanced_customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_credit</document>\n            </ignore>\n            <ignore>\n                <document>company_credit_history</document>\n            </ignore>\n            <ignore>\n                <document>company_order_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_payment</document>\n            </ignore>\n            <ignore>\n                <document>company_permissions</document>\n            </ignore>\n            <ignore>\n                <document>company_roles</document>\n            </ignore>\n            <ignore>\n                <document>company_structure</document>\n            </ignore>\n            <ignore>\n                <document>company_team</document>\n            </ignore>\n            <ignore>\n                <document>company_user_roles</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment_attachment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_company_config</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_grid</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_history</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_item</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_purged_content</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list_item</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog_product_item</document>\n            </ignore>\n            <ignore>\n                <document>sharedcatalog_category_permissions</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>magento_banner_content.banner_content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_category_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"block_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"page_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>magento_catalogevent_event.status</field>\n                <handler class=\"\\Migration\\Handler\\GetEventStatus\" />\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>magento_banner.is_ga_enabled</field>\n            </ignore>\n            <ignore>\n                <field>magento_banner.ga_creative</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.use_config_deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.use_config_deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.row_id</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>magento_catalogevent_event.status</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogevent_event.date_start</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogevent_event.date_end</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reminder_rule.from_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reminder_rule.to_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.14.0.0/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Custom Customer Attributes Step\">\n            <integrity>Migration\\Step\\CustomCustomerAttributes\\Integrity</integrity>\n            <data>Migration\\Step\\CustomCustomerAttributes\\Data</data>\n            <volume>Migration\\Step\\CustomCustomerAttributes\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version11410to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version11410to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version11410to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"SalesOrder Step\">\n            <integrity>Migration\\Step\\SalesOrder\\Integrity</integrity>\n            <data>Migration\\Step\\SalesOrder\\Data</data>\n            <volume>Migration\\Step\\SalesOrder\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGridsEE\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGridsEE\\Data</data>\n            <volume>Migration\\Step\\OrderGridsEE\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Custom Customer Attributes Step\">\n            <delta>Migration\\Step\\CustomCustomerAttributes\\Delta</delta>\n            <volume>Migration\\Step\\CustomCustomerAttributes\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"SalesOrder Step\">\n            <delta>Migration\\Step\\SalesOrder\\Delta</delta>\n            <volume>Migration\\Step\\SalesOrder\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version11410to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version11410to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGridsEE\\Delta</delta>\n            <volume>Migration\\Step\\OrderGridsEE\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/commerce-to-commerce/1.14.0.0/map.xml.dist</map_file>\n        <eav_map_file>etc/commerce-to-commerce/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/commerce-to-commerce/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/commerce-to-commerce/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/commerce-to-commerce/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/commerce-to-commerce/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/commerce-to-commerce/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/commerce-to-commerce/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/commerce-to-commerce/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/commerce-to-commerce/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <sales_order_map_file>etc/commerce-to-commerce/map-sales.xml.dist</sales_order_map_file>\n        <delta_document_groups_file>etc/commerce-to-commerce/deltalog.xml.dist</delta_document_groups_file>\n        <customer_attr_map_file>etc/commerce-to-commerce/customer-attr-map.xml.dist</customer_attr_map_file>\n        <customer_attr_document_groups_file>etc/commerce-to-commerce/customer-attr-document-groups.xml.dist</customer_attr_document_groups_file>\n        <order_grids_document_groups_file>etc/commerce-to-commerce/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <map_document_groups>etc/commerce-to-commerce/map-document-groups.xml.dist</map_document_groups>\n        <class_map>etc/commerce-to-commerce/class-map.xml.dist</class_map>\n        <tier_price_map_file>etc/commerce-to-commerce/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/commerce-to-commerce/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>commerce-to-commerce</edition_migrate>\n        <edition_number>1.14.0.0</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.14.0.0/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_queue_queue</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_queue_task</document>\n            </ignore>\n            <ignore>\n                <document>find_feed_import_codes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_question_number</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>social_facebook_actions</document>\n            </ignore>\n            <ignore>\n                <document>strikeiron_tax_rate</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalog_category_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalog_product_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_action</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_item</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_log</document>\n            </ignore>\n            <ignore>\n                <document>core_session</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_product_unlinked</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_backup</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_backup_item</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_sysreport</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_event</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata_event</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata_group</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_subscriber</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_index_multiplier</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_cms_page_revision</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_cms_page_version</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma</document>\n                <to>magento_rma</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity</document>\n                <to>magento_rma_item_entity</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_datetime</document>\n                <to>magento_rma_item_entity_datetime</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_decimal</document>\n                <to>magento_rma_item_entity_decimal</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_int</document>\n                <to>magento_rma_item_entity_int</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_text</document>\n                <to>magento_rma_item_entity_text</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_varchar</document>\n                <to>magento_rma_item_entity_varchar</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_form_attribute</document>\n                <to>magento_rma_item_form_attribute</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_shipping_label</document>\n                <to>magento_rma_shipping_label</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_status_history</document>\n                <to>magento_rma_status_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner</document>\n                <to>magento_banner</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_catalogrule</document>\n                <to>magento_banner_catalogrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_content</document>\n                <to>magento_banner_content</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_customersegment</document>\n                <to>magento_banner_customersegment</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_salesrule</document>\n                <to>magento_banner_salesrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogevent_event</document>\n                <to>magento_catalogevent_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogevent_event_image</document>\n                <to>magento_catalogevent_event_image</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogpermissions</document>\n                <to>magento_catalogpermissions</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_lock</document>\n                <to>magento_versionscms_hierarchy_lock</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_metadata</document>\n                <to>magento_versionscms_hierarchy_metadata</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_node</document>\n                <to>magento_versionscms_hierarchy_node</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_increment</document>\n                <to>magento_versionscms_increment</to>\n            </rename>\n            <rename>\n                <document>enterprise_customerbalance</document>\n                <to>magento_customerbalance</to>\n            </rename>\n            <rename>\n                <document>enterprise_customerbalance_history</document>\n                <to>magento_customerbalance_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_customer</document>\n                <to>magento_customersegment_customer</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_event</document>\n                <to>magento_customersegment_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_segment</document>\n                <to>magento_customersegment_segment</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_website</document>\n                <to>magento_customersegment_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcard_amount</document>\n                <to>magento_giftcard_amount</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount</document>\n                <to>magento_giftcardaccount</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount_history</document>\n                <to>magento_giftcardaccount_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount_pool</document>\n                <to>magento_giftcardaccount_pool</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_data</document>\n                <to>magento_giftregistry_data</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_entity</document>\n                <to>magento_giftregistry_entity</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_item</document>\n                <to>magento_giftregistry_item</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_item_option</document>\n                <to>magento_giftregistry_item_option</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_label</document>\n                <to>magento_giftregistry_label</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_person</document>\n                <to>magento_giftregistry_person</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_type</document>\n                <to>magento_giftregistry_type</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_type_info</document>\n                <to>magento_giftregistry_type_info</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping</document>\n                <to>magento_giftwrapping</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping_store_attributes</document>\n                <to>magento_giftwrapping_store_attributes</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping_website</document>\n                <to>magento_giftwrapping_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation</document>\n                <to>magento_invitation</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation_status_history</document>\n                <to>magento_invitation_status_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation_track</document>\n                <to>magento_invitation_track</to>\n            </rename>\n            <rename>\n                <document>enterprise_logging_event</document>\n                <to>magento_logging_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_logging_event_changes</document>\n                <to>magento_logging_event_changes</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule</document>\n                <to>magento_reminder_rule</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_coupon</document>\n                <to>magento_reminder_rule_coupon</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_log</document>\n                <to>magento_reminder_rule_log</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_website</document>\n                <to>magento_reminder_rule_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_template</document>\n                <to>magento_reminder_template</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward</document>\n                <to>magento_reward</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_history</document>\n                <to>magento_reward_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_rate</document>\n                <to>magento_reward_rate</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_salesrule</document>\n                <to>magento_reward_salesrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_scheduled_operations</document>\n                <to>magento_scheduled_operations</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule</document>\n                <to>magento_targetrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule_customersegment</document>\n                <to>magento_targetrule_customersegment</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule_product</document>\n                <to>magento_targetrule_product</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_grid</document>\n                <to>magento_rma_grid</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_datetime.entity_id</field>\n                <to>catalog_category_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_decimal.entity_id</field>\n                <to>catalog_category_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_int.entity_id</field>\n                <to>catalog_category_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_text.entity_id</field>\n                <to>catalog_category_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_varchar.entity_id</field>\n                <to>catalog_category_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_datetime.entity_id</field>\n                <to>catalog_product_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_decimal.entity_id</field>\n                <to>catalog_product_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_gallery.entity_id</field>\n                <to>catalog_product_entity_gallery.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_int.entity_id</field>\n                <to>catalog_product_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_text.entity_id</field>\n                <to>catalog_product_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_varchar.entity_id</field>\n                <to>catalog_product_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_customer_group.rule_id</field>\n                <to>catalogrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_website.rule_id</field>\n                <to>catalogrule_website.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_customer_group.rule_id</field>\n                <to>salesrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_product_attribute.rule_id</field>\n                <to>salesrule_product_attribute.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_website.rule_id</field>\n                <to>salesrule_website.row_id</to>\n            </move>\n            <move>\n                <field>cms_block_store.block_id</field>\n                <to>cms_block_store.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_label.rule_id</field>\n                <to>salesrule_label.row_id</to>\n            </move>\n            <move>\n                <field>cms_page_store.page_id</field>\n                <to>cms_page_store.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <move>\n                <field>enterprise_giftcard_amount.entity_id</field>\n                <to>magento_giftcard_amount.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.condition_sql</field>\n                <handler class=\"Migration\\Handler\\Rule\\ConditionSql\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.condition_sql</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_type.meta_xml</field>\n                <handler class=\"\\Migration\\Handler\\ConvertDateFormat\" />\n            </transform>\n            <transform>\n                <field>catalogrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalogrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_salesrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.block_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_block\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.page_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_page\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option.option_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_option\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection.selection_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_selection\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>enterprise_reward_history.additional_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.action_select_bind</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.original_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.result_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_item_entity.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_shipping_label.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_person.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.shipping_address</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.file_info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.entity_attributes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.reward_points_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.reward_salesrule_points</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity.attribute_set_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_giftcard_amount.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_targetrule.use_customer_segment</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_targetrule_product.store_id</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_giftregistry_person.middlename</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.base_customer_balance_virtual_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.published_revision_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.under_version_control</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogevent_event.date_start</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogevent_event.date_end</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.from_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.to_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>sales_order</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>support_report</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n            <ignore>\n                <document>support_backup</document>\n            </ignore>\n            <ignore>\n                <document>support_backup_item</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>visual_merchandiser_rule</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>magento_salesrule_filter</document>\n            </ignore>\n            <ignore>\n                <document>multiinventory_warehouse</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>quote_preview</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_rma_shipment</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalog_category</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_block</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_page</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_selection</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_option</document>\n            </ignore>\n            <ignore>\n                <document>staging_update</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>company</document>\n            </ignore>\n            <ignore>\n                <document>company_advanced_customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_credit</document>\n            </ignore>\n            <ignore>\n                <document>company_credit_history</document>\n            </ignore>\n            <ignore>\n                <document>company_order_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_payment</document>\n            </ignore>\n            <ignore>\n                <document>company_permissions</document>\n            </ignore>\n            <ignore>\n                <document>company_roles</document>\n            </ignore>\n            <ignore>\n                <document>company_structure</document>\n            </ignore>\n            <ignore>\n                <document>company_team</document>\n            </ignore>\n            <ignore>\n                <document>company_user_roles</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment_attachment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_company_config</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_grid</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_history</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_item</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_purged_content</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list_item</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog_product_item</document>\n            </ignore>\n            <ignore>\n                <document>sharedcatalog_category_permissions</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>magento_banner_content.banner_content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_category_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"block_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"page_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>magento_catalogevent_event.status</field>\n                <handler class=\"\\Migration\\Handler\\GetEventStatus\" />\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>magento_banner.is_ga_enabled</field>\n            </ignore>\n            <ignore>\n                <field>magento_banner.ga_creative</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.use_config_deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.row_id</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>magento_catalogevent_event.status</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogevent_event.date_start</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogevent_event.date_end</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reminder_rule.from_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reminder_rule.to_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.14.0.1/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Custom Customer Attributes Step\">\n            <integrity>Migration\\Step\\CustomCustomerAttributes\\Integrity</integrity>\n            <data>Migration\\Step\\CustomCustomerAttributes\\Data</data>\n            <volume>Migration\\Step\\CustomCustomerAttributes\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version11410to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version11410to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version11410to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"SalesOrder Step\">\n            <integrity>Migration\\Step\\SalesOrder\\Integrity</integrity>\n            <data>Migration\\Step\\SalesOrder\\Data</data>\n            <volume>Migration\\Step\\SalesOrder\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGridsEE\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGridsEE\\Data</data>\n            <volume>Migration\\Step\\OrderGridsEE\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Custom Customer Attributes Step\">\n            <delta>Migration\\Step\\CustomCustomerAttributes\\Delta</delta>\n            <volume>Migration\\Step\\CustomCustomerAttributes\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"SalesOrder Step\">\n            <delta>Migration\\Step\\SalesOrder\\Delta</delta>\n            <volume>Migration\\Step\\SalesOrder\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version11410to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version11410to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGridsEE\\Delta</delta>\n            <volume>Migration\\Step\\OrderGridsEE\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/commerce-to-commerce/1.14.0.1/map.xml.dist</map_file>\n        <eav_map_file>etc/commerce-to-commerce/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/commerce-to-commerce/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/commerce-to-commerce/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/commerce-to-commerce/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/commerce-to-commerce/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/commerce-to-commerce/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/commerce-to-commerce/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/commerce-to-commerce/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/commerce-to-commerce/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <sales_order_map_file>etc/commerce-to-commerce/map-sales.xml.dist</sales_order_map_file>\n        <delta_document_groups_file>etc/commerce-to-commerce/deltalog.xml.dist</delta_document_groups_file>\n        <customer_attr_map_file>etc/commerce-to-commerce/customer-attr-map.xml.dist</customer_attr_map_file>\n        <customer_attr_document_groups_file>etc/commerce-to-commerce/customer-attr-document-groups.xml.dist</customer_attr_document_groups_file>\n        <order_grids_document_groups_file>etc/commerce-to-commerce/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <map_document_groups>etc/commerce-to-commerce/map-document-groups.xml.dist</map_document_groups>\n        <class_map>etc/commerce-to-commerce/class-map.xml.dist</class_map>\n        <tier_price_map_file>etc/commerce-to-commerce/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/commerce-to-commerce/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>commerce-to-commerce</edition_migrate>\n        <edition_number>1.14.0.1</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.14.0.1/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_queue_queue</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_queue_task</document>\n            </ignore>\n            <ignore>\n                <document>find_feed_import_codes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_question_number</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>social_facebook_actions</document>\n            </ignore>\n            <ignore>\n                <document>strikeiron_tax_rate</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalog_category_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalog_product_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_action</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_item</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_log</document>\n            </ignore>\n            <ignore>\n                <document>core_session</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_product_unlinked</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_backup</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_backup_item</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_sysreport</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_event</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata_event</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata_group</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_subscriber</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_index_multiplier</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_cms_page_revision</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_cms_page_version</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma</document>\n                <to>magento_rma</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity</document>\n                <to>magento_rma_item_entity</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_datetime</document>\n                <to>magento_rma_item_entity_datetime</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_decimal</document>\n                <to>magento_rma_item_entity_decimal</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_int</document>\n                <to>magento_rma_item_entity_int</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_text</document>\n                <to>magento_rma_item_entity_text</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_varchar</document>\n                <to>magento_rma_item_entity_varchar</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_form_attribute</document>\n                <to>magento_rma_item_form_attribute</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_shipping_label</document>\n                <to>magento_rma_shipping_label</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_status_history</document>\n                <to>magento_rma_status_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner</document>\n                <to>magento_banner</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_catalogrule</document>\n                <to>magento_banner_catalogrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_content</document>\n                <to>magento_banner_content</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_customersegment</document>\n                <to>magento_banner_customersegment</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_salesrule</document>\n                <to>magento_banner_salesrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogevent_event</document>\n                <to>magento_catalogevent_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogevent_event_image</document>\n                <to>magento_catalogevent_event_image</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogpermissions</document>\n                <to>magento_catalogpermissions</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_lock</document>\n                <to>magento_versionscms_hierarchy_lock</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_metadata</document>\n                <to>magento_versionscms_hierarchy_metadata</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_node</document>\n                <to>magento_versionscms_hierarchy_node</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_increment</document>\n                <to>magento_versionscms_increment</to>\n            </rename>\n            <rename>\n                <document>enterprise_customerbalance</document>\n                <to>magento_customerbalance</to>\n            </rename>\n            <rename>\n                <document>enterprise_customerbalance_history</document>\n                <to>magento_customerbalance_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_customer</document>\n                <to>magento_customersegment_customer</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_event</document>\n                <to>magento_customersegment_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_segment</document>\n                <to>magento_customersegment_segment</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_website</document>\n                <to>magento_customersegment_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcard_amount</document>\n                <to>magento_giftcard_amount</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount</document>\n                <to>magento_giftcardaccount</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount_history</document>\n                <to>magento_giftcardaccount_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount_pool</document>\n                <to>magento_giftcardaccount_pool</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_data</document>\n                <to>magento_giftregistry_data</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_entity</document>\n                <to>magento_giftregistry_entity</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_item</document>\n                <to>magento_giftregistry_item</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_item_option</document>\n                <to>magento_giftregistry_item_option</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_label</document>\n                <to>magento_giftregistry_label</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_person</document>\n                <to>magento_giftregistry_person</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_type</document>\n                <to>magento_giftregistry_type</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_type_info</document>\n                <to>magento_giftregistry_type_info</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping</document>\n                <to>magento_giftwrapping</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping_store_attributes</document>\n                <to>magento_giftwrapping_store_attributes</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping_website</document>\n                <to>magento_giftwrapping_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation</document>\n                <to>magento_invitation</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation_status_history</document>\n                <to>magento_invitation_status_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation_track</document>\n                <to>magento_invitation_track</to>\n            </rename>\n            <rename>\n                <document>enterprise_logging_event</document>\n                <to>magento_logging_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_logging_event_changes</document>\n                <to>magento_logging_event_changes</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule</document>\n                <to>magento_reminder_rule</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_coupon</document>\n                <to>magento_reminder_rule_coupon</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_log</document>\n                <to>magento_reminder_rule_log</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_website</document>\n                <to>magento_reminder_rule_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_template</document>\n                <to>magento_reminder_template</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward</document>\n                <to>magento_reward</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_history</document>\n                <to>magento_reward_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_rate</document>\n                <to>magento_reward_rate</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_salesrule</document>\n                <to>magento_reward_salesrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_scheduled_operations</document>\n                <to>magento_scheduled_operations</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule</document>\n                <to>magento_targetrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule_customersegment</document>\n                <to>magento_targetrule_customersegment</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule_product</document>\n                <to>magento_targetrule_product</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_grid</document>\n                <to>magento_rma_grid</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_datetime.entity_id</field>\n                <to>catalog_category_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_decimal.entity_id</field>\n                <to>catalog_category_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_int.entity_id</field>\n                <to>catalog_category_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_text.entity_id</field>\n                <to>catalog_category_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_varchar.entity_id</field>\n                <to>catalog_category_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_datetime.entity_id</field>\n                <to>catalog_product_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_decimal.entity_id</field>\n                <to>catalog_product_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_gallery.entity_id</field>\n                <to>catalog_product_entity_gallery.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_int.entity_id</field>\n                <to>catalog_product_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_text.entity_id</field>\n                <to>catalog_product_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_varchar.entity_id</field>\n                <to>catalog_product_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_customer_group.rule_id</field>\n                <to>catalogrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_website.rule_id</field>\n                <to>catalogrule_website.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_customer_group.rule_id</field>\n                <to>salesrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_product_attribute.rule_id</field>\n                <to>salesrule_product_attribute.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_website.rule_id</field>\n                <to>salesrule_website.row_id</to>\n            </move>\n            <move>\n                <field>cms_block_store.block_id</field>\n                <to>cms_block_store.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_label.rule_id</field>\n                <to>salesrule_label.row_id</to>\n            </move>\n            <move>\n                <field>cms_page_store.page_id</field>\n                <to>cms_page_store.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <move>\n                <field>enterprise_giftcard_amount.entity_id</field>\n                <to>magento_giftcard_amount.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.condition_sql</field>\n                <handler class=\"Migration\\Handler\\Rule\\ConditionSql\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.condition_sql</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_type.meta_xml</field>\n                <handler class=\"\\Migration\\Handler\\ConvertDateFormat\" />\n            </transform>\n            <transform>\n                <field>catalogrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalogrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_salesrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.block_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_block\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.page_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_page\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option.option_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_option\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection.selection_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_selection\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>enterprise_reward_history.additional_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.action_select_bind</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.original_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.result_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_item_entity.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_shipping_label.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_person.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.shipping_address</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.file_info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.entity_attributes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.reward_points_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.reward_salesrule_points</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity.attribute_set_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_giftcard_amount.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_targetrule.use_customer_segment</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_targetrule_product.store_id</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_giftregistry_person.middlename</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.base_customer_balance_virtual_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.published_revision_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.under_version_control</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogevent_event.date_start</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogevent_event.date_end</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.from_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.to_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>sales_order</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>support_report</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n            <ignore>\n                <document>support_backup</document>\n            </ignore>\n            <ignore>\n                <document>support_backup_item</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>visual_merchandiser_rule</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>magento_salesrule_filter</document>\n            </ignore>\n            <ignore>\n                <document>multiinventory_warehouse</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>quote_preview</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_rma_shipment</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalog_category</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_block</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_page</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_selection</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_option</document>\n            </ignore>\n            <ignore>\n                <document>staging_update</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>company</document>\n            </ignore>\n            <ignore>\n                <document>company_advanced_customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_credit</document>\n            </ignore>\n            <ignore>\n                <document>company_credit_history</document>\n            </ignore>\n            <ignore>\n                <document>company_order_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_payment</document>\n            </ignore>\n            <ignore>\n                <document>company_permissions</document>\n            </ignore>\n            <ignore>\n                <document>company_roles</document>\n            </ignore>\n            <ignore>\n                <document>company_structure</document>\n            </ignore>\n            <ignore>\n                <document>company_team</document>\n            </ignore>\n            <ignore>\n                <document>company_user_roles</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment_attachment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_company_config</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_grid</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_history</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_item</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_purged_content</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list_item</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog_product_item</document>\n            </ignore>\n            <ignore>\n                <document>sharedcatalog_category_permissions</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>magento_banner_content.banner_content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_category_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"block_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"page_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>magento_catalogevent_event.status</field>\n                <handler class=\"\\Migration\\Handler\\GetEventStatus\" />\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>magento_banner.is_ga_enabled</field>\n            </ignore>\n            <ignore>\n                <field>magento_banner.ga_creative</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.use_config_deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.row_id</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>magento_catalogevent_event.status</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogevent_event.date_start</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogevent_event.date_end</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reminder_rule.from_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reminder_rule.to_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.14.1.0/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Custom Customer Attributes Step\">\n            <integrity>Migration\\Step\\CustomCustomerAttributes\\Integrity</integrity>\n            <data>Migration\\Step\\CustomCustomerAttributes\\Data</data>\n            <volume>Migration\\Step\\CustomCustomerAttributes\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version11410to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version11410to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version11410to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"SalesOrder Step\">\n            <integrity>Migration\\Step\\SalesOrder\\Integrity</integrity>\n            <data>Migration\\Step\\SalesOrder\\Data</data>\n            <volume>Migration\\Step\\SalesOrder\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGridsEE\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGridsEE\\Data</data>\n            <volume>Migration\\Step\\OrderGridsEE\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"VisualMerchandiser Step\">\n            <integrity>Migration\\Step\\VisualMerchandiser\\Integrity</integrity>\n            <data>Migration\\Step\\VisualMerchandiser\\Data</data>\n            <volume>Migration\\Step\\VisualMerchandiser\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Custom Customer Attributes Step\">\n            <delta>Migration\\Step\\CustomCustomerAttributes\\Delta</delta>\n            <volume>Migration\\Step\\CustomCustomerAttributes\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"SalesOrder Step\">\n            <delta>Migration\\Step\\SalesOrder\\Delta</delta>\n            <volume>Migration\\Step\\SalesOrder\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version11410to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version11410to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGridsEE\\Delta</delta>\n            <volume>Migration\\Step\\OrderGridsEE\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/commerce-to-commerce/1.14.1.0/map.xml.dist</map_file>\n        <eav_map_file>etc/commerce-to-commerce/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/commerce-to-commerce/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/commerce-to-commerce/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/commerce-to-commerce/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/commerce-to-commerce/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/commerce-to-commerce/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/commerce-to-commerce/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/commerce-to-commerce/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/commerce-to-commerce/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <sales_order_map_file>etc/commerce-to-commerce/map-sales.xml.dist</sales_order_map_file>\n        <delta_document_groups_file>etc/commerce-to-commerce/deltalog.xml.dist</delta_document_groups_file>\n        <customer_attr_map_file>etc/commerce-to-commerce/customer-attr-map.xml.dist</customer_attr_map_file>\n        <customer_attr_document_groups_file>etc/commerce-to-commerce/customer-attr-document-groups.xml.dist</customer_attr_document_groups_file>\n        <order_grids_document_groups_file>etc/commerce-to-commerce/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <class_map>etc/commerce-to-commerce/class-map.xml.dist</class_map>\n        <visual_merchandiser_map>etc/commerce-to-commerce/visual_merchandiser_map.xml.dist</visual_merchandiser_map>\n        <visual_merchandiser_document_groups>etc/commerce-to-commerce/visual_merchandiser_document_groups.xml.dist</visual_merchandiser_document_groups>\n        <visual_merchandiser_attribute_groups>etc/commerce-to-commerce/visual_merchandiser_attribute_groups.xml.dist</visual_merchandiser_attribute_groups>\n        <map_document_groups>etc/commerce-to-commerce/map-document-groups.xml.dist</map_document_groups>\n        <tier_price_map_file>etc/commerce-to-commerce/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/commerce-to-commerce/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>commerce-to-commerce</edition_migrate>\n        <edition_number>1.14.1.0</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.14.1.0/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_queue_queue</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_queue_task</document>\n            </ignore>\n            <ignore>\n                <document>find_feed_import_codes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_question_number</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>social_facebook_actions</document>\n            </ignore>\n            <ignore>\n                <document>strikeiron_tax_rate</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalog_category_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalog_product_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_action</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_item</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_log</document>\n            </ignore>\n            <ignore>\n                <document>core_session</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_product_unlinked</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_backup</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_backup_item</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_sysreport</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_event</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata_event</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata_group</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_subscriber</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_index_multiplier</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_cms_page_revision</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_cms_page_version</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma</document>\n                <to>magento_rma</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity</document>\n                <to>magento_rma_item_entity</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_datetime</document>\n                <to>magento_rma_item_entity_datetime</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_decimal</document>\n                <to>magento_rma_item_entity_decimal</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_int</document>\n                <to>magento_rma_item_entity_int</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_text</document>\n                <to>magento_rma_item_entity_text</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_varchar</document>\n                <to>magento_rma_item_entity_varchar</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_form_attribute</document>\n                <to>magento_rma_item_form_attribute</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_shipping_label</document>\n                <to>magento_rma_shipping_label</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_status_history</document>\n                <to>magento_rma_status_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner</document>\n                <to>magento_banner</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_catalogrule</document>\n                <to>magento_banner_catalogrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_content</document>\n                <to>magento_banner_content</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_customersegment</document>\n                <to>magento_banner_customersegment</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_salesrule</document>\n                <to>magento_banner_salesrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogevent_event</document>\n                <to>magento_catalogevent_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogevent_event_image</document>\n                <to>magento_catalogevent_event_image</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogpermissions</document>\n                <to>magento_catalogpermissions</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_lock</document>\n                <to>magento_versionscms_hierarchy_lock</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_metadata</document>\n                <to>magento_versionscms_hierarchy_metadata</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_node</document>\n                <to>magento_versionscms_hierarchy_node</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_increment</document>\n                <to>magento_versionscms_increment</to>\n            </rename>\n            <rename>\n                <document>enterprise_customerbalance</document>\n                <to>magento_customerbalance</to>\n            </rename>\n            <rename>\n                <document>enterprise_customerbalance_history</document>\n                <to>magento_customerbalance_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_customer</document>\n                <to>magento_customersegment_customer</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_event</document>\n                <to>magento_customersegment_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_segment</document>\n                <to>magento_customersegment_segment</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_website</document>\n                <to>magento_customersegment_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcard_amount</document>\n                <to>magento_giftcard_amount</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount</document>\n                <to>magento_giftcardaccount</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount_history</document>\n                <to>magento_giftcardaccount_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount_pool</document>\n                <to>magento_giftcardaccount_pool</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_data</document>\n                <to>magento_giftregistry_data</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_entity</document>\n                <to>magento_giftregistry_entity</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_item</document>\n                <to>magento_giftregistry_item</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_item_option</document>\n                <to>magento_giftregistry_item_option</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_label</document>\n                <to>magento_giftregistry_label</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_person</document>\n                <to>magento_giftregistry_person</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_type</document>\n                <to>magento_giftregistry_type</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_type_info</document>\n                <to>magento_giftregistry_type_info</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping</document>\n                <to>magento_giftwrapping</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping_store_attributes</document>\n                <to>magento_giftwrapping_store_attributes</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping_website</document>\n                <to>magento_giftwrapping_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation</document>\n                <to>magento_invitation</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation_status_history</document>\n                <to>magento_invitation_status_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation_track</document>\n                <to>magento_invitation_track</to>\n            </rename>\n            <rename>\n                <document>enterprise_logging_event</document>\n                <to>magento_logging_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_logging_event_changes</document>\n                <to>magento_logging_event_changes</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule</document>\n                <to>magento_reminder_rule</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_coupon</document>\n                <to>magento_reminder_rule_coupon</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_log</document>\n                <to>magento_reminder_rule_log</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_website</document>\n                <to>magento_reminder_rule_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_template</document>\n                <to>magento_reminder_template</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward</document>\n                <to>magento_reward</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_history</document>\n                <to>magento_reward_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_rate</document>\n                <to>magento_reward_rate</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_salesrule</document>\n                <to>magento_reward_salesrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_scheduled_operations</document>\n                <to>magento_scheduled_operations</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule</document>\n                <to>magento_targetrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule_customersegment</document>\n                <to>magento_targetrule_customersegment</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule_product</document>\n                <to>magento_targetrule_product</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_grid</document>\n                <to>magento_rma_grid</to>\n            </rename>\n            <rename>\n                <document>enterprise_support_backup</document>\n                <to>support_backup</to>\n            </rename>\n            <rename>\n                <document>enterprise_support_backup_item</document>\n                <to>support_backup_item</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_datetime.entity_id</field>\n                <to>catalog_category_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_decimal.entity_id</field>\n                <to>catalog_category_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_int.entity_id</field>\n                <to>catalog_category_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_text.entity_id</field>\n                <to>catalog_category_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_varchar.entity_id</field>\n                <to>catalog_category_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_datetime.entity_id</field>\n                <to>catalog_product_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_decimal.entity_id</field>\n                <to>catalog_product_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_gallery.entity_id</field>\n                <to>catalog_product_entity_gallery.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_int.entity_id</field>\n                <to>catalog_product_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_text.entity_id</field>\n                <to>catalog_product_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_varchar.entity_id</field>\n                <to>catalog_product_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_customer_group.rule_id</field>\n                <to>catalogrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_website.rule_id</field>\n                <to>catalogrule_website.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_customer_group.rule_id</field>\n                <to>salesrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_product_attribute.rule_id</field>\n                <to>salesrule_product_attribute.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_website.rule_id</field>\n                <to>salesrule_website.row_id</to>\n            </move>\n            <move>\n                <field>cms_block_store.block_id</field>\n                <to>cms_block_store.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_label.rule_id</field>\n                <to>salesrule_label.row_id</to>\n            </move>\n            <move>\n                <field>cms_page_store.page_id</field>\n                <to>cms_page_store.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <move>\n                <field>enterprise_giftcard_amount.entity_id</field>\n                <to>magento_giftcard_amount.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.condition_sql</field>\n                <handler class=\"Migration\\Handler\\Rule\\ConditionSql\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.condition_sql</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_type.meta_xml</field>\n                <handler class=\"\\Migration\\Handler\\ConvertDateFormat\" />\n            </transform>\n            <transform>\n                <field>catalogrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalogrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_salesrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.block_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_block\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.page_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_page\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option.option_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_option\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection.selection_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_selection\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>enterprise_reward_history.additional_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.action_select_bind</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.original_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.result_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_item_entity.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_shipping_label.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_person.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.shipping_address</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.file_info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.entity_attributes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.reward_points_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.reward_salesrule_points</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity.attribute_set_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_giftcard_amount.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_targetrule.use_customer_segment</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_targetrule_product.store_id</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_giftregistry_person.middlename</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.base_customer_balance_virtual_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.published_revision_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.under_version_control</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogevent_event.date_start</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogevent_event.date_end</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.from_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.to_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>sales_order</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>support_report</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>visual_merchandiser_rule</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>magento_salesrule_filter</document>\n            </ignore>\n            <ignore>\n                <document>multiinventory_warehouse</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>quote_preview</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_rma_shipment</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalog_category</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_block</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_page</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_selection</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_option</document>\n            </ignore>\n            <ignore>\n                <document>staging_update</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>company</document>\n            </ignore>\n            <ignore>\n                <document>company_advanced_customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_credit</document>\n            </ignore>\n            <ignore>\n                <document>company_credit_history</document>\n            </ignore>\n            <ignore>\n                <document>company_order_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_payment</document>\n            </ignore>\n            <ignore>\n                <document>company_permissions</document>\n            </ignore>\n            <ignore>\n                <document>company_roles</document>\n            </ignore>\n            <ignore>\n                <document>company_structure</document>\n            </ignore>\n            <ignore>\n                <document>company_team</document>\n            </ignore>\n            <ignore>\n                <document>company_user_roles</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment_attachment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_company_config</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_grid</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_history</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_item</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_purged_content</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list_item</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog_product_item</document>\n            </ignore>\n            <ignore>\n                <document>sharedcatalog_category_permissions</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>magento_banner_content.banner_content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_category_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"block_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"page_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>magento_catalogevent_event.status</field>\n                <handler class=\"\\Migration\\Handler\\GetEventStatus\" />\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>magento_banner.is_ga_enabled</field>\n            </ignore>\n            <ignore>\n                <field>magento_banner.ga_creative</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.use_config_deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.row_id</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>magento_catalogevent_event.status</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogevent_event.date_start</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogevent_event.date_end</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reminder_rule.from_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reminder_rule.to_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.14.2.0/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Custom Customer Attributes Step\">\n            <integrity>Migration\\Step\\CustomCustomerAttributes\\Integrity</integrity>\n            <data>Migration\\Step\\CustomCustomerAttributes\\Data</data>\n            <volume>Migration\\Step\\CustomCustomerAttributes\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version11410to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version11410to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version11410to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"SalesOrder Step\">\n            <integrity>Migration\\Step\\SalesOrder\\Integrity</integrity>\n            <data>Migration\\Step\\SalesOrder\\Data</data>\n            <volume>Migration\\Step\\SalesOrder\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGridsEE\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGridsEE\\Data</data>\n            <volume>Migration\\Step\\OrderGridsEE\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"VisualMerchandiser Step\">\n            <integrity>Migration\\Step\\VisualMerchandiser\\Integrity</integrity>\n            <data>Migration\\Step\\VisualMerchandiser\\Data</data>\n            <volume>Migration\\Step\\VisualMerchandiser\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Custom Customer Attributes Step\">\n            <delta>Migration\\Step\\CustomCustomerAttributes\\Delta</delta>\n            <volume>Migration\\Step\\CustomCustomerAttributes\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"SalesOrder Step\">\n            <delta>Migration\\Step\\SalesOrder\\Delta</delta>\n            <volume>Migration\\Step\\SalesOrder\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version11410to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version11410to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGridsEE\\Delta</delta>\n            <volume>Migration\\Step\\OrderGridsEE\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/commerce-to-commerce/1.14.2.0/map.xml.dist</map_file>\n        <eav_map_file>etc/commerce-to-commerce/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/commerce-to-commerce/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/commerce-to-commerce/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/commerce-to-commerce/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/commerce-to-commerce/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/commerce-to-commerce/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/commerce-to-commerce/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/commerce-to-commerce/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/commerce-to-commerce/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <sales_order_map_file>etc/commerce-to-commerce/map-sales.xml.dist</sales_order_map_file>\n        <delta_document_groups_file>etc/commerce-to-commerce/deltalog.xml.dist</delta_document_groups_file>\n        <customer_attr_map_file>etc/commerce-to-commerce/customer-attr-map.xml.dist</customer_attr_map_file>\n        <customer_attr_document_groups_file>etc/commerce-to-commerce/customer-attr-document-groups.xml.dist</customer_attr_document_groups_file>\n        <order_grids_document_groups_file>etc/commerce-to-commerce/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <class_map>etc/commerce-to-commerce/class-map.xml.dist</class_map>\n        <visual_merchandiser_map>etc/commerce-to-commerce/visual_merchandiser_map.xml.dist</visual_merchandiser_map>\n        <visual_merchandiser_document_groups>etc/commerce-to-commerce/visual_merchandiser_document_groups.xml.dist</visual_merchandiser_document_groups>\n        <visual_merchandiser_attribute_groups>etc/commerce-to-commerce/visual_merchandiser_attribute_groups.xml.dist</visual_merchandiser_attribute_groups>\n        <map_document_groups>etc/commerce-to-commerce/map-document-groups.xml.dist</map_document_groups>\n        <tier_price_map_file>etc/commerce-to-commerce/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/commerce-to-commerce/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>commerce-to-commerce</edition_migrate>\n        <edition_number>1.14.2.0</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.14.2.0/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_queue_queue</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_queue_task</document>\n            </ignore>\n            <ignore>\n                <document>find_feed_import_codes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_question_number</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>social_facebook_actions</document>\n            </ignore>\n            <ignore>\n                <document>strikeiron_tax_rate</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalog_category_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalog_product_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_action</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_item</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_log</document>\n            </ignore>\n            <ignore>\n                <document>core_session</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_product_unlinked</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_backup</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_backup_item</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_sysreport</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_event</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata_event</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata_group</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_subscriber</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_index_multiplier</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_cms_page_revision</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_cms_page_version</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma</document>\n                <to>magento_rma</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity</document>\n                <to>magento_rma_item_entity</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_datetime</document>\n                <to>magento_rma_item_entity_datetime</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_decimal</document>\n                <to>magento_rma_item_entity_decimal</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_int</document>\n                <to>magento_rma_item_entity_int</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_text</document>\n                <to>magento_rma_item_entity_text</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_varchar</document>\n                <to>magento_rma_item_entity_varchar</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_form_attribute</document>\n                <to>magento_rma_item_form_attribute</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_shipping_label</document>\n                <to>magento_rma_shipping_label</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_status_history</document>\n                <to>magento_rma_status_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner</document>\n                <to>magento_banner</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_catalogrule</document>\n                <to>magento_banner_catalogrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_content</document>\n                <to>magento_banner_content</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_customersegment</document>\n                <to>magento_banner_customersegment</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_salesrule</document>\n                <to>magento_banner_salesrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogevent_event</document>\n                <to>magento_catalogevent_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogevent_event_image</document>\n                <to>magento_catalogevent_event_image</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogpermissions</document>\n                <to>magento_catalogpermissions</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_lock</document>\n                <to>magento_versionscms_hierarchy_lock</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_metadata</document>\n                <to>magento_versionscms_hierarchy_metadata</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_node</document>\n                <to>magento_versionscms_hierarchy_node</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_increment</document>\n                <to>magento_versionscms_increment</to>\n            </rename>\n            <rename>\n                <document>enterprise_customerbalance</document>\n                <to>magento_customerbalance</to>\n            </rename>\n            <rename>\n                <document>enterprise_customerbalance_history</document>\n                <to>magento_customerbalance_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_customer</document>\n                <to>magento_customersegment_customer</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_event</document>\n                <to>magento_customersegment_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_segment</document>\n                <to>magento_customersegment_segment</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_website</document>\n                <to>magento_customersegment_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcard_amount</document>\n                <to>magento_giftcard_amount</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount</document>\n                <to>magento_giftcardaccount</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount_history</document>\n                <to>magento_giftcardaccount_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount_pool</document>\n                <to>magento_giftcardaccount_pool</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_data</document>\n                <to>magento_giftregistry_data</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_entity</document>\n                <to>magento_giftregistry_entity</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_item</document>\n                <to>magento_giftregistry_item</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_item_option</document>\n                <to>magento_giftregistry_item_option</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_label</document>\n                <to>magento_giftregistry_label</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_person</document>\n                <to>magento_giftregistry_person</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_type</document>\n                <to>magento_giftregistry_type</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_type_info</document>\n                <to>magento_giftregistry_type_info</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping</document>\n                <to>magento_giftwrapping</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping_store_attributes</document>\n                <to>magento_giftwrapping_store_attributes</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping_website</document>\n                <to>magento_giftwrapping_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation</document>\n                <to>magento_invitation</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation_status_history</document>\n                <to>magento_invitation_status_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation_track</document>\n                <to>magento_invitation_track</to>\n            </rename>\n            <rename>\n                <document>enterprise_logging_event</document>\n                <to>magento_logging_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_logging_event_changes</document>\n                <to>magento_logging_event_changes</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule</document>\n                <to>magento_reminder_rule</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_coupon</document>\n                <to>magento_reminder_rule_coupon</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_log</document>\n                <to>magento_reminder_rule_log</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_website</document>\n                <to>magento_reminder_rule_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_template</document>\n                <to>magento_reminder_template</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward</document>\n                <to>magento_reward</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_history</document>\n                <to>magento_reward_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_rate</document>\n                <to>magento_reward_rate</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_salesrule</document>\n                <to>magento_reward_salesrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_scheduled_operations</document>\n                <to>magento_scheduled_operations</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule</document>\n                <to>magento_targetrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule_customersegment</document>\n                <to>magento_targetrule_customersegment</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule_product</document>\n                <to>magento_targetrule_product</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_grid</document>\n                <to>magento_rma_grid</to>\n            </rename>\n            <rename>\n                <document>enterprise_support_backup</document>\n                <to>support_backup</to>\n            </rename>\n            <rename>\n                <document>enterprise_support_backup_item</document>\n                <to>support_backup_item</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_datetime.entity_id</field>\n                <to>catalog_category_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_decimal.entity_id</field>\n                <to>catalog_category_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_int.entity_id</field>\n                <to>catalog_category_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_text.entity_id</field>\n                <to>catalog_category_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_varchar.entity_id</field>\n                <to>catalog_category_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_datetime.entity_id</field>\n                <to>catalog_product_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_decimal.entity_id</field>\n                <to>catalog_product_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_gallery.entity_id</field>\n                <to>catalog_product_entity_gallery.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_int.entity_id</field>\n                <to>catalog_product_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_text.entity_id</field>\n                <to>catalog_product_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_varchar.entity_id</field>\n                <to>catalog_product_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_customer_group.rule_id</field>\n                <to>catalogrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_website.rule_id</field>\n                <to>catalogrule_website.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_customer_group.rule_id</field>\n                <to>salesrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_product_attribute.rule_id</field>\n                <to>salesrule_product_attribute.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_website.rule_id</field>\n                <to>salesrule_website.row_id</to>\n            </move>\n            <move>\n                <field>cms_block_store.block_id</field>\n                <to>cms_block_store.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_label.rule_id</field>\n                <to>salesrule_label.row_id</to>\n            </move>\n            <move>\n                <field>cms_page_store.page_id</field>\n                <to>cms_page_store.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <move>\n                <field>enterprise_giftcard_amount.entity_id</field>\n                <to>magento_giftcard_amount.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.condition_sql</field>\n                <handler class=\"Migration\\Handler\\Rule\\ConditionSql\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.condition_sql</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.ip</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.x_forwarded_ip</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>rating_option_vote.remote_ip_long</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>sendfriend_log.ip</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_type.meta_xml</field>\n                <handler class=\"\\Migration\\Handler\\ConvertDateFormat\" />\n            </transform>\n            <transform>\n                <field>catalogrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalogrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_salesrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.block_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_block\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.page_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_page\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option.option_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_option\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection.selection_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_selection\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>enterprise_reward_history.additional_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.action_select_bind</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.original_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.result_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_item_entity.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_shipping_label.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_person.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.shipping_address</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.file_info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.entity_attributes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.reward_points_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.reward_salesrule_points</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity.attribute_set_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_giftcard_amount.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_targetrule.use_customer_segment</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_targetrule_product.store_id</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_giftregistry_person.middlename</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.base_customer_balance_virtual_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.published_revision_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.under_version_control</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_banner.is_ga_enabled</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.x_forwarded_ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogevent_event.date_start</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogevent_event.date_end</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.from_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.to_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>sales_order</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>support_report</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>visual_merchandiser_rule</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>magento_salesrule_filter</document>\n            </ignore>\n            <ignore>\n                <document>multiinventory_warehouse</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>quote_preview</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_rma_shipment</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalog_category</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_block</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_page</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_selection</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_option</document>\n            </ignore>\n            <ignore>\n                <document>staging_update</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>company</document>\n            </ignore>\n            <ignore>\n                <document>company_advanced_customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_credit</document>\n            </ignore>\n            <ignore>\n                <document>company_credit_history</document>\n            </ignore>\n            <ignore>\n                <document>company_order_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_payment</document>\n            </ignore>\n            <ignore>\n                <document>company_permissions</document>\n            </ignore>\n            <ignore>\n                <document>company_roles</document>\n            </ignore>\n            <ignore>\n                <document>company_structure</document>\n            </ignore>\n            <ignore>\n                <document>company_team</document>\n            </ignore>\n            <ignore>\n                <document>company_user_roles</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment_attachment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_company_config</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_grid</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_history</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_item</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_purged_content</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list_item</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog_product_item</document>\n            </ignore>\n            <ignore>\n                <document>sharedcatalog_category_permissions</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>magento_banner_content.banner_content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_category_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"block_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"page_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>magento_catalogevent_event.status</field>\n                <handler class=\"\\Migration\\Handler\\GetEventStatus\" />\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>magento_banner.is_ga_enabled</field>\n            </ignore>\n            <ignore>\n                <field>magento_banner.ga_creative</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.use_config_deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.row_id</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>magento_catalogevent_event.status</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.x_forwarded_ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogevent_event.date_start</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogevent_event.date_end</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reminder_rule.from_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reminder_rule.to_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.14.2.1/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Custom Customer Attributes Step\">\n            <integrity>Migration\\Step\\CustomCustomerAttributes\\Integrity</integrity>\n            <data>Migration\\Step\\CustomCustomerAttributes\\Data</data>\n            <volume>Migration\\Step\\CustomCustomerAttributes\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version11410to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version11410to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version11410to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"SalesOrder Step\">\n            <integrity>Migration\\Step\\SalesOrder\\Integrity</integrity>\n            <data>Migration\\Step\\SalesOrder\\Data</data>\n            <volume>Migration\\Step\\SalesOrder\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGridsEE\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGridsEE\\Data</data>\n            <volume>Migration\\Step\\OrderGridsEE\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"VisualMerchandiser Step\">\n            <integrity>Migration\\Step\\VisualMerchandiser\\Integrity</integrity>\n            <data>Migration\\Step\\VisualMerchandiser\\Data</data>\n            <volume>Migration\\Step\\VisualMerchandiser\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Custom Customer Attributes Step\">\n            <delta>Migration\\Step\\CustomCustomerAttributes\\Delta</delta>\n            <volume>Migration\\Step\\CustomCustomerAttributes\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"SalesOrder Step\">\n            <delta>Migration\\Step\\SalesOrder\\Delta</delta>\n            <volume>Migration\\Step\\SalesOrder\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version11410to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version11410to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGridsEE\\Delta</delta>\n            <volume>Migration\\Step\\OrderGridsEE\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/commerce-to-commerce/1.14.2.1/map.xml.dist</map_file>\n        <eav_map_file>etc/commerce-to-commerce/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/commerce-to-commerce/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/commerce-to-commerce/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/commerce-to-commerce/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/commerce-to-commerce/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/commerce-to-commerce/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/commerce-to-commerce/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/commerce-to-commerce/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/commerce-to-commerce/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <sales_order_map_file>etc/commerce-to-commerce/map-sales.xml.dist</sales_order_map_file>\n        <delta_document_groups_file>etc/commerce-to-commerce/deltalog.xml.dist</delta_document_groups_file>\n        <customer_attr_map_file>etc/commerce-to-commerce/customer-attr-map.xml.dist</customer_attr_map_file>\n        <customer_attr_document_groups_file>etc/commerce-to-commerce/customer-attr-document-groups.xml.dist</customer_attr_document_groups_file>\n        <order_grids_document_groups_file>etc/commerce-to-commerce/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <class_map>etc/commerce-to-commerce/class-map.xml.dist</class_map>\n        <visual_merchandiser_map>etc/commerce-to-commerce/visual_merchandiser_map.xml.dist</visual_merchandiser_map>\n        <visual_merchandiser_document_groups>etc/commerce-to-commerce/visual_merchandiser_document_groups.xml.dist</visual_merchandiser_document_groups>\n        <visual_merchandiser_attribute_groups>etc/commerce-to-commerce/visual_merchandiser_attribute_groups.xml.dist</visual_merchandiser_attribute_groups>\n        <map_document_groups>etc/commerce-to-commerce/map-document-groups.xml.dist</map_document_groups>\n        <tier_price_map_file>etc/commerce-to-commerce/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/commerce-to-commerce/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>commerce-to-commerce</edition_migrate>\n        <edition_number>1.14.2.1</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.14.2.1/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_queue_queue</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_queue_task</document>\n            </ignore>\n            <ignore>\n                <document>find_feed_import_codes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_question_number</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>social_facebook_actions</document>\n            </ignore>\n            <ignore>\n                <document>strikeiron_tax_rate</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalog_category_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalog_product_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_action</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_item</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_log</document>\n            </ignore>\n            <ignore>\n                <document>core_session</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_product_unlinked</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_backup</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_backup_item</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_sysreport</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_event</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata_event</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata_group</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_subscriber</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_index_multiplier</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_cms_page_revision</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_cms_page_version</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma</document>\n                <to>magento_rma</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity</document>\n                <to>magento_rma_item_entity</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_datetime</document>\n                <to>magento_rma_item_entity_datetime</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_decimal</document>\n                <to>magento_rma_item_entity_decimal</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_int</document>\n                <to>magento_rma_item_entity_int</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_text</document>\n                <to>magento_rma_item_entity_text</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_varchar</document>\n                <to>magento_rma_item_entity_varchar</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_form_attribute</document>\n                <to>magento_rma_item_form_attribute</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_shipping_label</document>\n                <to>magento_rma_shipping_label</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_status_history</document>\n                <to>magento_rma_status_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner</document>\n                <to>magento_banner</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_catalogrule</document>\n                <to>magento_banner_catalogrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_content</document>\n                <to>magento_banner_content</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_customersegment</document>\n                <to>magento_banner_customersegment</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_salesrule</document>\n                <to>magento_banner_salesrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogevent_event</document>\n                <to>magento_catalogevent_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogevent_event_image</document>\n                <to>magento_catalogevent_event_image</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogpermissions</document>\n                <to>magento_catalogpermissions</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_lock</document>\n                <to>magento_versionscms_hierarchy_lock</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_metadata</document>\n                <to>magento_versionscms_hierarchy_metadata</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_node</document>\n                <to>magento_versionscms_hierarchy_node</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_increment</document>\n                <to>magento_versionscms_increment</to>\n            </rename>\n            <rename>\n                <document>enterprise_customerbalance</document>\n                <to>magento_customerbalance</to>\n            </rename>\n            <rename>\n                <document>enterprise_customerbalance_history</document>\n                <to>magento_customerbalance_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_customer</document>\n                <to>magento_customersegment_customer</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_event</document>\n                <to>magento_customersegment_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_segment</document>\n                <to>magento_customersegment_segment</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_website</document>\n                <to>magento_customersegment_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcard_amount</document>\n                <to>magento_giftcard_amount</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount</document>\n                <to>magento_giftcardaccount</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount_history</document>\n                <to>magento_giftcardaccount_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount_pool</document>\n                <to>magento_giftcardaccount_pool</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_data</document>\n                <to>magento_giftregistry_data</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_entity</document>\n                <to>magento_giftregistry_entity</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_item</document>\n                <to>magento_giftregistry_item</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_item_option</document>\n                <to>magento_giftregistry_item_option</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_label</document>\n                <to>magento_giftregistry_label</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_person</document>\n                <to>magento_giftregistry_person</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_type</document>\n                <to>magento_giftregistry_type</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_type_info</document>\n                <to>magento_giftregistry_type_info</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping</document>\n                <to>magento_giftwrapping</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping_store_attributes</document>\n                <to>magento_giftwrapping_store_attributes</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping_website</document>\n                <to>magento_giftwrapping_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation</document>\n                <to>magento_invitation</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation_status_history</document>\n                <to>magento_invitation_status_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation_track</document>\n                <to>magento_invitation_track</to>\n            </rename>\n            <rename>\n                <document>enterprise_logging_event</document>\n                <to>magento_logging_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_logging_event_changes</document>\n                <to>magento_logging_event_changes</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule</document>\n                <to>magento_reminder_rule</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_coupon</document>\n                <to>magento_reminder_rule_coupon</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_log</document>\n                <to>magento_reminder_rule_log</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_website</document>\n                <to>magento_reminder_rule_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_template</document>\n                <to>magento_reminder_template</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward</document>\n                <to>magento_reward</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_history</document>\n                <to>magento_reward_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_rate</document>\n                <to>magento_reward_rate</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_salesrule</document>\n                <to>magento_reward_salesrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_scheduled_operations</document>\n                <to>magento_scheduled_operations</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule</document>\n                <to>magento_targetrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule_customersegment</document>\n                <to>magento_targetrule_customersegment</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule_product</document>\n                <to>magento_targetrule_product</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_grid</document>\n                <to>magento_rma_grid</to>\n            </rename>\n            <rename>\n                <document>enterprise_support_backup</document>\n                <to>support_backup</to>\n            </rename>\n            <rename>\n                <document>enterprise_support_backup_item</document>\n                <to>support_backup_item</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_datetime.entity_id</field>\n                <to>catalog_category_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_decimal.entity_id</field>\n                <to>catalog_category_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_int.entity_id</field>\n                <to>catalog_category_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_text.entity_id</field>\n                <to>catalog_category_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_varchar.entity_id</field>\n                <to>catalog_category_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_datetime.entity_id</field>\n                <to>catalog_product_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_decimal.entity_id</field>\n                <to>catalog_product_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_gallery.entity_id</field>\n                <to>catalog_product_entity_gallery.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_int.entity_id</field>\n                <to>catalog_product_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_text.entity_id</field>\n                <to>catalog_product_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_varchar.entity_id</field>\n                <to>catalog_product_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_customer_group.rule_id</field>\n                <to>catalogrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_website.rule_id</field>\n                <to>catalogrule_website.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_customer_group.rule_id</field>\n                <to>salesrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_product_attribute.rule_id</field>\n                <to>salesrule_product_attribute.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_website.rule_id</field>\n                <to>salesrule_website.row_id</to>\n            </move>\n            <move>\n                <field>cms_block_store.block_id</field>\n                <to>cms_block_store.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_label.rule_id</field>\n                <to>salesrule_label.row_id</to>\n            </move>\n            <move>\n                <field>cms_page_store.page_id</field>\n                <to>cms_page_store.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <move>\n                <field>enterprise_giftcard_amount.entity_id</field>\n                <to>magento_giftcard_amount.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.condition_sql</field>\n                <handler class=\"Migration\\Handler\\Rule\\ConditionSql\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.condition_sql</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.ip</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.x_forwarded_ip</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>rating_option_vote.remote_ip_long</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>sendfriend_log.ip</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_type.meta_xml</field>\n                <handler class=\"\\Migration\\Handler\\ConvertDateFormat\" />\n            </transform>\n            <transform>\n                <field>catalogrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalogrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_salesrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.block_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_block\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.page_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_page\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option.option_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_option\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection.selection_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_selection\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>enterprise_reward_history.additional_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.action_select_bind</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.original_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.result_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_item_entity.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_shipping_label.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_person.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.shipping_address</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.file_info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.entity_attributes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.reward_points_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.reward_salesrule_points</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity.attribute_set_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_giftcard_amount.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_targetrule.use_customer_segment</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_targetrule_product.store_id</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_giftregistry_person.middlename</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.base_customer_balance_virtual_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.published_revision_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.under_version_control</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_banner.is_ga_enabled</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.x_forwarded_ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogevent_event.date_start</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogevent_event.date_end</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.from_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.to_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>sales_order</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>support_report</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>visual_merchandiser_rule</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>magento_salesrule_filter</document>\n            </ignore>\n            <ignore>\n                <document>multiinventory_warehouse</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>quote_preview</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_rma_shipment</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalog_category</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_block</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_page</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_selection</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_option</document>\n            </ignore>\n            <ignore>\n                <document>staging_update</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>company</document>\n            </ignore>\n            <ignore>\n                <document>company_advanced_customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_credit</document>\n            </ignore>\n            <ignore>\n                <document>company_credit_history</document>\n            </ignore>\n            <ignore>\n                <document>company_order_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_payment</document>\n            </ignore>\n            <ignore>\n                <document>company_permissions</document>\n            </ignore>\n            <ignore>\n                <document>company_roles</document>\n            </ignore>\n            <ignore>\n                <document>company_structure</document>\n            </ignore>\n            <ignore>\n                <document>company_team</document>\n            </ignore>\n            <ignore>\n                <document>company_user_roles</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment_attachment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_company_config</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_grid</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_history</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_item</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_purged_content</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list_item</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog_product_item</document>\n            </ignore>\n            <ignore>\n                <document>sharedcatalog_category_permissions</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>magento_banner_content.banner_content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_category_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"block_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"page_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>magento_catalogevent_event.status</field>\n                <handler class=\"\\Migration\\Handler\\GetEventStatus\" />\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>magento_banner.is_ga_enabled</field>\n            </ignore>\n            <ignore>\n                <field>magento_banner.ga_creative</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.use_config_deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.row_id</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>magento_catalogevent_event.status</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.x_forwarded_ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogevent_event.date_start</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogevent_event.date_end</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reminder_rule.from_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reminder_rule.to_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.14.2.2/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Custom Customer Attributes Step\">\n            <integrity>Migration\\Step\\CustomCustomerAttributes\\Integrity</integrity>\n            <data>Migration\\Step\\CustomCustomerAttributes\\Data</data>\n            <volume>Migration\\Step\\CustomCustomerAttributes\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version11410to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version11410to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version11410to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"SalesOrder Step\">\n            <integrity>Migration\\Step\\SalesOrder\\Integrity</integrity>\n            <data>Migration\\Step\\SalesOrder\\Data</data>\n            <volume>Migration\\Step\\SalesOrder\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGridsEE\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGridsEE\\Data</data>\n            <volume>Migration\\Step\\OrderGridsEE\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"VisualMerchandiser Step\">\n            <integrity>Migration\\Step\\VisualMerchandiser\\Integrity</integrity>\n            <data>Migration\\Step\\VisualMerchandiser\\Data</data>\n            <volume>Migration\\Step\\VisualMerchandiser\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Custom Customer Attributes Step\">\n            <delta>Migration\\Step\\CustomCustomerAttributes\\Delta</delta>\n            <volume>Migration\\Step\\CustomCustomerAttributes\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"SalesOrder Step\">\n            <delta>Migration\\Step\\SalesOrder\\Delta</delta>\n            <volume>Migration\\Step\\SalesOrder\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version11410to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version11410to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGridsEE\\Delta</delta>\n            <volume>Migration\\Step\\OrderGridsEE\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/commerce-to-commerce/1.14.2.2/map.xml.dist</map_file>\n        <eav_map_file>etc/commerce-to-commerce/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/commerce-to-commerce/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/commerce-to-commerce/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/commerce-to-commerce/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/commerce-to-commerce/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/commerce-to-commerce/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/commerce-to-commerce/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/commerce-to-commerce/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/commerce-to-commerce/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <sales_order_map_file>etc/commerce-to-commerce/map-sales.xml.dist</sales_order_map_file>\n        <delta_document_groups_file>etc/commerce-to-commerce/deltalog.xml.dist</delta_document_groups_file>\n        <customer_attr_map_file>etc/commerce-to-commerce/customer-attr-map.xml.dist</customer_attr_map_file>\n        <customer_attr_document_groups_file>etc/commerce-to-commerce/customer-attr-document-groups.xml.dist</customer_attr_document_groups_file>\n        <order_grids_document_groups_file>etc/commerce-to-commerce/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <class_map>etc/commerce-to-commerce/class-map.xml.dist</class_map>\n        <visual_merchandiser_map>etc/commerce-to-commerce/visual_merchandiser_map.xml.dist</visual_merchandiser_map>\n        <visual_merchandiser_document_groups>etc/commerce-to-commerce/visual_merchandiser_document_groups.xml.dist</visual_merchandiser_document_groups>\n        <visual_merchandiser_attribute_groups>etc/commerce-to-commerce/visual_merchandiser_attribute_groups.xml.dist</visual_merchandiser_attribute_groups>\n        <map_document_groups>etc/commerce-to-commerce/map-document-groups.xml.dist</map_document_groups>\n        <tier_price_map_file>etc/commerce-to-commerce/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/commerce-to-commerce/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>commerce-to-commerce</edition_migrate>\n        <edition_number>1.14.2.2</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.14.2.2/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_queue_queue</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_queue_task</document>\n            </ignore>\n            <ignore>\n                <document>find_feed_import_codes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_question_number</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>social_facebook_actions</document>\n            </ignore>\n            <ignore>\n                <document>strikeiron_tax_rate</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalog_category_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalog_product_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_action</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_item</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_log</document>\n            </ignore>\n            <ignore>\n                <document>core_session</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_product_unlinked</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_backup</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_backup_item</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_sysreport</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_event</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata_event</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata_group</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_subscriber</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_index_multiplier</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_cms_page_revision</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_cms_page_version</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma</document>\n                <to>magento_rma</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity</document>\n                <to>magento_rma_item_entity</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_datetime</document>\n                <to>magento_rma_item_entity_datetime</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_decimal</document>\n                <to>magento_rma_item_entity_decimal</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_int</document>\n                <to>magento_rma_item_entity_int</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_text</document>\n                <to>magento_rma_item_entity_text</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_varchar</document>\n                <to>magento_rma_item_entity_varchar</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_form_attribute</document>\n                <to>magento_rma_item_form_attribute</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_shipping_label</document>\n                <to>magento_rma_shipping_label</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_status_history</document>\n                <to>magento_rma_status_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner</document>\n                <to>magento_banner</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_catalogrule</document>\n                <to>magento_banner_catalogrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_content</document>\n                <to>magento_banner_content</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_customersegment</document>\n                <to>magento_banner_customersegment</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_salesrule</document>\n                <to>magento_banner_salesrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogevent_event</document>\n                <to>magento_catalogevent_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogevent_event_image</document>\n                <to>magento_catalogevent_event_image</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogpermissions</document>\n                <to>magento_catalogpermissions</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_lock</document>\n                <to>magento_versionscms_hierarchy_lock</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_metadata</document>\n                <to>magento_versionscms_hierarchy_metadata</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_node</document>\n                <to>magento_versionscms_hierarchy_node</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_increment</document>\n                <to>magento_versionscms_increment</to>\n            </rename>\n            <rename>\n                <document>enterprise_customerbalance</document>\n                <to>magento_customerbalance</to>\n            </rename>\n            <rename>\n                <document>enterprise_customerbalance_history</document>\n                <to>magento_customerbalance_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_customer</document>\n                <to>magento_customersegment_customer</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_event</document>\n                <to>magento_customersegment_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_segment</document>\n                <to>magento_customersegment_segment</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_website</document>\n                <to>magento_customersegment_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcard_amount</document>\n                <to>magento_giftcard_amount</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount</document>\n                <to>magento_giftcardaccount</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount_history</document>\n                <to>magento_giftcardaccount_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount_pool</document>\n                <to>magento_giftcardaccount_pool</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_data</document>\n                <to>magento_giftregistry_data</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_entity</document>\n                <to>magento_giftregistry_entity</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_item</document>\n                <to>magento_giftregistry_item</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_item_option</document>\n                <to>magento_giftregistry_item_option</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_label</document>\n                <to>magento_giftregistry_label</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_person</document>\n                <to>magento_giftregistry_person</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_type</document>\n                <to>magento_giftregistry_type</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_type_info</document>\n                <to>magento_giftregistry_type_info</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping</document>\n                <to>magento_giftwrapping</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping_store_attributes</document>\n                <to>magento_giftwrapping_store_attributes</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping_website</document>\n                <to>magento_giftwrapping_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation</document>\n                <to>magento_invitation</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation_status_history</document>\n                <to>magento_invitation_status_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation_track</document>\n                <to>magento_invitation_track</to>\n            </rename>\n            <rename>\n                <document>enterprise_logging_event</document>\n                <to>magento_logging_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_logging_event_changes</document>\n                <to>magento_logging_event_changes</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule</document>\n                <to>magento_reminder_rule</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_coupon</document>\n                <to>magento_reminder_rule_coupon</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_log</document>\n                <to>magento_reminder_rule_log</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_website</document>\n                <to>magento_reminder_rule_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_template</document>\n                <to>magento_reminder_template</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward</document>\n                <to>magento_reward</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_history</document>\n                <to>magento_reward_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_rate</document>\n                <to>magento_reward_rate</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_salesrule</document>\n                <to>magento_reward_salesrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_scheduled_operations</document>\n                <to>magento_scheduled_operations</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule</document>\n                <to>magento_targetrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule_customersegment</document>\n                <to>magento_targetrule_customersegment</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule_product</document>\n                <to>magento_targetrule_product</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_grid</document>\n                <to>magento_rma_grid</to>\n            </rename>\n            <rename>\n                <document>enterprise_support_backup</document>\n                <to>support_backup</to>\n            </rename>\n            <rename>\n                <document>enterprise_support_backup_item</document>\n                <to>support_backup_item</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_datetime.entity_id</field>\n                <to>catalog_category_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_decimal.entity_id</field>\n                <to>catalog_category_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_int.entity_id</field>\n                <to>catalog_category_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_text.entity_id</field>\n                <to>catalog_category_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_varchar.entity_id</field>\n                <to>catalog_category_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_datetime.entity_id</field>\n                <to>catalog_product_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_decimal.entity_id</field>\n                <to>catalog_product_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_gallery.entity_id</field>\n                <to>catalog_product_entity_gallery.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_int.entity_id</field>\n                <to>catalog_product_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_text.entity_id</field>\n                <to>catalog_product_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_varchar.entity_id</field>\n                <to>catalog_product_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_customer_group.rule_id</field>\n                <to>catalogrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_website.rule_id</field>\n                <to>catalogrule_website.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_customer_group.rule_id</field>\n                <to>salesrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_product_attribute.rule_id</field>\n                <to>salesrule_product_attribute.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_website.rule_id</field>\n                <to>salesrule_website.row_id</to>\n            </move>\n            <move>\n                <field>cms_block_store.block_id</field>\n                <to>cms_block_store.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_label.rule_id</field>\n                <to>salesrule_label.row_id</to>\n            </move>\n            <move>\n                <field>cms_page_store.page_id</field>\n                <to>cms_page_store.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <move>\n                <field>enterprise_giftcard_amount.entity_id</field>\n                <to>magento_giftcard_amount.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.condition_sql</field>\n                <handler class=\"Migration\\Handler\\Rule\\ConditionSql\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.condition_sql</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.ip</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.x_forwarded_ip</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>rating_option_vote.remote_ip_long</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>sendfriend_log.ip</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_type.meta_xml</field>\n                <handler class=\"\\Migration\\Handler\\ConvertDateFormat\" />\n            </transform>\n            <transform>\n                <field>catalogrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalogrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_salesrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.block_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_block\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.page_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_page\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option.option_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_option\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection.selection_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_selection\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>enterprise_reward_history.additional_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.action_select_bind</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.original_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.result_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_item_entity.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_shipping_label.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_person.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.shipping_address</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.file_info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.entity_attributes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.reward_points_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.reward_salesrule_points</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity.attribute_set_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_giftcard_amount.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_targetrule.use_customer_segment</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_targetrule_product.store_id</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_giftregistry_person.middlename</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.base_customer_balance_virtual_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.published_revision_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.under_version_control</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_banner.is_ga_enabled</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.x_forwarded_ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogevent_event.date_start</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogevent_event.date_end</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.from_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.to_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>sales_order</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>support_report</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>visual_merchandiser_rule</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>magento_salesrule_filter</document>\n            </ignore>\n            <ignore>\n                <document>multiinventory_warehouse</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>quote_preview</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_rma_shipment</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalog_category</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_block</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_page</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_selection</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_option</document>\n            </ignore>\n            <ignore>\n                <document>staging_update</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>company</document>\n            </ignore>\n            <ignore>\n                <document>company_advanced_customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_credit</document>\n            </ignore>\n            <ignore>\n                <document>company_credit_history</document>\n            </ignore>\n            <ignore>\n                <document>company_order_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_payment</document>\n            </ignore>\n            <ignore>\n                <document>company_permissions</document>\n            </ignore>\n            <ignore>\n                <document>company_roles</document>\n            </ignore>\n            <ignore>\n                <document>company_structure</document>\n            </ignore>\n            <ignore>\n                <document>company_team</document>\n            </ignore>\n            <ignore>\n                <document>company_user_roles</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment_attachment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_company_config</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_grid</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_history</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_item</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_purged_content</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list_item</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog_product_item</document>\n            </ignore>\n            <ignore>\n                <document>sharedcatalog_category_permissions</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>magento_banner_content.banner_content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_category_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"block_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"page_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>magento_catalogevent_event.status</field>\n                <handler class=\"\\Migration\\Handler\\GetEventStatus\" />\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>magento_banner.is_ga_enabled</field>\n            </ignore>\n            <ignore>\n                <field>magento_banner.ga_creative</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.use_config_deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.row_id</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>magento_catalogevent_event.status</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.x_forwarded_ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogevent_event.date_start</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogevent_event.date_end</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reminder_rule.from_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reminder_rule.to_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.14.2.3/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Custom Customer Attributes Step\">\n            <integrity>Migration\\Step\\CustomCustomerAttributes\\Integrity</integrity>\n            <data>Migration\\Step\\CustomCustomerAttributes\\Data</data>\n            <volume>Migration\\Step\\CustomCustomerAttributes\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version11410to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version11410to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version11410to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"SalesOrder Step\">\n            <integrity>Migration\\Step\\SalesOrder\\Integrity</integrity>\n            <data>Migration\\Step\\SalesOrder\\Data</data>\n            <volume>Migration\\Step\\SalesOrder\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGridsEE\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGridsEE\\Data</data>\n            <volume>Migration\\Step\\OrderGridsEE\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"VisualMerchandiser Step\">\n            <integrity>Migration\\Step\\VisualMerchandiser\\Integrity</integrity>\n            <data>Migration\\Step\\VisualMerchandiser\\Data</data>\n            <volume>Migration\\Step\\VisualMerchandiser\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Custom Customer Attributes Step\">\n            <delta>Migration\\Step\\CustomCustomerAttributes\\Delta</delta>\n            <volume>Migration\\Step\\CustomCustomerAttributes\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"SalesOrder Step\">\n            <delta>Migration\\Step\\SalesOrder\\Delta</delta>\n            <volume>Migration\\Step\\SalesOrder\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version11410to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version11410to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGridsEE\\Delta</delta>\n            <volume>Migration\\Step\\OrderGridsEE\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/commerce-to-commerce/1.14.2.3/map.xml.dist</map_file>\n        <eav_map_file>etc/commerce-to-commerce/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/commerce-to-commerce/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/commerce-to-commerce/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/commerce-to-commerce/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/commerce-to-commerce/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/commerce-to-commerce/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/commerce-to-commerce/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/commerce-to-commerce/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/commerce-to-commerce/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <sales_order_map_file>etc/commerce-to-commerce/map-sales.xml.dist</sales_order_map_file>\n        <delta_document_groups_file>etc/commerce-to-commerce/deltalog.xml.dist</delta_document_groups_file>\n        <customer_attr_map_file>etc/commerce-to-commerce/customer-attr-map.xml.dist</customer_attr_map_file>\n        <customer_attr_document_groups_file>etc/commerce-to-commerce/customer-attr-document-groups.xml.dist</customer_attr_document_groups_file>\n        <order_grids_document_groups_file>etc/commerce-to-commerce/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <class_map>etc/commerce-to-commerce/class-map.xml.dist</class_map>\n        <visual_merchandiser_map>etc/commerce-to-commerce/visual_merchandiser_map.xml.dist</visual_merchandiser_map>\n        <visual_merchandiser_document_groups>etc/commerce-to-commerce/visual_merchandiser_document_groups.xml.dist</visual_merchandiser_document_groups>\n        <visual_merchandiser_attribute_groups>etc/commerce-to-commerce/visual_merchandiser_attribute_groups.xml.dist</visual_merchandiser_attribute_groups>\n        <map_document_groups>etc/commerce-to-commerce/map-document-groups.xml.dist</map_document_groups>\n        <tier_price_map_file>etc/commerce-to-commerce/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/commerce-to-commerce/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>commerce-to-commerce</edition_migrate>\n        <edition_number>1.14.2.3</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.14.2.3/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_queue_queue</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_queue_task</document>\n            </ignore>\n            <ignore>\n                <document>find_feed_import_codes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_question_number</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>social_facebook_actions</document>\n            </ignore>\n            <ignore>\n                <document>strikeiron_tax_rate</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalog_category_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalog_product_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_action</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_item</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_log</document>\n            </ignore>\n            <ignore>\n                <document>core_session</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_product_unlinked</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_backup</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_backup_item</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_sysreport</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_event</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata_event</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata_group</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_subscriber</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_index_multiplier</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_cms_page_revision</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_cms_page_version</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma</document>\n                <to>magento_rma</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity</document>\n                <to>magento_rma_item_entity</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_datetime</document>\n                <to>magento_rma_item_entity_datetime</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_decimal</document>\n                <to>magento_rma_item_entity_decimal</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_int</document>\n                <to>magento_rma_item_entity_int</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_text</document>\n                <to>magento_rma_item_entity_text</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_varchar</document>\n                <to>magento_rma_item_entity_varchar</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_form_attribute</document>\n                <to>magento_rma_item_form_attribute</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_shipping_label</document>\n                <to>magento_rma_shipping_label</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_status_history</document>\n                <to>magento_rma_status_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner</document>\n                <to>magento_banner</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_catalogrule</document>\n                <to>magento_banner_catalogrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_content</document>\n                <to>magento_banner_content</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_customersegment</document>\n                <to>magento_banner_customersegment</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_salesrule</document>\n                <to>magento_banner_salesrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogevent_event</document>\n                <to>magento_catalogevent_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogevent_event_image</document>\n                <to>magento_catalogevent_event_image</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogpermissions</document>\n                <to>magento_catalogpermissions</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_lock</document>\n                <to>magento_versionscms_hierarchy_lock</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_metadata</document>\n                <to>magento_versionscms_hierarchy_metadata</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_node</document>\n                <to>magento_versionscms_hierarchy_node</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_increment</document>\n                <to>magento_versionscms_increment</to>\n            </rename>\n            <rename>\n                <document>enterprise_customerbalance</document>\n                <to>magento_customerbalance</to>\n            </rename>\n            <rename>\n                <document>enterprise_customerbalance_history</document>\n                <to>magento_customerbalance_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_customer</document>\n                <to>magento_customersegment_customer</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_event</document>\n                <to>magento_customersegment_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_segment</document>\n                <to>magento_customersegment_segment</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_website</document>\n                <to>magento_customersegment_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcard_amount</document>\n                <to>magento_giftcard_amount</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount</document>\n                <to>magento_giftcardaccount</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount_history</document>\n                <to>magento_giftcardaccount_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount_pool</document>\n                <to>magento_giftcardaccount_pool</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_data</document>\n                <to>magento_giftregistry_data</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_entity</document>\n                <to>magento_giftregistry_entity</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_item</document>\n                <to>magento_giftregistry_item</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_item_option</document>\n                <to>magento_giftregistry_item_option</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_label</document>\n                <to>magento_giftregistry_label</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_person</document>\n                <to>magento_giftregistry_person</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_type</document>\n                <to>magento_giftregistry_type</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_type_info</document>\n                <to>magento_giftregistry_type_info</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping</document>\n                <to>magento_giftwrapping</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping_store_attributes</document>\n                <to>magento_giftwrapping_store_attributes</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping_website</document>\n                <to>magento_giftwrapping_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation</document>\n                <to>magento_invitation</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation_status_history</document>\n                <to>magento_invitation_status_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation_track</document>\n                <to>magento_invitation_track</to>\n            </rename>\n            <rename>\n                <document>enterprise_logging_event</document>\n                <to>magento_logging_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_logging_event_changes</document>\n                <to>magento_logging_event_changes</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule</document>\n                <to>magento_reminder_rule</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_coupon</document>\n                <to>magento_reminder_rule_coupon</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_log</document>\n                <to>magento_reminder_rule_log</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_website</document>\n                <to>magento_reminder_rule_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_template</document>\n                <to>magento_reminder_template</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward</document>\n                <to>magento_reward</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_history</document>\n                <to>magento_reward_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_rate</document>\n                <to>magento_reward_rate</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_salesrule</document>\n                <to>magento_reward_salesrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_scheduled_operations</document>\n                <to>magento_scheduled_operations</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule</document>\n                <to>magento_targetrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule_customersegment</document>\n                <to>magento_targetrule_customersegment</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule_product</document>\n                <to>magento_targetrule_product</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_grid</document>\n                <to>magento_rma_grid</to>\n            </rename>\n            <rename>\n                <document>enterprise_support_backup</document>\n                <to>support_backup</to>\n            </rename>\n            <rename>\n                <document>enterprise_support_backup_item</document>\n                <to>support_backup_item</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_datetime.entity_id</field>\n                <to>catalog_category_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_decimal.entity_id</field>\n                <to>catalog_category_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_int.entity_id</field>\n                <to>catalog_category_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_text.entity_id</field>\n                <to>catalog_category_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_varchar.entity_id</field>\n                <to>catalog_category_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_datetime.entity_id</field>\n                <to>catalog_product_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_decimal.entity_id</field>\n                <to>catalog_product_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_gallery.entity_id</field>\n                <to>catalog_product_entity_gallery.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_int.entity_id</field>\n                <to>catalog_product_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_text.entity_id</field>\n                <to>catalog_product_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_varchar.entity_id</field>\n                <to>catalog_product_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_customer_group.rule_id</field>\n                <to>catalogrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_website.rule_id</field>\n                <to>catalogrule_website.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_customer_group.rule_id</field>\n                <to>salesrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_product_attribute.rule_id</field>\n                <to>salesrule_product_attribute.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_website.rule_id</field>\n                <to>salesrule_website.row_id</to>\n            </move>\n            <move>\n                <field>cms_block_store.block_id</field>\n                <to>cms_block_store.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_label.rule_id</field>\n                <to>salesrule_label.row_id</to>\n            </move>\n            <move>\n                <field>cms_page_store.page_id</field>\n                <to>cms_page_store.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <move>\n                <field>enterprise_giftcard_amount.entity_id</field>\n                <to>magento_giftcard_amount.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.condition_sql</field>\n                <handler class=\"Migration\\Handler\\Rule\\ConditionSql\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.condition_sql</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.ip</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.x_forwarded_ip</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>rating_option_vote.remote_ip_long</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>sendfriend_log.ip</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_type.meta_xml</field>\n                <handler class=\"\\Migration\\Handler\\ConvertDateFormat\" />\n            </transform>\n            <transform>\n                <field>catalogrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalogrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_salesrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.block_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_block\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.page_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_page\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option.option_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_option\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection.selection_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_selection\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>enterprise_reward_history.additional_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.action_select_bind</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.original_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.result_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_item_entity.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_shipping_label.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_person.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.shipping_address</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.file_info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.entity_attributes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.reward_points_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.reward_salesrule_points</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity.attribute_set_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_giftcard_amount.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_targetrule.use_customer_segment</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_targetrule_product.store_id</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_giftregistry_person.middlename</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.base_customer_balance_virtual_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.published_revision_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.under_version_control</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_banner.is_ga_enabled</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.x_forwarded_ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogevent_event.date_start</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogevent_event.date_end</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.from_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.to_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>sales_order</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>support_report</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>visual_merchandiser_rule</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>magento_salesrule_filter</document>\n            </ignore>\n            <ignore>\n                <document>multiinventory_warehouse</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>quote_preview</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_rma_shipment</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalog_category</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_block</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_page</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_selection</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_option</document>\n            </ignore>\n            <ignore>\n                <document>staging_update</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>company</document>\n            </ignore>\n            <ignore>\n                <document>company_advanced_customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_credit</document>\n            </ignore>\n            <ignore>\n                <document>company_credit_history</document>\n            </ignore>\n            <ignore>\n                <document>company_order_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_payment</document>\n            </ignore>\n            <ignore>\n                <document>company_permissions</document>\n            </ignore>\n            <ignore>\n                <document>company_roles</document>\n            </ignore>\n            <ignore>\n                <document>company_structure</document>\n            </ignore>\n            <ignore>\n                <document>company_team</document>\n            </ignore>\n            <ignore>\n                <document>company_user_roles</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment_attachment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_company_config</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_grid</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_history</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_item</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_purged_content</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list_item</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog_product_item</document>\n            </ignore>\n            <ignore>\n                <document>sharedcatalog_category_permissions</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>magento_banner_content.banner_content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_category_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"block_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"page_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>magento_catalogevent_event.status</field>\n                <handler class=\"\\Migration\\Handler\\GetEventStatus\" />\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>magento_banner.is_ga_enabled</field>\n            </ignore>\n            <ignore>\n                <field>magento_banner.ga_creative</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.use_config_deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.row_id</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>magento_catalogevent_event.status</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.x_forwarded_ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogevent_event.date_start</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogevent_event.date_end</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reminder_rule.from_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reminder_rule.to_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.14.2.4/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Custom Customer Attributes Step\">\n            <integrity>Migration\\Step\\CustomCustomerAttributes\\Integrity</integrity>\n            <data>Migration\\Step\\CustomCustomerAttributes\\Data</data>\n            <volume>Migration\\Step\\CustomCustomerAttributes\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version11410to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version11410to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version11410to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"SalesOrder Step\">\n            <integrity>Migration\\Step\\SalesOrder\\Integrity</integrity>\n            <data>Migration\\Step\\SalesOrder\\Data</data>\n            <volume>Migration\\Step\\SalesOrder\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGridsEE\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGridsEE\\Data</data>\n            <volume>Migration\\Step\\OrderGridsEE\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"VisualMerchandiser Step\">\n            <integrity>Migration\\Step\\VisualMerchandiser\\Integrity</integrity>\n            <data>Migration\\Step\\VisualMerchandiser\\Data</data>\n            <volume>Migration\\Step\\VisualMerchandiser\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Custom Customer Attributes Step\">\n            <delta>Migration\\Step\\CustomCustomerAttributes\\Delta</delta>\n            <volume>Migration\\Step\\CustomCustomerAttributes\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"SalesOrder Step\">\n            <delta>Migration\\Step\\SalesOrder\\Delta</delta>\n            <volume>Migration\\Step\\SalesOrder\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version11410to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version11410to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGridsEE\\Delta</delta>\n            <volume>Migration\\Step\\OrderGridsEE\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/commerce-to-commerce/1.14.2.4/map.xml.dist</map_file>\n        <eav_map_file>etc/commerce-to-commerce/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/commerce-to-commerce/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/commerce-to-commerce/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/commerce-to-commerce/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/commerce-to-commerce/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/commerce-to-commerce/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/commerce-to-commerce/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/commerce-to-commerce/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/commerce-to-commerce/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <sales_order_map_file>etc/commerce-to-commerce/map-sales.xml.dist</sales_order_map_file>\n        <delta_document_groups_file>etc/commerce-to-commerce/deltalog.xml.dist</delta_document_groups_file>\n        <customer_attr_map_file>etc/commerce-to-commerce/customer-attr-map.xml.dist</customer_attr_map_file>\n        <customer_attr_document_groups_file>etc/commerce-to-commerce/customer-attr-document-groups.xml.dist</customer_attr_document_groups_file>\n        <order_grids_document_groups_file>etc/commerce-to-commerce/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <class_map>etc/commerce-to-commerce/class-map.xml.dist</class_map>\n        <visual_merchandiser_map>etc/commerce-to-commerce/visual_merchandiser_map.xml.dist</visual_merchandiser_map>\n        <visual_merchandiser_document_groups>etc/commerce-to-commerce/visual_merchandiser_document_groups.xml.dist</visual_merchandiser_document_groups>\n        <visual_merchandiser_attribute_groups>etc/commerce-to-commerce/visual_merchandiser_attribute_groups.xml.dist</visual_merchandiser_attribute_groups>\n        <map_document_groups>etc/commerce-to-commerce/map-document-groups.xml.dist</map_document_groups>\n        <tier_price_map_file>etc/commerce-to-commerce/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/commerce-to-commerce/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>commerce-to-commerce</edition_migrate>\n        <edition_number>1.14.2.4</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.14.2.4/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_queue_queue</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_queue_task</document>\n            </ignore>\n            <ignore>\n                <document>find_feed_import_codes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_question_number</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>social_facebook_actions</document>\n            </ignore>\n            <ignore>\n                <document>strikeiron_tax_rate</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalog_category_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalog_product_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_action</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_item</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_log</document>\n            </ignore>\n            <ignore>\n                <document>core_session</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_product_unlinked</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_backup</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_backup_item</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_sysreport</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_event</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata_event</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata_group</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_subscriber</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_index_multiplier</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_cms_page_revision</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_cms_page_version</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma</document>\n                <to>magento_rma</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity</document>\n                <to>magento_rma_item_entity</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_datetime</document>\n                <to>magento_rma_item_entity_datetime</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_decimal</document>\n                <to>magento_rma_item_entity_decimal</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_int</document>\n                <to>magento_rma_item_entity_int</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_text</document>\n                <to>magento_rma_item_entity_text</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_varchar</document>\n                <to>magento_rma_item_entity_varchar</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_form_attribute</document>\n                <to>magento_rma_item_form_attribute</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_shipping_label</document>\n                <to>magento_rma_shipping_label</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_status_history</document>\n                <to>magento_rma_status_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner</document>\n                <to>magento_banner</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_catalogrule</document>\n                <to>magento_banner_catalogrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_content</document>\n                <to>magento_banner_content</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_customersegment</document>\n                <to>magento_banner_customersegment</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_salesrule</document>\n                <to>magento_banner_salesrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogevent_event</document>\n                <to>magento_catalogevent_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogevent_event_image</document>\n                <to>magento_catalogevent_event_image</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogpermissions</document>\n                <to>magento_catalogpermissions</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_lock</document>\n                <to>magento_versionscms_hierarchy_lock</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_metadata</document>\n                <to>magento_versionscms_hierarchy_metadata</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_node</document>\n                <to>magento_versionscms_hierarchy_node</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_increment</document>\n                <to>magento_versionscms_increment</to>\n            </rename>\n            <rename>\n                <document>enterprise_customerbalance</document>\n                <to>magento_customerbalance</to>\n            </rename>\n            <rename>\n                <document>enterprise_customerbalance_history</document>\n                <to>magento_customerbalance_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_customer</document>\n                <to>magento_customersegment_customer</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_event</document>\n                <to>magento_customersegment_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_segment</document>\n                <to>magento_customersegment_segment</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_website</document>\n                <to>magento_customersegment_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcard_amount</document>\n                <to>magento_giftcard_amount</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount</document>\n                <to>magento_giftcardaccount</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount_history</document>\n                <to>magento_giftcardaccount_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount_pool</document>\n                <to>magento_giftcardaccount_pool</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_data</document>\n                <to>magento_giftregistry_data</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_entity</document>\n                <to>magento_giftregistry_entity</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_item</document>\n                <to>magento_giftregistry_item</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_item_option</document>\n                <to>magento_giftregistry_item_option</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_label</document>\n                <to>magento_giftregistry_label</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_person</document>\n                <to>magento_giftregistry_person</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_type</document>\n                <to>magento_giftregistry_type</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_type_info</document>\n                <to>magento_giftregistry_type_info</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping</document>\n                <to>magento_giftwrapping</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping_store_attributes</document>\n                <to>magento_giftwrapping_store_attributes</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping_website</document>\n                <to>magento_giftwrapping_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation</document>\n                <to>magento_invitation</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation_status_history</document>\n                <to>magento_invitation_status_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation_track</document>\n                <to>magento_invitation_track</to>\n            </rename>\n            <rename>\n                <document>enterprise_logging_event</document>\n                <to>magento_logging_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_logging_event_changes</document>\n                <to>magento_logging_event_changes</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule</document>\n                <to>magento_reminder_rule</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_coupon</document>\n                <to>magento_reminder_rule_coupon</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_log</document>\n                <to>magento_reminder_rule_log</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_website</document>\n                <to>magento_reminder_rule_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_template</document>\n                <to>magento_reminder_template</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward</document>\n                <to>magento_reward</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_history</document>\n                <to>magento_reward_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_rate</document>\n                <to>magento_reward_rate</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_salesrule</document>\n                <to>magento_reward_salesrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_scheduled_operations</document>\n                <to>magento_scheduled_operations</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule</document>\n                <to>magento_targetrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule_customersegment</document>\n                <to>magento_targetrule_customersegment</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule_product</document>\n                <to>magento_targetrule_product</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_grid</document>\n                <to>magento_rma_grid</to>\n            </rename>\n            <rename>\n                <document>enterprise_support_backup</document>\n                <to>support_backup</to>\n            </rename>\n            <rename>\n                <document>enterprise_support_backup_item</document>\n                <to>support_backup_item</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_datetime.entity_id</field>\n                <to>catalog_category_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_decimal.entity_id</field>\n                <to>catalog_category_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_int.entity_id</field>\n                <to>catalog_category_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_text.entity_id</field>\n                <to>catalog_category_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_varchar.entity_id</field>\n                <to>catalog_category_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_datetime.entity_id</field>\n                <to>catalog_product_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_decimal.entity_id</field>\n                <to>catalog_product_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_gallery.entity_id</field>\n                <to>catalog_product_entity_gallery.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_int.entity_id</field>\n                <to>catalog_product_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_text.entity_id</field>\n                <to>catalog_product_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_varchar.entity_id</field>\n                <to>catalog_product_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_customer_group.rule_id</field>\n                <to>catalogrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_website.rule_id</field>\n                <to>catalogrule_website.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_customer_group.rule_id</field>\n                <to>salesrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_product_attribute.rule_id</field>\n                <to>salesrule_product_attribute.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_website.rule_id</field>\n                <to>salesrule_website.row_id</to>\n            </move>\n            <move>\n                <field>cms_block_store.block_id</field>\n                <to>cms_block_store.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_label.rule_id</field>\n                <to>salesrule_label.row_id</to>\n            </move>\n            <move>\n                <field>cms_page_store.page_id</field>\n                <to>cms_page_store.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <move>\n                <field>enterprise_giftcard_amount.entity_id</field>\n                <to>magento_giftcard_amount.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.condition_sql</field>\n                <handler class=\"Migration\\Handler\\Rule\\ConditionSql\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.condition_sql</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.ip</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.x_forwarded_ip</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>rating_option_vote.remote_ip_long</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>sendfriend_log.ip</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_type.meta_xml</field>\n                <handler class=\"\\Migration\\Handler\\ConvertDateFormat\" />\n            </transform>\n            <transform>\n                <field>catalogrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalogrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_salesrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.block_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_block\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.page_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_page\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option.option_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_option\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection.selection_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_selection\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>enterprise_reward_history.additional_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.action_select_bind</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.original_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.result_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_item_entity.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_shipping_label.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_person.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.shipping_address</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.file_info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.entity_attributes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.reward_points_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.reward_salesrule_points</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity.attribute_set_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_giftcard_amount.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_targetrule.use_customer_segment</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_targetrule_product.store_id</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_giftregistry_person.middlename</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.base_customer_balance_virtual_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.published_revision_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.under_version_control</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_banner.is_ga_enabled</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.x_forwarded_ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogevent_event.date_start</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogevent_event.date_end</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.from_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.to_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>sales_order</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>support_report</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>visual_merchandiser_rule</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>magento_salesrule_filter</document>\n            </ignore>\n            <ignore>\n                <document>multiinventory_warehouse</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>quote_preview</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_rma_shipment</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalog_category</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_block</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_page</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_selection</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_option</document>\n            </ignore>\n            <ignore>\n                <document>staging_update</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>company</document>\n            </ignore>\n            <ignore>\n                <document>company_advanced_customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_credit</document>\n            </ignore>\n            <ignore>\n                <document>company_credit_history</document>\n            </ignore>\n            <ignore>\n                <document>company_order_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_payment</document>\n            </ignore>\n            <ignore>\n                <document>company_permissions</document>\n            </ignore>\n            <ignore>\n                <document>company_roles</document>\n            </ignore>\n            <ignore>\n                <document>company_structure</document>\n            </ignore>\n            <ignore>\n                <document>company_team</document>\n            </ignore>\n            <ignore>\n                <document>company_user_roles</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment_attachment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_company_config</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_grid</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_history</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_item</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_purged_content</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list_item</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog_product_item</document>\n            </ignore>\n            <ignore>\n                <document>sharedcatalog_category_permissions</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>magento_banner_content.banner_content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_category_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"block_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"page_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>magento_catalogevent_event.status</field>\n                <handler class=\"\\Migration\\Handler\\GetEventStatus\" />\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>magento_banner.is_ga_enabled</field>\n            </ignore>\n            <ignore>\n                <field>magento_banner.ga_creative</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.use_config_deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.row_id</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>magento_catalogevent_event.status</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.x_forwarded_ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogevent_event.date_start</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogevent_event.date_end</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reminder_rule.from_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reminder_rule.to_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.14.3.0/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Custom Customer Attributes Step\">\n            <integrity>Migration\\Step\\CustomCustomerAttributes\\Integrity</integrity>\n            <data>Migration\\Step\\CustomCustomerAttributes\\Data</data>\n            <volume>Migration\\Step\\CustomCustomerAttributes\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version11410to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version11410to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version11410to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"SalesOrder Step\">\n            <integrity>Migration\\Step\\SalesOrder\\Integrity</integrity>\n            <data>Migration\\Step\\SalesOrder\\Data</data>\n            <volume>Migration\\Step\\SalesOrder\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGridsEE\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGridsEE\\Data</data>\n            <volume>Migration\\Step\\OrderGridsEE\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"VisualMerchandiser Step\">\n            <integrity>Migration\\Step\\VisualMerchandiser\\Integrity</integrity>\n            <data>Migration\\Step\\VisualMerchandiser\\Data</data>\n            <volume>Migration\\Step\\VisualMerchandiser\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Custom Customer Attributes Step\">\n            <delta>Migration\\Step\\CustomCustomerAttributes\\Delta</delta>\n            <volume>Migration\\Step\\CustomCustomerAttributes\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"SalesOrder Step\">\n            <delta>Migration\\Step\\SalesOrder\\Delta</delta>\n            <volume>Migration\\Step\\SalesOrder\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version11410to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version11410to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGridsEE\\Delta</delta>\n            <volume>Migration\\Step\\OrderGridsEE\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/commerce-to-commerce/1.14.3.0/map.xml.dist</map_file>\n        <eav_map_file>etc/commerce-to-commerce/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/commerce-to-commerce/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/commerce-to-commerce/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/commerce-to-commerce/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/commerce-to-commerce/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/commerce-to-commerce/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/commerce-to-commerce/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/commerce-to-commerce/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/commerce-to-commerce/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <sales_order_map_file>etc/commerce-to-commerce/map-sales.xml.dist</sales_order_map_file>\n        <delta_document_groups_file>etc/commerce-to-commerce/deltalog.xml.dist</delta_document_groups_file>\n        <customer_attr_map_file>etc/commerce-to-commerce/customer-attr-map.xml.dist</customer_attr_map_file>\n        <customer_attr_document_groups_file>etc/commerce-to-commerce/customer-attr-document-groups.xml.dist</customer_attr_document_groups_file>\n        <order_grids_document_groups_file>etc/commerce-to-commerce/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <class_map>etc/commerce-to-commerce/class-map.xml.dist</class_map>\n        <visual_merchandiser_map>etc/commerce-to-commerce/visual_merchandiser_map.xml.dist</visual_merchandiser_map>\n        <visual_merchandiser_document_groups>etc/commerce-to-commerce/visual_merchandiser_document_groups.xml.dist</visual_merchandiser_document_groups>\n        <visual_merchandiser_attribute_groups>etc/commerce-to-commerce/visual_merchandiser_attribute_groups.xml.dist</visual_merchandiser_attribute_groups>\n        <map_document_groups>etc/commerce-to-commerce/map-document-groups.xml.dist</map_document_groups>\n        <tier_price_map_file>etc/commerce-to-commerce/1.14.3.0/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/commerce-to-commerce/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>commerce-to-commerce</edition_migrate>\n        <edition_number>1.14.3.0</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.14.3.0/map-tier-price.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_group_price.is_percent</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_group_price.customer_group_id</datatype>\n            </ignore>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_group_price.entity_id</field>\n                <to>catalog_product_entity_group_price.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_product_entity_group_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_tier_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_tier_price.percentage_value</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.14.3.0/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_queue_queue</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_queue_task</document>\n            </ignore>\n            <ignore>\n                <document>find_feed_import_codes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_question_number</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>social_facebook_actions</document>\n            </ignore>\n            <ignore>\n                <document>strikeiron_tax_rate</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalog_category_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalog_product_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_action</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_item</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_log</document>\n            </ignore>\n            <ignore>\n                <document>core_session</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_product_unlinked</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_backup</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_backup_item</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_sysreport</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_event</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata_event</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata_group</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_subscriber</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_index_multiplier</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_cms_page_revision</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_cms_page_version</document>\n            </ignore>\n            <ignore>\n                <document>customer_flowpassword</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma</document>\n                <to>magento_rma</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity</document>\n                <to>magento_rma_item_entity</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_datetime</document>\n                <to>magento_rma_item_entity_datetime</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_decimal</document>\n                <to>magento_rma_item_entity_decimal</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_int</document>\n                <to>magento_rma_item_entity_int</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_text</document>\n                <to>magento_rma_item_entity_text</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_varchar</document>\n                <to>magento_rma_item_entity_varchar</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_form_attribute</document>\n                <to>magento_rma_item_form_attribute</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_shipping_label</document>\n                <to>magento_rma_shipping_label</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_status_history</document>\n                <to>magento_rma_status_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner</document>\n                <to>magento_banner</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_catalogrule</document>\n                <to>magento_banner_catalogrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_content</document>\n                <to>magento_banner_content</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_customersegment</document>\n                <to>magento_banner_customersegment</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_salesrule</document>\n                <to>magento_banner_salesrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogevent_event</document>\n                <to>magento_catalogevent_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogevent_event_image</document>\n                <to>magento_catalogevent_event_image</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogpermissions</document>\n                <to>magento_catalogpermissions</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_lock</document>\n                <to>magento_versionscms_hierarchy_lock</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_metadata</document>\n                <to>magento_versionscms_hierarchy_metadata</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_node</document>\n                <to>magento_versionscms_hierarchy_node</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_increment</document>\n                <to>magento_versionscms_increment</to>\n            </rename>\n            <rename>\n                <document>enterprise_customerbalance</document>\n                <to>magento_customerbalance</to>\n            </rename>\n            <rename>\n                <document>enterprise_customerbalance_history</document>\n                <to>magento_customerbalance_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_customer</document>\n                <to>magento_customersegment_customer</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_event</document>\n                <to>magento_customersegment_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_segment</document>\n                <to>magento_customersegment_segment</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_website</document>\n                <to>magento_customersegment_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcard_amount</document>\n                <to>magento_giftcard_amount</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount</document>\n                <to>magento_giftcardaccount</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount_history</document>\n                <to>magento_giftcardaccount_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount_pool</document>\n                <to>magento_giftcardaccount_pool</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_data</document>\n                <to>magento_giftregistry_data</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_entity</document>\n                <to>magento_giftregistry_entity</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_item</document>\n                <to>magento_giftregistry_item</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_item_option</document>\n                <to>magento_giftregistry_item_option</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_label</document>\n                <to>magento_giftregistry_label</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_person</document>\n                <to>magento_giftregistry_person</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_type</document>\n                <to>magento_giftregistry_type</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_type_info</document>\n                <to>magento_giftregistry_type_info</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping</document>\n                <to>magento_giftwrapping</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping_store_attributes</document>\n                <to>magento_giftwrapping_store_attributes</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping_website</document>\n                <to>magento_giftwrapping_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation</document>\n                <to>magento_invitation</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation_status_history</document>\n                <to>magento_invitation_status_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation_track</document>\n                <to>magento_invitation_track</to>\n            </rename>\n            <rename>\n                <document>enterprise_logging_event</document>\n                <to>magento_logging_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_logging_event_changes</document>\n                <to>magento_logging_event_changes</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule</document>\n                <to>magento_reminder_rule</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_coupon</document>\n                <to>magento_reminder_rule_coupon</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_log</document>\n                <to>magento_reminder_rule_log</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_website</document>\n                <to>magento_reminder_rule_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_template</document>\n                <to>magento_reminder_template</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward</document>\n                <to>magento_reward</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_history</document>\n                <to>magento_reward_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_rate</document>\n                <to>magento_reward_rate</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_salesrule</document>\n                <to>magento_reward_salesrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_scheduled_operations</document>\n                <to>magento_scheduled_operations</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule</document>\n                <to>magento_targetrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule_customersegment</document>\n                <to>magento_targetrule_customersegment</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule_product</document>\n                <to>magento_targetrule_product</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_grid</document>\n                <to>magento_rma_grid</to>\n            </rename>\n            <rename>\n                <document>enterprise_support_backup</document>\n                <to>support_backup</to>\n            </rename>\n            <rename>\n                <document>enterprise_support_backup_item</document>\n                <to>support_backup_item</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_datetime.entity_id</field>\n                <to>catalog_category_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_decimal.entity_id</field>\n                <to>catalog_category_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_int.entity_id</field>\n                <to>catalog_category_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_text.entity_id</field>\n                <to>catalog_category_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_varchar.entity_id</field>\n                <to>catalog_category_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_datetime.entity_id</field>\n                <to>catalog_product_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_decimal.entity_id</field>\n                <to>catalog_product_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_gallery.entity_id</field>\n                <to>catalog_product_entity_gallery.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_int.entity_id</field>\n                <to>catalog_product_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_text.entity_id</field>\n                <to>catalog_product_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_varchar.entity_id</field>\n                <to>catalog_product_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_customer_group.rule_id</field>\n                <to>catalogrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_website.rule_id</field>\n                <to>catalogrule_website.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_customer_group.rule_id</field>\n                <to>salesrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_product_attribute.rule_id</field>\n                <to>salesrule_product_attribute.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_website.rule_id</field>\n                <to>salesrule_website.row_id</to>\n            </move>\n            <move>\n                <field>cms_block_store.block_id</field>\n                <to>cms_block_store.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_label.rule_id</field>\n                <to>salesrule_label.row_id</to>\n            </move>\n            <move>\n                <field>cms_page_store.page_id</field>\n                <to>cms_page_store.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <move>\n                <field>enterprise_giftcard_amount.entity_id</field>\n                <to>magento_giftcard_amount.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.condition_sql</field>\n                <handler class=\"Migration\\Handler\\Rule\\ConditionSql\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.condition_sql</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.ip</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.x_forwarded_ip</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>rating_option_vote.remote_ip_long</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>sendfriend_log.ip</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_type.meta_xml</field>\n                <handler class=\"\\Migration\\Handler\\ConvertDateFormat\" />\n            </transform>\n            <transform>\n                <field>catalogrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalogrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_salesrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.block_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_block\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.page_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_page\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option.option_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_option\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection.selection_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_selection\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>enterprise_reward_history.additional_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.action_select_bind</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.original_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.result_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_item_entity.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_shipping_label.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_person.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.shipping_address</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.file_info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.entity_attributes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.reward_points_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.reward_salesrule_points</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity.attribute_set_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_giftcard_amount.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_targetrule.use_customer_segment</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_targetrule_product.store_id</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_giftregistry_person.middlename</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.base_customer_balance_virtual_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.published_revision_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.under_version_control</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_daily.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_monthly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_yearly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_banner.is_ga_enabled</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.x_forwarded_ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogevent_event.date_start</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogevent_event.date_end</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.from_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.to_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>sales_order</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>support_report</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>visual_merchandiser_rule</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>magento_salesrule_filter</document>\n            </ignore>\n            <ignore>\n                <document>multiinventory_warehouse</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>quote_preview</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_rma_shipment</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalog_category</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_block</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_page</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_selection</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_option</document>\n            </ignore>\n            <ignore>\n                <document>staging_update</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>company</document>\n            </ignore>\n            <ignore>\n                <document>company_advanced_customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_credit</document>\n            </ignore>\n            <ignore>\n                <document>company_credit_history</document>\n            </ignore>\n            <ignore>\n                <document>company_order_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_payment</document>\n            </ignore>\n            <ignore>\n                <document>company_permissions</document>\n            </ignore>\n            <ignore>\n                <document>company_roles</document>\n            </ignore>\n            <ignore>\n                <document>company_structure</document>\n            </ignore>\n            <ignore>\n                <document>company_team</document>\n            </ignore>\n            <ignore>\n                <document>company_user_roles</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment_attachment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_company_config</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_grid</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_history</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_item</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_purged_content</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list_item</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog_product_item</document>\n            </ignore>\n            <ignore>\n                <document>sharedcatalog_category_permissions</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>magento_banner_content.banner_content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_category_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"block_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"page_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>magento_catalogevent_event.status</field>\n                <handler class=\"\\Migration\\Handler\\GetEventStatus\" />\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>magento_banner.is_ga_enabled</field>\n            </ignore>\n            <ignore>\n                <field>magento_banner.ga_creative</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.use_config_deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.row_id</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>magento_catalogevent_event.status</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.x_forwarded_ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogevent_event.date_start</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogevent_event.date_end</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reminder_rule.from_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reminder_rule.to_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.14.3.1/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Custom Customer Attributes Step\">\n            <integrity>Migration\\Step\\CustomCustomerAttributes\\Integrity</integrity>\n            <data>Migration\\Step\\CustomCustomerAttributes\\Data</data>\n            <volume>Migration\\Step\\CustomCustomerAttributes\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version11410to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version11410to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version11410to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"SalesOrder Step\">\n            <integrity>Migration\\Step\\SalesOrder\\Integrity</integrity>\n            <data>Migration\\Step\\SalesOrder\\Data</data>\n            <volume>Migration\\Step\\SalesOrder\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGridsEE\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGridsEE\\Data</data>\n            <volume>Migration\\Step\\OrderGridsEE\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"VisualMerchandiser Step\">\n            <integrity>Migration\\Step\\VisualMerchandiser\\Integrity</integrity>\n            <data>Migration\\Step\\VisualMerchandiser\\Data</data>\n            <volume>Migration\\Step\\VisualMerchandiser\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Custom Customer Attributes Step\">\n            <delta>Migration\\Step\\CustomCustomerAttributes\\Delta</delta>\n            <volume>Migration\\Step\\CustomCustomerAttributes\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"SalesOrder Step\">\n            <delta>Migration\\Step\\SalesOrder\\Delta</delta>\n            <volume>Migration\\Step\\SalesOrder\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version11410to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version11410to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGridsEE\\Delta</delta>\n            <volume>Migration\\Step\\OrderGridsEE\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/commerce-to-commerce/1.14.3.1/map.xml.dist</map_file>\n        <eav_map_file>etc/commerce-to-commerce/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/commerce-to-commerce/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/commerce-to-commerce/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/commerce-to-commerce/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/commerce-to-commerce/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/commerce-to-commerce/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/commerce-to-commerce/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/commerce-to-commerce/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/commerce-to-commerce/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <sales_order_map_file>etc/commerce-to-commerce/map-sales.xml.dist</sales_order_map_file>\n        <delta_document_groups_file>etc/commerce-to-commerce/deltalog.xml.dist</delta_document_groups_file>\n        <customer_attr_map_file>etc/commerce-to-commerce/customer-attr-map.xml.dist</customer_attr_map_file>\n        <customer_attr_document_groups_file>etc/commerce-to-commerce/customer-attr-document-groups.xml.dist</customer_attr_document_groups_file>\n        <order_grids_document_groups_file>etc/commerce-to-commerce/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <class_map>etc/commerce-to-commerce/class-map.xml.dist</class_map>\n        <visual_merchandiser_map>etc/commerce-to-commerce/visual_merchandiser_map.xml.dist</visual_merchandiser_map>\n        <visual_merchandiser_document_groups>etc/commerce-to-commerce/visual_merchandiser_document_groups.xml.dist</visual_merchandiser_document_groups>\n        <visual_merchandiser_attribute_groups>etc/commerce-to-commerce/visual_merchandiser_attribute_groups.xml.dist</visual_merchandiser_attribute_groups>\n        <map_document_groups>etc/commerce-to-commerce/map-document-groups.xml.dist</map_document_groups>\n        <tier_price_map_file>etc/commerce-to-commerce/1.14.3.1/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/commerce-to-commerce/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>commerce-to-commerce</edition_migrate>\n        <edition_number>1.14.3.1</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.14.3.1/map-tier-price.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_group_price.is_percent</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_group_price.customer_group_id</datatype>\n            </ignore>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_group_price.entity_id</field>\n                <to>catalog_product_entity_group_price.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_product_entity_group_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_tier_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_tier_price.percentage_value</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.14.3.1/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_queue_queue</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_queue_task</document>\n            </ignore>\n            <ignore>\n                <document>find_feed_import_codes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_question_number</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>social_facebook_actions</document>\n            </ignore>\n            <ignore>\n                <document>strikeiron_tax_rate</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalog_category_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalog_product_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_action</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_item</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_log</document>\n            </ignore>\n            <ignore>\n                <document>core_session</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_product_unlinked</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_backup</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_backup_item</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_sysreport</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_event</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata_event</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata_group</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_subscriber</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_index_multiplier</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_cms_page_revision</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_cms_page_version</document>\n            </ignore>\n            <ignore>\n                <document>customer_flowpassword</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma</document>\n                <to>magento_rma</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity</document>\n                <to>magento_rma_item_entity</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_datetime</document>\n                <to>magento_rma_item_entity_datetime</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_decimal</document>\n                <to>magento_rma_item_entity_decimal</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_int</document>\n                <to>magento_rma_item_entity_int</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_text</document>\n                <to>magento_rma_item_entity_text</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_varchar</document>\n                <to>magento_rma_item_entity_varchar</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_form_attribute</document>\n                <to>magento_rma_item_form_attribute</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_shipping_label</document>\n                <to>magento_rma_shipping_label</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_status_history</document>\n                <to>magento_rma_status_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner</document>\n                <to>magento_banner</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_catalogrule</document>\n                <to>magento_banner_catalogrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_content</document>\n                <to>magento_banner_content</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_customersegment</document>\n                <to>magento_banner_customersegment</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_salesrule</document>\n                <to>magento_banner_salesrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogevent_event</document>\n                <to>magento_catalogevent_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogevent_event_image</document>\n                <to>magento_catalogevent_event_image</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogpermissions</document>\n                <to>magento_catalogpermissions</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_lock</document>\n                <to>magento_versionscms_hierarchy_lock</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_metadata</document>\n                <to>magento_versionscms_hierarchy_metadata</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_node</document>\n                <to>magento_versionscms_hierarchy_node</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_increment</document>\n                <to>magento_versionscms_increment</to>\n            </rename>\n            <rename>\n                <document>enterprise_customerbalance</document>\n                <to>magento_customerbalance</to>\n            </rename>\n            <rename>\n                <document>enterprise_customerbalance_history</document>\n                <to>magento_customerbalance_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_customer</document>\n                <to>magento_customersegment_customer</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_event</document>\n                <to>magento_customersegment_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_segment</document>\n                <to>magento_customersegment_segment</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_website</document>\n                <to>magento_customersegment_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcard_amount</document>\n                <to>magento_giftcard_amount</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount</document>\n                <to>magento_giftcardaccount</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount_history</document>\n                <to>magento_giftcardaccount_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount_pool</document>\n                <to>magento_giftcardaccount_pool</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_data</document>\n                <to>magento_giftregistry_data</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_entity</document>\n                <to>magento_giftregistry_entity</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_item</document>\n                <to>magento_giftregistry_item</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_item_option</document>\n                <to>magento_giftregistry_item_option</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_label</document>\n                <to>magento_giftregistry_label</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_person</document>\n                <to>magento_giftregistry_person</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_type</document>\n                <to>magento_giftregistry_type</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_type_info</document>\n                <to>magento_giftregistry_type_info</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping</document>\n                <to>magento_giftwrapping</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping_store_attributes</document>\n                <to>magento_giftwrapping_store_attributes</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping_website</document>\n                <to>magento_giftwrapping_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation</document>\n                <to>magento_invitation</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation_status_history</document>\n                <to>magento_invitation_status_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation_track</document>\n                <to>magento_invitation_track</to>\n            </rename>\n            <rename>\n                <document>enterprise_logging_event</document>\n                <to>magento_logging_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_logging_event_changes</document>\n                <to>magento_logging_event_changes</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule</document>\n                <to>magento_reminder_rule</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_coupon</document>\n                <to>magento_reminder_rule_coupon</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_log</document>\n                <to>magento_reminder_rule_log</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_website</document>\n                <to>magento_reminder_rule_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_template</document>\n                <to>magento_reminder_template</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward</document>\n                <to>magento_reward</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_history</document>\n                <to>magento_reward_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_rate</document>\n                <to>magento_reward_rate</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_salesrule</document>\n                <to>magento_reward_salesrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_scheduled_operations</document>\n                <to>magento_scheduled_operations</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule</document>\n                <to>magento_targetrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule_customersegment</document>\n                <to>magento_targetrule_customersegment</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule_product</document>\n                <to>magento_targetrule_product</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_grid</document>\n                <to>magento_rma_grid</to>\n            </rename>\n            <rename>\n                <document>enterprise_support_backup</document>\n                <to>support_backup</to>\n            </rename>\n            <rename>\n                <document>enterprise_support_backup_item</document>\n                <to>support_backup_item</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_datetime.entity_id</field>\n                <to>catalog_category_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_decimal.entity_id</field>\n                <to>catalog_category_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_int.entity_id</field>\n                <to>catalog_category_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_text.entity_id</field>\n                <to>catalog_category_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_varchar.entity_id</field>\n                <to>catalog_category_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_datetime.entity_id</field>\n                <to>catalog_product_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_decimal.entity_id</field>\n                <to>catalog_product_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_gallery.entity_id</field>\n                <to>catalog_product_entity_gallery.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_int.entity_id</field>\n                <to>catalog_product_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_text.entity_id</field>\n                <to>catalog_product_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_varchar.entity_id</field>\n                <to>catalog_product_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_customer_group.rule_id</field>\n                <to>catalogrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_website.rule_id</field>\n                <to>catalogrule_website.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_customer_group.rule_id</field>\n                <to>salesrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_product_attribute.rule_id</field>\n                <to>salesrule_product_attribute.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_website.rule_id</field>\n                <to>salesrule_website.row_id</to>\n            </move>\n            <move>\n                <field>cms_block_store.block_id</field>\n                <to>cms_block_store.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_label.rule_id</field>\n                <to>salesrule_label.row_id</to>\n            </move>\n            <move>\n                <field>cms_page_store.page_id</field>\n                <to>cms_page_store.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <move>\n                <field>enterprise_giftcard_amount.entity_id</field>\n                <to>magento_giftcard_amount.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.condition_sql</field>\n                <handler class=\"Migration\\Handler\\Rule\\ConditionSql\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.condition_sql</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.ip</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.x_forwarded_ip</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>rating_option_vote.remote_ip_long</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>sendfriend_log.ip</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_type.meta_xml</field>\n                <handler class=\"\\Migration\\Handler\\ConvertDateFormat\" />\n            </transform>\n            <transform>\n                <field>catalogrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalogrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_salesrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.block_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_block\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.page_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_page\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option.option_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_option\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection.selection_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_selection\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>enterprise_reward_history.additional_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.action_select_bind</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.original_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.result_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_item_entity.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_shipping_label.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_person.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.shipping_address</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.file_info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.entity_attributes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.reward_points_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.reward_salesrule_points</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity.attribute_set_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_giftcard_amount.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_targetrule.use_customer_segment</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_targetrule_product.store_id</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_giftregistry_person.middlename</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.base_customer_balance_virtual_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.published_revision_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.under_version_control</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_daily.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_monthly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_yearly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_banner.is_ga_enabled</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.x_forwarded_ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogevent_event.date_start</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogevent_event.date_end</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.from_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.to_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>sales_order</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>support_report</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>visual_merchandiser_rule</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>magento_salesrule_filter</document>\n            </ignore>\n            <ignore>\n                <document>multiinventory_warehouse</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>quote_preview</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_rma_shipment</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalog_category</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_block</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_page</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_selection</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_option</document>\n            </ignore>\n            <ignore>\n                <document>staging_update</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>company</document>\n            </ignore>\n            <ignore>\n                <document>company_advanced_customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_credit</document>\n            </ignore>\n            <ignore>\n                <document>company_credit_history</document>\n            </ignore>\n            <ignore>\n                <document>company_order_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_payment</document>\n            </ignore>\n            <ignore>\n                <document>company_permissions</document>\n            </ignore>\n            <ignore>\n                <document>company_roles</document>\n            </ignore>\n            <ignore>\n                <document>company_structure</document>\n            </ignore>\n            <ignore>\n                <document>company_team</document>\n            </ignore>\n            <ignore>\n                <document>company_user_roles</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment_attachment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_company_config</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_grid</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_history</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_item</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_purged_content</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list_item</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog_product_item</document>\n            </ignore>\n            <ignore>\n                <document>sharedcatalog_category_permissions</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>magento_banner_content.banner_content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_category_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"block_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"page_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>magento_catalogevent_event.status</field>\n                <handler class=\"\\Migration\\Handler\\GetEventStatus\" />\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>magento_banner.is_ga_enabled</field>\n            </ignore>\n            <ignore>\n                <field>magento_banner.ga_creative</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.use_config_deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.row_id</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>magento_catalogevent_event.status</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.x_forwarded_ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogevent_event.date_start</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogevent_event.date_end</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reminder_rule.from_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reminder_rule.to_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.14.3.10/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Custom Customer Attributes Step\">\n            <integrity>Migration\\Step\\CustomCustomerAttributes\\Integrity</integrity>\n            <data>Migration\\Step\\CustomCustomerAttributes\\Data</data>\n            <volume>Migration\\Step\\CustomCustomerAttributes\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version11410to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version11410to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version11410to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"SalesOrder Step\">\n            <integrity>Migration\\Step\\SalesOrder\\Integrity</integrity>\n            <data>Migration\\Step\\SalesOrder\\Data</data>\n            <volume>Migration\\Step\\SalesOrder\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGridsEE\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGridsEE\\Data</data>\n            <volume>Migration\\Step\\OrderGridsEE\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"VisualMerchandiser Step\">\n            <integrity>Migration\\Step\\VisualMerchandiser\\Integrity</integrity>\n            <data>Migration\\Step\\VisualMerchandiser\\Data</data>\n            <volume>Migration\\Step\\VisualMerchandiser\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Custom Customer Attributes Step\">\n            <delta>Migration\\Step\\CustomCustomerAttributes\\Delta</delta>\n            <volume>Migration\\Step\\CustomCustomerAttributes\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"SalesOrder Step\">\n            <delta>Migration\\Step\\SalesOrder\\Delta</delta>\n            <volume>Migration\\Step\\SalesOrder\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version11410to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version11410to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGridsEE\\Delta</delta>\n            <volume>Migration\\Step\\OrderGridsEE\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/commerce-to-commerce/1.14.3.10/map.xml.dist</map_file>\n        <eav_map_file>etc/commerce-to-commerce/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/commerce-to-commerce/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/commerce-to-commerce/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/commerce-to-commerce/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/commerce-to-commerce/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/commerce-to-commerce/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/commerce-to-commerce/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/commerce-to-commerce/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/commerce-to-commerce/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <sales_order_map_file>etc/commerce-to-commerce/map-sales.xml.dist</sales_order_map_file>\n        <delta_document_groups_file>etc/commerce-to-commerce/deltalog.xml.dist</delta_document_groups_file>\n        <customer_attr_map_file>etc/commerce-to-commerce/customer-attr-map.xml.dist</customer_attr_map_file>\n        <customer_attr_document_groups_file>etc/commerce-to-commerce/customer-attr-document-groups.xml.dist</customer_attr_document_groups_file>\n        <order_grids_document_groups_file>etc/commerce-to-commerce/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <class_map>etc/commerce-to-commerce/class-map.xml.dist</class_map>\n        <visual_merchandiser_map>etc/commerce-to-commerce/visual_merchandiser_map.xml.dist</visual_merchandiser_map>\n        <visual_merchandiser_document_groups>etc/commerce-to-commerce/visual_merchandiser_document_groups.xml.dist</visual_merchandiser_document_groups>\n        <visual_merchandiser_attribute_groups>etc/commerce-to-commerce/visual_merchandiser_attribute_groups.xml.dist</visual_merchandiser_attribute_groups>\n        <map_document_groups>etc/commerce-to-commerce/map-document-groups.xml.dist</map_document_groups>\n        <tier_price_map_file>etc/commerce-to-commerce/1.14.3.10/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/commerce-to-commerce/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>commerce-to-commerce</edition_migrate>\n        <edition_number>1.14.3.10</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.14.3.10/map-tier-price.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_group_price.is_percent</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_group_price.customer_group_id</datatype>\n            </ignore>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_group_price.entity_id</field>\n                <to>catalog_product_entity_group_price.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_product_entity_group_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_tier_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_tier_price.percentage_value</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.14.3.10/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_queue_queue</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_queue_task</document>\n            </ignore>\n            <ignore>\n                <document>find_feed_import_codes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_question_number</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>social_facebook_actions</document>\n            </ignore>\n            <ignore>\n                <document>strikeiron_tax_rate</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalog_category_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalog_product_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_action</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_item</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_log</document>\n            </ignore>\n            <ignore>\n                <document>core_session</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_product_unlinked</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_backup</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_backup_item</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_sysreport</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_event</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata_event</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata_group</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_subscriber</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_index_multiplier</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_cms_page_revision</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_cms_page_version</document>\n            </ignore>\n            <ignore>\n                <document>customer_flowpassword</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma</document>\n                <to>magento_rma</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity</document>\n                <to>magento_rma_item_entity</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_datetime</document>\n                <to>magento_rma_item_entity_datetime</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_decimal</document>\n                <to>magento_rma_item_entity_decimal</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_int</document>\n                <to>magento_rma_item_entity_int</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_text</document>\n                <to>magento_rma_item_entity_text</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_varchar</document>\n                <to>magento_rma_item_entity_varchar</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_form_attribute</document>\n                <to>magento_rma_item_form_attribute</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_shipping_label</document>\n                <to>magento_rma_shipping_label</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_status_history</document>\n                <to>magento_rma_status_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner</document>\n                <to>magento_banner</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_catalogrule</document>\n                <to>magento_banner_catalogrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_content</document>\n                <to>magento_banner_content</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_customersegment</document>\n                <to>magento_banner_customersegment</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_salesrule</document>\n                <to>magento_banner_salesrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogevent_event</document>\n                <to>magento_catalogevent_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogevent_event_image</document>\n                <to>magento_catalogevent_event_image</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogpermissions</document>\n                <to>magento_catalogpermissions</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_lock</document>\n                <to>magento_versionscms_hierarchy_lock</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_metadata</document>\n                <to>magento_versionscms_hierarchy_metadata</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_node</document>\n                <to>magento_versionscms_hierarchy_node</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_increment</document>\n                <to>magento_versionscms_increment</to>\n            </rename>\n            <rename>\n                <document>enterprise_customerbalance</document>\n                <to>magento_customerbalance</to>\n            </rename>\n            <rename>\n                <document>enterprise_customerbalance_history</document>\n                <to>magento_customerbalance_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_customer</document>\n                <to>magento_customersegment_customer</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_event</document>\n                <to>magento_customersegment_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_segment</document>\n                <to>magento_customersegment_segment</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_website</document>\n                <to>magento_customersegment_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcard_amount</document>\n                <to>magento_giftcard_amount</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount</document>\n                <to>magento_giftcardaccount</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount_history</document>\n                <to>magento_giftcardaccount_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount_pool</document>\n                <to>magento_giftcardaccount_pool</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_data</document>\n                <to>magento_giftregistry_data</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_entity</document>\n                <to>magento_giftregistry_entity</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_item</document>\n                <to>magento_giftregistry_item</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_item_option</document>\n                <to>magento_giftregistry_item_option</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_label</document>\n                <to>magento_giftregistry_label</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_person</document>\n                <to>magento_giftregistry_person</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_type</document>\n                <to>magento_giftregistry_type</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_type_info</document>\n                <to>magento_giftregistry_type_info</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping</document>\n                <to>magento_giftwrapping</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping_store_attributes</document>\n                <to>magento_giftwrapping_store_attributes</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping_website</document>\n                <to>magento_giftwrapping_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation</document>\n                <to>magento_invitation</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation_status_history</document>\n                <to>magento_invitation_status_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation_track</document>\n                <to>magento_invitation_track</to>\n            </rename>\n            <rename>\n                <document>enterprise_logging_event</document>\n                <to>magento_logging_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_logging_event_changes</document>\n                <to>magento_logging_event_changes</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule</document>\n                <to>magento_reminder_rule</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_coupon</document>\n                <to>magento_reminder_rule_coupon</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_log</document>\n                <to>magento_reminder_rule_log</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_website</document>\n                <to>magento_reminder_rule_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_template</document>\n                <to>magento_reminder_template</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward</document>\n                <to>magento_reward</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_history</document>\n                <to>magento_reward_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_rate</document>\n                <to>magento_reward_rate</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_salesrule</document>\n                <to>magento_reward_salesrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_scheduled_operations</document>\n                <to>magento_scheduled_operations</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule</document>\n                <to>magento_targetrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule_customersegment</document>\n                <to>magento_targetrule_customersegment</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule_product</document>\n                <to>magento_targetrule_product</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_grid</document>\n                <to>magento_rma_grid</to>\n            </rename>\n            <rename>\n                <document>enterprise_support_backup</document>\n                <to>support_backup</to>\n            </rename>\n            <rename>\n                <document>enterprise_support_backup_item</document>\n                <to>support_backup_item</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_datetime.entity_id</field>\n                <to>catalog_category_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_decimal.entity_id</field>\n                <to>catalog_category_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_int.entity_id</field>\n                <to>catalog_category_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_text.entity_id</field>\n                <to>catalog_category_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_varchar.entity_id</field>\n                <to>catalog_category_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_datetime.entity_id</field>\n                <to>catalog_product_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_decimal.entity_id</field>\n                <to>catalog_product_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_gallery.entity_id</field>\n                <to>catalog_product_entity_gallery.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_int.entity_id</field>\n                <to>catalog_product_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_text.entity_id</field>\n                <to>catalog_product_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_varchar.entity_id</field>\n                <to>catalog_product_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_customer_group.rule_id</field>\n                <to>catalogrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_website.rule_id</field>\n                <to>catalogrule_website.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_customer_group.rule_id</field>\n                <to>salesrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_product_attribute.rule_id</field>\n                <to>salesrule_product_attribute.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_website.rule_id</field>\n                <to>salesrule_website.row_id</to>\n            </move>\n            <move>\n                <field>cms_block_store.block_id</field>\n                <to>cms_block_store.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_label.rule_id</field>\n                <to>salesrule_label.row_id</to>\n            </move>\n            <move>\n                <field>cms_page_store.page_id</field>\n                <to>cms_page_store.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <move>\n                <field>enterprise_giftcard_amount.entity_id</field>\n                <to>magento_giftcard_amount.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.condition_sql</field>\n                <handler class=\"Migration\\Handler\\Rule\\ConditionSql\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.condition_sql</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.ip</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.x_forwarded_ip</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>rating_option_vote.remote_ip_long</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>sendfriend_log.ip</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_type.meta_xml</field>\n                <handler class=\"\\Migration\\Handler\\ConvertDateFormat\" />\n            </transform>\n            <transform>\n                <field>catalogrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalogrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_salesrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.block_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_block\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.page_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_page\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option.option_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_option\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection.selection_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_selection\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option.option_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_option\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection.selection_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_selection\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>enterprise_reward_history.additional_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.action_select_bind</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.original_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.result_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_item_entity.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_shipping_label.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_person.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.shipping_address</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.file_info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.entity_attributes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_reward_history.additional_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.action_select_bind</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.original_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.result_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_item_entity.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_shipping_label.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_person.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.shipping_address</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.file_info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.entity_attributes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.reward_points_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.reward_salesrule_points</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity.attribute_set_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_giftcard_amount.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_targetrule.use_customer_segment</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_targetrule_product.store_id</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_giftregistry_person.middlename</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.base_customer_balance_virtual_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.published_revision_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.under_version_control</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_daily.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_monthly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_yearly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_banner.is_ga_enabled</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.x_forwarded_ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogevent_event.date_start</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogevent_event.date_end</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.from_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.to_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>sales_order</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>support_report</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>visual_merchandiser_rule</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>magento_salesrule_filter</document>\n            </ignore>\n            <ignore>\n                <document>multiinventory_warehouse</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>quote_preview</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_rma_shipment</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalog_category</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_block</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_page</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_selection</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_option</document>\n            </ignore>\n            <ignore>\n                <document>staging_update</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>company</document>\n            </ignore>\n            <ignore>\n                <document>company_advanced_customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_credit</document>\n            </ignore>\n            <ignore>\n                <document>company_credit_history</document>\n            </ignore>\n            <ignore>\n                <document>company_order_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_payment</document>\n            </ignore>\n            <ignore>\n                <document>company_permissions</document>\n            </ignore>\n            <ignore>\n                <document>company_roles</document>\n            </ignore>\n            <ignore>\n                <document>company_structure</document>\n            </ignore>\n            <ignore>\n                <document>company_team</document>\n            </ignore>\n            <ignore>\n                <document>company_user_roles</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment_attachment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_company_config</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_grid</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_history</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_item</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_purged_content</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list_item</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog_product_item</document>\n            </ignore>\n            <ignore>\n                <document>sharedcatalog_category_permissions</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>magento_banner_content.banner_content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_category_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"block_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"page_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>magento_catalogevent_event.status</field>\n                <handler class=\"\\Migration\\Handler\\GetEventStatus\" />\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>magento_banner.is_ga_enabled</field>\n            </ignore>\n            <ignore>\n                <field>magento_banner.ga_creative</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.use_config_deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.row_id</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>magento_catalogevent_event.status</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.x_forwarded_ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogevent_event.date_start</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogevent_event.date_end</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reminder_rule.from_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reminder_rule.to_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.14.3.2/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Custom Customer Attributes Step\">\n            <integrity>Migration\\Step\\CustomCustomerAttributes\\Integrity</integrity>\n            <data>Migration\\Step\\CustomCustomerAttributes\\Data</data>\n            <volume>Migration\\Step\\CustomCustomerAttributes\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version11410to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version11410to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version11410to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"SalesOrder Step\">\n            <integrity>Migration\\Step\\SalesOrder\\Integrity</integrity>\n            <data>Migration\\Step\\SalesOrder\\Data</data>\n            <volume>Migration\\Step\\SalesOrder\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGridsEE\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGridsEE\\Data</data>\n            <volume>Migration\\Step\\OrderGridsEE\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"VisualMerchandiser Step\">\n            <integrity>Migration\\Step\\VisualMerchandiser\\Integrity</integrity>\n            <data>Migration\\Step\\VisualMerchandiser\\Data</data>\n            <volume>Migration\\Step\\VisualMerchandiser\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Custom Customer Attributes Step\">\n            <delta>Migration\\Step\\CustomCustomerAttributes\\Delta</delta>\n            <volume>Migration\\Step\\CustomCustomerAttributes\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"SalesOrder Step\">\n            <delta>Migration\\Step\\SalesOrder\\Delta</delta>\n            <volume>Migration\\Step\\SalesOrder\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version11410to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version11410to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGridsEE\\Delta</delta>\n            <volume>Migration\\Step\\OrderGridsEE\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/commerce-to-commerce/1.14.3.2/map.xml.dist</map_file>\n        <eav_map_file>etc/commerce-to-commerce/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/commerce-to-commerce/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/commerce-to-commerce/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/commerce-to-commerce/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/commerce-to-commerce/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/commerce-to-commerce/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/commerce-to-commerce/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/commerce-to-commerce/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/commerce-to-commerce/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <sales_order_map_file>etc/commerce-to-commerce/map-sales.xml.dist</sales_order_map_file>\n        <delta_document_groups_file>etc/commerce-to-commerce/deltalog.xml.dist</delta_document_groups_file>\n        <customer_attr_map_file>etc/commerce-to-commerce/customer-attr-map.xml.dist</customer_attr_map_file>\n        <customer_attr_document_groups_file>etc/commerce-to-commerce/customer-attr-document-groups.xml.dist</customer_attr_document_groups_file>\n        <order_grids_document_groups_file>etc/commerce-to-commerce/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <class_map>etc/commerce-to-commerce/class-map.xml.dist</class_map>\n        <visual_merchandiser_map>etc/commerce-to-commerce/visual_merchandiser_map.xml.dist</visual_merchandiser_map>\n        <visual_merchandiser_document_groups>etc/commerce-to-commerce/visual_merchandiser_document_groups.xml.dist</visual_merchandiser_document_groups>\n        <visual_merchandiser_attribute_groups>etc/commerce-to-commerce/visual_merchandiser_attribute_groups.xml.dist</visual_merchandiser_attribute_groups>\n        <map_document_groups>etc/commerce-to-commerce/map-document-groups.xml.dist</map_document_groups>\n        <tier_price_map_file>etc/commerce-to-commerce/1.14.3.2/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/commerce-to-commerce/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>commerce-to-commerce</edition_migrate>\n        <edition_number>1.14.3.2</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.14.3.2/map-tier-price.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_group_price.is_percent</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_group_price.customer_group_id</datatype>\n            </ignore>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_group_price.entity_id</field>\n                <to>catalog_product_entity_group_price.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_product_entity_group_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_tier_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_tier_price.percentage_value</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.14.3.2/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_queue_queue</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_queue_task</document>\n            </ignore>\n            <ignore>\n                <document>find_feed_import_codes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_question_number</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>social_facebook_actions</document>\n            </ignore>\n            <ignore>\n                <document>strikeiron_tax_rate</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalog_category_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalog_product_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_action</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_item</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_log</document>\n            </ignore>\n            <ignore>\n                <document>core_session</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_product_unlinked</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_backup</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_backup_item</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_sysreport</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_event</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata_event</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata_group</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_subscriber</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_index_multiplier</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_cms_page_revision</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_cms_page_version</document>\n            </ignore>\n            <ignore>\n                <document>customer_flowpassword</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma</document>\n                <to>magento_rma</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity</document>\n                <to>magento_rma_item_entity</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_datetime</document>\n                <to>magento_rma_item_entity_datetime</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_decimal</document>\n                <to>magento_rma_item_entity_decimal</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_int</document>\n                <to>magento_rma_item_entity_int</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_text</document>\n                <to>magento_rma_item_entity_text</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_varchar</document>\n                <to>magento_rma_item_entity_varchar</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_form_attribute</document>\n                <to>magento_rma_item_form_attribute</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_shipping_label</document>\n                <to>magento_rma_shipping_label</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_status_history</document>\n                <to>magento_rma_status_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner</document>\n                <to>magento_banner</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_catalogrule</document>\n                <to>magento_banner_catalogrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_content</document>\n                <to>magento_banner_content</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_customersegment</document>\n                <to>magento_banner_customersegment</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_salesrule</document>\n                <to>magento_banner_salesrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogevent_event</document>\n                <to>magento_catalogevent_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogevent_event_image</document>\n                <to>magento_catalogevent_event_image</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogpermissions</document>\n                <to>magento_catalogpermissions</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_lock</document>\n                <to>magento_versionscms_hierarchy_lock</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_metadata</document>\n                <to>magento_versionscms_hierarchy_metadata</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_node</document>\n                <to>magento_versionscms_hierarchy_node</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_increment</document>\n                <to>magento_versionscms_increment</to>\n            </rename>\n            <rename>\n                <document>enterprise_customerbalance</document>\n                <to>magento_customerbalance</to>\n            </rename>\n            <rename>\n                <document>enterprise_customerbalance_history</document>\n                <to>magento_customerbalance_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_customer</document>\n                <to>magento_customersegment_customer</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_event</document>\n                <to>magento_customersegment_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_segment</document>\n                <to>magento_customersegment_segment</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_website</document>\n                <to>magento_customersegment_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcard_amount</document>\n                <to>magento_giftcard_amount</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount</document>\n                <to>magento_giftcardaccount</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount_history</document>\n                <to>magento_giftcardaccount_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount_pool</document>\n                <to>magento_giftcardaccount_pool</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_data</document>\n                <to>magento_giftregistry_data</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_entity</document>\n                <to>magento_giftregistry_entity</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_item</document>\n                <to>magento_giftregistry_item</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_item_option</document>\n                <to>magento_giftregistry_item_option</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_label</document>\n                <to>magento_giftregistry_label</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_person</document>\n                <to>magento_giftregistry_person</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_type</document>\n                <to>magento_giftregistry_type</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_type_info</document>\n                <to>magento_giftregistry_type_info</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping</document>\n                <to>magento_giftwrapping</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping_store_attributes</document>\n                <to>magento_giftwrapping_store_attributes</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping_website</document>\n                <to>magento_giftwrapping_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation</document>\n                <to>magento_invitation</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation_status_history</document>\n                <to>magento_invitation_status_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation_track</document>\n                <to>magento_invitation_track</to>\n            </rename>\n            <rename>\n                <document>enterprise_logging_event</document>\n                <to>magento_logging_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_logging_event_changes</document>\n                <to>magento_logging_event_changes</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule</document>\n                <to>magento_reminder_rule</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_coupon</document>\n                <to>magento_reminder_rule_coupon</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_log</document>\n                <to>magento_reminder_rule_log</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_website</document>\n                <to>magento_reminder_rule_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_template</document>\n                <to>magento_reminder_template</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward</document>\n                <to>magento_reward</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_history</document>\n                <to>magento_reward_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_rate</document>\n                <to>magento_reward_rate</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_salesrule</document>\n                <to>magento_reward_salesrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_scheduled_operations</document>\n                <to>magento_scheduled_operations</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule</document>\n                <to>magento_targetrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule_customersegment</document>\n                <to>magento_targetrule_customersegment</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule_product</document>\n                <to>magento_targetrule_product</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_grid</document>\n                <to>magento_rma_grid</to>\n            </rename>\n            <rename>\n                <document>enterprise_support_backup</document>\n                <to>support_backup</to>\n            </rename>\n            <rename>\n                <document>enterprise_support_backup_item</document>\n                <to>support_backup_item</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_datetime.entity_id</field>\n                <to>catalog_category_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_decimal.entity_id</field>\n                <to>catalog_category_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_int.entity_id</field>\n                <to>catalog_category_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_text.entity_id</field>\n                <to>catalog_category_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_varchar.entity_id</field>\n                <to>catalog_category_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_datetime.entity_id</field>\n                <to>catalog_product_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_decimal.entity_id</field>\n                <to>catalog_product_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_gallery.entity_id</field>\n                <to>catalog_product_entity_gallery.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_int.entity_id</field>\n                <to>catalog_product_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_text.entity_id</field>\n                <to>catalog_product_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_varchar.entity_id</field>\n                <to>catalog_product_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_customer_group.rule_id</field>\n                <to>catalogrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_website.rule_id</field>\n                <to>catalogrule_website.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_customer_group.rule_id</field>\n                <to>salesrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_product_attribute.rule_id</field>\n                <to>salesrule_product_attribute.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_website.rule_id</field>\n                <to>salesrule_website.row_id</to>\n            </move>\n            <move>\n                <field>cms_block_store.block_id</field>\n                <to>cms_block_store.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_label.rule_id</field>\n                <to>salesrule_label.row_id</to>\n            </move>\n            <move>\n                <field>cms_page_store.page_id</field>\n                <to>cms_page_store.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <move>\n                <field>enterprise_giftcard_amount.entity_id</field>\n                <to>magento_giftcard_amount.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.condition_sql</field>\n                <handler class=\"Migration\\Handler\\Rule\\ConditionSql\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.condition_sql</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.ip</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.x_forwarded_ip</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>rating_option_vote.remote_ip_long</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>sendfriend_log.ip</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_type.meta_xml</field>\n                <handler class=\"\\Migration\\Handler\\ConvertDateFormat\" />\n            </transform>\n            <transform>\n                <field>catalogrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalogrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_salesrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.block_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_block\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.page_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_page\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option.option_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_option\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection.selection_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_selection\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>enterprise_reward_history.additional_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.action_select_bind</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.original_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.result_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_item_entity.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_shipping_label.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_person.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.shipping_address</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.file_info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.entity_attributes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.reward_points_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.reward_salesrule_points</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity.attribute_set_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_giftcard_amount.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_targetrule.use_customer_segment</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_targetrule_product.store_id</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_giftregistry_person.middlename</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.base_customer_balance_virtual_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.published_revision_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.under_version_control</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_daily.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_monthly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_yearly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_banner.is_ga_enabled</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.x_forwarded_ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogevent_event.date_start</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogevent_event.date_end</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.from_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.to_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>sales_order</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>support_report</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>visual_merchandiser_rule</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>magento_salesrule_filter</document>\n            </ignore>\n            <ignore>\n                <document>multiinventory_warehouse</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>quote_preview</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_rma_shipment</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalog_category</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_block</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_page</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_selection</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_option</document>\n            </ignore>\n            <ignore>\n                <document>staging_update</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>company</document>\n            </ignore>\n            <ignore>\n                <document>company_advanced_customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_credit</document>\n            </ignore>\n            <ignore>\n                <document>company_credit_history</document>\n            </ignore>\n            <ignore>\n                <document>company_order_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_payment</document>\n            </ignore>\n            <ignore>\n                <document>company_permissions</document>\n            </ignore>\n            <ignore>\n                <document>company_roles</document>\n            </ignore>\n            <ignore>\n                <document>company_structure</document>\n            </ignore>\n            <ignore>\n                <document>company_team</document>\n            </ignore>\n            <ignore>\n                <document>company_user_roles</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment_attachment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_company_config</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_grid</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_history</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_item</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_purged_content</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list_item</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog_product_item</document>\n            </ignore>\n            <ignore>\n                <document>sharedcatalog_category_permissions</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>magento_banner_content.banner_content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_category_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"block_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"page_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>magento_catalogevent_event.status</field>\n                <handler class=\"\\Migration\\Handler\\GetEventStatus\" />\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>magento_banner.is_ga_enabled</field>\n            </ignore>\n            <ignore>\n                <field>magento_banner.ga_creative</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.use_config_deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.row_id</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>magento_catalogevent_event.status</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.x_forwarded_ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogevent_event.date_start</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogevent_event.date_end</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reminder_rule.from_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reminder_rule.to_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.14.3.3/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Custom Customer Attributes Step\">\n            <integrity>Migration\\Step\\CustomCustomerAttributes\\Integrity</integrity>\n            <data>Migration\\Step\\CustomCustomerAttributes\\Data</data>\n            <volume>Migration\\Step\\CustomCustomerAttributes\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version11410to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version11410to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version11410to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"SalesOrder Step\">\n            <integrity>Migration\\Step\\SalesOrder\\Integrity</integrity>\n            <data>Migration\\Step\\SalesOrder\\Data</data>\n            <volume>Migration\\Step\\SalesOrder\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGridsEE\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGridsEE\\Data</data>\n            <volume>Migration\\Step\\OrderGridsEE\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"VisualMerchandiser Step\">\n            <integrity>Migration\\Step\\VisualMerchandiser\\Integrity</integrity>\n            <data>Migration\\Step\\VisualMerchandiser\\Data</data>\n            <volume>Migration\\Step\\VisualMerchandiser\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Custom Customer Attributes Step\">\n            <delta>Migration\\Step\\CustomCustomerAttributes\\Delta</delta>\n            <volume>Migration\\Step\\CustomCustomerAttributes\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"SalesOrder Step\">\n            <delta>Migration\\Step\\SalesOrder\\Delta</delta>\n            <volume>Migration\\Step\\SalesOrder\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version11410to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version11410to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGridsEE\\Delta</delta>\n            <volume>Migration\\Step\\OrderGridsEE\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/commerce-to-commerce/1.14.3.3/map.xml.dist</map_file>\n        <eav_map_file>etc/commerce-to-commerce/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/commerce-to-commerce/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/commerce-to-commerce/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/commerce-to-commerce/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/commerce-to-commerce/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/commerce-to-commerce/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/commerce-to-commerce/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/commerce-to-commerce/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/commerce-to-commerce/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <sales_order_map_file>etc/commerce-to-commerce/map-sales.xml.dist</sales_order_map_file>\n        <delta_document_groups_file>etc/commerce-to-commerce/deltalog.xml.dist</delta_document_groups_file>\n        <customer_attr_map_file>etc/commerce-to-commerce/customer-attr-map.xml.dist</customer_attr_map_file>\n        <customer_attr_document_groups_file>etc/commerce-to-commerce/customer-attr-document-groups.xml.dist</customer_attr_document_groups_file>\n        <order_grids_document_groups_file>etc/commerce-to-commerce/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <class_map>etc/commerce-to-commerce/class-map.xml.dist</class_map>\n        <visual_merchandiser_map>etc/commerce-to-commerce/visual_merchandiser_map.xml.dist</visual_merchandiser_map>\n        <visual_merchandiser_document_groups>etc/commerce-to-commerce/visual_merchandiser_document_groups.xml.dist</visual_merchandiser_document_groups>\n        <visual_merchandiser_attribute_groups>etc/commerce-to-commerce/visual_merchandiser_attribute_groups.xml.dist</visual_merchandiser_attribute_groups>\n        <map_document_groups>etc/commerce-to-commerce/map-document-groups.xml.dist</map_document_groups>\n        <tier_price_map_file>etc/commerce-to-commerce/1.14.3.3/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/commerce-to-commerce/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>commerce-to-commerce</edition_migrate>\n        <edition_number>1.14.3.3</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.14.3.3/map-tier-price.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_group_price.is_percent</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_group_price.customer_group_id</datatype>\n            </ignore>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_group_price.entity_id</field>\n                <to>catalog_product_entity_group_price.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_product_entity_group_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_tier_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_tier_price.percentage_value</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.14.3.3/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_queue_queue</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_queue_task</document>\n            </ignore>\n            <ignore>\n                <document>find_feed_import_codes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_question_number</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>social_facebook_actions</document>\n            </ignore>\n            <ignore>\n                <document>strikeiron_tax_rate</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalog_category_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalog_product_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_action</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_item</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_log</document>\n            </ignore>\n            <ignore>\n                <document>core_session</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_product_unlinked</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_backup</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_backup_item</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_sysreport</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_event</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata_event</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata_group</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_subscriber</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_index_multiplier</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_cms_page_revision</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_cms_page_version</document>\n            </ignore>\n            <ignore>\n                <document>customer_flowpassword</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma</document>\n                <to>magento_rma</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity</document>\n                <to>magento_rma_item_entity</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_datetime</document>\n                <to>magento_rma_item_entity_datetime</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_decimal</document>\n                <to>magento_rma_item_entity_decimal</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_int</document>\n                <to>magento_rma_item_entity_int</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_text</document>\n                <to>magento_rma_item_entity_text</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_varchar</document>\n                <to>magento_rma_item_entity_varchar</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_form_attribute</document>\n                <to>magento_rma_item_form_attribute</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_shipping_label</document>\n                <to>magento_rma_shipping_label</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_status_history</document>\n                <to>magento_rma_status_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner</document>\n                <to>magento_banner</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_catalogrule</document>\n                <to>magento_banner_catalogrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_content</document>\n                <to>magento_banner_content</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_customersegment</document>\n                <to>magento_banner_customersegment</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_salesrule</document>\n                <to>magento_banner_salesrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogevent_event</document>\n                <to>magento_catalogevent_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogevent_event_image</document>\n                <to>magento_catalogevent_event_image</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogpermissions</document>\n                <to>magento_catalogpermissions</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_lock</document>\n                <to>magento_versionscms_hierarchy_lock</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_metadata</document>\n                <to>magento_versionscms_hierarchy_metadata</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_node</document>\n                <to>magento_versionscms_hierarchy_node</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_increment</document>\n                <to>magento_versionscms_increment</to>\n            </rename>\n            <rename>\n                <document>enterprise_customerbalance</document>\n                <to>magento_customerbalance</to>\n            </rename>\n            <rename>\n                <document>enterprise_customerbalance_history</document>\n                <to>magento_customerbalance_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_customer</document>\n                <to>magento_customersegment_customer</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_event</document>\n                <to>magento_customersegment_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_segment</document>\n                <to>magento_customersegment_segment</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_website</document>\n                <to>magento_customersegment_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcard_amount</document>\n                <to>magento_giftcard_amount</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount</document>\n                <to>magento_giftcardaccount</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount_history</document>\n                <to>magento_giftcardaccount_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount_pool</document>\n                <to>magento_giftcardaccount_pool</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_data</document>\n                <to>magento_giftregistry_data</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_entity</document>\n                <to>magento_giftregistry_entity</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_item</document>\n                <to>magento_giftregistry_item</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_item_option</document>\n                <to>magento_giftregistry_item_option</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_label</document>\n                <to>magento_giftregistry_label</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_person</document>\n                <to>magento_giftregistry_person</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_type</document>\n                <to>magento_giftregistry_type</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_type_info</document>\n                <to>magento_giftregistry_type_info</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping</document>\n                <to>magento_giftwrapping</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping_store_attributes</document>\n                <to>magento_giftwrapping_store_attributes</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping_website</document>\n                <to>magento_giftwrapping_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation</document>\n                <to>magento_invitation</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation_status_history</document>\n                <to>magento_invitation_status_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation_track</document>\n                <to>magento_invitation_track</to>\n            </rename>\n            <rename>\n                <document>enterprise_logging_event</document>\n                <to>magento_logging_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_logging_event_changes</document>\n                <to>magento_logging_event_changes</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule</document>\n                <to>magento_reminder_rule</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_coupon</document>\n                <to>magento_reminder_rule_coupon</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_log</document>\n                <to>magento_reminder_rule_log</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_website</document>\n                <to>magento_reminder_rule_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_template</document>\n                <to>magento_reminder_template</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward</document>\n                <to>magento_reward</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_history</document>\n                <to>magento_reward_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_rate</document>\n                <to>magento_reward_rate</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_salesrule</document>\n                <to>magento_reward_salesrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_scheduled_operations</document>\n                <to>magento_scheduled_operations</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule</document>\n                <to>magento_targetrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule_customersegment</document>\n                <to>magento_targetrule_customersegment</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule_product</document>\n                <to>magento_targetrule_product</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_grid</document>\n                <to>magento_rma_grid</to>\n            </rename>\n            <rename>\n                <document>enterprise_support_backup</document>\n                <to>support_backup</to>\n            </rename>\n            <rename>\n                <document>enterprise_support_backup_item</document>\n                <to>support_backup_item</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_datetime.entity_id</field>\n                <to>catalog_category_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_decimal.entity_id</field>\n                <to>catalog_category_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_int.entity_id</field>\n                <to>catalog_category_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_text.entity_id</field>\n                <to>catalog_category_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_varchar.entity_id</field>\n                <to>catalog_category_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_datetime.entity_id</field>\n                <to>catalog_product_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_decimal.entity_id</field>\n                <to>catalog_product_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_gallery.entity_id</field>\n                <to>catalog_product_entity_gallery.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_int.entity_id</field>\n                <to>catalog_product_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_text.entity_id</field>\n                <to>catalog_product_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_varchar.entity_id</field>\n                <to>catalog_product_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_customer_group.rule_id</field>\n                <to>catalogrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_website.rule_id</field>\n                <to>catalogrule_website.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_customer_group.rule_id</field>\n                <to>salesrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_product_attribute.rule_id</field>\n                <to>salesrule_product_attribute.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_website.rule_id</field>\n                <to>salesrule_website.row_id</to>\n            </move>\n            <move>\n                <field>cms_block_store.block_id</field>\n                <to>cms_block_store.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_label.rule_id</field>\n                <to>salesrule_label.row_id</to>\n            </move>\n            <move>\n                <field>cms_page_store.page_id</field>\n                <to>cms_page_store.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <move>\n                <field>enterprise_giftcard_amount.entity_id</field>\n                <to>magento_giftcard_amount.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.condition_sql</field>\n                <handler class=\"Migration\\Handler\\Rule\\ConditionSql\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.condition_sql</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.ip</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.x_forwarded_ip</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>rating_option_vote.remote_ip_long</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>sendfriend_log.ip</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_type.meta_xml</field>\n                <handler class=\"\\Migration\\Handler\\ConvertDateFormat\" />\n            </transform>\n            <transform>\n                <field>catalogrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalogrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_salesrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.block_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_block\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.page_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_page\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option.option_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_option\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection.selection_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_selection\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>enterprise_reward_history.additional_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.action_select_bind</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.original_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.result_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_item_entity.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_shipping_label.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_person.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.shipping_address</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.file_info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.entity_attributes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.reward_points_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.reward_salesrule_points</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity.attribute_set_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_giftcard_amount.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_targetrule.use_customer_segment</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_targetrule_product.store_id</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_giftregistry_person.middlename</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.base_customer_balance_virtual_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.published_revision_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.under_version_control</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_daily.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_monthly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_yearly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_banner.is_ga_enabled</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.x_forwarded_ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogevent_event.date_start</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogevent_event.date_end</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.from_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.to_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>sales_order</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>support_report</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>visual_merchandiser_rule</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>magento_salesrule_filter</document>\n            </ignore>\n            <ignore>\n                <document>multiinventory_warehouse</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>quote_preview</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_rma_shipment</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalog_category</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_block</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_page</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_selection</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_option</document>\n            </ignore>\n            <ignore>\n                <document>staging_update</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>company</document>\n            </ignore>\n            <ignore>\n                <document>company_advanced_customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_credit</document>\n            </ignore>\n            <ignore>\n                <document>company_credit_history</document>\n            </ignore>\n            <ignore>\n                <document>company_order_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_payment</document>\n            </ignore>\n            <ignore>\n                <document>company_permissions</document>\n            </ignore>\n            <ignore>\n                <document>company_roles</document>\n            </ignore>\n            <ignore>\n                <document>company_structure</document>\n            </ignore>\n            <ignore>\n                <document>company_team</document>\n            </ignore>\n            <ignore>\n                <document>company_user_roles</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment_attachment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_company_config</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_grid</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_history</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_item</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_purged_content</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list_item</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog_product_item</document>\n            </ignore>\n            <ignore>\n                <document>sharedcatalog_category_permissions</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>magento_banner_content.banner_content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_category_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"block_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"page_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>magento_catalogevent_event.status</field>\n                <handler class=\"\\Migration\\Handler\\GetEventStatus\" />\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>magento_banner.is_ga_enabled</field>\n            </ignore>\n            <ignore>\n                <field>magento_banner.ga_creative</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.use_config_deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.row_id</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>magento_catalogevent_event.status</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.x_forwarded_ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogevent_event.date_start</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogevent_event.date_end</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reminder_rule.from_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reminder_rule.to_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.14.3.4/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Custom Customer Attributes Step\">\n            <integrity>Migration\\Step\\CustomCustomerAttributes\\Integrity</integrity>\n            <data>Migration\\Step\\CustomCustomerAttributes\\Data</data>\n            <volume>Migration\\Step\\CustomCustomerAttributes\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version11410to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version11410to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version11410to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"SalesOrder Step\">\n            <integrity>Migration\\Step\\SalesOrder\\Integrity</integrity>\n            <data>Migration\\Step\\SalesOrder\\Data</data>\n            <volume>Migration\\Step\\SalesOrder\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGridsEE\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGridsEE\\Data</data>\n            <volume>Migration\\Step\\OrderGridsEE\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"VisualMerchandiser Step\">\n            <integrity>Migration\\Step\\VisualMerchandiser\\Integrity</integrity>\n            <data>Migration\\Step\\VisualMerchandiser\\Data</data>\n            <volume>Migration\\Step\\VisualMerchandiser\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Custom Customer Attributes Step\">\n            <delta>Migration\\Step\\CustomCustomerAttributes\\Delta</delta>\n            <volume>Migration\\Step\\CustomCustomerAttributes\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"SalesOrder Step\">\n            <delta>Migration\\Step\\SalesOrder\\Delta</delta>\n            <volume>Migration\\Step\\SalesOrder\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version11410to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version11410to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGridsEE\\Delta</delta>\n            <volume>Migration\\Step\\OrderGridsEE\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/commerce-to-commerce/1.14.3.4/map.xml.dist</map_file>\n        <eav_map_file>etc/commerce-to-commerce/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/commerce-to-commerce/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/commerce-to-commerce/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/commerce-to-commerce/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/commerce-to-commerce/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/commerce-to-commerce/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/commerce-to-commerce/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/commerce-to-commerce/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/commerce-to-commerce/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <sales_order_map_file>etc/commerce-to-commerce/map-sales.xml.dist</sales_order_map_file>\n        <delta_document_groups_file>etc/commerce-to-commerce/deltalog.xml.dist</delta_document_groups_file>\n        <customer_attr_map_file>etc/commerce-to-commerce/customer-attr-map.xml.dist</customer_attr_map_file>\n        <customer_attr_document_groups_file>etc/commerce-to-commerce/customer-attr-document-groups.xml.dist</customer_attr_document_groups_file>\n        <order_grids_document_groups_file>etc/commerce-to-commerce/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <class_map>etc/commerce-to-commerce/class-map.xml.dist</class_map>\n        <visual_merchandiser_map>etc/commerce-to-commerce/visual_merchandiser_map.xml.dist</visual_merchandiser_map>\n        <visual_merchandiser_document_groups>etc/commerce-to-commerce/visual_merchandiser_document_groups.xml.dist</visual_merchandiser_document_groups>\n        <visual_merchandiser_attribute_groups>etc/commerce-to-commerce/visual_merchandiser_attribute_groups.xml.dist</visual_merchandiser_attribute_groups>\n        <map_document_groups>etc/commerce-to-commerce/map-document-groups.xml.dist</map_document_groups>\n        <tier_price_map_file>etc/commerce-to-commerce/1.14.3.4/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/commerce-to-commerce/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>commerce-to-commerce</edition_migrate>\n        <edition_number>1.14.3.4</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.14.3.4/map-tier-price.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_group_price.is_percent</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_group_price.customer_group_id</datatype>\n            </ignore>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_group_price.entity_id</field>\n                <to>catalog_product_entity_group_price.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_product_entity_group_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_tier_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_tier_price.percentage_value</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.14.3.4/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_queue_queue</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_queue_task</document>\n            </ignore>\n            <ignore>\n                <document>find_feed_import_codes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_question_number</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>social_facebook_actions</document>\n            </ignore>\n            <ignore>\n                <document>strikeiron_tax_rate</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalog_category_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalog_product_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_action</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_item</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_log</document>\n            </ignore>\n            <ignore>\n                <document>core_session</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_product_unlinked</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_backup</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_backup_item</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_sysreport</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_event</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata_event</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata_group</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_subscriber</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_index_multiplier</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_cms_page_revision</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_cms_page_version</document>\n            </ignore>\n            <ignore>\n                <document>customer_flowpassword</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma</document>\n                <to>magento_rma</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity</document>\n                <to>magento_rma_item_entity</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_datetime</document>\n                <to>magento_rma_item_entity_datetime</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_decimal</document>\n                <to>magento_rma_item_entity_decimal</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_int</document>\n                <to>magento_rma_item_entity_int</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_text</document>\n                <to>magento_rma_item_entity_text</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_varchar</document>\n                <to>magento_rma_item_entity_varchar</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_form_attribute</document>\n                <to>magento_rma_item_form_attribute</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_shipping_label</document>\n                <to>magento_rma_shipping_label</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_status_history</document>\n                <to>magento_rma_status_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner</document>\n                <to>magento_banner</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_catalogrule</document>\n                <to>magento_banner_catalogrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_content</document>\n                <to>magento_banner_content</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_customersegment</document>\n                <to>magento_banner_customersegment</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_salesrule</document>\n                <to>magento_banner_salesrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogevent_event</document>\n                <to>magento_catalogevent_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogevent_event_image</document>\n                <to>magento_catalogevent_event_image</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogpermissions</document>\n                <to>magento_catalogpermissions</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_lock</document>\n                <to>magento_versionscms_hierarchy_lock</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_metadata</document>\n                <to>magento_versionscms_hierarchy_metadata</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_node</document>\n                <to>magento_versionscms_hierarchy_node</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_increment</document>\n                <to>magento_versionscms_increment</to>\n            </rename>\n            <rename>\n                <document>enterprise_customerbalance</document>\n                <to>magento_customerbalance</to>\n            </rename>\n            <rename>\n                <document>enterprise_customerbalance_history</document>\n                <to>magento_customerbalance_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_customer</document>\n                <to>magento_customersegment_customer</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_event</document>\n                <to>magento_customersegment_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_segment</document>\n                <to>magento_customersegment_segment</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_website</document>\n                <to>magento_customersegment_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcard_amount</document>\n                <to>magento_giftcard_amount</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount</document>\n                <to>magento_giftcardaccount</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount_history</document>\n                <to>magento_giftcardaccount_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount_pool</document>\n                <to>magento_giftcardaccount_pool</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_data</document>\n                <to>magento_giftregistry_data</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_entity</document>\n                <to>magento_giftregistry_entity</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_item</document>\n                <to>magento_giftregistry_item</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_item_option</document>\n                <to>magento_giftregistry_item_option</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_label</document>\n                <to>magento_giftregistry_label</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_person</document>\n                <to>magento_giftregistry_person</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_type</document>\n                <to>magento_giftregistry_type</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_type_info</document>\n                <to>magento_giftregistry_type_info</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping</document>\n                <to>magento_giftwrapping</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping_store_attributes</document>\n                <to>magento_giftwrapping_store_attributes</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping_website</document>\n                <to>magento_giftwrapping_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation</document>\n                <to>magento_invitation</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation_status_history</document>\n                <to>magento_invitation_status_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation_track</document>\n                <to>magento_invitation_track</to>\n            </rename>\n            <rename>\n                <document>enterprise_logging_event</document>\n                <to>magento_logging_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_logging_event_changes</document>\n                <to>magento_logging_event_changes</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule</document>\n                <to>magento_reminder_rule</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_coupon</document>\n                <to>magento_reminder_rule_coupon</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_log</document>\n                <to>magento_reminder_rule_log</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_website</document>\n                <to>magento_reminder_rule_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_template</document>\n                <to>magento_reminder_template</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward</document>\n                <to>magento_reward</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_history</document>\n                <to>magento_reward_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_rate</document>\n                <to>magento_reward_rate</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_salesrule</document>\n                <to>magento_reward_salesrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_scheduled_operations</document>\n                <to>magento_scheduled_operations</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule</document>\n                <to>magento_targetrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule_customersegment</document>\n                <to>magento_targetrule_customersegment</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule_product</document>\n                <to>magento_targetrule_product</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_grid</document>\n                <to>magento_rma_grid</to>\n            </rename>\n            <rename>\n                <document>enterprise_support_backup</document>\n                <to>support_backup</to>\n            </rename>\n            <rename>\n                <document>enterprise_support_backup_item</document>\n                <to>support_backup_item</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_datetime.entity_id</field>\n                <to>catalog_category_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_decimal.entity_id</field>\n                <to>catalog_category_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_int.entity_id</field>\n                <to>catalog_category_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_text.entity_id</field>\n                <to>catalog_category_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_varchar.entity_id</field>\n                <to>catalog_category_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_datetime.entity_id</field>\n                <to>catalog_product_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_decimal.entity_id</field>\n                <to>catalog_product_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_gallery.entity_id</field>\n                <to>catalog_product_entity_gallery.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_int.entity_id</field>\n                <to>catalog_product_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_text.entity_id</field>\n                <to>catalog_product_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_varchar.entity_id</field>\n                <to>catalog_product_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_customer_group.rule_id</field>\n                <to>catalogrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_website.rule_id</field>\n                <to>catalogrule_website.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_customer_group.rule_id</field>\n                <to>salesrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_product_attribute.rule_id</field>\n                <to>salesrule_product_attribute.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_website.rule_id</field>\n                <to>salesrule_website.row_id</to>\n            </move>\n            <move>\n                <field>cms_block_store.block_id</field>\n                <to>cms_block_store.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_label.rule_id</field>\n                <to>salesrule_label.row_id</to>\n            </move>\n            <move>\n                <field>cms_page_store.page_id</field>\n                <to>cms_page_store.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <move>\n                <field>enterprise_giftcard_amount.entity_id</field>\n                <to>magento_giftcard_amount.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.condition_sql</field>\n                <handler class=\"Migration\\Handler\\Rule\\ConditionSql\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.condition_sql</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.ip</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.x_forwarded_ip</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>rating_option_vote.remote_ip_long</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>sendfriend_log.ip</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_type.meta_xml</field>\n                <handler class=\"\\Migration\\Handler\\ConvertDateFormat\" />\n            </transform>\n            <transform>\n                <field>catalogrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalogrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_salesrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.block_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_block\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.page_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_page\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option.option_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_option\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection.selection_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_selection\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option.option_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_option\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection.selection_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_selection\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>enterprise_reward_history.additional_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.action_select_bind</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.original_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.result_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_item_entity.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_shipping_label.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_person.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.shipping_address</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.file_info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.entity_attributes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_reward_history.additional_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.action_select_bind</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.original_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.result_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_item_entity.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_shipping_label.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_person.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.shipping_address</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.file_info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.entity_attributes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.reward_points_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.reward_salesrule_points</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity.attribute_set_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_giftcard_amount.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_targetrule.use_customer_segment</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_targetrule_product.store_id</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_giftregistry_person.middlename</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.base_customer_balance_virtual_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.published_revision_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.under_version_control</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_daily.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_monthly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_yearly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_banner.is_ga_enabled</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.x_forwarded_ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogevent_event.date_start</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogevent_event.date_end</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.from_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.to_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>sales_order</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>support_report</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>visual_merchandiser_rule</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>magento_salesrule_filter</document>\n            </ignore>\n            <ignore>\n                <document>multiinventory_warehouse</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>quote_preview</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_rma_shipment</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalog_category</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_block</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_page</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_selection</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_option</document>\n            </ignore>\n            <ignore>\n                <document>staging_update</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>company</document>\n            </ignore>\n            <ignore>\n                <document>company_advanced_customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_credit</document>\n            </ignore>\n            <ignore>\n                <document>company_credit_history</document>\n            </ignore>\n            <ignore>\n                <document>company_order_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_payment</document>\n            </ignore>\n            <ignore>\n                <document>company_permissions</document>\n            </ignore>\n            <ignore>\n                <document>company_roles</document>\n            </ignore>\n            <ignore>\n                <document>company_structure</document>\n            </ignore>\n            <ignore>\n                <document>company_team</document>\n            </ignore>\n            <ignore>\n                <document>company_user_roles</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment_attachment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_company_config</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_grid</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_history</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_item</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_purged_content</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list_item</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog_product_item</document>\n            </ignore>\n            <ignore>\n                <document>sharedcatalog_category_permissions</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>magento_banner_content.banner_content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_category_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"block_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"page_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>magento_catalogevent_event.status</field>\n                <handler class=\"\\Migration\\Handler\\GetEventStatus\" />\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>magento_banner.is_ga_enabled</field>\n            </ignore>\n            <ignore>\n                <field>magento_banner.ga_creative</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.use_config_deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.row_id</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>magento_catalogevent_event.status</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.x_forwarded_ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogevent_event.date_start</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogevent_event.date_end</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reminder_rule.from_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reminder_rule.to_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.14.3.6/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Custom Customer Attributes Step\">\n            <integrity>Migration\\Step\\CustomCustomerAttributes\\Integrity</integrity>\n            <data>Migration\\Step\\CustomCustomerAttributes\\Data</data>\n            <volume>Migration\\Step\\CustomCustomerAttributes\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version11410to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version11410to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version11410to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"SalesOrder Step\">\n            <integrity>Migration\\Step\\SalesOrder\\Integrity</integrity>\n            <data>Migration\\Step\\SalesOrder\\Data</data>\n            <volume>Migration\\Step\\SalesOrder\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGridsEE\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGridsEE\\Data</data>\n            <volume>Migration\\Step\\OrderGridsEE\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"VisualMerchandiser Step\">\n            <integrity>Migration\\Step\\VisualMerchandiser\\Integrity</integrity>\n            <data>Migration\\Step\\VisualMerchandiser\\Data</data>\n            <volume>Migration\\Step\\VisualMerchandiser\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Custom Customer Attributes Step\">\n            <delta>Migration\\Step\\CustomCustomerAttributes\\Delta</delta>\n            <volume>Migration\\Step\\CustomCustomerAttributes\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"SalesOrder Step\">\n            <delta>Migration\\Step\\SalesOrder\\Delta</delta>\n            <volume>Migration\\Step\\SalesOrder\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version11410to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version11410to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGridsEE\\Delta</delta>\n            <volume>Migration\\Step\\OrderGridsEE\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/commerce-to-commerce/1.14.3.6/map.xml.dist</map_file>\n        <eav_map_file>etc/commerce-to-commerce/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/commerce-to-commerce/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/commerce-to-commerce/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/commerce-to-commerce/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/commerce-to-commerce/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/commerce-to-commerce/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/commerce-to-commerce/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/commerce-to-commerce/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/commerce-to-commerce/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <sales_order_map_file>etc/commerce-to-commerce/map-sales.xml.dist</sales_order_map_file>\n        <delta_document_groups_file>etc/commerce-to-commerce/deltalog.xml.dist</delta_document_groups_file>\n        <customer_attr_map_file>etc/commerce-to-commerce/customer-attr-map.xml.dist</customer_attr_map_file>\n        <customer_attr_document_groups_file>etc/commerce-to-commerce/customer-attr-document-groups.xml.dist</customer_attr_document_groups_file>\n        <order_grids_document_groups_file>etc/commerce-to-commerce/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <class_map>etc/commerce-to-commerce/class-map.xml.dist</class_map>\n        <visual_merchandiser_map>etc/commerce-to-commerce/visual_merchandiser_map.xml.dist</visual_merchandiser_map>\n        <visual_merchandiser_document_groups>etc/commerce-to-commerce/visual_merchandiser_document_groups.xml.dist</visual_merchandiser_document_groups>\n        <visual_merchandiser_attribute_groups>etc/commerce-to-commerce/visual_merchandiser_attribute_groups.xml.dist</visual_merchandiser_attribute_groups>\n        <map_document_groups>etc/commerce-to-commerce/map-document-groups.xml.dist</map_document_groups>\n        <tier_price_map_file>etc/commerce-to-commerce/1.14.3.6/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/commerce-to-commerce/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>commerce-to-commerce</edition_migrate>\n        <edition_number>1.14.3.6</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.14.3.6/map-tier-price.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_group_price.is_percent</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_group_price.customer_group_id</datatype>\n            </ignore>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_group_price.entity_id</field>\n                <to>catalog_product_entity_group_price.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_product_entity_group_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_tier_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_tier_price.percentage_value</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.14.3.6/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_queue_queue</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_queue_task</document>\n            </ignore>\n            <ignore>\n                <document>find_feed_import_codes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_question_number</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>social_facebook_actions</document>\n            </ignore>\n            <ignore>\n                <document>strikeiron_tax_rate</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalog_category_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalog_product_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_action</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_item</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_log</document>\n            </ignore>\n            <ignore>\n                <document>core_session</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_product_unlinked</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_backup</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_backup_item</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_sysreport</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_event</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata_event</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata_group</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_subscriber</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_index_multiplier</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_cms_page_revision</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_cms_page_version</document>\n            </ignore>\n            <ignore>\n                <document>customer_flowpassword</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma</document>\n                <to>magento_rma</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity</document>\n                <to>magento_rma_item_entity</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_datetime</document>\n                <to>magento_rma_item_entity_datetime</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_decimal</document>\n                <to>magento_rma_item_entity_decimal</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_int</document>\n                <to>magento_rma_item_entity_int</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_text</document>\n                <to>magento_rma_item_entity_text</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_varchar</document>\n                <to>magento_rma_item_entity_varchar</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_form_attribute</document>\n                <to>magento_rma_item_form_attribute</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_shipping_label</document>\n                <to>magento_rma_shipping_label</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_status_history</document>\n                <to>magento_rma_status_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner</document>\n                <to>magento_banner</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_catalogrule</document>\n                <to>magento_banner_catalogrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_content</document>\n                <to>magento_banner_content</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_customersegment</document>\n                <to>magento_banner_customersegment</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_salesrule</document>\n                <to>magento_banner_salesrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogevent_event</document>\n                <to>magento_catalogevent_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogevent_event_image</document>\n                <to>magento_catalogevent_event_image</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogpermissions</document>\n                <to>magento_catalogpermissions</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_lock</document>\n                <to>magento_versionscms_hierarchy_lock</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_metadata</document>\n                <to>magento_versionscms_hierarchy_metadata</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_node</document>\n                <to>magento_versionscms_hierarchy_node</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_increment</document>\n                <to>magento_versionscms_increment</to>\n            </rename>\n            <rename>\n                <document>enterprise_customerbalance</document>\n                <to>magento_customerbalance</to>\n            </rename>\n            <rename>\n                <document>enterprise_customerbalance_history</document>\n                <to>magento_customerbalance_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_customer</document>\n                <to>magento_customersegment_customer</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_event</document>\n                <to>magento_customersegment_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_segment</document>\n                <to>magento_customersegment_segment</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_website</document>\n                <to>magento_customersegment_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcard_amount</document>\n                <to>magento_giftcard_amount</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount</document>\n                <to>magento_giftcardaccount</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount_history</document>\n                <to>magento_giftcardaccount_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount_pool</document>\n                <to>magento_giftcardaccount_pool</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_data</document>\n                <to>magento_giftregistry_data</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_entity</document>\n                <to>magento_giftregistry_entity</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_item</document>\n                <to>magento_giftregistry_item</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_item_option</document>\n                <to>magento_giftregistry_item_option</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_label</document>\n                <to>magento_giftregistry_label</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_person</document>\n                <to>magento_giftregistry_person</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_type</document>\n                <to>magento_giftregistry_type</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_type_info</document>\n                <to>magento_giftregistry_type_info</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping</document>\n                <to>magento_giftwrapping</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping_store_attributes</document>\n                <to>magento_giftwrapping_store_attributes</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping_website</document>\n                <to>magento_giftwrapping_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation</document>\n                <to>magento_invitation</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation_status_history</document>\n                <to>magento_invitation_status_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation_track</document>\n                <to>magento_invitation_track</to>\n            </rename>\n            <rename>\n                <document>enterprise_logging_event</document>\n                <to>magento_logging_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_logging_event_changes</document>\n                <to>magento_logging_event_changes</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule</document>\n                <to>magento_reminder_rule</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_coupon</document>\n                <to>magento_reminder_rule_coupon</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_log</document>\n                <to>magento_reminder_rule_log</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_website</document>\n                <to>magento_reminder_rule_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_template</document>\n                <to>magento_reminder_template</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward</document>\n                <to>magento_reward</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_history</document>\n                <to>magento_reward_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_rate</document>\n                <to>magento_reward_rate</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_salesrule</document>\n                <to>magento_reward_salesrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_scheduled_operations</document>\n                <to>magento_scheduled_operations</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule</document>\n                <to>magento_targetrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule_customersegment</document>\n                <to>magento_targetrule_customersegment</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule_product</document>\n                <to>magento_targetrule_product</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_grid</document>\n                <to>magento_rma_grid</to>\n            </rename>\n            <rename>\n                <document>enterprise_support_backup</document>\n                <to>support_backup</to>\n            </rename>\n            <rename>\n                <document>enterprise_support_backup_item</document>\n                <to>support_backup_item</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_datetime.entity_id</field>\n                <to>catalog_category_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_decimal.entity_id</field>\n                <to>catalog_category_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_int.entity_id</field>\n                <to>catalog_category_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_text.entity_id</field>\n                <to>catalog_category_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_varchar.entity_id</field>\n                <to>catalog_category_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_datetime.entity_id</field>\n                <to>catalog_product_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_decimal.entity_id</field>\n                <to>catalog_product_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_gallery.entity_id</field>\n                <to>catalog_product_entity_gallery.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_int.entity_id</field>\n                <to>catalog_product_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_text.entity_id</field>\n                <to>catalog_product_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_varchar.entity_id</field>\n                <to>catalog_product_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_customer_group.rule_id</field>\n                <to>catalogrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_website.rule_id</field>\n                <to>catalogrule_website.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_customer_group.rule_id</field>\n                <to>salesrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_product_attribute.rule_id</field>\n                <to>salesrule_product_attribute.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_website.rule_id</field>\n                <to>salesrule_website.row_id</to>\n            </move>\n            <move>\n                <field>cms_block_store.block_id</field>\n                <to>cms_block_store.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_label.rule_id</field>\n                <to>salesrule_label.row_id</to>\n            </move>\n            <move>\n                <field>cms_page_store.page_id</field>\n                <to>cms_page_store.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <move>\n                <field>enterprise_giftcard_amount.entity_id</field>\n                <to>magento_giftcard_amount.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.condition_sql</field>\n                <handler class=\"Migration\\Handler\\Rule\\ConditionSql\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.condition_sql</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.ip</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.x_forwarded_ip</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>rating_option_vote.remote_ip_long</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>sendfriend_log.ip</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_type.meta_xml</field>\n                <handler class=\"\\Migration\\Handler\\ConvertDateFormat\" />\n            </transform>\n            <transform>\n                <field>catalogrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalogrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_salesrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.block_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_block\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.page_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_page\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option.option_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_option\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection.selection_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_selection\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option.option_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_option\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection.selection_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_selection\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>enterprise_reward_history.additional_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.action_select_bind</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.original_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.result_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_item_entity.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_shipping_label.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_person.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.shipping_address</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.file_info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.entity_attributes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_reward_history.additional_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.action_select_bind</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.original_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.result_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_item_entity.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_shipping_label.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_person.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.shipping_address</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.file_info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.entity_attributes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.reward_points_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.reward_salesrule_points</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity.attribute_set_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_giftcard_amount.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_targetrule.use_customer_segment</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_targetrule_product.store_id</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_giftregistry_person.middlename</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.base_customer_balance_virtual_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.published_revision_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.under_version_control</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_daily.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_monthly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_yearly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_banner.is_ga_enabled</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.x_forwarded_ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogevent_event.date_start</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogevent_event.date_end</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.from_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.to_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>sales_order</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>support_report</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>visual_merchandiser_rule</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>magento_salesrule_filter</document>\n            </ignore>\n            <ignore>\n                <document>multiinventory_warehouse</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>quote_preview</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_rma_shipment</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalog_category</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_block</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_page</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_selection</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_option</document>\n            </ignore>\n            <ignore>\n                <document>staging_update</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>company</document>\n            </ignore>\n            <ignore>\n                <document>company_advanced_customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_credit</document>\n            </ignore>\n            <ignore>\n                <document>company_credit_history</document>\n            </ignore>\n            <ignore>\n                <document>company_order_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_payment</document>\n            </ignore>\n            <ignore>\n                <document>company_permissions</document>\n            </ignore>\n            <ignore>\n                <document>company_roles</document>\n            </ignore>\n            <ignore>\n                <document>company_structure</document>\n            </ignore>\n            <ignore>\n                <document>company_team</document>\n            </ignore>\n            <ignore>\n                <document>company_user_roles</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment_attachment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_company_config</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_grid</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_history</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_item</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_purged_content</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list_item</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog_product_item</document>\n            </ignore>\n            <ignore>\n                <document>sharedcatalog_category_permissions</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>magento_banner_content.banner_content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_category_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"block_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"page_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>magento_catalogevent_event.status</field>\n                <handler class=\"\\Migration\\Handler\\GetEventStatus\" />\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>magento_banner.is_ga_enabled</field>\n            </ignore>\n            <ignore>\n                <field>magento_banner.ga_creative</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.use_config_deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.row_id</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>magento_catalogevent_event.status</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.x_forwarded_ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogevent_event.date_start</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogevent_event.date_end</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reminder_rule.from_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reminder_rule.to_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.14.3.7/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Custom Customer Attributes Step\">\n            <integrity>Migration\\Step\\CustomCustomerAttributes\\Integrity</integrity>\n            <data>Migration\\Step\\CustomCustomerAttributes\\Data</data>\n            <volume>Migration\\Step\\CustomCustomerAttributes\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version11410to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version11410to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version11410to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"SalesOrder Step\">\n            <integrity>Migration\\Step\\SalesOrder\\Integrity</integrity>\n            <data>Migration\\Step\\SalesOrder\\Data</data>\n            <volume>Migration\\Step\\SalesOrder\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGridsEE\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGridsEE\\Data</data>\n            <volume>Migration\\Step\\OrderGridsEE\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"VisualMerchandiser Step\">\n            <integrity>Migration\\Step\\VisualMerchandiser\\Integrity</integrity>\n            <data>Migration\\Step\\VisualMerchandiser\\Data</data>\n            <volume>Migration\\Step\\VisualMerchandiser\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Custom Customer Attributes Step\">\n            <delta>Migration\\Step\\CustomCustomerAttributes\\Delta</delta>\n            <volume>Migration\\Step\\CustomCustomerAttributes\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"SalesOrder Step\">\n            <delta>Migration\\Step\\SalesOrder\\Delta</delta>\n            <volume>Migration\\Step\\SalesOrder\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version11410to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version11410to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGridsEE\\Delta</delta>\n            <volume>Migration\\Step\\OrderGridsEE\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/commerce-to-commerce/1.14.3.7/map.xml.dist</map_file>\n        <eav_map_file>etc/commerce-to-commerce/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/commerce-to-commerce/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/commerce-to-commerce/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/commerce-to-commerce/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/commerce-to-commerce/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/commerce-to-commerce/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/commerce-to-commerce/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/commerce-to-commerce/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/commerce-to-commerce/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <sales_order_map_file>etc/commerce-to-commerce/map-sales.xml.dist</sales_order_map_file>\n        <delta_document_groups_file>etc/commerce-to-commerce/deltalog.xml.dist</delta_document_groups_file>\n        <customer_attr_map_file>etc/commerce-to-commerce/customer-attr-map.xml.dist</customer_attr_map_file>\n        <customer_attr_document_groups_file>etc/commerce-to-commerce/customer-attr-document-groups.xml.dist</customer_attr_document_groups_file>\n        <order_grids_document_groups_file>etc/commerce-to-commerce/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <class_map>etc/commerce-to-commerce/class-map.xml.dist</class_map>\n        <visual_merchandiser_map>etc/commerce-to-commerce/visual_merchandiser_map.xml.dist</visual_merchandiser_map>\n        <visual_merchandiser_document_groups>etc/commerce-to-commerce/visual_merchandiser_document_groups.xml.dist</visual_merchandiser_document_groups>\n        <visual_merchandiser_attribute_groups>etc/commerce-to-commerce/visual_merchandiser_attribute_groups.xml.dist</visual_merchandiser_attribute_groups>\n        <map_document_groups>etc/commerce-to-commerce/map-document-groups.xml.dist</map_document_groups>\n        <tier_price_map_file>etc/commerce-to-commerce/1.14.3.7/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/commerce-to-commerce/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>commerce-to-commerce</edition_migrate>\n        <edition_number>1.14.3.7</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.14.3.7/map-tier-price.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_group_price.is_percent</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_group_price.customer_group_id</datatype>\n            </ignore>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_group_price.entity_id</field>\n                <to>catalog_product_entity_group_price.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_product_entity_group_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_tier_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_tier_price.percentage_value</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.14.3.7/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_queue_queue</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_queue_task</document>\n            </ignore>\n            <ignore>\n                <document>find_feed_import_codes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_question_number</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>social_facebook_actions</document>\n            </ignore>\n            <ignore>\n                <document>strikeiron_tax_rate</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalog_category_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalog_product_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_action</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_item</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_log</document>\n            </ignore>\n            <ignore>\n                <document>core_session</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_product_unlinked</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_backup</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_backup_item</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_sysreport</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_event</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata_event</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata_group</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_subscriber</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_index_multiplier</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_cms_page_revision</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_cms_page_version</document>\n            </ignore>\n            <ignore>\n                <document>customer_flowpassword</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma</document>\n                <to>magento_rma</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity</document>\n                <to>magento_rma_item_entity</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_datetime</document>\n                <to>magento_rma_item_entity_datetime</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_decimal</document>\n                <to>magento_rma_item_entity_decimal</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_int</document>\n                <to>magento_rma_item_entity_int</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_text</document>\n                <to>magento_rma_item_entity_text</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_varchar</document>\n                <to>magento_rma_item_entity_varchar</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_form_attribute</document>\n                <to>magento_rma_item_form_attribute</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_shipping_label</document>\n                <to>magento_rma_shipping_label</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_status_history</document>\n                <to>magento_rma_status_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner</document>\n                <to>magento_banner</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_catalogrule</document>\n                <to>magento_banner_catalogrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_content</document>\n                <to>magento_banner_content</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_customersegment</document>\n                <to>magento_banner_customersegment</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_salesrule</document>\n                <to>magento_banner_salesrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogevent_event</document>\n                <to>magento_catalogevent_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogevent_event_image</document>\n                <to>magento_catalogevent_event_image</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogpermissions</document>\n                <to>magento_catalogpermissions</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_lock</document>\n                <to>magento_versionscms_hierarchy_lock</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_metadata</document>\n                <to>magento_versionscms_hierarchy_metadata</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_node</document>\n                <to>magento_versionscms_hierarchy_node</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_increment</document>\n                <to>magento_versionscms_increment</to>\n            </rename>\n            <rename>\n                <document>enterprise_customerbalance</document>\n                <to>magento_customerbalance</to>\n            </rename>\n            <rename>\n                <document>enterprise_customerbalance_history</document>\n                <to>magento_customerbalance_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_customer</document>\n                <to>magento_customersegment_customer</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_event</document>\n                <to>magento_customersegment_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_segment</document>\n                <to>magento_customersegment_segment</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_website</document>\n                <to>magento_customersegment_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcard_amount</document>\n                <to>magento_giftcard_amount</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount</document>\n                <to>magento_giftcardaccount</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount_history</document>\n                <to>magento_giftcardaccount_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount_pool</document>\n                <to>magento_giftcardaccount_pool</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_data</document>\n                <to>magento_giftregistry_data</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_entity</document>\n                <to>magento_giftregistry_entity</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_item</document>\n                <to>magento_giftregistry_item</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_item_option</document>\n                <to>magento_giftregistry_item_option</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_label</document>\n                <to>magento_giftregistry_label</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_person</document>\n                <to>magento_giftregistry_person</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_type</document>\n                <to>magento_giftregistry_type</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_type_info</document>\n                <to>magento_giftregistry_type_info</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping</document>\n                <to>magento_giftwrapping</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping_store_attributes</document>\n                <to>magento_giftwrapping_store_attributes</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping_website</document>\n                <to>magento_giftwrapping_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation</document>\n                <to>magento_invitation</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation_status_history</document>\n                <to>magento_invitation_status_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation_track</document>\n                <to>magento_invitation_track</to>\n            </rename>\n            <rename>\n                <document>enterprise_logging_event</document>\n                <to>magento_logging_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_logging_event_changes</document>\n                <to>magento_logging_event_changes</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule</document>\n                <to>magento_reminder_rule</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_coupon</document>\n                <to>magento_reminder_rule_coupon</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_log</document>\n                <to>magento_reminder_rule_log</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_website</document>\n                <to>magento_reminder_rule_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_template</document>\n                <to>magento_reminder_template</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward</document>\n                <to>magento_reward</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_history</document>\n                <to>magento_reward_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_rate</document>\n                <to>magento_reward_rate</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_salesrule</document>\n                <to>magento_reward_salesrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_scheduled_operations</document>\n                <to>magento_scheduled_operations</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule</document>\n                <to>magento_targetrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule_customersegment</document>\n                <to>magento_targetrule_customersegment</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule_product</document>\n                <to>magento_targetrule_product</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_grid</document>\n                <to>magento_rma_grid</to>\n            </rename>\n            <rename>\n                <document>enterprise_support_backup</document>\n                <to>support_backup</to>\n            </rename>\n            <rename>\n                <document>enterprise_support_backup_item</document>\n                <to>support_backup_item</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_datetime.entity_id</field>\n                <to>catalog_category_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_decimal.entity_id</field>\n                <to>catalog_category_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_int.entity_id</field>\n                <to>catalog_category_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_text.entity_id</field>\n                <to>catalog_category_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_varchar.entity_id</field>\n                <to>catalog_category_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_datetime.entity_id</field>\n                <to>catalog_product_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_decimal.entity_id</field>\n                <to>catalog_product_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_gallery.entity_id</field>\n                <to>catalog_product_entity_gallery.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_int.entity_id</field>\n                <to>catalog_product_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_text.entity_id</field>\n                <to>catalog_product_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_varchar.entity_id</field>\n                <to>catalog_product_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_customer_group.rule_id</field>\n                <to>catalogrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_website.rule_id</field>\n                <to>catalogrule_website.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_customer_group.rule_id</field>\n                <to>salesrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_product_attribute.rule_id</field>\n                <to>salesrule_product_attribute.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_website.rule_id</field>\n                <to>salesrule_website.row_id</to>\n            </move>\n            <move>\n                <field>cms_block_store.block_id</field>\n                <to>cms_block_store.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_label.rule_id</field>\n                <to>salesrule_label.row_id</to>\n            </move>\n            <move>\n                <field>cms_page_store.page_id</field>\n                <to>cms_page_store.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <move>\n                <field>enterprise_giftcard_amount.entity_id</field>\n                <to>magento_giftcard_amount.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.condition_sql</field>\n                <handler class=\"Migration\\Handler\\Rule\\ConditionSql\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.condition_sql</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.ip</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.x_forwarded_ip</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>rating_option_vote.remote_ip_long</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>sendfriend_log.ip</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_type.meta_xml</field>\n                <handler class=\"\\Migration\\Handler\\ConvertDateFormat\" />\n            </transform>\n            <transform>\n                <field>catalogrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalogrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_salesrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.block_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_block\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.page_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_page\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option.option_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_option\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection.selection_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_selection\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option.option_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_option\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection.selection_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_selection\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>enterprise_reward_history.additional_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.action_select_bind</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.original_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.result_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_item_entity.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_shipping_label.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_person.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.shipping_address</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.file_info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.entity_attributes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_reward_history.additional_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.action_select_bind</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.original_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.result_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_item_entity.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_shipping_label.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_person.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.shipping_address</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.file_info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.entity_attributes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.reward_points_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.reward_salesrule_points</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity.attribute_set_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_giftcard_amount.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_targetrule.use_customer_segment</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_targetrule_product.store_id</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_giftregistry_person.middlename</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.base_customer_balance_virtual_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.published_revision_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.under_version_control</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_daily.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_monthly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_yearly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_banner.is_ga_enabled</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.x_forwarded_ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogevent_event.date_start</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogevent_event.date_end</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.from_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.to_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>sales_order</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>support_report</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>visual_merchandiser_rule</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>magento_salesrule_filter</document>\n            </ignore>\n            <ignore>\n                <document>multiinventory_warehouse</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>quote_preview</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_rma_shipment</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalog_category</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_block</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_page</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_selection</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_option</document>\n            </ignore>\n            <ignore>\n                <document>staging_update</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>company</document>\n            </ignore>\n            <ignore>\n                <document>company_advanced_customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_credit</document>\n            </ignore>\n            <ignore>\n                <document>company_credit_history</document>\n            </ignore>\n            <ignore>\n                <document>company_order_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_payment</document>\n            </ignore>\n            <ignore>\n                <document>company_permissions</document>\n            </ignore>\n            <ignore>\n                <document>company_roles</document>\n            </ignore>\n            <ignore>\n                <document>company_structure</document>\n            </ignore>\n            <ignore>\n                <document>company_team</document>\n            </ignore>\n            <ignore>\n                <document>company_user_roles</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment_attachment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_company_config</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_grid</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_history</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_item</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_purged_content</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list_item</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog_product_item</document>\n            </ignore>\n            <ignore>\n                <document>sharedcatalog_category_permissions</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>magento_banner_content.banner_content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_category_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"block_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"page_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>magento_catalogevent_event.status</field>\n                <handler class=\"\\Migration\\Handler\\GetEventStatus\" />\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>magento_banner.is_ga_enabled</field>\n            </ignore>\n            <ignore>\n                <field>magento_banner.ga_creative</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.use_config_deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.row_id</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>magento_catalogevent_event.status</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.x_forwarded_ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogevent_event.date_start</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogevent_event.date_end</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reminder_rule.from_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reminder_rule.to_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.14.3.8/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Custom Customer Attributes Step\">\n            <integrity>Migration\\Step\\CustomCustomerAttributes\\Integrity</integrity>\n            <data>Migration\\Step\\CustomCustomerAttributes\\Data</data>\n            <volume>Migration\\Step\\CustomCustomerAttributes\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version11410to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version11410to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version11410to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"SalesOrder Step\">\n            <integrity>Migration\\Step\\SalesOrder\\Integrity</integrity>\n            <data>Migration\\Step\\SalesOrder\\Data</data>\n            <volume>Migration\\Step\\SalesOrder\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGridsEE\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGridsEE\\Data</data>\n            <volume>Migration\\Step\\OrderGridsEE\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"VisualMerchandiser Step\">\n            <integrity>Migration\\Step\\VisualMerchandiser\\Integrity</integrity>\n            <data>Migration\\Step\\VisualMerchandiser\\Data</data>\n            <volume>Migration\\Step\\VisualMerchandiser\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Custom Customer Attributes Step\">\n            <delta>Migration\\Step\\CustomCustomerAttributes\\Delta</delta>\n            <volume>Migration\\Step\\CustomCustomerAttributes\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"SalesOrder Step\">\n            <delta>Migration\\Step\\SalesOrder\\Delta</delta>\n            <volume>Migration\\Step\\SalesOrder\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version11410to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version11410to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGridsEE\\Delta</delta>\n            <volume>Migration\\Step\\OrderGridsEE\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/commerce-to-commerce/1.14.3.8/map.xml.dist</map_file>\n        <eav_map_file>etc/commerce-to-commerce/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/commerce-to-commerce/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/commerce-to-commerce/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/commerce-to-commerce/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/commerce-to-commerce/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/commerce-to-commerce/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/commerce-to-commerce/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/commerce-to-commerce/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/commerce-to-commerce/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <sales_order_map_file>etc/commerce-to-commerce/map-sales.xml.dist</sales_order_map_file>\n        <delta_document_groups_file>etc/commerce-to-commerce/deltalog.xml.dist</delta_document_groups_file>\n        <customer_attr_map_file>etc/commerce-to-commerce/customer-attr-map.xml.dist</customer_attr_map_file>\n        <customer_attr_document_groups_file>etc/commerce-to-commerce/customer-attr-document-groups.xml.dist</customer_attr_document_groups_file>\n        <order_grids_document_groups_file>etc/commerce-to-commerce/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <class_map>etc/commerce-to-commerce/class-map.xml.dist</class_map>\n        <visual_merchandiser_map>etc/commerce-to-commerce/visual_merchandiser_map.xml.dist</visual_merchandiser_map>\n        <visual_merchandiser_document_groups>etc/commerce-to-commerce/visual_merchandiser_document_groups.xml.dist</visual_merchandiser_document_groups>\n        <visual_merchandiser_attribute_groups>etc/commerce-to-commerce/visual_merchandiser_attribute_groups.xml.dist</visual_merchandiser_attribute_groups>\n        <map_document_groups>etc/commerce-to-commerce/map-document-groups.xml.dist</map_document_groups>\n        <tier_price_map_file>etc/commerce-to-commerce/1.14.3.8/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/commerce-to-commerce/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>commerce-to-commerce</edition_migrate>\n        <edition_number>1.14.3.8</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.14.3.8/map-tier-price.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_group_price.is_percent</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_group_price.customer_group_id</datatype>\n            </ignore>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_group_price.entity_id</field>\n                <to>catalog_product_entity_group_price.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_product_entity_group_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_tier_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_tier_price.percentage_value</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.14.3.8/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_queue_queue</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_queue_task</document>\n            </ignore>\n            <ignore>\n                <document>find_feed_import_codes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_question_number</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>social_facebook_actions</document>\n            </ignore>\n            <ignore>\n                <document>strikeiron_tax_rate</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalog_category_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalog_product_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_action</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_item</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_log</document>\n            </ignore>\n            <ignore>\n                <document>core_session</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_product_unlinked</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_backup</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_backup_item</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_sysreport</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_event</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata_event</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata_group</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_subscriber</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_index_multiplier</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_cms_page_revision</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_cms_page_version</document>\n            </ignore>\n            <ignore>\n                <document>customer_flowpassword</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma</document>\n                <to>magento_rma</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity</document>\n                <to>magento_rma_item_entity</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_datetime</document>\n                <to>magento_rma_item_entity_datetime</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_decimal</document>\n                <to>magento_rma_item_entity_decimal</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_int</document>\n                <to>magento_rma_item_entity_int</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_text</document>\n                <to>magento_rma_item_entity_text</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_varchar</document>\n                <to>magento_rma_item_entity_varchar</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_form_attribute</document>\n                <to>magento_rma_item_form_attribute</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_shipping_label</document>\n                <to>magento_rma_shipping_label</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_status_history</document>\n                <to>magento_rma_status_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner</document>\n                <to>magento_banner</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_catalogrule</document>\n                <to>magento_banner_catalogrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_content</document>\n                <to>magento_banner_content</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_customersegment</document>\n                <to>magento_banner_customersegment</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_salesrule</document>\n                <to>magento_banner_salesrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogevent_event</document>\n                <to>magento_catalogevent_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogevent_event_image</document>\n                <to>magento_catalogevent_event_image</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogpermissions</document>\n                <to>magento_catalogpermissions</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_lock</document>\n                <to>magento_versionscms_hierarchy_lock</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_metadata</document>\n                <to>magento_versionscms_hierarchy_metadata</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_node</document>\n                <to>magento_versionscms_hierarchy_node</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_increment</document>\n                <to>magento_versionscms_increment</to>\n            </rename>\n            <rename>\n                <document>enterprise_customerbalance</document>\n                <to>magento_customerbalance</to>\n            </rename>\n            <rename>\n                <document>enterprise_customerbalance_history</document>\n                <to>magento_customerbalance_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_customer</document>\n                <to>magento_customersegment_customer</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_event</document>\n                <to>magento_customersegment_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_segment</document>\n                <to>magento_customersegment_segment</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_website</document>\n                <to>magento_customersegment_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcard_amount</document>\n                <to>magento_giftcard_amount</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount</document>\n                <to>magento_giftcardaccount</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount_history</document>\n                <to>magento_giftcardaccount_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount_pool</document>\n                <to>magento_giftcardaccount_pool</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_data</document>\n                <to>magento_giftregistry_data</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_entity</document>\n                <to>magento_giftregistry_entity</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_item</document>\n                <to>magento_giftregistry_item</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_item_option</document>\n                <to>magento_giftregistry_item_option</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_label</document>\n                <to>magento_giftregistry_label</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_person</document>\n                <to>magento_giftregistry_person</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_type</document>\n                <to>magento_giftregistry_type</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_type_info</document>\n                <to>magento_giftregistry_type_info</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping</document>\n                <to>magento_giftwrapping</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping_store_attributes</document>\n                <to>magento_giftwrapping_store_attributes</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping_website</document>\n                <to>magento_giftwrapping_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation</document>\n                <to>magento_invitation</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation_status_history</document>\n                <to>magento_invitation_status_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation_track</document>\n                <to>magento_invitation_track</to>\n            </rename>\n            <rename>\n                <document>enterprise_logging_event</document>\n                <to>magento_logging_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_logging_event_changes</document>\n                <to>magento_logging_event_changes</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule</document>\n                <to>magento_reminder_rule</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_coupon</document>\n                <to>magento_reminder_rule_coupon</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_log</document>\n                <to>magento_reminder_rule_log</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_website</document>\n                <to>magento_reminder_rule_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_template</document>\n                <to>magento_reminder_template</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward</document>\n                <to>magento_reward</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_history</document>\n                <to>magento_reward_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_rate</document>\n                <to>magento_reward_rate</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_salesrule</document>\n                <to>magento_reward_salesrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_scheduled_operations</document>\n                <to>magento_scheduled_operations</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule</document>\n                <to>magento_targetrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule_customersegment</document>\n                <to>magento_targetrule_customersegment</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule_product</document>\n                <to>magento_targetrule_product</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_grid</document>\n                <to>magento_rma_grid</to>\n            </rename>\n            <rename>\n                <document>enterprise_support_backup</document>\n                <to>support_backup</to>\n            </rename>\n            <rename>\n                <document>enterprise_support_backup_item</document>\n                <to>support_backup_item</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_datetime.entity_id</field>\n                <to>catalog_category_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_decimal.entity_id</field>\n                <to>catalog_category_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_int.entity_id</field>\n                <to>catalog_category_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_text.entity_id</field>\n                <to>catalog_category_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_varchar.entity_id</field>\n                <to>catalog_category_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_datetime.entity_id</field>\n                <to>catalog_product_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_decimal.entity_id</field>\n                <to>catalog_product_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_gallery.entity_id</field>\n                <to>catalog_product_entity_gallery.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_int.entity_id</field>\n                <to>catalog_product_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_text.entity_id</field>\n                <to>catalog_product_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_varchar.entity_id</field>\n                <to>catalog_product_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_customer_group.rule_id</field>\n                <to>catalogrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_website.rule_id</field>\n                <to>catalogrule_website.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_customer_group.rule_id</field>\n                <to>salesrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_product_attribute.rule_id</field>\n                <to>salesrule_product_attribute.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_website.rule_id</field>\n                <to>salesrule_website.row_id</to>\n            </move>\n            <move>\n                <field>cms_block_store.block_id</field>\n                <to>cms_block_store.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_label.rule_id</field>\n                <to>salesrule_label.row_id</to>\n            </move>\n            <move>\n                <field>cms_page_store.page_id</field>\n                <to>cms_page_store.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <move>\n                <field>enterprise_giftcard_amount.entity_id</field>\n                <to>magento_giftcard_amount.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.condition_sql</field>\n                <handler class=\"Migration\\Handler\\Rule\\ConditionSql\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.condition_sql</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.ip</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.x_forwarded_ip</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>rating_option_vote.remote_ip_long</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>sendfriend_log.ip</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_type.meta_xml</field>\n                <handler class=\"\\Migration\\Handler\\ConvertDateFormat\" />\n            </transform>\n            <transform>\n                <field>catalogrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalogrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_salesrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.block_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_block\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.page_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_page\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option.option_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_option\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection.selection_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_selection\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option.option_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_option\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection.selection_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_selection\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>enterprise_reward_history.additional_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.action_select_bind</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.original_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.result_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_item_entity.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_shipping_label.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_person.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.shipping_address</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.file_info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.entity_attributes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_reward_history.additional_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.action_select_bind</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.original_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.result_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_item_entity.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_shipping_label.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_person.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.shipping_address</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.file_info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.entity_attributes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.reward_points_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.reward_salesrule_points</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity.attribute_set_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_giftcard_amount.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_targetrule.use_customer_segment</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_targetrule_product.store_id</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_giftregistry_person.middlename</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.base_customer_balance_virtual_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.published_revision_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.under_version_control</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_daily.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_monthly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_yearly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_banner.is_ga_enabled</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.x_forwarded_ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogevent_event.date_start</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogevent_event.date_end</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.from_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.to_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>sales_order</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>support_report</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>visual_merchandiser_rule</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>magento_salesrule_filter</document>\n            </ignore>\n            <ignore>\n                <document>multiinventory_warehouse</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>quote_preview</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_rma_shipment</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalog_category</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_block</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_page</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_selection</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_option</document>\n            </ignore>\n            <ignore>\n                <document>staging_update</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>company</document>\n            </ignore>\n            <ignore>\n                <document>company_advanced_customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_credit</document>\n            </ignore>\n            <ignore>\n                <document>company_credit_history</document>\n            </ignore>\n            <ignore>\n                <document>company_order_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_payment</document>\n            </ignore>\n            <ignore>\n                <document>company_permissions</document>\n            </ignore>\n            <ignore>\n                <document>company_roles</document>\n            </ignore>\n            <ignore>\n                <document>company_structure</document>\n            </ignore>\n            <ignore>\n                <document>company_team</document>\n            </ignore>\n            <ignore>\n                <document>company_user_roles</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment_attachment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_company_config</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_grid</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_history</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_item</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_purged_content</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list_item</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog_product_item</document>\n            </ignore>\n            <ignore>\n                <document>sharedcatalog_category_permissions</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>magento_banner_content.banner_content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_category_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"block_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"page_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>magento_catalogevent_event.status</field>\n                <handler class=\"\\Migration\\Handler\\GetEventStatus\" />\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>magento_banner.is_ga_enabled</field>\n            </ignore>\n            <ignore>\n                <field>magento_banner.ga_creative</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.use_config_deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.row_id</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>magento_catalogevent_event.status</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.x_forwarded_ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogevent_event.date_start</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogevent_event.date_end</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reminder_rule.from_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reminder_rule.to_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.14.3.9/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Custom Customer Attributes Step\">\n            <integrity>Migration\\Step\\CustomCustomerAttributes\\Integrity</integrity>\n            <data>Migration\\Step\\CustomCustomerAttributes\\Data</data>\n            <volume>Migration\\Step\\CustomCustomerAttributes\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version11410to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version11410to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version11410to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"SalesOrder Step\">\n            <integrity>Migration\\Step\\SalesOrder\\Integrity</integrity>\n            <data>Migration\\Step\\SalesOrder\\Data</data>\n            <volume>Migration\\Step\\SalesOrder\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGridsEE\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGridsEE\\Data</data>\n            <volume>Migration\\Step\\OrderGridsEE\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"VisualMerchandiser Step\">\n            <integrity>Migration\\Step\\VisualMerchandiser\\Integrity</integrity>\n            <data>Migration\\Step\\VisualMerchandiser\\Data</data>\n            <volume>Migration\\Step\\VisualMerchandiser\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Custom Customer Attributes Step\">\n            <delta>Migration\\Step\\CustomCustomerAttributes\\Delta</delta>\n            <volume>Migration\\Step\\CustomCustomerAttributes\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"SalesOrder Step\">\n            <delta>Migration\\Step\\SalesOrder\\Delta</delta>\n            <volume>Migration\\Step\\SalesOrder\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version11410to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version11410to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGridsEE\\Delta</delta>\n            <volume>Migration\\Step\\OrderGridsEE\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/commerce-to-commerce/1.14.3.9/map.xml.dist</map_file>\n        <eav_map_file>etc/commerce-to-commerce/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/commerce-to-commerce/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/commerce-to-commerce/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/commerce-to-commerce/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/commerce-to-commerce/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/commerce-to-commerce/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/commerce-to-commerce/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/commerce-to-commerce/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/commerce-to-commerce/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <sales_order_map_file>etc/commerce-to-commerce/map-sales.xml.dist</sales_order_map_file>\n        <delta_document_groups_file>etc/commerce-to-commerce/deltalog.xml.dist</delta_document_groups_file>\n        <customer_attr_map_file>etc/commerce-to-commerce/customer-attr-map.xml.dist</customer_attr_map_file>\n        <customer_attr_document_groups_file>etc/commerce-to-commerce/customer-attr-document-groups.xml.dist</customer_attr_document_groups_file>\n        <order_grids_document_groups_file>etc/commerce-to-commerce/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <class_map>etc/commerce-to-commerce/class-map.xml.dist</class_map>\n        <visual_merchandiser_map>etc/commerce-to-commerce/visual_merchandiser_map.xml.dist</visual_merchandiser_map>\n        <visual_merchandiser_document_groups>etc/commerce-to-commerce/visual_merchandiser_document_groups.xml.dist</visual_merchandiser_document_groups>\n        <visual_merchandiser_attribute_groups>etc/commerce-to-commerce/visual_merchandiser_attribute_groups.xml.dist</visual_merchandiser_attribute_groups>\n        <map_document_groups>etc/commerce-to-commerce/map-document-groups.xml.dist</map_document_groups>\n        <tier_price_map_file>etc/commerce-to-commerce/1.14.3.9/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/commerce-to-commerce/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>commerce-to-commerce</edition_migrate>\n        <edition_number>1.14.3.9</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.14.3.9/map-tier-price.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_group_price.is_percent</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_group_price.customer_group_id</datatype>\n            </ignore>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_group_price.entity_id</field>\n                <to>catalog_product_entity_group_price.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_product_entity_group_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_tier_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_tier_price.percentage_value</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.14.3.9/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_queue_queue</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_queue_task</document>\n            </ignore>\n            <ignore>\n                <document>find_feed_import_codes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_question_number</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>social_facebook_actions</document>\n            </ignore>\n            <ignore>\n                <document>strikeiron_tax_rate</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalog_category_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalog_product_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_action</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_item</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_log</document>\n            </ignore>\n            <ignore>\n                <document>core_session</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_product_unlinked</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_backup</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_backup_item</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_sysreport</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_event</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata_event</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata_group</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_subscriber</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_index_multiplier</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_cms_page_revision</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_cms_page_version</document>\n            </ignore>\n            <ignore>\n                <document>customer_flowpassword</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma</document>\n                <to>magento_rma</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity</document>\n                <to>magento_rma_item_entity</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_datetime</document>\n                <to>magento_rma_item_entity_datetime</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_decimal</document>\n                <to>magento_rma_item_entity_decimal</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_int</document>\n                <to>magento_rma_item_entity_int</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_text</document>\n                <to>magento_rma_item_entity_text</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_varchar</document>\n                <to>magento_rma_item_entity_varchar</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_form_attribute</document>\n                <to>magento_rma_item_form_attribute</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_shipping_label</document>\n                <to>magento_rma_shipping_label</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_status_history</document>\n                <to>magento_rma_status_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner</document>\n                <to>magento_banner</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_catalogrule</document>\n                <to>magento_banner_catalogrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_content</document>\n                <to>magento_banner_content</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_customersegment</document>\n                <to>magento_banner_customersegment</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_salesrule</document>\n                <to>magento_banner_salesrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogevent_event</document>\n                <to>magento_catalogevent_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogevent_event_image</document>\n                <to>magento_catalogevent_event_image</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogpermissions</document>\n                <to>magento_catalogpermissions</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_lock</document>\n                <to>magento_versionscms_hierarchy_lock</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_metadata</document>\n                <to>magento_versionscms_hierarchy_metadata</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_node</document>\n                <to>magento_versionscms_hierarchy_node</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_increment</document>\n                <to>magento_versionscms_increment</to>\n            </rename>\n            <rename>\n                <document>enterprise_customerbalance</document>\n                <to>magento_customerbalance</to>\n            </rename>\n            <rename>\n                <document>enterprise_customerbalance_history</document>\n                <to>magento_customerbalance_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_customer</document>\n                <to>magento_customersegment_customer</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_event</document>\n                <to>magento_customersegment_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_segment</document>\n                <to>magento_customersegment_segment</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_website</document>\n                <to>magento_customersegment_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcard_amount</document>\n                <to>magento_giftcard_amount</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount</document>\n                <to>magento_giftcardaccount</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount_history</document>\n                <to>magento_giftcardaccount_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount_pool</document>\n                <to>magento_giftcardaccount_pool</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_data</document>\n                <to>magento_giftregistry_data</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_entity</document>\n                <to>magento_giftregistry_entity</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_item</document>\n                <to>magento_giftregistry_item</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_item_option</document>\n                <to>magento_giftregistry_item_option</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_label</document>\n                <to>magento_giftregistry_label</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_person</document>\n                <to>magento_giftregistry_person</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_type</document>\n                <to>magento_giftregistry_type</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_type_info</document>\n                <to>magento_giftregistry_type_info</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping</document>\n                <to>magento_giftwrapping</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping_store_attributes</document>\n                <to>magento_giftwrapping_store_attributes</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping_website</document>\n                <to>magento_giftwrapping_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation</document>\n                <to>magento_invitation</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation_status_history</document>\n                <to>magento_invitation_status_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation_track</document>\n                <to>magento_invitation_track</to>\n            </rename>\n            <rename>\n                <document>enterprise_logging_event</document>\n                <to>magento_logging_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_logging_event_changes</document>\n                <to>magento_logging_event_changes</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule</document>\n                <to>magento_reminder_rule</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_coupon</document>\n                <to>magento_reminder_rule_coupon</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_log</document>\n                <to>magento_reminder_rule_log</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_website</document>\n                <to>magento_reminder_rule_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_template</document>\n                <to>magento_reminder_template</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward</document>\n                <to>magento_reward</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_history</document>\n                <to>magento_reward_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_rate</document>\n                <to>magento_reward_rate</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_salesrule</document>\n                <to>magento_reward_salesrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_scheduled_operations</document>\n                <to>magento_scheduled_operations</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule</document>\n                <to>magento_targetrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule_customersegment</document>\n                <to>magento_targetrule_customersegment</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule_product</document>\n                <to>magento_targetrule_product</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_grid</document>\n                <to>magento_rma_grid</to>\n            </rename>\n            <rename>\n                <document>enterprise_support_backup</document>\n                <to>support_backup</to>\n            </rename>\n            <rename>\n                <document>enterprise_support_backup_item</document>\n                <to>support_backup_item</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_datetime.entity_id</field>\n                <to>catalog_category_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_decimal.entity_id</field>\n                <to>catalog_category_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_int.entity_id</field>\n                <to>catalog_category_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_text.entity_id</field>\n                <to>catalog_category_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_varchar.entity_id</field>\n                <to>catalog_category_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_datetime.entity_id</field>\n                <to>catalog_product_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_decimal.entity_id</field>\n                <to>catalog_product_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_gallery.entity_id</field>\n                <to>catalog_product_entity_gallery.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_int.entity_id</field>\n                <to>catalog_product_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_text.entity_id</field>\n                <to>catalog_product_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_varchar.entity_id</field>\n                <to>catalog_product_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_customer_group.rule_id</field>\n                <to>catalogrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_website.rule_id</field>\n                <to>catalogrule_website.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_customer_group.rule_id</field>\n                <to>salesrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_product_attribute.rule_id</field>\n                <to>salesrule_product_attribute.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_website.rule_id</field>\n                <to>salesrule_website.row_id</to>\n            </move>\n            <move>\n                <field>cms_block_store.block_id</field>\n                <to>cms_block_store.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_label.rule_id</field>\n                <to>salesrule_label.row_id</to>\n            </move>\n            <move>\n                <field>cms_page_store.page_id</field>\n                <to>cms_page_store.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <move>\n                <field>enterprise_giftcard_amount.entity_id</field>\n                <to>magento_giftcard_amount.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.condition_sql</field>\n                <handler class=\"Migration\\Handler\\Rule\\ConditionSql\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.condition_sql</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.ip</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.x_forwarded_ip</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>rating_option_vote.remote_ip_long</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>sendfriend_log.ip</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_type.meta_xml</field>\n                <handler class=\"\\Migration\\Handler\\ConvertDateFormat\" />\n            </transform>\n            <transform>\n                <field>catalogrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalogrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_salesrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.block_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_block\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.page_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_page\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option.option_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_option\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection.selection_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_selection\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option.option_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_option\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection.selection_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_selection\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>enterprise_reward_history.additional_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.action_select_bind</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.original_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.result_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_item_entity.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_shipping_label.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_person.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.shipping_address</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.file_info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.entity_attributes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_reward_history.additional_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.action_select_bind</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.original_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.result_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_item_entity.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_shipping_label.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_person.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.shipping_address</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.file_info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.entity_attributes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.reward_points_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.reward_salesrule_points</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity.attribute_set_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_giftcard_amount.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_targetrule.use_customer_segment</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_targetrule_product.store_id</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_giftregistry_person.middlename</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.base_customer_balance_virtual_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.published_revision_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.under_version_control</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_daily.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_monthly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_yearly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_banner.is_ga_enabled</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.x_forwarded_ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogevent_event.date_start</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogevent_event.date_end</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.from_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.to_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>sales_order</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>support_report</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>visual_merchandiser_rule</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>magento_salesrule_filter</document>\n            </ignore>\n            <ignore>\n                <document>multiinventory_warehouse</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>quote_preview</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_rma_shipment</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalog_category</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_block</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_page</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_selection</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_option</document>\n            </ignore>\n            <ignore>\n                <document>staging_update</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>company</document>\n            </ignore>\n            <ignore>\n                <document>company_advanced_customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_credit</document>\n            </ignore>\n            <ignore>\n                <document>company_credit_history</document>\n            </ignore>\n            <ignore>\n                <document>company_order_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_payment</document>\n            </ignore>\n            <ignore>\n                <document>company_permissions</document>\n            </ignore>\n            <ignore>\n                <document>company_roles</document>\n            </ignore>\n            <ignore>\n                <document>company_structure</document>\n            </ignore>\n            <ignore>\n                <document>company_team</document>\n            </ignore>\n            <ignore>\n                <document>company_user_roles</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment_attachment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_company_config</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_grid</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_history</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_item</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_purged_content</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list_item</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog_product_item</document>\n            </ignore>\n            <ignore>\n                <document>sharedcatalog_category_permissions</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>magento_banner_content.banner_content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_category_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"block_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"page_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>magento_catalogevent_event.status</field>\n                <handler class=\"\\Migration\\Handler\\GetEventStatus\" />\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>magento_banner.is_ga_enabled</field>\n            </ignore>\n            <ignore>\n                <field>magento_banner.ga_creative</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.use_config_deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.row_id</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>magento_catalogevent_event.status</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.x_forwarded_ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogevent_event.date_start</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogevent_event.date_end</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reminder_rule.from_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reminder_rule.to_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.14.4.0/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Custom Customer Attributes Step\">\n            <integrity>Migration\\Step\\CustomCustomerAttributes\\Integrity</integrity>\n            <data>Migration\\Step\\CustomCustomerAttributes\\Data</data>\n            <volume>Migration\\Step\\CustomCustomerAttributes\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version11410to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version11410to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version11410to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"SalesOrder Step\">\n            <integrity>Migration\\Step\\SalesOrder\\Integrity</integrity>\n            <data>Migration\\Step\\SalesOrder\\Data</data>\n            <volume>Migration\\Step\\SalesOrder\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGridsEE\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGridsEE\\Data</data>\n            <volume>Migration\\Step\\OrderGridsEE\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"VisualMerchandiser Step\">\n            <integrity>Migration\\Step\\VisualMerchandiser\\Integrity</integrity>\n            <data>Migration\\Step\\VisualMerchandiser\\Data</data>\n            <volume>Migration\\Step\\VisualMerchandiser\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Custom Customer Attributes Step\">\n            <delta>Migration\\Step\\CustomCustomerAttributes\\Delta</delta>\n            <volume>Migration\\Step\\CustomCustomerAttributes\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"SalesOrder Step\">\n            <delta>Migration\\Step\\SalesOrder\\Delta</delta>\n            <volume>Migration\\Step\\SalesOrder\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version11410to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version11410to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGridsEE\\Delta</delta>\n            <volume>Migration\\Step\\OrderGridsEE\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/commerce-to-commerce/1.14.4.0/map.xml.dist</map_file>\n        <eav_map_file>etc/commerce-to-commerce/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/commerce-to-commerce/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/commerce-to-commerce/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/commerce-to-commerce/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/commerce-to-commerce/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/commerce-to-commerce/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/commerce-to-commerce/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/commerce-to-commerce/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/commerce-to-commerce/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <sales_order_map_file>etc/commerce-to-commerce/map-sales.xml.dist</sales_order_map_file>\n        <delta_document_groups_file>etc/commerce-to-commerce/deltalog.xml.dist</delta_document_groups_file>\n        <customer_attr_map_file>etc/commerce-to-commerce/customer-attr-map.xml.dist</customer_attr_map_file>\n        <customer_attr_document_groups_file>etc/commerce-to-commerce/customer-attr-document-groups.xml.dist</customer_attr_document_groups_file>\n        <order_grids_document_groups_file>etc/commerce-to-commerce/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <class_map>etc/commerce-to-commerce/class-map.xml.dist</class_map>\n        <visual_merchandiser_map>etc/commerce-to-commerce/visual_merchandiser_map.xml.dist</visual_merchandiser_map>\n        <visual_merchandiser_document_groups>etc/commerce-to-commerce/visual_merchandiser_document_groups.xml.dist</visual_merchandiser_document_groups>\n        <visual_merchandiser_attribute_groups>etc/commerce-to-commerce/visual_merchandiser_attribute_groups.xml.dist</visual_merchandiser_attribute_groups>\n        <map_document_groups>etc/commerce-to-commerce/map-document-groups.xml.dist</map_document_groups>\n        <tier_price_map_file>etc/commerce-to-commerce/1.14.4.0/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/commerce-to-commerce/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>commerce-to-commerce</edition_migrate>\n        <edition_number>1.14.4.0</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.14.4.0/map-tier-price.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_group_price.is_percent</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_group_price.customer_group_id</datatype>\n            </ignore>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_group_price.entity_id</field>\n                <to>catalog_product_entity_group_price.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_product_entity_group_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_tier_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_tier_price.percentage_value</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.14.4.0/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_queue_queue</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_queue_task</document>\n            </ignore>\n            <ignore>\n                <document>find_feed_import_codes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_question_number</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>social_facebook_actions</document>\n            </ignore>\n            <ignore>\n                <document>strikeiron_tax_rate</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalog_category_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalog_product_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_action</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_item</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_log</document>\n            </ignore>\n            <ignore>\n                <document>core_session</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_product_unlinked</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_backup</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_backup_item</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_sysreport</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_event</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata_event</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata_group</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_subscriber</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_index_multiplier</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_cms_page_revision</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_cms_page_version</document>\n            </ignore>\n            <ignore>\n                <document>customer_flowpassword</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma</document>\n                <to>magento_rma</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity</document>\n                <to>magento_rma_item_entity</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_datetime</document>\n                <to>magento_rma_item_entity_datetime</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_decimal</document>\n                <to>magento_rma_item_entity_decimal</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_int</document>\n                <to>magento_rma_item_entity_int</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_text</document>\n                <to>magento_rma_item_entity_text</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_varchar</document>\n                <to>magento_rma_item_entity_varchar</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_form_attribute</document>\n                <to>magento_rma_item_form_attribute</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_shipping_label</document>\n                <to>magento_rma_shipping_label</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_status_history</document>\n                <to>magento_rma_status_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner</document>\n                <to>magento_banner</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_catalogrule</document>\n                <to>magento_banner_catalogrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_content</document>\n                <to>magento_banner_content</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_customersegment</document>\n                <to>magento_banner_customersegment</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_salesrule</document>\n                <to>magento_banner_salesrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogevent_event</document>\n                <to>magento_catalogevent_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogevent_event_image</document>\n                <to>magento_catalogevent_event_image</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogpermissions</document>\n                <to>magento_catalogpermissions</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_lock</document>\n                <to>magento_versionscms_hierarchy_lock</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_metadata</document>\n                <to>magento_versionscms_hierarchy_metadata</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_node</document>\n                <to>magento_versionscms_hierarchy_node</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_increment</document>\n                <to>magento_versionscms_increment</to>\n            </rename>\n            <rename>\n                <document>enterprise_customerbalance</document>\n                <to>magento_customerbalance</to>\n            </rename>\n            <rename>\n                <document>enterprise_customerbalance_history</document>\n                <to>magento_customerbalance_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_customer</document>\n                <to>magento_customersegment_customer</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_event</document>\n                <to>magento_customersegment_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_segment</document>\n                <to>magento_customersegment_segment</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_website</document>\n                <to>magento_customersegment_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcard_amount</document>\n                <to>magento_giftcard_amount</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount</document>\n                <to>magento_giftcardaccount</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount_history</document>\n                <to>magento_giftcardaccount_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount_pool</document>\n                <to>magento_giftcardaccount_pool</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_data</document>\n                <to>magento_giftregistry_data</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_entity</document>\n                <to>magento_giftregistry_entity</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_item</document>\n                <to>magento_giftregistry_item</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_item_option</document>\n                <to>magento_giftregistry_item_option</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_label</document>\n                <to>magento_giftregistry_label</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_person</document>\n                <to>magento_giftregistry_person</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_type</document>\n                <to>magento_giftregistry_type</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_type_info</document>\n                <to>magento_giftregistry_type_info</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping</document>\n                <to>magento_giftwrapping</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping_store_attributes</document>\n                <to>magento_giftwrapping_store_attributes</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping_website</document>\n                <to>magento_giftwrapping_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation</document>\n                <to>magento_invitation</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation_status_history</document>\n                <to>magento_invitation_status_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation_track</document>\n                <to>magento_invitation_track</to>\n            </rename>\n            <rename>\n                <document>enterprise_logging_event</document>\n                <to>magento_logging_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_logging_event_changes</document>\n                <to>magento_logging_event_changes</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule</document>\n                <to>magento_reminder_rule</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_coupon</document>\n                <to>magento_reminder_rule_coupon</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_log</document>\n                <to>magento_reminder_rule_log</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_website</document>\n                <to>magento_reminder_rule_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_template</document>\n                <to>magento_reminder_template</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward</document>\n                <to>magento_reward</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_history</document>\n                <to>magento_reward_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_rate</document>\n                <to>magento_reward_rate</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_salesrule</document>\n                <to>magento_reward_salesrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_scheduled_operations</document>\n                <to>magento_scheduled_operations</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule</document>\n                <to>magento_targetrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule_customersegment</document>\n                <to>magento_targetrule_customersegment</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule_product</document>\n                <to>magento_targetrule_product</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_grid</document>\n                <to>magento_rma_grid</to>\n            </rename>\n            <rename>\n                <document>enterprise_support_backup</document>\n                <to>support_backup</to>\n            </rename>\n            <rename>\n                <document>enterprise_support_backup_item</document>\n                <to>support_backup_item</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_datetime.entity_id</field>\n                <to>catalog_category_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_decimal.entity_id</field>\n                <to>catalog_category_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_int.entity_id</field>\n                <to>catalog_category_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_text.entity_id</field>\n                <to>catalog_category_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_varchar.entity_id</field>\n                <to>catalog_category_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_datetime.entity_id</field>\n                <to>catalog_product_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_decimal.entity_id</field>\n                <to>catalog_product_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_gallery.entity_id</field>\n                <to>catalog_product_entity_gallery.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_int.entity_id</field>\n                <to>catalog_product_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_text.entity_id</field>\n                <to>catalog_product_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_varchar.entity_id</field>\n                <to>catalog_product_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_customer_group.rule_id</field>\n                <to>catalogrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_website.rule_id</field>\n                <to>catalogrule_website.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_customer_group.rule_id</field>\n                <to>salesrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_product_attribute.rule_id</field>\n                <to>salesrule_product_attribute.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_website.rule_id</field>\n                <to>salesrule_website.row_id</to>\n            </move>\n            <move>\n                <field>cms_block_store.block_id</field>\n                <to>cms_block_store.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_label.rule_id</field>\n                <to>salesrule_label.row_id</to>\n            </move>\n            <move>\n                <field>cms_page_store.page_id</field>\n                <to>cms_page_store.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <move>\n                <field>enterprise_giftcard_amount.entity_id</field>\n                <to>magento_giftcard_amount.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.condition_sql</field>\n                <handler class=\"Migration\\Handler\\Rule\\ConditionSql\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.condition_sql</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.ip</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.x_forwarded_ip</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>rating_option_vote.remote_ip_long</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>sendfriend_log.ip</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_type.meta_xml</field>\n                <handler class=\"\\Migration\\Handler\\ConvertDateFormat\" />\n            </transform>\n            <transform>\n                <field>catalogrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalogrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_salesrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.block_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_block\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.page_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_page\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option.option_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_option\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection.selection_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_selection\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option.option_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_option\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection.selection_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_selection\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>enterprise_reward_history.additional_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.action_select_bind</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.original_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.result_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_item_entity.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_shipping_label.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_person.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.shipping_address</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.file_info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.entity_attributes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_reward_history.additional_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.action_select_bind</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.original_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.result_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_item_entity.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_shipping_label.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_person.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.shipping_address</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.file_info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.entity_attributes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.reward_points_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.reward_salesrule_points</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity.attribute_set_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_giftcard_amount.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_targetrule.use_customer_segment</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_targetrule_product.store_id</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_giftregistry_person.middlename</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.base_customer_balance_virtual_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.published_revision_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.under_version_control</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_daily.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_monthly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_yearly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_banner.is_ga_enabled</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.x_forwarded_ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogevent_event.date_start</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogevent_event.date_end</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.from_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.to_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>sales_order</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>support_report</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>visual_merchandiser_rule</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>magento_salesrule_filter</document>\n            </ignore>\n            <ignore>\n                <document>multiinventory_warehouse</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>quote_preview</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_rma_shipment</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalog_category</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_block</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_page</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_selection</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_option</document>\n            </ignore>\n            <ignore>\n                <document>staging_update</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>company</document>\n            </ignore>\n            <ignore>\n                <document>company_advanced_customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_credit</document>\n            </ignore>\n            <ignore>\n                <document>company_credit_history</document>\n            </ignore>\n            <ignore>\n                <document>company_order_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_payment</document>\n            </ignore>\n            <ignore>\n                <document>company_permissions</document>\n            </ignore>\n            <ignore>\n                <document>company_roles</document>\n            </ignore>\n            <ignore>\n                <document>company_structure</document>\n            </ignore>\n            <ignore>\n                <document>company_team</document>\n            </ignore>\n            <ignore>\n                <document>company_user_roles</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment_attachment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_company_config</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_grid</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_history</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_item</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_purged_content</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list_item</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog_product_item</document>\n            </ignore>\n            <ignore>\n                <document>sharedcatalog_category_permissions</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>magento_banner_content.banner_content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_category_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"block_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"page_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>magento_catalogevent_event.status</field>\n                <handler class=\"\\Migration\\Handler\\GetEventStatus\" />\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>magento_banner.is_ga_enabled</field>\n            </ignore>\n            <ignore>\n                <field>magento_banner.ga_creative</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.use_config_deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.row_id</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>magento_catalogevent_event.status</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.x_forwarded_ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogevent_event.date_start</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogevent_event.date_end</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reminder_rule.from_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reminder_rule.to_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.14.4.1/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Custom Customer Attributes Step\">\n            <integrity>Migration\\Step\\CustomCustomerAttributes\\Integrity</integrity>\n            <data>Migration\\Step\\CustomCustomerAttributes\\Data</data>\n            <volume>Migration\\Step\\CustomCustomerAttributes\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version11410to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version11410to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version11410to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"SalesOrder Step\">\n            <integrity>Migration\\Step\\SalesOrder\\Integrity</integrity>\n            <data>Migration\\Step\\SalesOrder\\Data</data>\n            <volume>Migration\\Step\\SalesOrder\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGridsEE\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGridsEE\\Data</data>\n            <volume>Migration\\Step\\OrderGridsEE\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"VisualMerchandiser Step\">\n            <integrity>Migration\\Step\\VisualMerchandiser\\Integrity</integrity>\n            <data>Migration\\Step\\VisualMerchandiser\\Data</data>\n            <volume>Migration\\Step\\VisualMerchandiser\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Custom Customer Attributes Step\">\n            <delta>Migration\\Step\\CustomCustomerAttributes\\Delta</delta>\n            <volume>Migration\\Step\\CustomCustomerAttributes\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"SalesOrder Step\">\n            <delta>Migration\\Step\\SalesOrder\\Delta</delta>\n            <volume>Migration\\Step\\SalesOrder\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version11410to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version11410to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGridsEE\\Delta</delta>\n            <volume>Migration\\Step\\OrderGridsEE\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/commerce-to-commerce/1.14.4.1/map.xml.dist</map_file>\n        <eav_map_file>etc/commerce-to-commerce/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/commerce-to-commerce/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/commerce-to-commerce/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/commerce-to-commerce/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/commerce-to-commerce/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/commerce-to-commerce/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/commerce-to-commerce/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/commerce-to-commerce/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/commerce-to-commerce/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <sales_order_map_file>etc/commerce-to-commerce/map-sales.xml.dist</sales_order_map_file>\n        <delta_document_groups_file>etc/commerce-to-commerce/deltalog.xml.dist</delta_document_groups_file>\n        <customer_attr_map_file>etc/commerce-to-commerce/customer-attr-map.xml.dist</customer_attr_map_file>\n        <customer_attr_document_groups_file>etc/commerce-to-commerce/customer-attr-document-groups.xml.dist</customer_attr_document_groups_file>\n        <order_grids_document_groups_file>etc/commerce-to-commerce/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <class_map>etc/commerce-to-commerce/class-map.xml.dist</class_map>\n        <visual_merchandiser_map>etc/commerce-to-commerce/visual_merchandiser_map.xml.dist</visual_merchandiser_map>\n        <visual_merchandiser_document_groups>etc/commerce-to-commerce/visual_merchandiser_document_groups.xml.dist</visual_merchandiser_document_groups>\n        <visual_merchandiser_attribute_groups>etc/commerce-to-commerce/visual_merchandiser_attribute_groups.xml.dist</visual_merchandiser_attribute_groups>\n        <map_document_groups>etc/commerce-to-commerce/map-document-groups.xml.dist</map_document_groups>\n        <tier_price_map_file>etc/commerce-to-commerce/1.14.4.1/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/commerce-to-commerce/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>commerce-to-commerce</edition_migrate>\n        <edition_number>1.14.4.1</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.14.4.1/map-tier-price.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_group_price.is_percent</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_group_price.customer_group_id</datatype>\n            </ignore>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_group_price.entity_id</field>\n                <to>catalog_product_entity_group_price.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_product_entity_group_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_tier_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_tier_price.percentage_value</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.14.4.1/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_queue_queue</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_queue_task</document>\n            </ignore>\n            <ignore>\n                <document>find_feed_import_codes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_question_number</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>social_facebook_actions</document>\n            </ignore>\n            <ignore>\n                <document>strikeiron_tax_rate</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalog_category_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalog_product_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_action</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_item</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_log</document>\n            </ignore>\n            <ignore>\n                <document>core_session</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_product_unlinked</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_backup</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_backup_item</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_sysreport</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_event</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata_event</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata_group</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_subscriber</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_index_multiplier</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_cms_page_revision</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_cms_page_version</document>\n            </ignore>\n            <ignore>\n                <document>customer_flowpassword</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma</document>\n                <to>magento_rma</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity</document>\n                <to>magento_rma_item_entity</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_datetime</document>\n                <to>magento_rma_item_entity_datetime</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_decimal</document>\n                <to>magento_rma_item_entity_decimal</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_int</document>\n                <to>magento_rma_item_entity_int</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_text</document>\n                <to>magento_rma_item_entity_text</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_varchar</document>\n                <to>magento_rma_item_entity_varchar</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_form_attribute</document>\n                <to>magento_rma_item_form_attribute</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_shipping_label</document>\n                <to>magento_rma_shipping_label</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_status_history</document>\n                <to>magento_rma_status_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner</document>\n                <to>magento_banner</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_catalogrule</document>\n                <to>magento_banner_catalogrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_content</document>\n                <to>magento_banner_content</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_customersegment</document>\n                <to>magento_banner_customersegment</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_salesrule</document>\n                <to>magento_banner_salesrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogevent_event</document>\n                <to>magento_catalogevent_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogevent_event_image</document>\n                <to>magento_catalogevent_event_image</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogpermissions</document>\n                <to>magento_catalogpermissions</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_lock</document>\n                <to>magento_versionscms_hierarchy_lock</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_metadata</document>\n                <to>magento_versionscms_hierarchy_metadata</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_node</document>\n                <to>magento_versionscms_hierarchy_node</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_increment</document>\n                <to>magento_versionscms_increment</to>\n            </rename>\n            <rename>\n                <document>enterprise_customerbalance</document>\n                <to>magento_customerbalance</to>\n            </rename>\n            <rename>\n                <document>enterprise_customerbalance_history</document>\n                <to>magento_customerbalance_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_customer</document>\n                <to>magento_customersegment_customer</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_event</document>\n                <to>magento_customersegment_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_segment</document>\n                <to>magento_customersegment_segment</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_website</document>\n                <to>magento_customersegment_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcard_amount</document>\n                <to>magento_giftcard_amount</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount</document>\n                <to>magento_giftcardaccount</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount_history</document>\n                <to>magento_giftcardaccount_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount_pool</document>\n                <to>magento_giftcardaccount_pool</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_data</document>\n                <to>magento_giftregistry_data</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_entity</document>\n                <to>magento_giftregistry_entity</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_item</document>\n                <to>magento_giftregistry_item</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_item_option</document>\n                <to>magento_giftregistry_item_option</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_label</document>\n                <to>magento_giftregistry_label</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_person</document>\n                <to>magento_giftregistry_person</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_type</document>\n                <to>magento_giftregistry_type</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_type_info</document>\n                <to>magento_giftregistry_type_info</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping</document>\n                <to>magento_giftwrapping</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping_store_attributes</document>\n                <to>magento_giftwrapping_store_attributes</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping_website</document>\n                <to>magento_giftwrapping_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation</document>\n                <to>magento_invitation</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation_status_history</document>\n                <to>magento_invitation_status_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation_track</document>\n                <to>magento_invitation_track</to>\n            </rename>\n            <rename>\n                <document>enterprise_logging_event</document>\n                <to>magento_logging_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_logging_event_changes</document>\n                <to>magento_logging_event_changes</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule</document>\n                <to>magento_reminder_rule</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_coupon</document>\n                <to>magento_reminder_rule_coupon</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_log</document>\n                <to>magento_reminder_rule_log</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_website</document>\n                <to>magento_reminder_rule_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_template</document>\n                <to>magento_reminder_template</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward</document>\n                <to>magento_reward</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_history</document>\n                <to>magento_reward_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_rate</document>\n                <to>magento_reward_rate</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_salesrule</document>\n                <to>magento_reward_salesrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_scheduled_operations</document>\n                <to>magento_scheduled_operations</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule</document>\n                <to>magento_targetrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule_customersegment</document>\n                <to>magento_targetrule_customersegment</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule_product</document>\n                <to>magento_targetrule_product</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_grid</document>\n                <to>magento_rma_grid</to>\n            </rename>\n            <rename>\n                <document>enterprise_support_backup</document>\n                <to>support_backup</to>\n            </rename>\n            <rename>\n                <document>enterprise_support_backup_item</document>\n                <to>support_backup_item</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_datetime.entity_id</field>\n                <to>catalog_category_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_decimal.entity_id</field>\n                <to>catalog_category_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_int.entity_id</field>\n                <to>catalog_category_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_text.entity_id</field>\n                <to>catalog_category_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_varchar.entity_id</field>\n                <to>catalog_category_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_datetime.entity_id</field>\n                <to>catalog_product_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_decimal.entity_id</field>\n                <to>catalog_product_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_gallery.entity_id</field>\n                <to>catalog_product_entity_gallery.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_int.entity_id</field>\n                <to>catalog_product_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_text.entity_id</field>\n                <to>catalog_product_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_varchar.entity_id</field>\n                <to>catalog_product_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_customer_group.rule_id</field>\n                <to>catalogrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_website.rule_id</field>\n                <to>catalogrule_website.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_customer_group.rule_id</field>\n                <to>salesrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_product_attribute.rule_id</field>\n                <to>salesrule_product_attribute.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_website.rule_id</field>\n                <to>salesrule_website.row_id</to>\n            </move>\n            <move>\n                <field>cms_block_store.block_id</field>\n                <to>cms_block_store.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_label.rule_id</field>\n                <to>salesrule_label.row_id</to>\n            </move>\n            <move>\n                <field>cms_page_store.page_id</field>\n                <to>cms_page_store.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <move>\n                <field>enterprise_giftcard_amount.entity_id</field>\n                <to>magento_giftcard_amount.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.condition_sql</field>\n                <handler class=\"Migration\\Handler\\Rule\\ConditionSql\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.condition_sql</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.ip</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.x_forwarded_ip</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>rating_option_vote.remote_ip_long</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>sendfriend_log.ip</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_type.meta_xml</field>\n                <handler class=\"\\Migration\\Handler\\ConvertDateFormat\" />\n            </transform>\n            <transform>\n                <field>catalogrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalogrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_salesrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.block_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_block\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.page_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_page\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option.option_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_option\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection.selection_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_selection\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option.option_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_option\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection.selection_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_selection\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>enterprise_reward_history.additional_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.action_select_bind</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.original_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.result_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_item_entity.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_shipping_label.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_person.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.shipping_address</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.file_info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.entity_attributes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_reward_history.additional_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.action_select_bind</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.original_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.result_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_item_entity.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_shipping_label.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_person.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.shipping_address</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.file_info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.entity_attributes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.reward_points_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.reward_salesrule_points</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity.attribute_set_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_giftcard_amount.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_targetrule.use_customer_segment</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_targetrule_product.store_id</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_giftregistry_person.middlename</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.base_customer_balance_virtual_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.visitor_id</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.published_revision_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.under_version_control</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_daily.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_monthly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_yearly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_banner.is_ga_enabled</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.x_forwarded_ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogevent_event.date_start</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogevent_event.date_end</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.from_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.to_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>sales_order</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>support_report</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>visual_merchandiser_rule</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>magento_salesrule_filter</document>\n            </ignore>\n            <ignore>\n                <document>multiinventory_warehouse</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>quote_preview</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_rma_shipment</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalog_category</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_block</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_page</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_selection</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_option</document>\n            </ignore>\n            <ignore>\n                <document>staging_update</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>company</document>\n            </ignore>\n            <ignore>\n                <document>company_advanced_customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_credit</document>\n            </ignore>\n            <ignore>\n                <document>company_credit_history</document>\n            </ignore>\n            <ignore>\n                <document>company_order_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_payment</document>\n            </ignore>\n            <ignore>\n                <document>company_permissions</document>\n            </ignore>\n            <ignore>\n                <document>company_roles</document>\n            </ignore>\n            <ignore>\n                <document>company_structure</document>\n            </ignore>\n            <ignore>\n                <document>company_team</document>\n            </ignore>\n            <ignore>\n                <document>company_user_roles</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment_attachment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_company_config</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_grid</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_history</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_item</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_purged_content</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list_item</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog_product_item</document>\n            </ignore>\n            <ignore>\n                <document>sharedcatalog_category_permissions</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>magento_banner_content.banner_content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_category_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"block_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"page_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>magento_catalogevent_event.status</field>\n                <handler class=\"\\Migration\\Handler\\GetEventStatus\" />\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>magento_banner.is_ga_enabled</field>\n            </ignore>\n            <ignore>\n                <field>magento_banner.ga_creative</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.use_config_deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.row_id</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>magento_catalogevent_event.status</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.x_forwarded_ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogevent_event.date_start</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogevent_event.date_end</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reminder_rule.from_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reminder_rule.to_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.14.4.2/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Custom Customer Attributes Step\">\n            <integrity>Migration\\Step\\CustomCustomerAttributes\\Integrity</integrity>\n            <data>Migration\\Step\\CustomCustomerAttributes\\Data</data>\n            <volume>Migration\\Step\\CustomCustomerAttributes\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version11410to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version11410to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version11410to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"SalesOrder Step\">\n            <integrity>Migration\\Step\\SalesOrder\\Integrity</integrity>\n            <data>Migration\\Step\\SalesOrder\\Data</data>\n            <volume>Migration\\Step\\SalesOrder\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGridsEE\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGridsEE\\Data</data>\n            <volume>Migration\\Step\\OrderGridsEE\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"VisualMerchandiser Step\">\n            <integrity>Migration\\Step\\VisualMerchandiser\\Integrity</integrity>\n            <data>Migration\\Step\\VisualMerchandiser\\Data</data>\n            <volume>Migration\\Step\\VisualMerchandiser\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Custom Customer Attributes Step\">\n            <delta>Migration\\Step\\CustomCustomerAttributes\\Delta</delta>\n            <volume>Migration\\Step\\CustomCustomerAttributes\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"SalesOrder Step\">\n            <delta>Migration\\Step\\SalesOrder\\Delta</delta>\n            <volume>Migration\\Step\\SalesOrder\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGridsEE\\Delta</delta>\n            <volume>Migration\\Step\\OrderGridsEE\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/commerce-to-commerce/1.14.4.2/map.xml.dist</map_file>\n        <eav_map_file>etc/commerce-to-commerce/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/commerce-to-commerce/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/commerce-to-commerce/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/commerce-to-commerce/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/commerce-to-commerce/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/commerce-to-commerce/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/commerce-to-commerce/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/commerce-to-commerce/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/commerce-to-commerce/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <sales_order_map_file>etc/commerce-to-commerce/map-sales.xml.dist</sales_order_map_file>\n        <delta_document_groups_file>etc/commerce-to-commerce/deltalog.xml.dist</delta_document_groups_file>\n        <customer_attr_map_file>etc/commerce-to-commerce/customer-attr-map.xml.dist</customer_attr_map_file>\n        <customer_attr_document_groups_file>etc/commerce-to-commerce/customer-attr-document-groups.xml.dist</customer_attr_document_groups_file>\n        <order_grids_document_groups_file>etc/commerce-to-commerce/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <class_map>etc/commerce-to-commerce/class-map.xml.dist</class_map>\n        <visual_merchandiser_map>etc/commerce-to-commerce/visual_merchandiser_map.xml.dist</visual_merchandiser_map>\n        <visual_merchandiser_document_groups>etc/commerce-to-commerce/visual_merchandiser_document_groups.xml.dist</visual_merchandiser_document_groups>\n        <visual_merchandiser_attribute_groups>etc/commerce-to-commerce/visual_merchandiser_attribute_groups.xml.dist</visual_merchandiser_attribute_groups>\n        <map_document_groups>etc/commerce-to-commerce/map-document-groups.xml.dist</map_document_groups>\n        <tier_price_map_file>etc/commerce-to-commerce/1.14.4.2/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/commerce-to-commerce/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>commerce-to-commerce</edition_migrate>\n        <edition_number>1.14.4.2</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.14.4.2/map-tier-price.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_group_price.is_percent</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_group_price.customer_group_id</datatype>\n            </ignore>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_group_price.entity_id</field>\n                <to>catalog_product_entity_group_price.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_product_entity_group_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_tier_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_tier_price.percentage_value</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.14.4.2/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_queue_queue</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_queue_task</document>\n            </ignore>\n            <ignore>\n                <document>find_feed_import_codes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_question_number</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>social_facebook_actions</document>\n            </ignore>\n            <ignore>\n                <document>strikeiron_tax_rate</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalog_category_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalog_product_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_action</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_item</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_log</document>\n            </ignore>\n            <ignore>\n                <document>core_session</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_product_unlinked</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_backup</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_backup_item</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_sysreport</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_event</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata_event</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata_group</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_subscriber</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_index_multiplier</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_cms_page_revision</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_cms_page_version</document>\n            </ignore>\n            <ignore>\n                <document>customer_flowpassword</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma</document>\n                <to>magento_rma</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity</document>\n                <to>magento_rma_item_entity</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_datetime</document>\n                <to>magento_rma_item_entity_datetime</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_decimal</document>\n                <to>magento_rma_item_entity_decimal</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_int</document>\n                <to>magento_rma_item_entity_int</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_text</document>\n                <to>magento_rma_item_entity_text</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_varchar</document>\n                <to>magento_rma_item_entity_varchar</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_form_attribute</document>\n                <to>magento_rma_item_form_attribute</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_shipping_label</document>\n                <to>magento_rma_shipping_label</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_status_history</document>\n                <to>magento_rma_status_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner</document>\n                <to>magento_banner</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_catalogrule</document>\n                <to>magento_banner_catalogrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_content</document>\n                <to>magento_banner_content</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_customersegment</document>\n                <to>magento_banner_customersegment</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_salesrule</document>\n                <to>magento_banner_salesrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogevent_event</document>\n                <to>magento_catalogevent_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogevent_event_image</document>\n                <to>magento_catalogevent_event_image</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogpermissions</document>\n                <to>magento_catalogpermissions</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_lock</document>\n                <to>magento_versionscms_hierarchy_lock</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_metadata</document>\n                <to>magento_versionscms_hierarchy_metadata</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_node</document>\n                <to>magento_versionscms_hierarchy_node</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_increment</document>\n                <to>magento_versionscms_increment</to>\n            </rename>\n            <rename>\n                <document>enterprise_customerbalance</document>\n                <to>magento_customerbalance</to>\n            </rename>\n            <rename>\n                <document>enterprise_customerbalance_history</document>\n                <to>magento_customerbalance_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_customer</document>\n                <to>magento_customersegment_customer</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_event</document>\n                <to>magento_customersegment_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_segment</document>\n                <to>magento_customersegment_segment</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_website</document>\n                <to>magento_customersegment_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcard_amount</document>\n                <to>magento_giftcard_amount</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount</document>\n                <to>magento_giftcardaccount</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount_history</document>\n                <to>magento_giftcardaccount_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount_pool</document>\n                <to>magento_giftcardaccount_pool</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_data</document>\n                <to>magento_giftregistry_data</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_entity</document>\n                <to>magento_giftregistry_entity</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_item</document>\n                <to>magento_giftregistry_item</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_item_option</document>\n                <to>magento_giftregistry_item_option</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_label</document>\n                <to>magento_giftregistry_label</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_person</document>\n                <to>magento_giftregistry_person</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_type</document>\n                <to>magento_giftregistry_type</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_type_info</document>\n                <to>magento_giftregistry_type_info</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping</document>\n                <to>magento_giftwrapping</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping_store_attributes</document>\n                <to>magento_giftwrapping_store_attributes</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping_website</document>\n                <to>magento_giftwrapping_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation</document>\n                <to>magento_invitation</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation_status_history</document>\n                <to>magento_invitation_status_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation_track</document>\n                <to>magento_invitation_track</to>\n            </rename>\n            <rename>\n                <document>enterprise_logging_event</document>\n                <to>magento_logging_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_logging_event_changes</document>\n                <to>magento_logging_event_changes</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule</document>\n                <to>magento_reminder_rule</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_coupon</document>\n                <to>magento_reminder_rule_coupon</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_log</document>\n                <to>magento_reminder_rule_log</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_website</document>\n                <to>magento_reminder_rule_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_template</document>\n                <to>magento_reminder_template</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward</document>\n                <to>magento_reward</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_history</document>\n                <to>magento_reward_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_rate</document>\n                <to>magento_reward_rate</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_salesrule</document>\n                <to>magento_reward_salesrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_scheduled_operations</document>\n                <to>magento_scheduled_operations</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule</document>\n                <to>magento_targetrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule_customersegment</document>\n                <to>magento_targetrule_customersegment</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule_product</document>\n                <to>magento_targetrule_product</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_grid</document>\n                <to>magento_rma_grid</to>\n            </rename>\n            <rename>\n                <document>enterprise_support_backup</document>\n                <to>support_backup</to>\n            </rename>\n            <rename>\n                <document>enterprise_support_backup_item</document>\n                <to>support_backup_item</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_datetime.entity_id</field>\n                <to>catalog_category_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_decimal.entity_id</field>\n                <to>catalog_category_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_int.entity_id</field>\n                <to>catalog_category_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_text.entity_id</field>\n                <to>catalog_category_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_varchar.entity_id</field>\n                <to>catalog_category_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_datetime.entity_id</field>\n                <to>catalog_product_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_decimal.entity_id</field>\n                <to>catalog_product_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_gallery.entity_id</field>\n                <to>catalog_product_entity_gallery.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_int.entity_id</field>\n                <to>catalog_product_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_text.entity_id</field>\n                <to>catalog_product_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_varchar.entity_id</field>\n                <to>catalog_product_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_customer_group.rule_id</field>\n                <to>catalogrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_website.rule_id</field>\n                <to>catalogrule_website.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_customer_group.rule_id</field>\n                <to>salesrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_product_attribute.rule_id</field>\n                <to>salesrule_product_attribute.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_website.rule_id</field>\n                <to>salesrule_website.row_id</to>\n            </move>\n            <move>\n                <field>cms_block_store.block_id</field>\n                <to>cms_block_store.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_label.rule_id</field>\n                <to>salesrule_label.row_id</to>\n            </move>\n            <move>\n                <field>cms_page_store.page_id</field>\n                <to>cms_page_store.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <move>\n                <field>enterprise_giftcard_amount.entity_id</field>\n                <to>magento_giftcard_amount.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.condition_sql</field>\n                <handler class=\"Migration\\Handler\\Rule\\ConditionSql\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.condition_sql</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.ip</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.x_forwarded_ip</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>rating_option_vote.remote_ip_long</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>sendfriend_log.ip</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_type.meta_xml</field>\n                <handler class=\"\\Migration\\Handler\\ConvertDateFormat\" />\n            </transform>\n            <transform>\n                <field>catalogrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalogrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_salesrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.block_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_block\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.page_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_page\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option.option_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_option\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection.selection_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_selection\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option.option_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_option\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection.selection_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_selection\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>enterprise_reward_history.additional_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.action_select_bind</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.original_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.result_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_item_entity.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_shipping_label.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_person.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.shipping_address</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.file_info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.entity_attributes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_reward_history.additional_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.action_select_bind</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.original_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.result_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_item_entity.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_shipping_label.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_person.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.shipping_address</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.file_info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.entity_attributes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.reward_points_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.reward_salesrule_points</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity.attribute_set_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_giftcard_amount.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_targetrule.use_customer_segment</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_targetrule_product.store_id</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_giftregistry_person.middlename</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.base_customer_balance_virtual_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.visitor_id</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.published_revision_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.under_version_control</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_daily.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_monthly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_yearly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_banner.is_ga_enabled</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.x_forwarded_ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogevent_event.date_start</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogevent_event.date_end</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.from_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.to_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>sales_order</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>support_report</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>visual_merchandiser_rule</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>magento_salesrule_filter</document>\n            </ignore>\n            <ignore>\n                <document>multiinventory_warehouse</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>quote_preview</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_rma_shipment</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalog_category</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_block</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_page</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_selection</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_option</document>\n            </ignore>\n            <ignore>\n                <document>staging_update</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>company</document>\n            </ignore>\n            <ignore>\n                <document>company_advanced_customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_credit</document>\n            </ignore>\n            <ignore>\n                <document>company_credit_history</document>\n            </ignore>\n            <ignore>\n                <document>company_order_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_payment</document>\n            </ignore>\n            <ignore>\n                <document>company_permissions</document>\n            </ignore>\n            <ignore>\n                <document>company_roles</document>\n            </ignore>\n            <ignore>\n                <document>company_structure</document>\n            </ignore>\n            <ignore>\n                <document>company_team</document>\n            </ignore>\n            <ignore>\n                <document>company_user_roles</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment_attachment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_company_config</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_grid</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_history</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_item</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_purged_content</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list_item</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog_product_item</document>\n            </ignore>\n            <ignore>\n                <document>sharedcatalog_category_permissions</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>magento_banner_content.banner_content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_category_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"block_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"page_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>magento_catalogevent_event.status</field>\n                <handler class=\"\\Migration\\Handler\\GetEventStatus\" />\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>magento_banner.is_ga_enabled</field>\n            </ignore>\n            <ignore>\n                <field>magento_banner.ga_creative</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.use_config_deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.row_id</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>magento_catalogevent_event.status</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.x_forwarded_ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogevent_event.date_start</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogevent_event.date_end</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reminder_rule.from_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reminder_rule.to_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.14.4.3/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Custom Customer Attributes Step\">\n            <integrity>Migration\\Step\\CustomCustomerAttributes\\Integrity</integrity>\n            <data>Migration\\Step\\CustomCustomerAttributes\\Data</data>\n            <volume>Migration\\Step\\CustomCustomerAttributes\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version11410to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version11410to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version11410to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"SalesOrder Step\">\n            <integrity>Migration\\Step\\SalesOrder\\Integrity</integrity>\n            <data>Migration\\Step\\SalesOrder\\Data</data>\n            <volume>Migration\\Step\\SalesOrder\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGridsEE\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGridsEE\\Data</data>\n            <volume>Migration\\Step\\OrderGridsEE\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"VisualMerchandiser Step\">\n            <integrity>Migration\\Step\\VisualMerchandiser\\Integrity</integrity>\n            <data>Migration\\Step\\VisualMerchandiser\\Data</data>\n            <volume>Migration\\Step\\VisualMerchandiser\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Custom Customer Attributes Step\">\n            <delta>Migration\\Step\\CustomCustomerAttributes\\Delta</delta>\n            <volume>Migration\\Step\\CustomCustomerAttributes\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"SalesOrder Step\">\n            <delta>Migration\\Step\\SalesOrder\\Delta</delta>\n            <volume>Migration\\Step\\SalesOrder\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGridsEE\\Delta</delta>\n            <volume>Migration\\Step\\OrderGridsEE\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/commerce-to-commerce/1.14.4.3/map.xml.dist</map_file>\n        <eav_map_file>etc/commerce-to-commerce/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/commerce-to-commerce/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/commerce-to-commerce/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/commerce-to-commerce/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/commerce-to-commerce/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/commerce-to-commerce/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/commerce-to-commerce/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/commerce-to-commerce/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/commerce-to-commerce/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <sales_order_map_file>etc/commerce-to-commerce/map-sales.xml.dist</sales_order_map_file>\n        <delta_document_groups_file>etc/commerce-to-commerce/deltalog.xml.dist</delta_document_groups_file>\n        <customer_attr_map_file>etc/commerce-to-commerce/customer-attr-map.xml.dist</customer_attr_map_file>\n        <customer_attr_document_groups_file>etc/commerce-to-commerce/customer-attr-document-groups.xml.dist</customer_attr_document_groups_file>\n        <order_grids_document_groups_file>etc/commerce-to-commerce/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <class_map>etc/commerce-to-commerce/class-map.xml.dist</class_map>\n        <visual_merchandiser_map>etc/commerce-to-commerce/visual_merchandiser_map.xml.dist</visual_merchandiser_map>\n        <visual_merchandiser_document_groups>etc/commerce-to-commerce/visual_merchandiser_document_groups.xml.dist</visual_merchandiser_document_groups>\n        <visual_merchandiser_attribute_groups>etc/commerce-to-commerce/visual_merchandiser_attribute_groups.xml.dist</visual_merchandiser_attribute_groups>\n        <map_document_groups>etc/commerce-to-commerce/map-document-groups.xml.dist</map_document_groups>\n        <tier_price_map_file>etc/commerce-to-commerce/1.14.4.3/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/commerce-to-commerce/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>commerce-to-commerce</edition_migrate>\n        <edition_number>1.14.4.3</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.14.4.3/map-tier-price.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_group_price.is_percent</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_group_price.customer_group_id</datatype>\n            </ignore>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_group_price.entity_id</field>\n                <to>catalog_product_entity_group_price.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_product_entity_group_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_tier_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_tier_price.percentage_value</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.14.4.3/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_queue_queue</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_queue_task</document>\n            </ignore>\n            <ignore>\n                <document>find_feed_import_codes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_question_number</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>social_facebook_actions</document>\n            </ignore>\n            <ignore>\n                <document>strikeiron_tax_rate</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalog_category_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalog_product_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_action</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_item</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_log</document>\n            </ignore>\n            <ignore>\n                <document>core_session</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_product_unlinked</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_backup</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_backup_item</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_sysreport</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_event</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata_event</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata_group</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_subscriber</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_index_multiplier</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_cms_page_revision</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_cms_page_version</document>\n            </ignore>\n            <ignore>\n                <document>customer_flowpassword</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma</document>\n                <to>magento_rma</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity</document>\n                <to>magento_rma_item_entity</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_datetime</document>\n                <to>magento_rma_item_entity_datetime</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_decimal</document>\n                <to>magento_rma_item_entity_decimal</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_int</document>\n                <to>magento_rma_item_entity_int</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_text</document>\n                <to>magento_rma_item_entity_text</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_varchar</document>\n                <to>magento_rma_item_entity_varchar</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_form_attribute</document>\n                <to>magento_rma_item_form_attribute</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_shipping_label</document>\n                <to>magento_rma_shipping_label</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_status_history</document>\n                <to>magento_rma_status_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner</document>\n                <to>magento_banner</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_catalogrule</document>\n                <to>magento_banner_catalogrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_content</document>\n                <to>magento_banner_content</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_customersegment</document>\n                <to>magento_banner_customersegment</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_salesrule</document>\n                <to>magento_banner_salesrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogevent_event</document>\n                <to>magento_catalogevent_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogevent_event_image</document>\n                <to>magento_catalogevent_event_image</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogpermissions</document>\n                <to>magento_catalogpermissions</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_lock</document>\n                <to>magento_versionscms_hierarchy_lock</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_metadata</document>\n                <to>magento_versionscms_hierarchy_metadata</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_node</document>\n                <to>magento_versionscms_hierarchy_node</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_increment</document>\n                <to>magento_versionscms_increment</to>\n            </rename>\n            <rename>\n                <document>enterprise_customerbalance</document>\n                <to>magento_customerbalance</to>\n            </rename>\n            <rename>\n                <document>enterprise_customerbalance_history</document>\n                <to>magento_customerbalance_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_customer</document>\n                <to>magento_customersegment_customer</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_event</document>\n                <to>magento_customersegment_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_segment</document>\n                <to>magento_customersegment_segment</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_website</document>\n                <to>magento_customersegment_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcard_amount</document>\n                <to>magento_giftcard_amount</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount</document>\n                <to>magento_giftcardaccount</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount_history</document>\n                <to>magento_giftcardaccount_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount_pool</document>\n                <to>magento_giftcardaccount_pool</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_data</document>\n                <to>magento_giftregistry_data</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_entity</document>\n                <to>magento_giftregistry_entity</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_item</document>\n                <to>magento_giftregistry_item</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_item_option</document>\n                <to>magento_giftregistry_item_option</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_label</document>\n                <to>magento_giftregistry_label</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_person</document>\n                <to>magento_giftregistry_person</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_type</document>\n                <to>magento_giftregistry_type</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_type_info</document>\n                <to>magento_giftregistry_type_info</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping</document>\n                <to>magento_giftwrapping</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping_store_attributes</document>\n                <to>magento_giftwrapping_store_attributes</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping_website</document>\n                <to>magento_giftwrapping_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation</document>\n                <to>magento_invitation</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation_status_history</document>\n                <to>magento_invitation_status_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation_track</document>\n                <to>magento_invitation_track</to>\n            </rename>\n            <rename>\n                <document>enterprise_logging_event</document>\n                <to>magento_logging_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_logging_event_changes</document>\n                <to>magento_logging_event_changes</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule</document>\n                <to>magento_reminder_rule</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_coupon</document>\n                <to>magento_reminder_rule_coupon</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_log</document>\n                <to>magento_reminder_rule_log</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_website</document>\n                <to>magento_reminder_rule_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_template</document>\n                <to>magento_reminder_template</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward</document>\n                <to>magento_reward</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_history</document>\n                <to>magento_reward_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_rate</document>\n                <to>magento_reward_rate</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_salesrule</document>\n                <to>magento_reward_salesrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_scheduled_operations</document>\n                <to>magento_scheduled_operations</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule</document>\n                <to>magento_targetrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule_customersegment</document>\n                <to>magento_targetrule_customersegment</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule_product</document>\n                <to>magento_targetrule_product</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_grid</document>\n                <to>magento_rma_grid</to>\n            </rename>\n            <rename>\n                <document>enterprise_support_backup</document>\n                <to>support_backup</to>\n            </rename>\n            <rename>\n                <document>enterprise_support_backup_item</document>\n                <to>support_backup_item</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_datetime.entity_id</field>\n                <to>catalog_category_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_decimal.entity_id</field>\n                <to>catalog_category_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_int.entity_id</field>\n                <to>catalog_category_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_text.entity_id</field>\n                <to>catalog_category_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_varchar.entity_id</field>\n                <to>catalog_category_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_datetime.entity_id</field>\n                <to>catalog_product_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_decimal.entity_id</field>\n                <to>catalog_product_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_gallery.entity_id</field>\n                <to>catalog_product_entity_gallery.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_int.entity_id</field>\n                <to>catalog_product_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_text.entity_id</field>\n                <to>catalog_product_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_varchar.entity_id</field>\n                <to>catalog_product_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_customer_group.rule_id</field>\n                <to>catalogrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_website.rule_id</field>\n                <to>catalogrule_website.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_customer_group.rule_id</field>\n                <to>salesrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_product_attribute.rule_id</field>\n                <to>salesrule_product_attribute.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_website.rule_id</field>\n                <to>salesrule_website.row_id</to>\n            </move>\n            <move>\n                <field>cms_block_store.block_id</field>\n                <to>cms_block_store.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_label.rule_id</field>\n                <to>salesrule_label.row_id</to>\n            </move>\n            <move>\n                <field>cms_page_store.page_id</field>\n                <to>cms_page_store.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <move>\n                <field>enterprise_giftcard_amount.entity_id</field>\n                <to>magento_giftcard_amount.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.condition_sql</field>\n                <handler class=\"Migration\\Handler\\Rule\\ConditionSql\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.condition_sql</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.ip</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.x_forwarded_ip</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>rating_option_vote.remote_ip_long</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>sendfriend_log.ip</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_type.meta_xml</field>\n                <handler class=\"\\Migration\\Handler\\ConvertDateFormat\" />\n            </transform>\n            <transform>\n                <field>catalogrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalogrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_salesrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.block_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_block\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.page_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_page\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option.option_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_option\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection.selection_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_selection\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option.option_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_option\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection.selection_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_selection\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>enterprise_reward_history.additional_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.action_select_bind</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.original_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.result_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_item_entity.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_shipping_label.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_person.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.shipping_address</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.file_info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.entity_attributes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_reward_history.additional_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.action_select_bind</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.original_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.result_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_item_entity.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_shipping_label.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_person.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.shipping_address</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.file_info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.entity_attributes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.reward_points_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.reward_salesrule_points</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity.attribute_set_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_giftcard_amount.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_targetrule.use_customer_segment</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_targetrule_product.store_id</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_giftregistry_person.middlename</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.base_customer_balance_virtual_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.visitor_id</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.published_revision_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.under_version_control</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_daily.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_monthly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_yearly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_banner.is_ga_enabled</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.x_forwarded_ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogevent_event.date_start</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogevent_event.date_end</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.from_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.to_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>sales_order</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>support_report</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>visual_merchandiser_rule</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>magento_salesrule_filter</document>\n            </ignore>\n            <ignore>\n                <document>multiinventory_warehouse</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>quote_preview</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_rma_shipment</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalog_category</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_block</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_page</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_selection</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_option</document>\n            </ignore>\n            <ignore>\n                <document>staging_update</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>company</document>\n            </ignore>\n            <ignore>\n                <document>company_advanced_customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_credit</document>\n            </ignore>\n            <ignore>\n                <document>company_credit_history</document>\n            </ignore>\n            <ignore>\n                <document>company_order_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_payment</document>\n            </ignore>\n            <ignore>\n                <document>company_permissions</document>\n            </ignore>\n            <ignore>\n                <document>company_roles</document>\n            </ignore>\n            <ignore>\n                <document>company_structure</document>\n            </ignore>\n            <ignore>\n                <document>company_team</document>\n            </ignore>\n            <ignore>\n                <document>company_user_roles</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment_attachment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_company_config</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_grid</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_history</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_item</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_purged_content</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list_item</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog_product_item</document>\n            </ignore>\n            <ignore>\n                <document>sharedcatalog_category_permissions</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>magento_banner_content.banner_content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_category_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"block_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"page_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>magento_catalogevent_event.status</field>\n                <handler class=\"\\Migration\\Handler\\GetEventStatus\" />\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>magento_banner.is_ga_enabled</field>\n            </ignore>\n            <ignore>\n                <field>magento_banner.ga_creative</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.use_config_deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.row_id</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>magento_catalogevent_event.status</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.x_forwarded_ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogevent_event.date_start</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogevent_event.date_end</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reminder_rule.from_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reminder_rule.to_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.14.4.4/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Custom Customer Attributes Step\">\n            <integrity>Migration\\Step\\CustomCustomerAttributes\\Integrity</integrity>\n            <data>Migration\\Step\\CustomCustomerAttributes\\Data</data>\n            <volume>Migration\\Step\\CustomCustomerAttributes\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version11410to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version11410to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version11410to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"SalesOrder Step\">\n            <integrity>Migration\\Step\\SalesOrder\\Integrity</integrity>\n            <data>Migration\\Step\\SalesOrder\\Data</data>\n            <volume>Migration\\Step\\SalesOrder\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGridsEE\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGridsEE\\Data</data>\n            <volume>Migration\\Step\\OrderGridsEE\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"VisualMerchandiser Step\">\n            <integrity>Migration\\Step\\VisualMerchandiser\\Integrity</integrity>\n            <data>Migration\\Step\\VisualMerchandiser\\Data</data>\n            <volume>Migration\\Step\\VisualMerchandiser\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Custom Customer Attributes Step\">\n            <delta>Migration\\Step\\CustomCustomerAttributes\\Delta</delta>\n            <volume>Migration\\Step\\CustomCustomerAttributes\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"SalesOrder Step\">\n            <delta>Migration\\Step\\SalesOrder\\Delta</delta>\n            <volume>Migration\\Step\\SalesOrder\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGridsEE\\Delta</delta>\n            <volume>Migration\\Step\\OrderGridsEE\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/commerce-to-commerce/1.14.4.4/map.xml.dist</map_file>\n        <eav_map_file>etc/commerce-to-commerce/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/commerce-to-commerce/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/commerce-to-commerce/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/commerce-to-commerce/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/commerce-to-commerce/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/commerce-to-commerce/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/commerce-to-commerce/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/commerce-to-commerce/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/commerce-to-commerce/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <sales_order_map_file>etc/commerce-to-commerce/map-sales.xml.dist</sales_order_map_file>\n        <delta_document_groups_file>etc/commerce-to-commerce/deltalog.xml.dist</delta_document_groups_file>\n        <customer_attr_map_file>etc/commerce-to-commerce/customer-attr-map.xml.dist</customer_attr_map_file>\n        <customer_attr_document_groups_file>etc/commerce-to-commerce/customer-attr-document-groups.xml.dist</customer_attr_document_groups_file>\n        <order_grids_document_groups_file>etc/commerce-to-commerce/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <class_map>etc/commerce-to-commerce/class-map.xml.dist</class_map>\n        <visual_merchandiser_map>etc/commerce-to-commerce/visual_merchandiser_map.xml.dist</visual_merchandiser_map>\n        <visual_merchandiser_document_groups>etc/commerce-to-commerce/visual_merchandiser_document_groups.xml.dist</visual_merchandiser_document_groups>\n        <visual_merchandiser_attribute_groups>etc/commerce-to-commerce/visual_merchandiser_attribute_groups.xml.dist</visual_merchandiser_attribute_groups>\n        <map_document_groups>etc/commerce-to-commerce/map-document-groups.xml.dist</map_document_groups>\n        <tier_price_map_file>etc/commerce-to-commerce/1.14.4.4/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/commerce-to-commerce/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>commerce-to-commerce</edition_migrate>\n        <edition_number>1.14.4.4</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.14.4.4/map-tier-price.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_group_price.is_percent</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_group_price.customer_group_id</datatype>\n            </ignore>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_group_price.entity_id</field>\n                <to>catalog_product_entity_group_price.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_product_entity_group_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_tier_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_tier_price.percentage_value</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.14.4.4/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_queue_queue</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_queue_task</document>\n            </ignore>\n            <ignore>\n                <document>find_feed_import_codes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_question_number</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>social_facebook_actions</document>\n            </ignore>\n            <ignore>\n                <document>strikeiron_tax_rate</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalog_category_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalog_product_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_action</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_item</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_log</document>\n            </ignore>\n            <ignore>\n                <document>core_session</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_product_unlinked</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_backup</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_backup_item</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_sysreport</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_event</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata_event</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata_group</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_subscriber</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_index_multiplier</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_cms_page_revision</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_cms_page_version</document>\n            </ignore>\n            <ignore>\n                <document>customer_flowpassword</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma</document>\n                <to>magento_rma</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity</document>\n                <to>magento_rma_item_entity</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_datetime</document>\n                <to>magento_rma_item_entity_datetime</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_decimal</document>\n                <to>magento_rma_item_entity_decimal</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_int</document>\n                <to>magento_rma_item_entity_int</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_text</document>\n                <to>magento_rma_item_entity_text</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_varchar</document>\n                <to>magento_rma_item_entity_varchar</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_form_attribute</document>\n                <to>magento_rma_item_form_attribute</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_shipping_label</document>\n                <to>magento_rma_shipping_label</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_status_history</document>\n                <to>magento_rma_status_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner</document>\n                <to>magento_banner</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_catalogrule</document>\n                <to>magento_banner_catalogrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_content</document>\n                <to>magento_banner_content</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_customersegment</document>\n                <to>magento_banner_customersegment</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_salesrule</document>\n                <to>magento_banner_salesrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogevent_event</document>\n                <to>magento_catalogevent_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogevent_event_image</document>\n                <to>magento_catalogevent_event_image</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogpermissions</document>\n                <to>magento_catalogpermissions</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_lock</document>\n                <to>magento_versionscms_hierarchy_lock</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_metadata</document>\n                <to>magento_versionscms_hierarchy_metadata</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_node</document>\n                <to>magento_versionscms_hierarchy_node</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_increment</document>\n                <to>magento_versionscms_increment</to>\n            </rename>\n            <rename>\n                <document>enterprise_customerbalance</document>\n                <to>magento_customerbalance</to>\n            </rename>\n            <rename>\n                <document>enterprise_customerbalance_history</document>\n                <to>magento_customerbalance_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_customer</document>\n                <to>magento_customersegment_customer</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_event</document>\n                <to>magento_customersegment_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_segment</document>\n                <to>magento_customersegment_segment</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_website</document>\n                <to>magento_customersegment_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcard_amount</document>\n                <to>magento_giftcard_amount</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount</document>\n                <to>magento_giftcardaccount</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount_history</document>\n                <to>magento_giftcardaccount_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount_pool</document>\n                <to>magento_giftcardaccount_pool</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_data</document>\n                <to>magento_giftregistry_data</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_entity</document>\n                <to>magento_giftregistry_entity</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_item</document>\n                <to>magento_giftregistry_item</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_item_option</document>\n                <to>magento_giftregistry_item_option</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_label</document>\n                <to>magento_giftregistry_label</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_person</document>\n                <to>magento_giftregistry_person</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_type</document>\n                <to>magento_giftregistry_type</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_type_info</document>\n                <to>magento_giftregistry_type_info</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping</document>\n                <to>magento_giftwrapping</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping_store_attributes</document>\n                <to>magento_giftwrapping_store_attributes</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping_website</document>\n                <to>magento_giftwrapping_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation</document>\n                <to>magento_invitation</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation_status_history</document>\n                <to>magento_invitation_status_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation_track</document>\n                <to>magento_invitation_track</to>\n            </rename>\n            <rename>\n                <document>enterprise_logging_event</document>\n                <to>magento_logging_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_logging_event_changes</document>\n                <to>magento_logging_event_changes</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule</document>\n                <to>magento_reminder_rule</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_coupon</document>\n                <to>magento_reminder_rule_coupon</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_log</document>\n                <to>magento_reminder_rule_log</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_website</document>\n                <to>magento_reminder_rule_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_template</document>\n                <to>magento_reminder_template</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward</document>\n                <to>magento_reward</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_history</document>\n                <to>magento_reward_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_rate</document>\n                <to>magento_reward_rate</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_salesrule</document>\n                <to>magento_reward_salesrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_scheduled_operations</document>\n                <to>magento_scheduled_operations</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule</document>\n                <to>magento_targetrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule_customersegment</document>\n                <to>magento_targetrule_customersegment</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule_product</document>\n                <to>magento_targetrule_product</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_grid</document>\n                <to>magento_rma_grid</to>\n            </rename>\n            <rename>\n                <document>enterprise_support_backup</document>\n                <to>support_backup</to>\n            </rename>\n            <rename>\n                <document>enterprise_support_backup_item</document>\n                <to>support_backup_item</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_datetime.entity_id</field>\n                <to>catalog_category_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_decimal.entity_id</field>\n                <to>catalog_category_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_int.entity_id</field>\n                <to>catalog_category_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_text.entity_id</field>\n                <to>catalog_category_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_varchar.entity_id</field>\n                <to>catalog_category_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_datetime.entity_id</field>\n                <to>catalog_product_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_decimal.entity_id</field>\n                <to>catalog_product_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_gallery.entity_id</field>\n                <to>catalog_product_entity_gallery.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_int.entity_id</field>\n                <to>catalog_product_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_text.entity_id</field>\n                <to>catalog_product_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_varchar.entity_id</field>\n                <to>catalog_product_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_customer_group.rule_id</field>\n                <to>catalogrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_website.rule_id</field>\n                <to>catalogrule_website.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_customer_group.rule_id</field>\n                <to>salesrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_product_attribute.rule_id</field>\n                <to>salesrule_product_attribute.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_website.rule_id</field>\n                <to>salesrule_website.row_id</to>\n            </move>\n            <move>\n                <field>cms_block_store.block_id</field>\n                <to>cms_block_store.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_label.rule_id</field>\n                <to>salesrule_label.row_id</to>\n            </move>\n            <move>\n                <field>cms_page_store.page_id</field>\n                <to>cms_page_store.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <move>\n                <field>enterprise_giftcard_amount.entity_id</field>\n                <to>magento_giftcard_amount.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.condition_sql</field>\n                <handler class=\"Migration\\Handler\\Rule\\ConditionSql\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.condition_sql</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.ip</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.x_forwarded_ip</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>rating_option_vote.remote_ip_long</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>sendfriend_log.ip</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_type.meta_xml</field>\n                <handler class=\"\\Migration\\Handler\\ConvertDateFormat\" />\n            </transform>\n            <transform>\n                <field>catalogrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalogrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_salesrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.block_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_block\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.page_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_page\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option.option_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_option\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection.selection_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_selection\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option.option_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_option\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection.selection_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_selection\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>enterprise_reward_history.additional_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.action_select_bind</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.original_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.result_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_item_entity.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_shipping_label.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_person.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.shipping_address</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.file_info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.entity_attributes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_reward_history.additional_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.action_select_bind</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.original_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.result_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_item_entity.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_shipping_label.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_person.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.shipping_address</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.file_info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.entity_attributes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.reward_points_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.reward_salesrule_points</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity.attribute_set_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_giftcard_amount.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_targetrule.use_customer_segment</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_targetrule_product.store_id</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_giftregistry_person.middlename</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.base_customer_balance_virtual_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.visitor_id</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.published_revision_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.under_version_control</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_daily.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_monthly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_yearly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_banner.is_ga_enabled</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.x_forwarded_ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogevent_event.date_start</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogevent_event.date_end</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.from_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.to_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>sales_order</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>support_report</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>visual_merchandiser_rule</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>magento_salesrule_filter</document>\n            </ignore>\n            <ignore>\n                <document>multiinventory_warehouse</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>quote_preview</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_rma_shipment</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalog_category</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_block</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_page</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_selection</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_option</document>\n            </ignore>\n            <ignore>\n                <document>staging_update</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>company</document>\n            </ignore>\n            <ignore>\n                <document>company_advanced_customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_credit</document>\n            </ignore>\n            <ignore>\n                <document>company_credit_history</document>\n            </ignore>\n            <ignore>\n                <document>company_order_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_payment</document>\n            </ignore>\n            <ignore>\n                <document>company_permissions</document>\n            </ignore>\n            <ignore>\n                <document>company_roles</document>\n            </ignore>\n            <ignore>\n                <document>company_structure</document>\n            </ignore>\n            <ignore>\n                <document>company_team</document>\n            </ignore>\n            <ignore>\n                <document>company_user_roles</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment_attachment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_company_config</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_grid</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_history</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_item</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_purged_content</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list_item</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog_product_item</document>\n            </ignore>\n            <ignore>\n                <document>sharedcatalog_category_permissions</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>magento_banner_content.banner_content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_category_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"block_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"page_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>magento_catalogevent_event.status</field>\n                <handler class=\"\\Migration\\Handler\\GetEventStatus\" />\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>magento_banner.is_ga_enabled</field>\n            </ignore>\n            <ignore>\n                <field>magento_banner.ga_creative</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.use_config_deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.row_id</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>magento_catalogevent_event.status</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.x_forwarded_ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogevent_event.date_start</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogevent_event.date_end</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reminder_rule.from_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reminder_rule.to_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.14.4.5/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Custom Customer Attributes Step\">\n            <integrity>Migration\\Step\\CustomCustomerAttributes\\Integrity</integrity>\n            <data>Migration\\Step\\CustomCustomerAttributes\\Data</data>\n            <volume>Migration\\Step\\CustomCustomerAttributes\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version11410to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version11410to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version11410to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"SalesOrder Step\">\n            <integrity>Migration\\Step\\SalesOrder\\Integrity</integrity>\n            <data>Migration\\Step\\SalesOrder\\Data</data>\n            <volume>Migration\\Step\\SalesOrder\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGridsEE\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGridsEE\\Data</data>\n            <volume>Migration\\Step\\OrderGridsEE\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"VisualMerchandiser Step\">\n            <integrity>Migration\\Step\\VisualMerchandiser\\Integrity</integrity>\n            <data>Migration\\Step\\VisualMerchandiser\\Data</data>\n            <volume>Migration\\Step\\VisualMerchandiser\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Custom Customer Attributes Step\">\n            <delta>Migration\\Step\\CustomCustomerAttributes\\Delta</delta>\n            <volume>Migration\\Step\\CustomCustomerAttributes\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"SalesOrder Step\">\n            <delta>Migration\\Step\\SalesOrder\\Delta</delta>\n            <volume>Migration\\Step\\SalesOrder\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGridsEE\\Delta</delta>\n            <volume>Migration\\Step\\OrderGridsEE\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/commerce-to-commerce/1.14.4.5/map.xml.dist</map_file>\n        <eav_map_file>etc/commerce-to-commerce/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/commerce-to-commerce/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/commerce-to-commerce/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/commerce-to-commerce/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/commerce-to-commerce/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/commerce-to-commerce/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/commerce-to-commerce/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/commerce-to-commerce/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/commerce-to-commerce/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <sales_order_map_file>etc/commerce-to-commerce/map-sales.xml.dist</sales_order_map_file>\n        <delta_document_groups_file>etc/commerce-to-commerce/deltalog.xml.dist</delta_document_groups_file>\n        <customer_attr_map_file>etc/commerce-to-commerce/customer-attr-map.xml.dist</customer_attr_map_file>\n        <customer_attr_document_groups_file>etc/commerce-to-commerce/customer-attr-document-groups.xml.dist</customer_attr_document_groups_file>\n        <order_grids_document_groups_file>etc/commerce-to-commerce/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <class_map>etc/commerce-to-commerce/class-map.xml.dist</class_map>\n        <visual_merchandiser_map>etc/commerce-to-commerce/visual_merchandiser_map.xml.dist</visual_merchandiser_map>\n        <visual_merchandiser_document_groups>etc/commerce-to-commerce/visual_merchandiser_document_groups.xml.dist</visual_merchandiser_document_groups>\n        <visual_merchandiser_attribute_groups>etc/commerce-to-commerce/visual_merchandiser_attribute_groups.xml.dist</visual_merchandiser_attribute_groups>\n        <map_document_groups>etc/commerce-to-commerce/map-document-groups.xml.dist</map_document_groups>\n        <tier_price_map_file>etc/commerce-to-commerce/1.14.4.5/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/commerce-to-commerce/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>commerce-to-commerce</edition_migrate>\n        <edition_number>1.14.4.5</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.14.4.5/map-tier-price.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_group_price.is_percent</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_group_price.customer_group_id</datatype>\n            </ignore>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_group_price.entity_id</field>\n                <to>catalog_product_entity_group_price.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_product_entity_group_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_tier_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_tier_price.percentage_value</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/commerce-to-commerce/1.14.4.5/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_queue_queue</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_queue_task</document>\n            </ignore>\n            <ignore>\n                <document>find_feed_import_codes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_question_number</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>social_facebook_actions</document>\n            </ignore>\n            <ignore>\n                <document>strikeiron_tax_rate</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect_cl</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_url_rewrite_redirect_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalog_category_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalog_product_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_customer_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_action</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_item</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_log</document>\n            </ignore>\n            <ignore>\n                <document>core_session</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_staging_product_unlinked</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_backup</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_backup_item</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_support_sysreport</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_event</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata_event</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_metadata_group</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_mview_subscriber</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_index_multiplier</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_cms_page_revision</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_cms_page_version</document>\n            </ignore>\n            <ignore>\n                <document>customer_flowpassword</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma</document>\n                <to>magento_rma</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity</document>\n                <to>magento_rma_item_entity</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_datetime</document>\n                <to>magento_rma_item_entity_datetime</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_decimal</document>\n                <to>magento_rma_item_entity_decimal</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_int</document>\n                <to>magento_rma_item_entity_int</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_text</document>\n                <to>magento_rma_item_entity_text</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_entity_varchar</document>\n                <to>magento_rma_item_entity_varchar</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_form_attribute</document>\n                <to>magento_rma_item_form_attribute</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_shipping_label</document>\n                <to>magento_rma_shipping_label</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_status_history</document>\n                <to>magento_rma_status_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner</document>\n                <to>magento_banner</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_catalogrule</document>\n                <to>magento_banner_catalogrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_content</document>\n                <to>magento_banner_content</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_customersegment</document>\n                <to>magento_banner_customersegment</to>\n            </rename>\n            <rename>\n                <document>enterprise_banner_salesrule</document>\n                <to>magento_banner_salesrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogevent_event</document>\n                <to>magento_catalogevent_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogevent_event_image</document>\n                <to>magento_catalogevent_event_image</to>\n            </rename>\n            <rename>\n                <document>enterprise_catalogpermissions</document>\n                <to>magento_catalogpermissions</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_lock</document>\n                <to>magento_versionscms_hierarchy_lock</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_metadata</document>\n                <to>magento_versionscms_hierarchy_metadata</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_hierarchy_node</document>\n                <to>magento_versionscms_hierarchy_node</to>\n            </rename>\n            <rename>\n                <document>enterprise_cms_increment</document>\n                <to>magento_versionscms_increment</to>\n            </rename>\n            <rename>\n                <document>enterprise_customerbalance</document>\n                <to>magento_customerbalance</to>\n            </rename>\n            <rename>\n                <document>enterprise_customerbalance_history</document>\n                <to>magento_customerbalance_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_customer</document>\n                <to>magento_customersegment_customer</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_event</document>\n                <to>magento_customersegment_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_segment</document>\n                <to>magento_customersegment_segment</to>\n            </rename>\n            <rename>\n                <document>enterprise_customersegment_website</document>\n                <to>magento_customersegment_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcard_amount</document>\n                <to>magento_giftcard_amount</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount</document>\n                <to>magento_giftcardaccount</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount_history</document>\n                <to>magento_giftcardaccount_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftcardaccount_pool</document>\n                <to>magento_giftcardaccount_pool</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_data</document>\n                <to>magento_giftregistry_data</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_entity</document>\n                <to>magento_giftregistry_entity</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_item</document>\n                <to>magento_giftregistry_item</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_item_option</document>\n                <to>magento_giftregistry_item_option</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_label</document>\n                <to>magento_giftregistry_label</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_person</document>\n                <to>magento_giftregistry_person</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_type</document>\n                <to>magento_giftregistry_type</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftregistry_type_info</document>\n                <to>magento_giftregistry_type_info</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping</document>\n                <to>magento_giftwrapping</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping_store_attributes</document>\n                <to>magento_giftwrapping_store_attributes</to>\n            </rename>\n            <rename>\n                <document>enterprise_giftwrapping_website</document>\n                <to>magento_giftwrapping_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation</document>\n                <to>magento_invitation</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation_status_history</document>\n                <to>magento_invitation_status_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_invitation_track</document>\n                <to>magento_invitation_track</to>\n            </rename>\n            <rename>\n                <document>enterprise_logging_event</document>\n                <to>magento_logging_event</to>\n            </rename>\n            <rename>\n                <document>enterprise_logging_event_changes</document>\n                <to>magento_logging_event_changes</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule</document>\n                <to>magento_reminder_rule</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_coupon</document>\n                <to>magento_reminder_rule_coupon</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_log</document>\n                <to>magento_reminder_rule_log</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_rule_website</document>\n                <to>magento_reminder_rule_website</to>\n            </rename>\n            <rename>\n                <document>enterprise_reminder_template</document>\n                <to>magento_reminder_template</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward</document>\n                <to>magento_reward</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_history</document>\n                <to>magento_reward_history</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_rate</document>\n                <to>magento_reward_rate</to>\n            </rename>\n            <rename>\n                <document>enterprise_reward_salesrule</document>\n                <to>magento_reward_salesrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_scheduled_operations</document>\n                <to>magento_scheduled_operations</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule</document>\n                <to>magento_targetrule</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule_customersegment</document>\n                <to>magento_targetrule_customersegment</to>\n            </rename>\n            <rename>\n                <document>enterprise_targetrule_product</document>\n                <to>magento_targetrule_product</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_grid</document>\n                <to>magento_rma_grid</to>\n            </rename>\n            <rename>\n                <document>enterprise_support_backup</document>\n                <to>support_backup</to>\n            </rename>\n            <rename>\n                <document>enterprise_support_backup_item</document>\n                <to>support_backup_item</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_datetime.entity_id</field>\n                <to>catalog_category_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_decimal.entity_id</field>\n                <to>catalog_category_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_int.entity_id</field>\n                <to>catalog_category_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_text.entity_id</field>\n                <to>catalog_category_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_varchar.entity_id</field>\n                <to>catalog_category_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_datetime.entity_id</field>\n                <to>catalog_product_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_decimal.entity_id</field>\n                <to>catalog_product_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_gallery.entity_id</field>\n                <to>catalog_product_entity_gallery.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_int.entity_id</field>\n                <to>catalog_product_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_text.entity_id</field>\n                <to>catalog_product_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_varchar.entity_id</field>\n                <to>catalog_product_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_customer_group.rule_id</field>\n                <to>catalogrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_website.rule_id</field>\n                <to>catalogrule_website.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_customer_group.rule_id</field>\n                <to>salesrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_product_attribute.rule_id</field>\n                <to>salesrule_product_attribute.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_website.rule_id</field>\n                <to>salesrule_website.row_id</to>\n            </move>\n            <move>\n                <field>cms_block_store.block_id</field>\n                <to>cms_block_store.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_label.rule_id</field>\n                <to>salesrule_label.row_id</to>\n            </move>\n            <move>\n                <field>cms_page_store.page_id</field>\n                <to>cms_page_store.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <move>\n                <field>enterprise_giftcard_amount.entity_id</field>\n                <to>magento_giftcard_amount.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.condition_sql</field>\n                <handler class=\"Migration\\Handler\\Rule\\ConditionSql\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.condition_sql</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.ip</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.x_forwarded_ip</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>rating_option_vote.remote_ip_long</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>sendfriend_log.ip</field>\n                <handler class=\"Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_type.meta_xml</field>\n                <handler class=\"\\Migration\\Handler\\ConvertDateFormat\" />\n            </transform>\n            <transform>\n                <field>catalogrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalogrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_salesrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.block_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_block\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.page_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_page\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option.option_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_option\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection.selection_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_selection\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option.option_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_option\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection.selection_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_selection\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>enterprise_reward_history.additional_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.action_select_bind</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.original_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.result_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_item_entity.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_shipping_label.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_person.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.shipping_address</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.file_info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.entity_attributes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_reward_history.additional_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_reminder_rule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_targetrule.action_select_bind</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_customersegment_segment.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event.info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.original_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_logging_event_changes.result_data</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_item_entity.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_rma_shipping_label.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_person.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.custom_values</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_giftregistry_entity.shipping_address</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.file_info</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>enterprise_scheduled_operations.entity_attributes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.reward_points_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.reward_salesrule_points</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity.attribute_set_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_rma_item_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_giftcard_amount.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_targetrule.use_customer_segment</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_targetrule_product.store_id</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>enterprise_giftregistry_person.middlename</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.base_customer_balance_virtual_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.visitor_id</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.published_revision_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.under_version_control</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_daily.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_monthly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_yearly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_banner.is_ga_enabled</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.x_forwarded_ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogevent_event.date_start</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogevent_event.date_end</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.from_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reminder_rule.to_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>sales_order</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>support_report</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>visual_merchandiser_rule</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>magento_salesrule_filter</document>\n            </ignore>\n            <ignore>\n                <document>multiinventory_warehouse</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>quote_preview</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_rma_shipment</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalog_category</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_block</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_page</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_selection</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_option</document>\n            </ignore>\n            <ignore>\n                <document>staging_update</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>company</document>\n            </ignore>\n            <ignore>\n                <document>company_advanced_customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_credit</document>\n            </ignore>\n            <ignore>\n                <document>company_credit_history</document>\n            </ignore>\n            <ignore>\n                <document>company_order_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_payment</document>\n            </ignore>\n            <ignore>\n                <document>company_permissions</document>\n            </ignore>\n            <ignore>\n                <document>company_roles</document>\n            </ignore>\n            <ignore>\n                <document>company_structure</document>\n            </ignore>\n            <ignore>\n                <document>company_team</document>\n            </ignore>\n            <ignore>\n                <document>company_user_roles</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment_attachment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_company_config</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_grid</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_history</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_item</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_purged_content</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list_item</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog_product_item</document>\n            </ignore>\n            <ignore>\n                <document>sharedcatalog_category_permissions</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>magento_banner_content.banner_content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_category_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"block_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"page_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>magento_catalogevent_event.status</field>\n                <handler class=\"\\Migration\\Handler\\GetEventStatus\" />\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>magento_banner.is_ga_enabled</field>\n            </ignore>\n            <ignore>\n                <field>magento_banner.ga_creative</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.use_config_deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.row_id</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>magento_catalogevent_event.status</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.x_forwarded_ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogevent_event.date_start</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogevent_event.date_end</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reminder_rule.from_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reminder_rule.to_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>enterprise_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_catalogpermissions.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_reward_rate.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_invitation.group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>magento_logging_event.info</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/commerce-to-commerce/class-map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<classmap xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n          xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/class-map.xsd\">\n    <rename>\n        <from>catalogrule/rule_condition_combine</from>\n        <to>Magento\\CatalogRule\\Model\\Rule\\Condition\\Combine</to>\n    </rename>\n    <rename>\n        <from>adminhtml/catalog_category_helper_pricestep</from>\n        <to>Magento\\Catalog\\Block\\Adminhtml\\Category\\Helper\\Pricestep</to>\n    </rename>\n    <rename>\n        <from>adminhtml/catalog_category_helper_sortby_available</from>\n        <to>Magento\\Catalog\\Block\\Adminhtml\\Category\\Helper\\Sortby\\Available</to>\n    </rename>\n    <rename>\n        <from>adminhtml/catalog_category_helper_sortby_default</from>\n        <to>Magento\\Catalog\\Block\\Adminhtml\\Category\\Helper\\Sortby\\DefaultSortby</to>\n    </rename>\n    <rename>\n        <from>adminhtml/catalog_product_helper_form_config</from>\n        <to>Magento\\GiftWrapping\\Block\\Adminhtml\\Product\\Helper\\Form\\Config</to>\n    </rename>\n    <rename>\n        <from>adminhtml/catalog_product_helper_form_msrp_enabled</from>\n        <to />\n    </rename>\n    <rename>\n        <from>adminhtml/catalog_product_helper_form_msrp_price</from>\n        <to>Magento\\Msrp\\Block\\Adminhtml\\Product\\Helper\\Form\\Type\\Price</to>\n    </rename>\n    <rename>\n        <from>bundle/product_attribute_source_price_view</from>\n        <to>Magento\\Bundle\\Model\\Product\\Attribute\\Source\\Price\\View</to>\n    </rename>\n    <rename>\n        <from>catalog/attribute_backend_customlayoutupdate</from>\n        <to>Magento\\Catalog\\Model\\Attribute\\Backend\\Customlayoutupdate</to>\n    </rename>\n    <rename>\n        <from>catalog/category</from>\n        <to>Magento\\Catalog\\Model\\ResourceModel\\Category</to>\n    </rename>\n    <rename>\n        <from>catalog/category_attribute_backend_image</from>\n        <to>Magento\\Catalog\\Model\\Category\\Attribute\\Backend\\Image</to>\n    </rename>\n    <rename>\n        <from>catalog/category_attribute_backend_sortby</from>\n        <to>Magento\\Catalog\\Model\\Category\\Attribute\\Backend\\Sortby</to>\n    </rename>\n    <rename>\n        <from>catalog/category_attribute_backend_urlkey</from>\n        <to />\n    </rename>\n    <rename>\n        <from>catalog/product_attribute_backend_urlkey</from>\n        <to />\n    </rename>\n    <rename>\n        <from>catalog/category_attribute_collection</from>\n        <to>Magento\\Catalog\\Model\\ResourceModel\\Category\\Attribute\\Collection</to>\n    </rename>\n    <rename>\n        <from>catalog/category_attribute_source_layout</from>\n        <to>Magento\\Catalog\\Model\\Category\\Attribute\\Source\\Layout</to>\n    </rename>\n    <rename>\n        <from>catalog/category_attribute_source_mode</from>\n        <to>Magento\\Catalog\\Model\\Category\\Attribute\\Source\\Mode</to>\n    </rename>\n    <rename>\n        <from>catalog/category_attribute_source_page</from>\n        <to>Magento\\Catalog\\Model\\Category\\Attribute\\Source\\Page</to>\n    </rename>\n    <rename>\n        <from>catalog/category_attribute_source_sortby</from>\n        <to>Magento\\Catalog\\Model\\Category\\Attribute\\Source\\Sortby</to>\n    </rename>\n    <rename>\n        <from>catalog/category_widget_link</from>\n        <to>Magento\\Catalog\\Block\\Category\\Widget\\Link</to>\n    </rename>\n    <rename>\n        <from>catalog/entity_product_attribute_design_options_container</from>\n        <to>Magento\\Catalog\\Model\\Entity\\Product\\Attribute\\Design\\Options\\Container</to>\n    </rename>\n    <rename>\n        <from>catalog/product</from>\n        <to>Magento\\Catalog\\Model\\ResourceModel\\Product</to>\n    </rename>\n    <rename>\n        <from>catalog/product_attribute_backend_boolean</from>\n        <to>Magento\\Catalog\\Model\\Product\\Attribute\\Backend\\Boolean</to>\n    </rename>\n    <rename>\n        <from>catalog/product_attribute_backend_media</from>\n        <to />\n    </rename>\n    <rename>\n        <from>catalog/product_attribute_backend_msrp</from>\n        <to />\n    </rename>\n    <rename>\n        <from>catalog/product_attribute_backend_price</from>\n        <to>Magento\\Catalog\\Model\\Product\\Attribute\\Backend\\Price</to>\n    </rename>\n    <rename>\n        <from>catalog/product_attribute_backend_recurring</from>\n        <to />\n    </rename>\n    <rename>\n        <from>catalog/product_attribute_backend_sku</from>\n        <to>Magento\\Catalog\\Model\\Product\\Attribute\\Backend\\Sku</to>\n    </rename>\n    <rename>\n        <from>catalog/product_attribute_backend_startdate</from>\n        <to>Magento\\Catalog\\Model\\Attribute\\Backend\\Startdate</to>\n    </rename>\n    <rename>\n        <from>catalog/product_attribute_backend_startdate_specialprice</from>\n        <to>Magento\\Catalog\\Model\\Attribute\\Backend\\Startdate</to>\n    </rename>\n    <rename>\n        <from>catalog/product_attribute_backend_tierprice</from>\n        <to>Magento\\Catalog\\Model\\Product\\Attribute\\Backend\\Tierprice</to>\n    </rename>\n    <rename>\n        <from>catalog/product_attribute_collection</from>\n        <to>Magento\\Catalog\\Model\\ResourceModel\\Product\\Attribute\\Collection</to>\n    </rename>\n    <rename>\n        <from>catalog/product_attribute_frontend_image</from>\n        <to>Magento\\Catalog\\Model\\Product\\Attribute\\Frontend\\Image</to>\n    </rename>\n    <rename>\n        <from>catalog/product_attribute_source_countryofmanufacture</from>\n        <to>Magento\\Catalog\\Model\\Product\\Attribute\\Source\\Countryofmanufacture</to>\n    </rename>\n    <rename>\n        <from>catalog/product_attribute_source_layout</from>\n        <to>Magento\\Catalog\\Model\\Product\\Attribute\\Source\\Layout</to>\n    </rename>\n    <rename>\n        <from>catalog/product_attribute_source_msrp_type_enabled</from>\n        <to />\n    </rename>\n    <rename>\n        <from>catalog/product_attribute_source_msrp_type_price</from>\n        <to>Magento\\Msrp\\Model\\Product\\Attribute\\Source\\Type\\Price</to>\n    </rename>\n    <rename>\n        <from>catalog/product_status</from>\n        <to>Magento\\Catalog\\Model\\Product\\Attribute\\Source\\Status</to>\n    </rename>\n    <rename>\n        <from>catalog/product_visibility</from>\n        <to>Magento\\Catalog\\Model\\Product\\Visibility</to>\n    </rename>\n    <rename>\n        <from>catalog/product_widget_link</from>\n        <to>Magento\\Catalog\\Block\\Product\\Widget\\Link</to>\n    </rename>\n    <rename>\n        <from>catalog/product_widget_new</from>\n        <to>Magento\\Catalog\\Block\\Product\\Widget\\NewWidget</to>\n    </rename>\n    <rename>\n        <from>catalog/resource_eav_attribute</from>\n        <to>Magento\\Catalog\\Model\\ResourceModel\\Eav\\Attribute</to>\n    </rename>\n    <rename>\n        <from>catalogrule/rule_action_collection</from>\n        <to>Magento\\CatalogRule\\Model\\Rule\\Action\\Collection</to>\n    </rename>\n    <rename>\n        <from>catalogrule/rule_action_product</from>\n        <to>Magento\\CatalogRule\\Model\\Rule\\Action\\Product</to>\n    </rename>\n    <rename>\n        <from>catalogrule/rule_condition_product</from>\n        <to>Magento\\CatalogRule\\Model\\Rule\\Condition\\Product</to>\n    </rename>\n    <rename>\n        <from>catalogrule/rule_product_price</from>\n        <to>Magento\\CatalogRule\\Model\\Rule\\Product\\Price</to>\n    </rename>\n    <rename>\n        <from>cms/widget_block</from>\n        <to>Magento\\Cms\\Block\\Widget\\Block</to>\n    </rename>\n    <rename>\n        <from>cms/widget_page_link</from>\n        <to>Magento\\Cms\\Block\\Widget\\Page\\Link</to>\n    </rename>\n    <rename>\n        <from>core/design_source_design</from>\n        <to>Magento\\Theme\\Model\\Theme\\Source\\Theme</to>\n    </rename>\n    <rename>\n        <from>customer/address</from>\n        <to>Magento\\Customer\\Model\\ResourceModel\\Address</to>\n    </rename>\n    <rename>\n        <from>customer/address_attribute_collection</from>\n        <to>Magento\\Customer\\Model\\ResourceModel\\Address\\Attribute\\Collection</to>\n    </rename>\n    <rename>\n        <from>customer/attribute</from>\n        <to>Magento\\Customer\\Model\\Attribute</to>\n    </rename>\n    <rename>\n        <from>customer/attribute_backend_data_boolean</from>\n        <to>Magento\\Customer\\Model\\Attribute\\Backend\\Data\\Boolean</to>\n    </rename>\n    <rename>\n        <from>customer/attribute_collection</from>\n        <to>Magento\\Customer\\Model\\ResourceModel\\Attribute\\Collection</to>\n    </rename>\n    <rename>\n        <from>customer/attribute_data_postcode</from>\n        <to>Magento\\Customer\\Model\\Attribute\\Data\\Postcode</to>\n    </rename>\n    <rename>\n        <from>customer/customer</from>\n        <to>Magento\\Customer\\Model\\ResourceModel\\Customer</to>\n    </rename>\n    <rename>\n        <from>customer/customer_attribute_backend_billing</from>\n        <to>Magento\\Customer\\Model\\Customer\\Attribute\\Backend\\Billing</to>\n    </rename>\n    <rename>\n        <from>customer/customer_attribute_backend_password</from>\n        <to>Magento\\Customer\\Model\\Customer\\Attribute\\Backend\\Password</to>\n    </rename>\n    <rename>\n        <from>customer/customer_attribute_backend_shipping</from>\n        <to>Magento\\Customer\\Model\\Customer\\Attribute\\Backend\\Shipping</to>\n    </rename>\n    <rename>\n        <from>customer/customer_attribute_backend_store</from>\n        <to>Magento\\Customer\\Model\\Customer\\Attribute\\Backend\\Store</to>\n    </rename>\n    <rename>\n        <from>customer/customer_attribute_backend_website</from>\n        <to>Magento\\Customer\\Model\\Customer\\Attribute\\Backend\\Website</to>\n    </rename>\n    <rename>\n        <from>customer/customer_attribute_source_group</from>\n        <to>Magento\\Customer\\Model\\Customer\\Attribute\\Source\\Group</to>\n    </rename>\n    <rename>\n        <from>customer/customer_attribute_source_store</from>\n        <to>Magento\\Customer\\Model\\Customer\\Attribute\\Source\\Store</to>\n    </rename>\n    <rename>\n        <from>customer/customer_attribute_source_website</from>\n        <to>Magento\\Customer\\Model\\Customer\\Attribute\\Source\\Website</to>\n    </rename>\n    <rename>\n        <from>customer/entity_address_attribute_backend_region</from>\n        <to>Magento\\Customer\\Model\\ResourceModel\\Address\\Attribute\\Backend\\Region</to>\n    </rename>\n    <rename>\n        <from>customer/entity_address_attribute_backend_street</from>\n        <to>Magento\\Eav\\Model\\Entity\\Attribute\\Backend\\DefaultBackend</to>\n    </rename>\n    <rename>\n        <from>customer/entity_address_attribute_source_country</from>\n        <to>Magento\\Customer\\Model\\ResourceModel\\Address\\Attribute\\Source\\Country</to>\n    </rename>\n    <rename>\n        <from>customer/entity_address_attribute_source_region</from>\n        <to>Magento\\Customer\\Model\\ResourceModel\\Address\\Attribute\\Source\\Region</to>\n    </rename>\n    <rename>\n        <from>eav/entity_attribute_backend_array</from>\n        <to>Magento\\Eav\\Model\\Entity\\Attribute\\Backend\\ArrayBackend</to>\n    </rename>\n    <rename>\n        <from>eav/entity_attribute_backend_datetime</from>\n        <to>Magento\\Eav\\Model\\Entity\\Attribute\\Backend\\Datetime</to>\n    </rename>\n    <rename>\n        <from>eav/entity_attribute_backend_time_created</from>\n        <to>Magento\\Eav\\Model\\Entity\\Attribute\\Backend\\Time\\Created</to>\n    </rename>\n    <rename>\n        <from>eav/entity_attribute_backend_time_updated</from>\n        <to>Magento\\Eav\\Model\\Entity\\Attribute\\Backend\\Time\\Updated</to>\n    </rename>\n    <rename>\n        <from>eav/entity_attribute_frontend_datetime</from>\n        <to>Magento\\Eav\\Model\\Entity\\Attribute\\Frontend\\Datetime</to>\n    </rename>\n    <rename>\n        <from>eav/entity_attribute_source_boolean</from>\n        <to>Magento\\Eav\\Model\\Entity\\Attribute\\Source\\Boolean</to>\n    </rename>\n    <rename>\n        <from>eav/entity_attribute_source_table</from>\n        <to>Magento\\Eav\\Model\\Entity\\Attribute\\Source\\Table</to>\n    </rename>\n    <rename>\n        <from>eav/entity_increment_numeric</from>\n        <to>Magento\\Eav\\Model\\Entity\\Increment\\NumericValue</to>\n    </rename>\n    <rename>\n        <from>giftmessage/adminhtml_product_helper_form_config</from>\n        <to>Magento\\GiftMessage\\Block\\Adminhtml\\Product\\Helper\\Form\\Config</to>\n    </rename>\n    <rename>\n        <from>reports/product_widget_compared</from>\n        <to>Magento\\Reports\\Block\\Product\\Widget\\Compared</to>\n    </rename>\n    <rename>\n        <from>reports/product_widget_viewed</from>\n        <to>Magento\\Reports\\Block\\Product\\Widget\\Viewed</to>\n    </rename>\n    <rename>\n        <from>sales/order</from>\n        <to>Magento\\Sales\\Model\\ResourceModel\\Order</to>\n    </rename>\n    <rename>\n        <from>sales/order_creditmemo</from>\n        <to>Magento\\Sales\\Model\\ResourceModel\\Order\\Creditmemo</to>\n    </rename>\n    <rename>\n        <from>sales/order_invoice</from>\n        <to>Magento\\Sales\\Model\\ResourceModel\\Order\\Invoice</to>\n    </rename>\n    <rename>\n        <from>sales/order_shipment</from>\n        <to>Magento\\Sales\\Model\\ResourceModel\\Order\\Shipment</to>\n    </rename>\n    <rename>\n        <from>sales/widget_guest_form</from>\n        <to>Magento\\Sales\\Block\\Widget\\Guest\\Form</to>\n    </rename>\n    <rename>\n        <from>salesrule/rule_action_collection</from>\n        <to>Magento\\CatalogRule\\Model\\Rule\\Action\\Collection</to>\n    </rename>\n    <rename>\n        <from>salesrule/rule_action_product</from>\n        <to>Magento\\CatalogRule\\Model\\Rule\\Action\\Product</to>\n    </rename>\n    <rename>\n        <from>salesrule/rule_condition_address</from>\n        <to>Magento\\SalesRule\\Model\\Rule\\Condition\\Address</to>\n    </rename>\n    <rename>\n        <from>salesrule/rule_condition_combine</from>\n        <to>Magento\\SalesRule\\Model\\Rule\\Condition\\Combine</to>\n    </rename>\n    <rename>\n        <from>salesrule/rule_condition_product</from>\n        <to>Magento\\SalesRule\\Model\\Rule\\Condition\\Product</to>\n    </rename>\n    <rename>\n        <from>salesrule/rule_condition_product_combine</from>\n        <to>Magento\\SalesRule\\Model\\Rule\\Condition\\Product\\Combine</to>\n    </rename>\n    <rename>\n        <from>salesrule/rule_condition_product_found</from>\n        <to>Magento\\SalesRule\\Model\\Rule\\Condition\\Product\\Found</to>\n    </rename>\n    <rename>\n        <from>salesrule/rule_condition_product_subselect</from>\n        <to>Magento\\SalesRule\\Model\\Rule\\Condition\\Product\\Subselect</to>\n    </rename>\n    <rename>\n        <from>salesrule/rule_customer</from>\n        <to>Magento\\SalesRule\\Model\\Rule\\Customer</to>\n    </rename>\n    <rename>\n        <from>salesrule/rule_product</from>\n        <to>Magento\\SalesRule\\Model\\Rule\\Product</to>\n    </rename>\n    <rename>\n        <from>tax/class_source_product</from>\n        <to>Magento\\Tax\\Model\\TaxClass\\Source\\Product</to>\n    </rename>\n    <rename>\n        <from>weee/attribute_backend_weee_tax</from>\n        <to>Magento\\Weee\\Model\\Attribute\\Backend\\Weee\\Tax</to>\n    </rename>\n    <rename>\n        <from>enterprise_targetrule/rule_condition_combine</from>\n        <to>Magento\\TargetRule\\Model\\Rule\\Condition\\Combine</to>\n    </rename>\n    <rename>\n        <from>enterprise_banner/widget_banner</from>\n        <to>Magento\\Banner\\Block\\Widget\\Banner</to>\n    </rename>\n    <rename>\n        <from>enterprise_catalog/product_attribute_backend_urlkey</from>\n        <to />\n    </rename>\n    <rename>\n        <from>enterprise_catalogevent/event_lister</from>\n        <to>Magento\\CatalogEvent\\Block\\Event\\Lister</to>\n    </rename>\n    <rename>\n        <from>enterprise_catalogevent/widget_lister</from>\n        <to>Magento\\CatalogEvent\\Block\\Widget\\Lister</to>\n    </rename>\n    <rename>\n        <from>enterprise_checkout/widget_sku</from>\n        <to>Magento\\AdvancedCheckout\\Block\\Widget\\Sku</to>\n    </rename>\n    <rename>\n        <from>enterprise_cms/widget_node</from>\n        <to>Magento\\VersionsCms\\Block\\Widget\\Node</to>\n    </rename>\n    <rename>\n        <from>enterprise_giftcard/attribute_backend_giftcard_amount</from>\n        <to>Magento\\GiftCard\\Model\\Attribute\\Backend\\Giftcard\\Amount</to>\n    </rename>\n    <rename>\n        <from>enterprise_giftcard/source_open</from>\n        <to>Magento\\GiftCard\\Model\\Source\\Open</to>\n    </rename>\n    <rename>\n        <from>enterprise_giftcard/source_type</from>\n        <to>Magento\\GiftCard\\Model\\Source\\Type</to>\n    </rename>\n    <rename>\n        <from>enterprise_giftregistry/search_widget_form</from>\n        <to>Magento\\GiftRegistry\\Block\\Search\\Widget\\Form</to>\n    </rename>\n    <rename>\n        <from>enterprise_giftwrapping/adminhtml_product_helper_form_config</from>\n        <to>Magento\\GiftWrapping\\Block\\Adminhtml\\Product\\Helper\\Form\\Config</to>\n    </rename>\n    <rename>\n        <from>enterprise_reminder/rule_condition_cart</from>\n        <to>\\Magento\\Reminder\\Model\\Rule\\Condition\\Cart</to>\n    </rename>\n    <rename>\n        <from>enterprise_reminder/rule_condition_cart_amount</from>\n        <to>\\Magento\\Reminder\\Model\\Rule\\Condition\\Cart\\Amount</to>\n    </rename>\n    <rename>\n        <from>enterprise_reminder/rule_condition_cart_attributes</from>\n        <to>\\Magento\\Reminder\\Model\\Rule\\Condition\\Cart\\Attributes</to>\n    </rename>\n    <rename>\n        <from>enterprise_reminder/rule_condition_cart_combine</from>\n        <to>\\Magento\\Reminder\\Model\\Rule\\Condition\\Cart\\Combine</to>\n    </rename>\n    <rename>\n        <from>enterprise_reminder/rule_condition_cart_couponcode</from>\n        <to>\\Magento\\Reminder\\Model\\Rule\\Condition\\Cart\\Couponcode</to>\n    </rename>\n    <rename>\n        <from>enterprise_reminder/rule_condition_cart_itemsquantity</from>\n        <to>\\Magento\\Reminder\\Model\\Rule\\Condition\\Cart\\Itemsquantity</to>\n    </rename>\n    <rename>\n        <from>enterprise_reminder/rule_condition_cart_sku</from>\n        <to>\\Magento\\Reminder\\Model\\Rule\\Condition\\Cart\\Sku</to>\n    </rename>\n    <rename>\n        <from>enterprise_reminder/rule_condition_cart_storeview</from>\n        <to>\\Magento\\Reminder\\Model\\Rule\\Condition\\Cart\\Storeview</to>\n    </rename>\n    <rename>\n        <from>enterprise_reminder/rule_condition_cart_subcombine</from>\n        <to>\\Magento\\Reminder\\Model\\Rule\\Condition\\Cart\\Subcombine</to>\n    </rename>\n    <rename>\n        <from>enterprise_reminder/rule_condition_cart_subselection</from>\n        <to>\\Magento\\Reminder\\Model\\Rule\\Condition\\Cart\\Subselection</to>\n    </rename>\n    <rename>\n        <from>enterprise_reminder/rule_condition_cart_totalquantity</from>\n        <to>\\Magento\\Reminder\\Model\\Rule\\Condition\\Cart\\Totalquantity</to>\n    </rename>\n    <rename>\n        <from>enterprise_reminder/rule_condition_cart_virtual</from>\n        <to>\\Magento\\Reminder\\Model\\Rule\\Condition\\Cart\\Virtual</to>\n    </rename>\n    <rename>\n        <from>enterprise_reminder/rule_condition_combine</from>\n        <to>\\Magento\\Reminder\\Model\\Rule\\Condition\\Combine</to>\n    </rename>\n    <rename>\n        <from>enterprise_reminder/rule_condition_combine_root</from>\n        <to>\\Magento\\Reminder\\Model\\Rule\\Condition\\Combine\\Root</to>\n    </rename>\n    <rename>\n        <from>enterprise_reminder/rule_condition_wishlist</from>\n        <to>\\Magento\\Reminder\\Model\\Rule\\Condition\\Wishlist</to>\n    </rename>\n    <rename>\n        <from>enterprise_reminder/rule_condition_wishlist_attributes</from>\n        <to>\\Magento\\Reminder\\Model\\Rule\\Condition\\Wishlist\\Attributes</to>\n    </rename>\n    <rename>\n        <from>enterprise_reminder/rule_condition_wishlist_combine</from>\n        <to>\\Magento\\Reminder\\Model\\Rule\\Condition\\Wishlist\\Combine</to>\n    </rename>\n    <rename>\n        <from>enterprise_reminder/rule_condition_wishlist_quantity</from>\n        <to>\\Magento\\Reminder\\Model\\Rule\\Condition\\Wishlist\\Quantity</to>\n    </rename>\n    <rename>\n        <from>enterprise_reminder/rule_condition_wishlist_sharing</from>\n        <to>\\Magento\\Reminder\\Model\\Rule\\Condition\\Wishlist\\Sharing</to>\n    </rename>\n    <rename>\n        <from>enterprise_reminder/rule_condition_wishlist_storeview</from>\n        <to>\\Magento\\Reminder\\Model\\Rule\\Condition\\Wishlist\\Storeview</to>\n    </rename>\n    <rename>\n        <from>enterprise_reminder/rule_condition_wishlist_subcombine</from>\n        <to>\\Magento\\Reminder\\Model\\Rule\\Condition\\Wishlist\\Subcombine</to>\n    </rename>\n    <rename>\n        <from>enterprise_reminder/rule_condition_wishlist_subselection</from>\n        <to>\\Magento\\Reminder\\Model\\Rule\\Condition\\Wishlist\\Subselection</to>\n    </rename>\n    <rename>\n        <from>enterprise_rma/adminhtml_product_renderer</from>\n        <to>Magento\\Rma\\Block\\Adminhtml\\Product\\Renderer</to>\n    </rename>\n    <rename>\n        <from>enterprise_rma/item</from>\n        <to>Magento\\Rma\\Model\\ResourceModel\\Item</to>\n    </rename>\n    <rename>\n        <from>enterprise_rma/item_attribute</from>\n        <to>Magento\\Rma\\Model\\Item\\Attribute</to>\n    </rename>\n    <rename>\n        <from>enterprise_rma/item_attribute_source_status</from>\n        <to>Magento\\Rma\\Model\\Item\\Attribute\\Source\\Status</to>\n    </rename>\n    <rename>\n        <from>enterprise_rma/product_source</from>\n        <to>Magento\\Rma\\Model\\Product\\Source</to>\n    </rename>\n    <rename>\n        <from>enterprise_targetrule/actions_condition_combine</from>\n        <to>Magento\\TargetRule\\Model\\Actions\\Condition\\Combine</to>\n    </rename>\n    <rename>\n        <from>enterprise_targetrule/actions_condition_product_attributes</from>\n        <to>Magento\\TargetRule\\Model\\Actions\\Condition\\Product\\Attributes</to>\n    </rename>\n    <rename>\n        <from>enterprise_targetrule/actions_condition_product_special</from>\n        <to>Magento\\TargetRule\\Model\\Actions\\Condition\\Product\\Special</to>\n    </rename>\n    <rename>\n        <from>enterprise_targetrule/actions_condition_product_special_price</from>\n        <to>Magento\\TargetRule\\Model\\Actions\\Condition\\Product\\Special\\Price</to>\n    </rename>\n    <rename>\n        <from>enterprise_targetrule/catalog_product_attribute_backend_rule</from>\n        <to>Magento\\TargetRule\\Model\\Catalog\\Product\\Attribute\\Backend\\Rule</to>\n    </rename>\n    <rename>\n        <from>enterprise_targetrule/rule_condition_product_attributes</from>\n        <to>Magento\\TargetRule\\Model\\Rule\\Condition\\Product\\Attributes</to>\n    </rename>\n    <rename>\n        <from>enterprise_wishlist/widget_search</from>\n        <to>Magento\\MultipleWishlist\\Block\\Widget\\Search</to>\n    </rename>\n    <rename>\n        <from>enterprise_customersegment/segment_condition_combine_root</from>\n        <to>Magento\\CustomerSegment\\Model\\Segment\\Condition\\Combine\\Root</to>\n    </rename>\n    <rename>\n        <from>enterprise_customersegment/segment_condition_customer_address_attributes</from>\n        <to>Magento\\CustomerSegment\\Model\\Segment\\Condition\\Customer\\Address\\Attributes</to>\n    </rename>\n    <rename>\n        <from>enterprise_customersegment/segment_condition_customer_address_default</from>\n        <to>Magento\\CustomerSegment\\Model\\Segment\\Condition\\Customer\\Address\\DefaultAddress</to>\n    </rename>\n    <rename>\n        <from>enterprise_customersegment/segment_condition_customer_address_region</from>\n        <to>Magento\\CustomerSegment\\Model\\Segment\\Condition\\Customer\\Address\\Region</to>\n    </rename>\n    <rename>\n        <from>enterprise_customersegment/segment_condition_customer_address</from>\n        <to>Magento\\CustomerSegment\\Model\\Segment\\Condition\\Customer\\Address</to>\n    </rename>\n    <rename>\n        <from>enterprise_customersegment/segment_condition_customer_attributes</from>\n        <to>Magento\\CustomerSegment\\Model\\Segment\\Condition\\Customer\\Attributes</to>\n    </rename>\n    <rename>\n        <from>enterprise_customersegment/segment_condition_customer_newsletter</from>\n        <to>Magento\\CustomerSegment\\Model\\Segment\\Condition\\Customer\\Newsletter</to>\n    </rename>\n    <rename>\n        <from>enterprise_customersegment/segment_condition_customer_storecredit</from>\n        <to>Magento\\CustomerSegment\\Model\\Segment\\Condition\\Customer\\Storecredit</to>\n    </rename>\n    <rename>\n        <from>enterprise_customersegment/segment_condition_order_address_attributes</from>\n        <to>Magento\\CustomerSegment\\Model\\Segment\\Condition\\Order\\Address\\Attributes</to>\n    </rename>\n    <rename>\n        <from>enterprise_customersegment/segment_condition_order_address_combine</from>\n        <to>Magento\\CustomerSegment\\Model\\Segment\\Condition\\Order\\Address\\Combine</to>\n    </rename>\n    <rename>\n        <from>enterprise_customersegment/segment_condition_order_address_type</from>\n        <to>Magento\\CustomerSegment\\Model\\Segment\\Condition\\Order\\Address\\Type</to>\n    </rename>\n    <rename>\n        <from>enterprise_customersegment/segment_condition_order_address</from>\n        <to>Magento\\CustomerSegment\\Model\\Segment\\Condition\\Order\\Address</to>\n    </rename>\n    <rename>\n        <from>enterprise_customersegment/segment_condition_order_status</from>\n        <to>Magento\\CustomerSegment\\Model\\Segment\\Condition\\Order\\Status</to>\n    </rename>\n    <rename>\n        <from>enterprise_customersegment/segment_condition_product_combine_history</from>\n        <to>Magento\\CustomerSegment\\Model\\Segment\\Condition\\Product\\Combine\\History</to>\n    </rename>\n    <rename>\n        <from>enterprise_customersegment/segment_condition_product_combine_list</from>\n        <to>Magento\\CustomerSegment\\Model\\Segment\\Condition\\Product\\Combine\\ListCombine</to>\n    </rename>\n    <rename>\n        <from>enterprise_customersegment/segment_condition_product_attributes</from>\n        <to>Magento\\CustomerSegment\\Model\\Segment\\Condition\\Product\\Attributes</to>\n    </rename>\n    <rename>\n        <from>enterprise_customersegment/segment_condition_product_combine</from>\n        <to>Magento\\CustomerSegment\\Model\\Segment\\Condition\\Product\\Combine</to>\n    </rename>\n    <rename>\n        <from>enterprise_customersegment/segment_condition_sales_combine</from>\n        <to>Magento\\CustomerSegment\\Model\\Segment\\Condition\\Sales\\Combine</to>\n    </rename>\n    <rename>\n        <from>enterprise_customersegment/segment_condition_sales_ordersnumber</from>\n        <to>Magento\\CustomerSegment\\Model\\Segment\\Condition\\Sales\\Ordersnumber</to>\n    </rename>\n    <rename>\n        <from>enterprise_customersegment/segment_condition_sales_purchasedquantity</from>\n        <to>Magento\\CustomerSegment\\Model\\Segment\\Condition\\Sales\\Purchasedquantity</to>\n    </rename>\n    <rename>\n        <from>enterprise_customersegment/segment_condition_sales_salesamount</from>\n        <to>Magento\\CustomerSegment\\Model\\Segment\\Condition\\Sales\\Salesamount</to>\n    </rename>\n    <rename>\n        <from>enterprise_customersegment/segment_condition_shoppingcart_amount</from>\n        <to>Magento\\CustomerSegment\\Model\\Segment\\Condition\\Shoppingcart\\Amount</to>\n    </rename>\n    <rename>\n        <from>enterprise_customersegment/segment_condition_shoppingcart_itemsquantity</from>\n        <to>Magento\\CustomerSegment\\Model\\Segment\\Condition\\Shoppingcart\\Itemsquantity</to>\n    </rename>\n    <rename>\n        <from>enterprise_customersegment/segment_condition_shoppingcart_productsquantity</from>\n        <to>Magento\\CustomerSegment\\Model\\Segment\\Condition\\Shoppingcart\\Productsquantity</to>\n    </rename>\n    <rename>\n        <from>enterprise_customersegment/segment_condition_combine</from>\n        <to>Magento\\CustomerSegment\\Model\\Segment\\Condition\\Combine</to>\n    </rename>\n    <rename>\n        <from>enterprise_customersegment/segment_condition_customer</from>\n        <to>Magento\\CustomerSegment\\Model\\Segment\\Condition\\Customer</to>\n    </rename>\n    <rename>\n        <from>enterprise_customersegment/segment_condition_daterange</from>\n        <to>Magento\\CustomerSegment\\Model\\Segment\\Condition\\Daterange</to>\n    </rename>\n    <rename>\n        <from>enterprise_customersegment/segment_condition_sales</from>\n        <to>Magento\\CustomerSegment\\Model\\Segment\\Condition\\Sales</to>\n    </rename>\n    <rename>\n        <from>enterprise_customersegment/segment_condition_segment</from>\n        <to>Magento\\CustomerSegment\\Model\\Segment\\Condition\\Segment</to>\n    </rename>\n    <rename>\n        <from>enterprise_customersegment/segment_condition_shoppingcart</from>\n        <to>Magento\\CustomerSegment\\Model\\Segment\\Condition\\Shoppingcart</to>\n    </rename>\n    <rename>\n        <from>enterprise_customersegment/segment_condition_uptodate</from>\n        <to>Magento\\CustomerSegment\\Model\\Segment\\Condition\\Uptodate</to>\n    </rename>\n    <rename>\n        <from>sales_entity/order_shipment_attribute_backend_child</from>\n        <to></to>\n    </rename>\n    <rename>\n        <from>sales_entity/order_attribute_backend_child</from>\n        <to></to>\n    </rename>\n    <rename>\n        <from>sales_entity/invoice_attribute_backend_child</from>\n        <to></to>\n    </rename>\n    <rename>\n        <from>sales_entity/order_invoice_attribute_backend_child</from>\n        <to></to>\n    </rename>\n    <rename>\n        <from>sales_entity/order_attribute_backend_billing</from>\n        <to></to>\n    </rename>\n    <rename>\n        <from>sales_entity/order_attribute_backend_parent</from>\n        <to></to>\n    </rename>\n    <rename>\n        <from>sales_entity/order_attribute_backend_shipping</from>\n        <to></to>\n    </rename>\n    <rename>\n        <from>sales_entity/order_creditmemo_attribute_backend_child</from>\n        <to></to>\n    </rename>\n    <rename>\n        <from>sales_entity/order_creditmemo_attribute_backend_parent</from>\n        <to></to>\n    </rename>\n    <rename>\n        <from>sales_entity/order_invoice_attribute_backend_order</from>\n        <to></to>\n    </rename>\n    <rename>\n        <from>sales_entity/order_invoice_attribute_backend_parent</from>\n        <to></to>\n    </rename>\n    <rename>\n        <from>sales_entity/order_shipment_attribute_backend_parent</from>\n        <to></to>\n    </rename>\n    <rename>\n        <from>sales/quote</from>\n        <to>Magento\\Quote\\Model\\Quote</to>\n    </rename>\n    <rename>\n        <from>sales/quote_address</from>\n        <to>Magento\\Quote\\Model\\Quote\\Address</to>\n    </rename>\n    <rename>\n        <from>sales/quote_address_rate</from>\n        <to>Magento\\Quote\\Model\\Quote\\Address\\Rate</to>\n    </rename>\n    <rename>\n        <from>sales/quote_address_item</from>\n        <to>Magento\\Quote\\Model\\Quote\\Address\\Item</to>\n    </rename>\n    <rename>\n        <from>sales/quote_payment</from>\n        <to>Magento\\Quote\\Model\\Quote\\Payment</to>\n    </rename>\n    <rename>\n        <from>sales/quote_item</from>\n        <to>Magento\\Quote\\Model\\Quote\\Item</to>\n    </rename>\n\n    <rename>\n        <from>sales/order_address</from>\n        <to>Magento\\Sales\\Model\\Order\\Address</to>\n    </rename>\n    <rename>\n        <from>sales/order_item</from>\n        <to>Magento\\Sales\\Model\\Order\\Item</to>\n    </rename>\n    <rename>\n        <from>sales/order_payment</from>\n        <to>Magento\\Sales\\Model\\Order\\Payment</to>\n    </rename>\n    <rename>\n        <from>sales/order_status_history</from>\n        <to>Magento\\Sales\\Model\\Order\\Status\\History</to>\n    </rename>\n    <rename>\n        <from>sales/order_shipment_track</from>\n        <to>Magento\\Sales\\Model\\Order\\Shipment\\Track</to>\n    </rename>\n    <rename>\n        <from>sales/order_shipment_item</from>\n        <to>Magento\\Sales\\Model\\Order\\Shipment\\Item</to>\n    </rename>\n    <rename>\n        <from>sales/order_shipment_comment</from>\n        <to>Magento\\Sales\\Model\\Order\\Shipment\\Comment</to>\n    </rename>\n    <rename>\n        <from>sales/order_payment</from>\n        <to>Magento\\Sales\\Model\\Order\\Payment</to>\n    </rename>\n    <rename>\n        <from>sales/order_invoice_item</from>\n        <to>Magento\\Sales\\Model\\Order\\Invoice\\Item</to>\n    </rename>\n    <rename>\n        <from>sales/order_invoice_comment</from>\n        <to>Magento\\Sales\\Model\\Order\\Invoice\\Comment</to>\n    </rename>\n    <rename>\n        <from>sales/order_creditmemo_item</from>\n        <to>Magento\\Sales\\Model\\Order\\Creditmemo\\Item</to>\n    </rename>\n    <rename>\n        <from>sales/order_creditmemo_comment</from>\n        <to>Magento\\Sales\\Model\\Order\\Creditmemo\\Comment</to>\n    </rename>\n    <rename>\n        <from>eav/entity_attribute_backend_default</from>\n        <to>Magento\\Eav\\Model\\Entity\\Attribute\\Backend\\DefaultBackend</to>\n    </rename>\n    <rename>\n        <from>eav/entity_attribute_frontend_default</from>\n        <to>Magento\\Eav\\Model\\Entity\\Attribute\\Frontend\\DefaultFrontend</to>\n    </rename>\n</classmap>\n"
  },
  {
    "path": "etc/commerce-to-commerce/customer-attr-document-groups.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<groups xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/groups.xsd\">\n    <group name=\"source_documents\">\n        <document key=\"entity_id\">enterprise_customer_sales_flat_order</document>\n        <document key=\"entity_id\">enterprise_customer_sales_flat_order_address</document>\n        <document key=\"entity_id\">enterprise_customer_sales_flat_quote</document>\n        <document key=\"entity_id\">enterprise_customer_sales_flat_quote_address</document>\n    </group>\n</groups>\n"
  },
  {
    "path": "etc/commerce-to-commerce/customer-attr-map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <rename>\n                <document>enterprise_customer_sales_flat_order</document>\n                <to>magento_customercustomattributes_sales_flat_order</to>\n            </rename>\n            <rename>\n                <document>enterprise_customer_sales_flat_order_address</document>\n                <to>magento_customercustomattributes_sales_flat_order_address</to>\n            </rename>\n            <rename>\n                <document>enterprise_customer_sales_flat_quote</document>\n                <to>magento_customercustomattributes_sales_flat_quote</to>\n            </rename>\n            <rename>\n                <document>enterprise_customer_sales_flat_quote_address</document>\n                <to>magento_customercustomattributes_sales_flat_quote_address</to>\n            </rename>\n        </document_rules>\n    </source>\n    <destination />\n</map>\n"
  },
  {
    "path": "etc/commerce-to-commerce/customer-attribute-groups.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<groups xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/groups.xsd\">\n    <group name=\"customer_entity\">\n        <attribute>created_in</attribute>\n        <attribute>prefix</attribute>\n        <attribute>firstname</attribute>\n        <attribute>middlename</attribute>\n        <attribute>lastname</attribute>\n        <attribute>suffix</attribute>\n        <attribute>dob</attribute>\n        <attribute>password_hash</attribute>\n        <attribute>rp_token</attribute>\n        <attribute>rp_token_created_at</attribute>\n        <attribute>default_billing</attribute>\n        <attribute>default_shipping</attribute>\n        <attribute>taxvat</attribute>\n        <attribute>confirmation</attribute>\n        <attribute>gender</attribute>\n    </group>\n    <group name=\"customer_address_entity\">\n        <attribute>city</attribute>\n        <attribute>company</attribute>\n        <attribute>country_id</attribute>\n        <attribute>fax</attribute>\n        <attribute>firstname</attribute>\n        <attribute>lastname</attribute>\n        <attribute>middlename</attribute>\n        <attribute>postcode</attribute>\n        <attribute>prefix</attribute>\n        <attribute>region</attribute>\n        <attribute>region_id</attribute>\n        <attribute>street</attribute>\n        <attribute>suffix</attribute>\n        <attribute>telephone</attribute>\n        <attribute>vat_id</attribute>\n        <attribute>vat_is_valid</attribute>\n        <attribute>vat_request_date</attribute>\n        <attribute>vat_request_id</attribute>\n        <attribute>vat_request_success</attribute>\n    </group>\n</groups>\n"
  },
  {
    "path": "etc/commerce-to-commerce/customer-document-groups.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<groups xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/groups.xsd\">\n    <group name=\"source_documents\">\n        <document key=\"entity_id\">customer_entity</document>\n        <document key=\"value_id\">customer_entity_datetime</document>\n        <document key=\"value_id\">customer_entity_decimal</document>\n        <document key=\"value_id\">customer_entity_int</document>\n        <document key=\"value_id\">customer_entity_text</document>\n        <document key=\"value_id\">customer_entity_varchar</document>\n        <document key=\"entity_id\">customer_address_entity</document>\n        <document key=\"value_id\">customer_address_entity_datetime</document>\n        <document key=\"value_id\">customer_address_entity_decimal</document>\n        <document key=\"value_id\">customer_address_entity_int</document>\n        <document key=\"value_id\">customer_address_entity_text</document>\n        <document key=\"value_id\">customer_address_entity_varchar</document>\n    </group>\n    <group name=\"eav_entities\">\n        <document>customer</document>\n        <document>customer_address</document>\n    </group>\n    <group name=\"customer\">\n        <document key=\"entity_id\">customer_entity</document>\n        <document key=\"value_id\">customer_entity_datetime</document>\n        <document key=\"value_id\">customer_entity_decimal</document>\n        <document key=\"value_id\">customer_entity_int</document>\n        <document key=\"value_id\">customer_entity_text</document>\n        <document key=\"value_id\">customer_entity_varchar</document>\n    </group>\n    <group name=\"customer_address\">\n        <document key=\"entity_id\">customer_address_entity</document>\n        <document key=\"value_id\">customer_address_entity_datetime</document>\n        <document key=\"value_id\">customer_address_entity_decimal</document>\n        <document key=\"value_id\">customer_address_entity_int</document>\n        <document key=\"value_id\">customer_address_entity_text</document>\n        <document key=\"value_id\">customer_address_entity_varchar</document>\n    </group>\n    <group name=\"source_entity_documents\">\n        <document>customer_entity</document>\n        <document>customer_address_entity</document>\n    </group>\n</groups>\n"
  },
  {
    "path": "etc/commerce-to-commerce/deltalog.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<groups xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/groups.xsd\">\n    <group name=\"delta_map\">\n        <document key=\"catalog_compare_item_id\">catalog_compare_item</document>\n        <document key=\"item_id\">cataloginventory_stock_item</document>\n        <document key=\"subscriber_id\">newsletter_subscriber</document>\n        <document key=\"entity_id\">sales_flat_quote</document>\n        <document key=\"address_id\">sales_flat_quote_address</document>\n        <document key=\"item_id\">sales_flat_quote_item</document>\n        <document key=\"option_id\">sales_flat_quote_item_option</document>\n        <document key=\"rate_id\">sales_flat_quote_shipping_rate</document>\n        <document key=\"payment_id\">sales_flat_quote_payment</document>\n        <document key=\"entity_id\">sales_flat_order_address</document>\n        <document key=\"item_id\">sales_flat_order_item</document>\n        <document key=\"entity_id\">sales_flat_order_payment</document>\n        <document key=\"entity_id\">sales_flat_order_status_history</document>\n        <document key=\"entity_id\">sales_flat_order_grid</document>\n        <document key=\"wishlist_id\">wishlist</document>\n        <document key=\"wishlist_item_id\">wishlist_item</document>\n        <document key=\"option_id\">wishlist_item_option</document>\n        <document key=\"index_id\">report_viewed_product_index</document>\n        <document key=\"index_id\">report_compared_product_index</document>\n        <document key=\"event_id\">report_event</document>\n        <document key=\"review_id\">review</document>\n        <document key=\"detail_id\">review_detail</document>\n        <document key=\"review_id\">review_store</document>\n        <document key=\"vote_id\">rating_option_vote</document>\n        <document key=\"primary_id\">rating_option_vote_aggregated</document>\n        <document key=\"primary_id\">review_entity_summary</document>\n        <document key=\"entity_id\">sales_flat_shipment</document>\n        <document key=\"entity_id\">sales_flat_shipment_item</document>\n        <document key=\"entity_id\">sales_flat_shipment_track</document>\n        <document key=\"entity_id\">sales_flat_shipment_grid</document>\n        <document key=\"entity_id\">sales_flat_shipment_comment</document>\n        <document key=\"entity_id\">sales_flat_creditmemo</document>\n        <document key=\"entity_id\">sales_flat_creditmemo_item</document>\n        <document key=\"entity_id\">sales_flat_creditmemo_grid</document>\n        <document key=\"entity_id\">sales_flat_invoice</document>\n        <document key=\"entity_id\">sales_flat_invoice_item</document>\n        <document key=\"entity_id\">sales_flat_invoice_grid</document>\n        <document key=\"purchased_id\">downloadable_link_purchased</document>\n        <document key=\"item_id\">downloadable_link_purchased_item</document>\n        <document key=\"gift_message_id\">gift_message</document>\n        <document key=\"address_item_id\">sales_flat_quote_address_item</document>\n        <document key=\"tax_id\">sales_order_tax</document>\n        <document key=\"tax_item_id\">sales_order_tax_item</document>\n        <document key=\"reward_id\">enterprise_reward</document>\n        <document key=\"history_id\">enterprise_reward_history</document>\n        <document key=\"segment_id\">enterprise_customersegment_customer</document>\n        <document key=\"entity_id\">enterprise_targetrule_index</document>\n        <document key=\"log_id\">enterprise_logging_event</document>\n        <document key=\"id\">enterprise_logging_event_changes</document>\n        <document key=\"balance_id\">enterprise_customerbalance</document>\n        <document key=\"history_id\">enterprise_customerbalance_history</document>\n        <document key=\"entity_id\">enterprise_rma</document>\n        <document key=\"entity_id\">enterprise_rma_grid</document>\n        <document key=\"entity_id\">enterprise_rma_status_history</document>\n        <document key=\"entity_id\">enterprise_rma_item_entity</document>\n        <document key=\"value_id\">enterprise_rma_item_entity_int</document>\n        <document key=\"value_id\">enterprise_rma_item_entity_varchar</document>\n        <document key=\"entity_id\">enterprise_giftregistry_data</document>\n        <document key=\"entity_id\">enterprise_giftregistry_entity</document>\n        <document key=\"item_id\">enterprise_giftregistry_item</document>\n        <document key=\"option_id\">enterprise_giftregistry_item_option</document>\n        <document key=\"person_id\">enterprise_giftregistry_person</document>\n        <document key=\"invitation_id\">enterprise_invitation</document>\n        <document key=\"history_id\">enterprise_invitation_status_history</document>\n        <document key=\"track_id\">enterprise_invitation_track</document>\n        <document key=\"history_id\">enterprise_giftcardaccount_history</document>\n        <document key=\"entity_id\">catalog_category_entity</document>\n        <document key=\"value_id\">catalog_category_entity_datetime</document>\n        <document key=\"value_id\">catalog_category_entity_decimal</document>\n        <document key=\"value_id\">catalog_category_entity_int</document>\n        <document key=\"value_id\">catalog_category_entity_text</document>\n        <document key=\"value_id\">catalog_category_entity_varchar</document>\n        <document key=\"category_id,product_id\">catalog_category_product</document>\n        <document key=\"entity_id\">catalog_product_entity</document>\n        <document key=\"value_id\">catalog_product_entity_datetime</document>\n        <document key=\"value_id\">catalog_product_entity_decimal</document>\n        <document key=\"value_id\">catalog_product_entity_int</document>\n        <document key=\"value_id\">catalog_product_entity_media_gallery</document>\n        <document key=\"value_id\">catalog_product_entity_media_gallery_value</document>\n        <document key=\"value_id\">catalog_product_entity_text</document>\n        <document key=\"value_id\">catalog_product_entity_varchar</document>\n        <document key=\"option_id\">catalog_product_option</document>\n        <document key=\"option_price_id\">catalog_product_option_price</document>\n        <document key=\"option_title_id\">catalog_product_option_title</document>\n        <document key=\"option_type_price_id\">catalog_product_option_type_price</document>\n        <document key=\"option_type_title_id\">catalog_product_option_type_title</document>\n        <document key=\"option_type_id\">catalog_product_option_type_value</document>\n        <document key=\"parent_id,child_id\">catalog_product_relation</document>\n        <document key=\"link_id\">catalog_product_link</document>\n        <document key=\"product_link_attribute_id\">catalog_product_link_attribute</document>\n        <document key=\"value_id\">catalog_product_link_attribute_int</document>\n        <document key=\"value_id\">catalog_product_link_attribute_decimal</document>\n        <document key=\"value_id\">catalog_product_link_attribute_varchar</document>\n        <document key=\"product_id,website_id\">catalog_product_website</document>\n        <document key=\"option_id\">catalog_product_bundle_option</document>\n        <document key=\"value_id\">catalog_product_bundle_option_value</document>\n        <document key=\"selection_id\">catalog_product_bundle_selection</document>\n        <document key=\"selection_id,website_id\">catalog_product_bundle_selection_price</document>\n        <document key=\"link_id\">downloadable_link</document>\n        <document key=\"price_id\">downloadable_link_price</document>\n        <document key=\"title_id\">downloadable_link_title</document>\n        <document key=\"sample_id\">downloadable_sample</document>\n        <document key=\"title_id\">downloadable_sample_title</document>\n        <document key=\"value_id\">enterprise_giftcard_amount</document>\n        <document key=\"rule_id\">enterprise_targetrule</document>\n        <document key=\"rule_id,product_id\">enterprise_targetrule_product</document>\n        <document key=\"link_id\">catalog_product_super_link</document>\n        <document key=\"product_super_attribute_id\">catalog_product_super_attribute</document>\n        <document key=\"value_id\">catalog_product_super_attribute_label</document>\n    </group>\n    <group name=\"delta_sales\">\n        <document key=\"entity_id\">sales_flat_order</document>\n        <document key=\"transaction_id\">sales_payment_transaction</document>\n        <document key=\"transaction_id\">paypal_payment_transaction</document>\n    </group>\n    <group name=\"delta_customer_custom_attributes\">\n        <document key=\"entity_id\">enterprise_customer_sales_flat_order</document>\n        <document key=\"entity_id\">enterprise_customer_sales_flat_order_address</document>\n        <document key=\"entity_id\">enterprise_customer_sales_flat_quote</document>\n        <document key=\"entity_id\">enterprise_customer_sales_flat_quote_address</document>\n    </group>\n    <group name=\"delta_log\">\n        <document key=\"visitor_id\">log_visitor</document>\n    </group>\n    <group name=\"delta_customer\">\n        <document key=\"entity_id\">customer_entity</document>\n        <document key=\"value_id\">customer_entity_datetime</document>\n        <document key=\"value_id\">customer_entity_decimal</document>\n        <document key=\"value_id\">customer_entity_int</document>\n        <document key=\"value_id\">customer_entity_text</document>\n        <document key=\"value_id\">customer_entity_varchar</document>\n        <document key=\"entity_id\">customer_address_entity</document>\n        <document key=\"value_id\">customer_address_entity_datetime</document>\n        <document key=\"value_id\">customer_address_entity_decimal</document>\n        <document key=\"value_id\">customer_address_entity_int</document>\n        <document key=\"value_id\">customer_address_entity_text</document>\n        <document key=\"value_id\">customer_address_entity_varchar</document>\n    </group>\n    <group name=\"delta_order_grids\">\n        <document key=\"entity_id\">enterprise_sales_order_grid_archive</document>\n        <document key=\"entity_id\">enterprise_sales_invoice_grid_archive</document>\n        <document key=\"entity_id\">enterprise_sales_shipment_grid_archive</document>\n        <document key=\"entity_id\">enterprise_sales_creditmemo_grid_archive</document>\n    </group>\n    <group name=\"delta_sales_sequence\">\n        <document key=\"entity_store_id\">eav_entity_store</document>\n    </group>\n    <group name=\"delta_inventory\">\n        <document key=\"item_id\">cataloginventory_stock_item</document>\n        <document key=\"entity_id\">sales_flat_shipment</document>\n    </group>\n    <group name=\"delta_tier_price\">\n        <document key=\"entity_id,all_groups,customer_group_id,website_id\">catalog_product_entity_group_price</document>\n        <document key=\"entity_id,all_groups,customer_group_id,qty,website_id\">catalog_product_entity_tier_price</document>\n    </group>\n    <group name=\"delta_url_rewrite\">\n        <document key=\"url_rewrite_id\">enterprise_url_rewrite</document>\n        <document key=\"redirect_id\">enterprise_url_rewrite_redirect</document>\n        <document key=\"category_id,product_id\">catalog_category_product</document>\n    </group>\n    <group name=\"delta_configurable_price\">\n        <document key=\"value_id\">catalog_product_super_attribute_pricing</document>\n    </group>\n</groups>\n"
  },
  {
    "path": "etc/commerce-to-commerce/eav-attribute-groups.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<groups xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/groups.xsd\">\n    <group name=\"ignore\">\n        <attribute type=\"catalog_product\">msrp_enabled</attribute>\n        <attribute type=\"catalog_product\">group_price</attribute>\n        <attribute type=\"catalog_product\">is_recurring</attribute>\n        <attribute type=\"catalog_product\">recurring_profile</attribute>\n    </group>\n    <group name=\"frontend_input_empty_allowed\">\n        <attribute type=\"catalog_product\">samples_title</attribute>\n        <attribute type=\"catalog_product\">links_title</attribute>\n        <attribute type=\"catalog_product\">links_exist</attribute>\n        <attribute type=\"catalog_product\">links_purchased_separately</attribute>\n        <attribute type=\"catalog_product\">old_id</attribute>\n        <attribute type=\"catalog_product\">price_type</attribute>\n        <attribute type=\"catalog_product\">sku_type</attribute>\n        <attribute type=\"catalog_product\">weight_type</attribute>\n        <attribute type=\"catalog_product\">shipment_type</attribute>\n        <attribute type=\"catalog_product\">url_path</attribute>\n        <attribute type=\"catalog_category\">url_path</attribute>\n        <attribute type=\"catalog_category\">path</attribute>\n        <attribute type=\"catalog_category\">path_in_store</attribute>\n        <attribute type=\"catalog_category\">position</attribute>\n        <attribute type=\"catalog_category\">level</attribute>\n        <attribute type=\"catalog_category\">all_children</attribute>\n        <attribute type=\"catalog_category\">children</attribute>\n        <attribute type=\"catalog_category\">children_count</attribute>\n        <attribute type=\"order\">currency_rate</attribute>\n        <attribute type=\"order\">tax_percent</attribute>\n        <attribute type=\"order\">currency_base_id</attribute>\n        <attribute type=\"order\">real_order_id</attribute>\n        <attribute type=\"order\">currency_code</attribute>\n        <attribute type=\"order_item\">qty</attribute>\n        <attribute type=\"order_item\">tier_price</attribute>\n        <attribute type=\"order_item\">model</attribute>\n        <attribute type=\"order_address\">address_id</attribute>\n        <attribute type=\"order_address\">tax_id</attribute>\n        <attribute type=\"order_payment\">cc_raw_request</attribute>\n        <attribute type=\"order_payment\">cc_raw_response</attribute>\n        <attribute type=\"order_status\">status</attribute>\n        <attribute type=\"order_status\">comments</attribute>\n    </group>\n</groups>\n"
  },
  {
    "path": "etc/commerce-to-commerce/eav-document-groups.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<groups xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/groups.xsd\">\n    <group name=\"documents\">\n        <document>eav_attribute_group</document>\n        <document>eav_attribute_set</document>\n        <document>eav_attribute</document>\n        <document>eav_entity_attribute</document>\n        <document>catalog_eav_attribute</document>\n        <document>customer_eav_attribute</document>\n        <document>eav_entity_type</document>\n        <document>enterprise_rma_item_eav_attribute</document>\n    </group>\n    <group name=\"documents_attribute_extended\">\n        <document key=\"attribute_id\">catalog_eav_attribute</document>\n        <document key=\"attribute_id\">customer_eav_attribute</document>\n        <document key=\"attribute_id\">enterprise_rma_item_eav_attribute</document>\n    </group>\n    <group name=\"documents_leftover_values\">\n        <document>catalog_category_entity_datetime</document>\n        <document>catalog_category_entity_decimal</document>\n        <document>catalog_category_entity_int</document>\n        <document>catalog_category_entity_text</document>\n        <document>catalog_category_entity_varchar</document>\n        <document>catalog_eav_attribute</document>\n        <document>catalog_product_entity_datetime</document>\n        <document>catalog_product_entity_decimal</document>\n        <document>catalog_product_entity_gallery</document>\n        <document>catalog_product_entity_int</document>\n        <document>catalog_product_entity_media_gallery</document>\n        <document>catalog_product_entity_text</document>\n        <document>catalog_product_entity_varchar</document>\n        <document>customer_address_entity_datetime</document>\n        <document>customer_address_entity_decimal</document>\n        <document>customer_address_entity_int</document>\n        <document>customer_address_entity_text</document>\n        <document>customer_address_entity_varchar</document>\n        <document>customer_eav_attribute</document>\n        <document>customer_eav_attribute_website</document>\n        <document>customer_entity_datetime</document>\n        <document>customer_entity_decimal</document>\n        <document>customer_entity_int</document>\n        <document>customer_entity_text</document>\n        <document>customer_entity_varchar</document>\n        <document>customer_form_attribute</document>\n        <document>eav_attribute_label</document>\n        <document>eav_attribute_option</document>\n        <document>eav_entity_attribute</document>\n        <document>eav_form_element</document>\n        <document>salesrule_product_attribute</document>\n        <document>weee_tax</document>\n    </group>\n    <group name=\"documents_leftover_values_ee\">\n        <document>magento_giftcard_amount</document>\n        <document>magento_rma_item_eav_attribute</document>\n        <document>magento_rma_item_eav_attribute_website</document>\n        <document>magento_rma_item_entity_datetime</document>\n        <document>magento_rma_item_entity_decimal</document>\n        <document>magento_rma_item_entity_int</document>\n        <document>magento_rma_item_entity_text</document>\n        <document>magento_rma_item_entity_varchar</document>\n        <document>magento_rma_item_form_attribute</document>\n    </group>\n    <group name=\"documents_attribute_set_leftover_values\">\n        <document>catalog_product_entity_datetime</document>\n        <document>catalog_product_entity_decimal</document>\n        <document>catalog_product_entity_gallery</document>\n        <document>catalog_product_entity_int</document>\n        <document>catalog_product_entity_text</document>\n        <document>catalog_product_entity_varchar</document>\n    </group>\n</groups>\n"
  },
  {
    "path": "etc/commerce-to-commerce/log-document-groups.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<groups xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/groups.xsd\">\n    <group name=\"source_documents\">\n        <document>log_visitor</document>\n    </group>\n    <group name=\"destination_documents_to_clear\">\n        <!--\n        <document>log_customer</document>\n        <document>log_quote</document>\n        <document>log_summary</document>\n        <document>log_summary_type</document>\n        <document>log_url</document>\n        <document>log_url_info</document>\n        <document>log_visitor_info</document>\n        <document>log_visitor_online</document>\n        -->\n    </group>\n</groups>\n"
  },
  {
    "path": "etc/commerce-to-commerce/map-customer.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <field_rules>\n            <ignore>\n                <field>customer_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.attribute_set_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.attribute_set_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity_varchar.entity_type_id</field>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>customer_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.prefix</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.firstname</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.middlename</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.lastname</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.suffix</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.dob</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.password_hash</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.rp_token</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.rp_token_created_at</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.default_billing</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.default_shipping</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.taxvat</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.confirmation</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.gender</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.session_cutoff</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.city</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.company</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.country_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.fax</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.firstname</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.lastname</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.middlename</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.postcode</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.prefix</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.region</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.region_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.street</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.suffix</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.telephone</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.vat_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.vat_is_valid</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.vat_request_date</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.vat_request_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.vat_request_success</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.failures_num</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.first_failure</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.lock_expires</field>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/commerce-to-commerce/map-document-groups.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<groups xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/groups.xsd\">\n    <group name=\"destination_documents_update_on_duplicate\">\n        <document key=\"query_text,store_id\">search_query</document>\n        <document key=\"visitor_id,product_id\">report_viewed_product_index</document>\n    </group>\n</groups>\n"
  },
  {
    "path": "etc/commerce-to-commerce/map-eav.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <rename>\n                <document>enterprise_rma_item_eav_attribute</document>\n                <to>magento_rma_item_eav_attribute</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>eav_attribute.attribute_model</field>\n                <handler class=\"\\Migration\\Handler\\EavAttribute\\ConvertModel\" />\n            </transform>\n            <transform>\n                <field>eav_attribute.backend_model</field>\n                <handler class=\"\\Migration\\Handler\\EavAttribute\\ConvertModel\" />\n            </transform>\n            <transform>\n                <field>eav_attribute.backend_type</field>\n                <handler class=\"\\Migration\\Handler\\EavAttribute\\BackendTypeForMultiselect\" />\n            </transform>\n            <transform>\n                <field>eav_attribute.frontend_model</field>\n                <handler class=\"\\Migration\\Handler\\EavAttribute\\ConvertModel\" />\n            </transform>\n            <transform>\n                <field>eav_attribute.source_model</field>\n                <handler class=\"\\Migration\\Handler\\EavAttribute\\ConvertModel\" />\n            </transform>\n            <transform>\n                <field>eav_attribute.default_value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertTimestampToDate\" />\n            </transform>\n\n            <transform>\n                <field>catalog_eav_attribute.frontend_input_renderer</field>\n                <handler class=\"\\Migration\\Handler\\EavAttribute\\ConvertModel\" />\n            </transform>\n            <transform>\n                <field>customer_eav_attribute.data_model</field>\n                <handler class=\"\\Migration\\Handler\\EavAttribute\\ConvertModel\" />\n            </transform>\n            <transform>\n                <field>customer_eav_attribute.is_visible</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"middlename\" />\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>customer_eav_attribute.input_filter</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"created_at\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>eav_entity_type.entity_model</field>\n                <handler class=\"\\Migration\\Handler\\EavAttribute\\ConvertModel\" />\n            </transform>\n            <transform>\n                <field>eav_entity_type.attribute_model</field>\n                <handler class=\"\\Migration\\Handler\\EavAttribute\\ConvertModel\" />\n            </transform>\n            <transform>\n                <field>eav_entity_type.entity_table</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[\n                    customer/entity:customer_entity;\n                    customer/address_entity:customer_address_entity;\n                    sales/order:sales_order;\n                    sales/order_entity:sales_order_entity;\n                    catalog/category:catalog_category_entity;\n                    catalog/product:catalog_product_entity;\n                    sales/quote:quote;\n                    sales/quote_address:quote_address;\n                    sales/quote_entity:quote_entity;\n                    sales/quote_item:quote_item;\n                    sales/invoice:sales_invoice;\n                    enterprise_rma/item_entity:magento_rma_item_entity\n                    ]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>eav_entity_type.increment_model</field>\n                <handler class=\"\\Migration\\Handler\\GetDestinationValue\">\n                    <param name=\"setNullIfEmpty\" value=\"true\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>eav_entity_type.additional_attribute_table</field>\n                <handler class=\"\\Migration\\Handler\\GetDestinationValue\">\n                    <param name=\"setNullIfEmpty\" value=\"true\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>eav_entity_type.entity_attribute_collection</field>\n                <handler class=\"\\Migration\\Handler\\EavAttribute\\ConvertModel\" />\n            </transform>\n\n            <transform>\n                <field>eav_attribute_set.sort_order</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"100\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>eav_attribute_group.default_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>eav_attribute_group.sort_order</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"+100\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>enterprise_rma_item_eav_attribute.input_filter</field>\n                <handler class=\"\\Migration\\Handler\\EavAttribute\\ConvertModel\" />\n            </transform>\n            <transform>\n                <field>catalog_eav_attribute.apply_to</field>\n                <handler class=\"\\Migration\\Handler\\EavAttribute\\ApplyTo\" />\n            </transform>\n            <transform>\n                <field>magento_rma_item_eav_attribute.validate_rules</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>customer_eav_attribute.validate_rules</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <ignore>\n                <field>catalog_eav_attribute.is_configurable</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_eav_attribute.search_weight</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>catalog_eav_attribute.is_required_in_admin_store</field>\n            </ignore>\n            <ignore>\n                <field>eav_attribute_group.attribute_group_code</field>\n            </ignore>\n            <ignore>\n                <field>eav_attribute_group.tab_group_code</field>\n            </ignore>\n            <ignore>\n                <field>catalog_eav_attribute.search_weight</field>\n            </ignore>\n            <ignore>\n                <field>catalog_eav_attribute.additional_data</field>\n            </ignore>\n            <ignore>\n                <field>catalog_eav_attribute.is_used_in_grid</field>\n            </ignore>\n            <ignore>\n                <field>catalog_eav_attribute.is_visible_in_grid</field>\n            </ignore>\n            <ignore>\n                <field>catalog_eav_attribute.is_filterable_in_grid</field>\n            </ignore>\n            <ignore>\n                <field>catalog_eav_attribute.is_pagebuilder_enabled</field>\n            </ignore>\n            <ignore>\n                <field>customer_eav_attribute.is_used_in_grid</field>\n            </ignore>\n            <ignore>\n                <field>customer_eav_attribute.is_visible_in_grid</field>\n            </ignore>\n            <ignore>\n                <field>customer_eav_attribute.is_filterable_in_grid</field>\n            </ignore>\n            <ignore>\n                <field>customer_eav_attribute.is_searchable_in_grid</field>\n            </ignore>\n            <ignore>\n                <field>customer_eav_attribute.grid_filter_condition_type</field>\n            </ignore>\n            <transform>\n                <field>eav_attribute_group.attribute_group_code</field>\n                <handler class=\"\\Migration\\Handler\\EavAttributeGroup\\SetGroupCode\" />\n            </transform>\n            <transform>\n                <field>eav_attribute_group.tab_group_code</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"basic\" />\n                </handler>\n            </transform>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/commerce-to-commerce/map-log.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <rename>\n                <document>log_visitor</document>\n                <to>customer_visitor</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <ignore>\n                <field>log_visitor.last_url_id</field>\n            </ignore>\n            <ignore>\n                <field>log_visitor.store_id</field>\n            </ignore>\n            <move>\n                <field>log_visitor.first_visit_at</field>\n                <to>customer_visitor.created_at</to>\n            </move>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <ignore>\n                <field>customer_visitor.customer_id</field>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/commerce-to-commerce/map-sales.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <rename>\n                <document>sales_flat_order</document>\n                <to>sales_order</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <ignore>\n                <field>sales_flat_order.reward_points_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.reward_salesrule_points</field>\n            </ignore>\n            <move>\n                <field>sales_flat_order.hidden_tax_amount</field>\n                <to>sales_order.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_amount</field>\n                <to>sales_order.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.shipping_hidden_tax_amount</field>\n                <to>sales_order.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_shipping_hidden_tax_amnt</field>\n                <to>sales_order.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_invoiced</field>\n                <to>sales_order.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_invoiced</field>\n                <to>sales_order.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_refunded</field>\n                <to>sales_order.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_refunded</field>\n                <to>sales_order.base_discount_tax_compensation_refunded</to>\n            </move>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <transform>\n                <field>sales_flat_order.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>sales_order.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.coupon_rule_name</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/commerce-to-commerce/map-stores.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <rename>\n                <document>core_store</document>\n                <to>store</to>\n            </rename>\n            <rename>\n                <document>core_store_group</document>\n                <to>store_group</to>\n            </rename>\n            <rename>\n                <document>core_website</document>\n                <to>store_website</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <ignore>\n                <field>core_website.is_staging</field>\n            </ignore>\n            <ignore>\n                <field>core_website.master_login</field>\n            </ignore>\n            <ignore>\n                <field>core_website.master_password</field>\n            </ignore>\n            <ignore>\n                <field>core_website.visibility</field>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>store_group.code</field>\n            </ignore>\n            <transform>\n                <field>store_group.code</field>\n                <handler class=\"\\Migration\\Handler\\StoreGroupCode\" />\n            </transform>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/commerce-to-commerce/map-tier-price.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_group_price.is_percent</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_group_price.customer_group_id</datatype>\n            </ignore>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_group_price.entity_id</field>\n                <to>catalog_product_entity_group_price.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_product_entity_group_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_tier_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_tier_price.percentage_value</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/commerce-to-commerce/order-grids-document-groups.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<groups xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/groups.xsd\">\n    <group name=\"source_documents\">\n        <document key=\"entity_id\">sales_flat_order</document>\n        <document key=\"entity_id\">sales_flat_order_address</document>\n        <document key=\"entity_id\">sales_flat_invoice</document>\n        <document key=\"entity_id\">sales_flat_shipment</document>\n        <document key=\"entity_id\">sales_flat_creditmemo</document>\n        <document key=\"entity_id\">sales_flat_order_payment</document>\n        <document key=\"entity_id\">sales_flat_order_grid</document>\n        <document key=\"entity_id\">sales_flat_invoice_grid</document>\n        <document key=\"entity_id\">sales_flat_shipment_grid</document>\n        <document key=\"entity_id\">sales_flat_creditmemo_grid</document>\n        <document key=\"entity_id\">enterprise_sales_order_grid_archive</document>\n        <document key=\"entity_id\">enterprise_sales_invoice_grid_archive</document>\n        <document key=\"entity_id\">enterprise_sales_shipment_grid_archive</document>\n        <document key=\"entity_id\">enterprise_sales_creditmemo_grid_archive</document>\n    </group>\n    <group name=\"archive_orders\">\n        <document key=\"entity_id\">enterprise_sales_order_grid_archive</document>\n        <document key=\"entity_id\">enterprise_sales_invoice_grid_archive</document>\n        <document key=\"entity_id\">enterprise_sales_shipment_grid_archive</document>\n        <document key=\"entity_id\">enterprise_sales_creditmemo_grid_archive</document>\n    </group>\n</groups>\n"
  },
  {
    "path": "etc/commerce-to-commerce/settings.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<settings xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n          xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/settings.xsd\">\n    <key>\n        <ignore>\n            <path>advanced/modules_disable_output/*</path>\n        </ignore>\n        <ignore>\n            <path>api/config/compliance_wsi</path>\n        </ignore>\n        <ignore>\n            <path>api/config/session_timeout</path>\n        </ignore>\n        <ignore>\n            <path>api/config/wsdl_cache_enabled</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/additional_protection_enabled</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/additional_protection_min_value</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/additional_protection_rounding</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/additional_protection_use_subtotal</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/additional_protection_value</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/allowed_methods</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/contentdesc</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/debug</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/default_height</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/default_length</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/default_width</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/dutiable</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/dutypaymenttype</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/free_method</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/free_shipping_enable</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/free_shipping_subtotal</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/gateway_url</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/handling_action</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/handling_fee</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/handling_type</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/hazardous_materials</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/id</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/intl_shipment_days</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/max_package_weight</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/password</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/sallowspecific</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/shipment_days</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/shipment_requesttype</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/shipment_type</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/shipping_intlkey</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/shipping_key</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/showmethod</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/sort_order</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/specificerrmsg</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/title</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhlint/doc_methods</path>\n        </ignore>\n        <ignore>\n            <path>carriers/ups/shipaccept_xml_url</path>\n        </ignore>\n        <ignore>\n            <path>carriers/ups/shipconfirm_xml_url</path>\n        </ignore>\n        <ignore>\n            <path>carriers/ups/tracking_xml_url</path>\n        </ignore>\n        <ignore>\n            <path>catalog/merchandiser/ajax_page_load</path>\n        </ignore>\n        <ignore>\n            <path>catalog/merchandiser/column_count</path>\n        </ignore>\n        <ignore>\n            <path>catalog/merchandiser/cron_setup</path>\n        </ignore>\n        <ignore>\n            <path>catalog/merchandiser/hide_disabled</path>\n        </ignore>\n        <ignore>\n            <path>catalog/merchandiser/hide_invisible</path>\n        </ignore>\n        <ignore>\n            <path>catalog/merchandiser/hide_product_position_field</path>\n        </ignore>\n        <ignore>\n            <path>catalog/merchandiser/rebuild_on_categorysave</path>\n        </ignore>\n        <ignore>\n            <path>catalog/merchandiser/rebuild_on_cron</path>\n        </ignore>\n        <ignore>\n            <path>catalog/merchandiser/rebuild_on_productsave</path>\n        </ignore>\n        <ignore>\n            <path>catalog/merchandiser/show_creation_date</path>\n        </ignore>\n        <ignore>\n            <path>catalog/merchandiser/show_extra_images</path>\n        </ignore>\n        <ignore>\n            <path>catalog/product_image/base_width</path>\n        </ignore>\n        <ignore>\n            <path>catalog/product_image/small_width</path>\n        </ignore>\n        <ignore>\n            <path>catalog/search/engine</path>\n        </ignore>\n        <ignore>\n            <path>catalog/search/max_query_words</path>\n        </ignore>\n        <ignore>\n            <path>catalog/search/search_type</path>\n        </ignore>\n        <ignore>\n            <path>catalog/search/use_layered_navigation_count</path>\n        </ignore>\n        <ignore>\n            <path>catalog/seo/site_map</path>\n        </ignore>\n        <ignore>\n            <path>catalog/sitemap/lines_perpage</path>\n        </ignore>\n        <ignore>\n            <path>catalog/sitemap/tree_mode</path>\n        </ignore>\n        <ignore>\n            <path>configswatches/general/enabled</path>\n        </ignore>\n        <ignore>\n            <path>configswatches/general/product_list_attribute</path>\n        </ignore>\n        <ignore>\n            <path>configswatches/general/swatch_attributes</path>\n        </ignore>\n        <ignore>\n            <path>configswatches/layered_nav_dimensions/height</path>\n        </ignore>\n        <ignore>\n            <path>configswatches/layered_nav_dimensions/width</path>\n        </ignore>\n        <ignore>\n            <path>configswatches/product_detail_dimensions/height</path>\n        </ignore>\n        <ignore>\n            <path>configswatches/product_detail_dimensions/width</path>\n        </ignore>\n        <ignore>\n            <path>configswatches/product_listing_dimensions/height</path>\n        </ignore>\n        <ignore>\n            <path>configswatches/product_listing_dimensions/width</path>\n        </ignore>\n        <ignore>\n            <path>crontab/jobs/catalog_product_alert/run/model</path>\n        </ignore>\n        <ignore>\n            <path>crontab/jobs/enterprise_index_clean_changelog/run/model</path>\n        </ignore>\n        <ignore>\n            <path>crontab/jobs/enterprise_index_clean_changelog/schedule/cron_expr</path>\n        </ignore>\n        <ignore>\n            <path>crontab/jobs/scheduled_operation_*</path>\n        </ignore>\n        <ignore>\n            <path>customer/address_templates/js_template</path>\n        </ignore>\n        <ignore>\n            <path>customer/password/require_admin_user_to_change_user_password</path>\n        </ignore>\n        <ignore>\n            <path>design/email/css_non_inline</path>\n        </ignore>\n        <ignore>\n            <path>design/email/footer</path>\n        </ignore>\n        <ignore>\n            <path>design/email/header</path>\n        </ignore>\n        <ignore>\n            <path>design/email/logo_height</path>\n        </ignore>\n        <ignore>\n            <path>design/email/logo_width</path>\n        </ignore>\n        <ignore>\n            <path>design/package/name</path>\n        </ignore>\n        <ignore>\n            <path>design/package/ua_regexp</path>\n        </ignore>\n        <ignore>\n            <path>design/theme/default</path>\n        </ignore>\n        <ignore>\n            <path>design/theme/default_ua_regexp</path>\n        </ignore>\n        <ignore>\n            <path>design/theme/layout</path>\n        </ignore>\n        <ignore>\n            <path>design/theme/layout_ua_regexp</path>\n        </ignore>\n        <ignore>\n            <path>design/theme/locale</path>\n        </ignore>\n        <ignore>\n            <path>design/theme/skin</path>\n        </ignore>\n        <ignore>\n            <path>design/theme/skin_ua_regexp</path>\n        </ignore>\n        <ignore>\n            <path>dev/debug/profiler</path>\n        </ignore>\n        <ignore>\n            <path>dev/log/active</path>\n        </ignore>\n        <ignore>\n            <path>dev/log/exception_file</path>\n        </ignore>\n        <ignore>\n            <path>dev/log/file</path>\n        </ignore>\n        <ignore>\n            <path>enterprise_reward/points/tag</path>\n        </ignore>\n        <ignore>\n            <path>enterprise_reward/points/tag_limit</path>\n        </ignore>\n        <ignore>\n            <path>general/content_staging/block_frontend</path>\n        </ignore>\n        <ignore>\n            <path>general/content_staging/block_frontend_stub</path>\n        </ignore>\n        <ignore>\n            <path>general/content_staging/create_entry_point</path>\n        </ignore>\n        <ignore>\n            <path>general/content_staging/entry_points_folder_name</path>\n        </ignore>\n        <ignore>\n            <path>general/store_information/address</path>\n        </ignore>\n        <ignore>\n            <path>general/store_information/hours</path>\n        </ignore>\n        <ignore>\n            <path>google/analytics/anonymization</path>\n        </ignore>\n        <ignore>\n            <path>google/analytics/type</path>\n        </ignore>\n        <ignore>\n            <path>index_management/index_clean_schedule/enabled</path>\n        </ignore>\n        <ignore>\n            <path>index_management/index_clean_schedule/frequency</path>\n        </ignore>\n        <ignore>\n            <path>index_management/index_clean_schedule/time</path>\n        </ignore>\n        <ignore>\n            <path>index_management/index_options/category_flat</path>\n        </ignore>\n        <ignore>\n            <path>index_management/index_options/category_product</path>\n        </ignore>\n        <ignore>\n            <path>index_management/index_options/category_url_rewrite</path>\n        </ignore>\n        <ignore>\n            <path>index_management/index_options/fulltext</path>\n        </ignore>\n        <ignore>\n            <path>index_management/index_options/product_flat</path>\n        </ignore>\n        <ignore>\n            <path>index_management/index_options/product_price_and_stock</path>\n        </ignore>\n        <ignore>\n            <path>index_management/index_options/product_url_rewrite</path>\n        </ignore>\n        <ignore>\n            <path>index_management/index_options/redirect_url_rewrite</path>\n        </ignore>\n        <ignore>\n            <path>moneybookers/settings/activationstatus</path>\n        </ignore>\n        <ignore>\n            <path>moneybookers/settings/customer_id</path>\n        </ignore>\n        <ignore>\n            <path>moneybookers/settings/moneybookers_email</path>\n        </ignore>\n        <ignore>\n            <path>oauth/email/template</path>\n        </ignore>\n        <ignore>\n            <path>payment/authorizenet/using_pbridge</path>\n        </ignore>\n        <ignore>\n            <path>payment/ccsave/active</path>\n        </ignore>\n        <ignore>\n            <path>payment/ccsave/allowspecific</path>\n        </ignore>\n        <ignore>\n            <path>payment/ccsave/cctypes</path>\n        </ignore>\n        <ignore>\n            <path>payment/ccsave/centinel</path>\n        </ignore>\n        <ignore>\n            <path>payment/ccsave/max_order_total</path>\n        </ignore>\n        <ignore>\n            <path>payment/ccsave/min_order_total</path>\n        </ignore>\n        <ignore>\n            <path>payment/ccsave/order_status</path>\n        </ignore>\n        <ignore>\n            <path>payment/ccsave/sort_order</path>\n        </ignore>\n        <ignore>\n            <path>payment/ccsave/title</path>\n        </ignore>\n        <ignore>\n            <path>payment/ccsave/useccv</path>\n        </ignore>\n        <ignore>\n            <path>payment/cybersource_soap/using_pbridge</path>\n        </ignore>\n        <ignore>\n            <path>payment/dd_settings/active</path>\n        </ignore>\n        <ignore>\n            <path>payment/dd_settings/allowspecific</path>\n        </ignore>\n        <ignore>\n            <path>payment/dd_settings/title</path>\n        </ignore>\n        <ignore>\n            <path>payment/hosted_pro/mobile_optimized</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_acc/active</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_acc/allowspecific</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_acc/sort_order</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_acc/title</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_csi/active</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_csi/allowspecific</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_csi/sort_order</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_csi/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_csi/title</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_did/active</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_did/allowspecific</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_did/sort_order</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_did/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_did/title</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_dnk/active</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_dnk/allowspecific</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_dnk/sort_order</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_dnk/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_dnk/title</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_ebt/active</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_ebt/allowspecific</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_ebt/sort_order</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_ebt/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_ebt/title</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_ent/active</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_ent/allowspecific</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_ent/sort_order</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_ent/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_ent/title</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_gcb/active</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_gcb/allowspecific</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_gcb/sort_order</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_gcb/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_gcb/title</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_gir/active</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_gir/allowspecific</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_gir/sort_order</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_gir/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_gir/title</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_idl/active</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_idl/allowspecific</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_idl/sort_order</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_idl/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_idl/title</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_lsr/active</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_lsr/allowspecific</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_lsr/sort_order</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_lsr/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_lsr/title</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_mae/active</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_mae/allowspecific</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_mae/sort_order</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_mae/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_mae/title</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_npy/active</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_npy/allowspecific</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_npy/sort_order</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_npy/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_npy/title</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_obt/active</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_obt/allowspecific</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_obt/sort_order</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_obt/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_obt/title</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_pli/active</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_pli/allowspecific</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_pli/sort_order</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_pli/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_pli/title</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_psp/active</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_psp/allowspecific</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_psp/sort_order</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_psp/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_psp/title</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_pwy/active</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_pwy/allowspecific</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_pwy/sort_order</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_pwy/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_pwy/title</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_sft/active</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_sft/allowspecific</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_sft/sort_order</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_sft/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_sft/title</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_so2/active</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_so2/allowspecific</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_so2/sort_order</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_so2/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_so2/title</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_wlt/active</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_wlt/allowspecific</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_wlt/sort_order</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_wlt/title</path>\n        </ignore>\n        <ignore>\n            <path>payment/payflow_advanced/mobile_optimized</path>\n        </ignore>\n        <ignore>\n            <path>payment/payflow_link/mobile_optimized</path>\n        </ignore>\n        <ignore>\n            <path>payment/verisign/active</path>\n        </ignore>\n        <ignore>\n            <path>payment/verisign/allowspecific</path>\n        </ignore>\n        <ignore>\n            <path>payment/verisign/cctypes</path>\n        </ignore>\n        <ignore>\n            <path>payment/verisign/centinel</path>\n        </ignore>\n        <ignore>\n            <path>payment/verisign/debug</path>\n        </ignore>\n        <ignore>\n            <path>payment/verisign/partner</path>\n        </ignore>\n        <ignore>\n            <path>payment/verisign/payment_action</path>\n        </ignore>\n        <ignore>\n            <path>payment/verisign/pwd</path>\n        </ignore>\n        <ignore>\n            <path>payment/verisign/sandbox_flag</path>\n        </ignore>\n        <ignore>\n            <path>payment/verisign/sort_order</path>\n        </ignore>\n        <ignore>\n            <path>payment/verisign/title</path>\n        </ignore>\n        <ignore>\n            <path>payment/verisign/use_proxy</path>\n        </ignore>\n        <ignore>\n            <path>payment/verisign/useccv</path>\n        </ignore>\n        <ignore>\n            <path>payment/verisign/user</path>\n        </ignore>\n        <ignore>\n            <path>payment/verisign/using_pbridge</path>\n        </ignore>\n        <ignore>\n            <path>payment/verisign/vendor</path>\n        </ignore>\n        <ignore>\n            <path>payment/verisign/verify_peer</path>\n        </ignore>\n        <ignore>\n            <path>payment/authorizenet/centinel_api_url</path>\n        </ignore>\n        <ignore>\n            <path>payment/authorizenet/centinel_api_url</path>\n        </ignore>\n        <ignore>\n            <path>payment/authorizenet/centinel_backend</path>\n        </ignore>\n        <ignore>\n            <path>payment/authorizenet/centinel_is_mode_strict</path>\n        </ignore>\n        <ignore>\n            <path>payment/authorizenet/heading_3dsecure</path>\n        </ignore>\n        <ignore>\n            <path>payment/authorizenet_directpost/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/authorizenet/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/account/merchant_country</path>\n        </ignore>\n        <ignore>\n            <path>payment/braintree_basic/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/ccsave/centinel_api_url</path>\n        </ignore>\n        <ignore>\n            <path>payment/ccsave/centinel_is_mode_strict</path>\n        </ignore>\n        <ignore>\n            <path>payment/ccsave/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/cybersource_soap/email_customer</path>\n        </ignore>\n        <ignore>\n            <path>payment/cybersource_soap/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/dibs/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/eway_direct/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/firstdata/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/paybox_direct/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/payone_gate/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/pbridge_ogone_direct/cc_settings</path>\n        </ignore>\n        <ignore>\n            <path>payment/pbridge_ogone_direct/dd_settings</path>\n        </ignore>\n        <ignore>\n            <path>payment/pbridge_payone_debit/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/sagepay_direct/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/worldpay_direct/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>rewrite_matchers/category/priority</path>\n        </ignore>\n        <ignore>\n            <path>rewrite_matchers/product/priority</path>\n        </ignore>\n        <ignore>\n            <path>rewrite_matchers/redirect/priority</path>\n        </ignore>\n        <ignore>\n            <path>rss/catalog/salesrule</path>\n        </ignore>\n        <ignore>\n            <path>rss/catalog/tag</path>\n        </ignore>\n        <ignore>\n            <path>sales/msrp/apply_for_all</path>\n        </ignore>\n        <ignore>\n            <path>system/page_cache/allowed_depth</path>\n        </ignore>\n        <ignore>\n            <path>system/page_cache/max_cache_size</path>\n        </ignore>\n        <ignore>\n            <path>system/page_cache/multicurrency</path>\n        </ignore>\n        <ignore>\n            <path>system/page_crawl/enable</path>\n        </ignore>\n        <ignore>\n            <path>system/page_crawl/multicurrency</path>\n        </ignore>\n        <ignore>\n            <path>system/page_crawl/threads</path>\n        </ignore>\n        <ignore>\n            <path>tax/weee/discount</path>\n        </ignore>\n        <ignore>\n            <path>web/default/no_route</path>\n        </ignore>\n        <ignore>\n            <path>web/polls/poll_check_by_ip</path>\n        </ignore>\n        <ignore>\n            <path>web/secure/base_js_url</path>\n        </ignore>\n        <ignore>\n            <path>web/secure/base_media_url</path>\n        </ignore>\n        <ignore>\n            <path>web/secure/base_skin_url</path>\n        </ignore>\n        <ignore>\n            <path>web/secure/base_url</path>\n        </ignore>\n        <ignore>\n            <path>web/secure/base_link_url</path>\n        </ignore>\n        <ignore>\n            <path>web/unsecure/base_js_url</path>\n        </ignore>\n        <ignore>\n            <path>web/unsecure/base_media_url</path>\n        </ignore>\n        <ignore>\n            <path>web/unsecure/base_skin_url</path>\n        </ignore>\n        <ignore>\n            <path>web/unsecure/base_url</path>\n        </ignore>\n        <ignore>\n            <path>web/unsecure/base_link_url</path>\n        </ignore>\n        <ignore>\n            <path>admin/url/custom</path>\n        </ignore>\n        <ignore>\n            <path>admin/url/custom_path</path>\n        </ignore>\n        <ignore>\n            <path>admin/url/use_custom_path</path>\n        </ignore>\n        <ignore>\n            <path>admin/url/use_custom</path>\n        </ignore>\n        <ignore>\n            <path>catalog/search/solr_server_password</path>\n        </ignore>\n        <ignore>\n            <path>catalog/search/solr_test_connect_wizard</path>\n        </ignore>\n        <ignore>\n            <path>catalog/seo/priority</path>\n        </ignore>\n        <ignore>\n            <path>giftcard/giftcardaccount_general/generate</path>\n        </ignore>\n        <ignore>\n            <path>sales/enterprise_rma/address</path>\n        </ignore>\n        <ignore>\n            <path>sales/enterprise_rma/address1</path>\n        </ignore>\n        <ignore>\n            <path>sales/enterprise_rma/city</path>\n        </ignore>\n        <ignore>\n            <path>sales/enterprise_rma/region_id</path>\n        </ignore>\n        <ignore>\n            <path>sales/enterprise_rma/zip</path>\n        </ignore>\n        <ignore>\n            <path>sales/product_sku/allowed_groups</path>\n        </ignore>\n        <ignore>\n            <path>system/enterprise_import_export_log/clean_now</path>\n        </ignore>\n        <ignore>\n            <path>system/page_cache/debug</path>\n        </ignore>\n        <ignore>\n            <path>design/theme/template</path>\n        </ignore>\n        <ignore>\n            <path>design/theme/template_ua_regexp</path>\n        </ignore>\n        <ignore>\n            <path>admin/security/session_cookie_lifetime</path>\n        </ignore>\n        <ignore>\n            <path>web/cookie/*</path>\n        </ignore>\n        <ignore>\n            <path>general/locale/timezone</path>\n        </ignore>\n        <rename>\n            <path>api/config/charset</path>\n            <to>webapi/soap/charset</to>\n        </rename>\n        <rename>\n            <path>carriers/dhlint/account</path>\n            <to>carriers/dhl/account</to>\n        </rename>\n        <rename>\n            <path>carriers/dhlint/active</path>\n            <to>carriers/dhl/active</to>\n        </rename>\n        <rename>\n            <path>carriers/dhlint/content_type</path>\n            <to>carriers/dhl/content_type</to>\n        </rename>\n        <rename>\n            <path>carriers/dhlint/debug</path>\n            <to>carriers/dhl/debug</to>\n        </rename>\n        <rename>\n            <path>carriers/dhlint/divide_order_weight</path>\n            <to>carriers/dhl/divide_order_weight</to>\n        </rename>\n        <rename>\n            <path>carriers/dhlint/free_shipping_enable</path>\n            <to>carriers/dhl/free_shipping_enable</to>\n        </rename>\n        <rename>\n            <path>carriers/dhlint/free_shipping_subtotal</path>\n            <to>carriers/dhl/free_shipping_subtotal</to>\n        </rename>\n        <rename>\n            <path>carriers/dhlint/gateway_url</path>\n            <to>carriers/dhl/gateway_url</to>\n        </rename>\n        <rename>\n            <path>carriers/dhlint/handling_action</path>\n            <to>carriers/dhl/handling_action</to>\n        </rename>\n        <rename>\n            <path>carriers/dhlint/handling_fee</path>\n            <to>carriers/dhl/handling_fee</to>\n        </rename>\n        <rename>\n            <path>carriers/dhlint/handling_type</path>\n            <to>carriers/dhl/handling_type</to>\n        </rename>\n        <rename>\n            <path>carriers/dhlint/id</path>\n            <to>carriers/dhl/id</to>\n        </rename>\n        <rename>\n            <path>carriers/dhlint/password</path>\n            <to>carriers/dhl/password</to>\n        </rename>\n        <rename>\n            <path>carriers/dhlint/ready_time</path>\n            <to>carriers/dhl/ready_time</to>\n        </rename>\n        <rename>\n            <path>carriers/dhlint/sallowspecific</path>\n            <to>carriers/dhl/sallowspecific</to>\n        </rename>\n        <rename>\n            <path>carriers/dhlint/showmethod</path>\n            <to>carriers/dhl/showmethod</to>\n        </rename>\n        <rename>\n            <path>carriers/dhlint/size</path>\n            <to>carriers/dhl/size</to>\n        </rename>\n        <rename>\n            <path>carriers/dhlint/sort_order</path>\n            <to>carriers/dhl/sort_order</to>\n        </rename>\n        <rename>\n            <path>carriers/dhlint/specificcountry</path>\n            <to>carriers/dhl/specificcountry</to>\n        </rename>\n        <rename>\n            <path>carriers/dhlint/specificerrmsg</path>\n            <to>carriers/dhl/specificerrmsg</to>\n        </rename>\n        <rename>\n            <path>carriers/dhlint/title</path>\n            <to>carriers/dhl/title</to>\n        </rename>\n        <rename>\n            <path>carriers/dhlint/unit_of_measure</path>\n            <to>carriers/dhl/unit_of_measure</to>\n        </rename>\n        <rename>\n            <path>catalog/enterprise_catalogevent/enabled</path>\n            <to>catalog/magento_catalogevent/enabled</to>\n        </rename>\n        <rename>\n            <path>catalog/enterprise_catalogevent/lister_output</path>\n            <to>catalog/magento_catalogevent/lister_output</to>\n        </rename>\n        <rename>\n            <path>catalog/enterprise_catalogevent/lister_widget_limit</path>\n            <to>catalog/magento_catalogevent/lister_widget_limit</to>\n        </rename>\n        <rename>\n            <path>catalog/enterprise_catalogevent/lister_widget_scroll</path>\n            <to>catalog/magento_catalogevent/lister_widget_scroll</to>\n        </rename>\n        <rename>\n            <path>catalog/enterprise_catalogpermissions/deny_catalog_search</path>\n            <to>catalog/magento_catalogpermissions/deny_catalog_search</to>\n        </rename>\n        <rename>\n            <path>catalog/enterprise_catalogpermissions/enabled</path>\n            <to>catalog/magento_catalogpermissions/enabled</to>\n        </rename>\n        <rename>\n            <path>catalog/enterprise_catalogpermissions/grant_catalog_category_view</path>\n            <to>catalog/magento_catalogpermissions/grant_catalog_category_view</to>\n        </rename>\n        <rename>\n            <path>catalog/enterprise_catalogpermissions/grant_catalog_category_view_groups</path>\n            <to>catalog/magento_catalogpermissions/grant_catalog_category_view_groups</to>\n        </rename>\n        <rename>\n            <path>catalog/enterprise_catalogpermissions/grant_catalog_product_price</path>\n            <to>catalog/magento_catalogpermissions/grant_catalog_product_price</to>\n        </rename>\n        <rename>\n            <path>catalog/enterprise_catalogpermissions/grant_catalog_product_price_groups</path>\n            <to>catalog/magento_catalogpermissions/grant_catalog_product_price_groups</to>\n        </rename>\n        <rename>\n            <path>catalog/enterprise_catalogpermissions/grant_checkout_items</path>\n            <to>catalog/magento_catalogpermissions/grant_checkout_items</to>\n        </rename>\n        <rename>\n            <path>catalog/enterprise_catalogpermissions/grant_checkout_items_groups</path>\n            <to>catalog/magento_catalogpermissions/grant_checkout_items_groups</to>\n        </rename>\n        <rename>\n            <path>catalog/enterprise_catalogpermissions/restricted_landing_page</path>\n            <to>catalog/magento_catalogpermissions/restricted_landing_page</to>\n        </rename>\n        <rename>\n            <path>catalog/enterprise_targetrule/crosssell_position_behavior</path>\n            <to>catalog/magento_targetrule/crosssell_position_behavior</to>\n        </rename>\n        <rename>\n            <path>catalog/enterprise_targetrule/crosssell_position_limit</path>\n            <to>catalog/magento_targetrule/crosssell_position_limit</to>\n        </rename>\n        <rename>\n            <path>catalog/enterprise_targetrule/crosssell_rotation_mode</path>\n            <to>catalog/magento_targetrule/crosssell_rotation_mode</to>\n        </rename>\n        <rename>\n            <path>catalog/enterprise_targetrule/related_position_behavior</path>\n            <to>catalog/magento_targetrule/related_position_behavior</to>\n        </rename>\n        <rename>\n            <path>catalog/enterprise_targetrule/related_position_limit</path>\n            <to>catalog/magento_targetrule/related_position_limit</to>\n        </rename>\n        <rename>\n            <path>catalog/enterprise_targetrule/related_rotation_mode</path>\n            <to>catalog/magento_targetrule/related_rotation_mode</to>\n        </rename>\n        <rename>\n            <path>catalog/enterprise_targetrule/upsell_position_behavior</path>\n            <to>catalog/magento_targetrule/upsell_position_behavior</to>\n        </rename>\n        <rename>\n            <path>catalog/enterprise_targetrule/upsell_position_limit</path>\n            <to>catalog/magento_targetrule/upsell_position_limit</to>\n        </rename>\n        <rename>\n            <path>catalog/enterprise_targetrule/upsell_rotation_mode</path>\n            <to>catalog/magento_targetrule/upsell_rotation_mode</to>\n        </rename>\n        <rename>\n            <path>contacts/contacts/enabled</path>\n            <to>contact/contact/enabled</to>\n        </rename>\n        <rename>\n            <path>contacts/email/email_template</path>\n            <to>contact/email/email_template</to>\n        </rename>\n        <rename>\n            <path>contacts/email/recipient_email</path>\n            <to>contact/email/recipient_email</to>\n        </rename>\n        <rename>\n            <path>contacts/email/sender_email_identity</path>\n            <to>contact/email/sender_email_identity</to>\n        </rename>\n        <rename>\n            <path>crontab/jobs/catalog_product_alert/schedule/cron_expr</path>\n            <to>crontab/default/jobs/catalog_product_alert/schedule/cron_expr</to>\n        </rename>\n        <rename>\n            <path>crontab/jobs/currency_rates_update/schedule/cron_expr</path>\n            <to>crontab/default/jobs/currency_rates_update/schedule/cron_expr</to>\n        </rename>\n        <rename>\n            <path>crontab/jobs/enterprise_import_export_log_clean/schedule/cron_expr</path>\n            <to>crontab/default/jobs/magento_scheduled_import_export_log_clean/schedule/cron_expr</to>\n        </rename>\n        <rename>\n            <path>crontab/jobs/log_clean/schedule/cron_expr</path>\n            <to>crontab/default/jobs/log_clean/schedule/cron_expr</to>\n        </rename>\n        <rename>\n            <path>crontab/jobs/log_clean/run/model</path>\n            <to>crontab/default/jobs/log_clean/run/model</to>\n        </rename>\n        <rename>\n            <path>crontab/jobs/send_notification/schedule/cron_expr</path>\n            <to>crontab/default/jobs/send_notification/schedule/cron_expr</to>\n        </rename>\n        <rename>\n            <path>crontab/jobs/send_notification/run/model</path>\n            <to>crontab/default/jobs/send_notification/run/model</to>\n        </rename>\n        <rename>\n            <path>crontab/jobs/sitemap_generate/schedule/cron_expr</path>\n            <to>crontab/default/jobs/sitemap_generate/schedule/cron_expr</to>\n        </rename>\n        <rename>\n            <path>crontab/jobs/sitemap_generate/run/model</path>\n            <to>crontab/default/jobs/sitemap_generate/run/model</to>\n        </rename>\n        <rename>\n            <path>crontab/jobs/system_backup/schedule/cron_expr</path>\n            <to>crontab/default/jobs/system_backup/schedule/cron_expr</to>\n        </rename>\n        <rename>\n            <path>crontab/jobs/system_backup/run/model</path>\n            <to>crontab/default/jobs/system_backup/run/model</to>\n        </rename>\n        <rename>\n            <path>customer/enterprise_customerbalance/email_identity</path>\n            <to>customer/magento_customerbalance/email_identity</to>\n        </rename>\n        <rename>\n            <path>customer/enterprise_customerbalance/email_template</path>\n            <to>customer/magento_customerbalance/email_template</to>\n        </rename>\n        <rename>\n            <path>customer/enterprise_customerbalance/is_enabled</path>\n            <to>customer/magento_customerbalance/is_enabled</to>\n        </rename>\n        <rename>\n            <path>customer/enterprise_customerbalance/refund_automatically</path>\n            <to>customer/magento_customerbalance/refund_automatically</to>\n        </rename>\n        <rename>\n            <path>customer/enterprise_customerbalance/show_history</path>\n            <to>customer/magento_customerbalance/show_history</to>\n        </rename>\n        <rename>\n            <path>customer/enterprise_customersegment/is_enabled</path>\n            <to>customer/magento_customersegment/is_enabled</to>\n        </rename>\n        <rename>\n            <path>design/head/default_robots</path>\n            <to>design/search_engine_robots/default_robots</to>\n        </rename>\n        <rename>\n            <path>design/header/logo_src_small</path>\n            <to>design/header/logo_src</to>\n        </rename>\n        <rename>\n            <path>enterprise_giftregistry/general/enabled</path>\n            <to>magento_giftregistry/general/enabled</to>\n        </rename>\n        <rename>\n            <path>enterprise_giftregistry/general/max_registrant</path>\n            <to>magento_giftregistry/general/max_registrant</to>\n        </rename>\n        <rename>\n            <path>enterprise_giftregistry/owner_email/identity</path>\n            <to>magento_giftregistry/owner_email/identity</to>\n        </rename>\n        <rename>\n            <path>enterprise_giftregistry/owner_email/template</path>\n            <to>magento_giftregistry/owner_email/template</to>\n        </rename>\n        <rename>\n            <path>enterprise_giftregistry/sharing_email/identity</path>\n            <to>magento_giftregistry/sharing_email/identity</to>\n        </rename>\n        <rename>\n            <path>enterprise_giftregistry/sharing_email/send_limit</path>\n            <to>magento_giftregistry/sharing_email/send_limit</to>\n        </rename>\n        <rename>\n            <path>enterprise_giftregistry/sharing_email/template</path>\n            <to>magento_giftregistry_sharing_email_template</to>\n        </rename>\n        <rename>\n            <path>enterprise_giftregistry/update_email/identity</path>\n            <to>magento_giftregistry/update_email/identity</to>\n        </rename>\n        <rename>\n            <path>enterprise_giftregistry/update_email/template</path>\n            <to>magento_giftregistry/update_email/template</to>\n        </rename>\n        <rename>\n            <path>enterprise_invitation/email/identity</path>\n            <to>magento_invitation/email/identity</to>\n        </rename>\n        <rename>\n            <path>enterprise_invitation/email/template</path>\n            <to>magento_invitation/email/template</to>\n        </rename>\n        <rename>\n            <path>enterprise_invitation/general/allow_customer_message</path>\n            <to>magento_invitation/general/allow_customer_message</to>\n        </rename>\n        <rename>\n            <path>enterprise_invitation/general/enabled</path>\n            <to>magento_invitation/general/enabled</to>\n        </rename>\n        <rename>\n            <path>enterprise_invitation/general/enabled_on_front</path>\n            <to>magento_invitation/general/enabled_on_front</to>\n        </rename>\n        <rename>\n            <path>enterprise_invitation/general/max_invitation_amount_per_send</path>\n            <to>magento_invitation/general/max_invitation_amount_per_send</to>\n        </rename>\n        <rename>\n            <path>enterprise_invitation/general/registration_required_invitation</path>\n            <to>magento_invitation/general/registration_required_invitation</to>\n        </rename>\n        <rename>\n            <path>enterprise_invitation/general/registration_use_inviter_group</path>\n            <to>magento_invitation/general/registration_use_inviter_group</to>\n        </rename>\n        <rename>\n            <path>enterprise_reward/general/deduct_automatically</path>\n            <to>magento_reward/general/deduct_automatically</to>\n        </rename>\n        <rename>\n            <path>enterprise_reward/general/expiration_days</path>\n            <to>magento_reward/general/expiration_days</to>\n        </rename>\n        <rename>\n            <path>enterprise_reward/general/expiry_calculation</path>\n            <to>magento_reward/general/expiry_calculation</to>\n        </rename>\n        <rename>\n            <path>enterprise_reward/general/is_enabled</path>\n            <to>magento_reward/general/is_enabled</to>\n        </rename>\n        <rename>\n            <path>enterprise_reward/general/is_enabled_on_front</path>\n            <to>magento_reward/general/is_enabled_on_front</to>\n        </rename>\n        <rename>\n            <path>enterprise_reward/general/landing_page</path>\n            <to>magento_reward/general/landing_page</to>\n        </rename>\n        <rename>\n            <path>enterprise_reward/general/max_points_balance</path>\n            <to>magento_reward/general/max_points_balance</to>\n        </rename>\n        <rename>\n            <path>enterprise_reward/general/min_points_balance</path>\n            <to>magento_reward/general/min_points_balance</to>\n        </rename>\n        <rename>\n            <path>enterprise_reward/general/publish_history</path>\n            <to>magento_reward/general/publish_history</to>\n        </rename>\n        <rename>\n            <path>enterprise_reward/general/refund_automatically</path>\n            <to>magento_reward/general/refund_automatically</to>\n        </rename>\n        <rename>\n            <path>enterprise_reward/notification/balance_update_template</path>\n            <to>magento_reward/notification/balance_update_template</to>\n        </rename>\n        <rename>\n            <path>enterprise_reward/notification/email_sender</path>\n            <to>magento_reward/notification/email_sender</to>\n        </rename>\n        <rename>\n            <path>enterprise_reward/notification/expiry_day_before</path>\n            <to>magento_reward/notification/expiry_day_before</to>\n        </rename>\n        <rename>\n            <path>enterprise_reward/notification/expiry_warning_template</path>\n            <to>magento_reward/notification/expiry_warning_template</to>\n        </rename>\n        <rename>\n            <path>enterprise_reward/notification/subscribe_by_default</path>\n            <to>magento_reward/notification/subscribe_by_default</to>\n        </rename>\n        <rename>\n            <path>enterprise_reward/points/invitation_customer</path>\n            <to>magento_reward/points/invitation_customer</to>\n        </rename>\n        <rename>\n            <path>enterprise_reward/points/invitation_customer_limit</path>\n            <to>magento_reward/points/invitation_customer_limit</to>\n        </rename>\n        <rename>\n            <path>enterprise_reward/points/invitation_order</path>\n            <to>magento_reward/points/invitation_order</to>\n        </rename>\n        <rename>\n            <path>enterprise_reward/points/invitation_order_frequency</path>\n            <to>magento_reward/points/invitation_order_frequency</to>\n        </rename>\n        <rename>\n            <path>enterprise_reward/points/invitation_order_limit</path>\n            <to>magento_reward/points/invitation_order_limit</to>\n        </rename>\n        <rename>\n            <path>enterprise_reward/points/newsletter</path>\n            <to>magento_reward/points/newsletter</to>\n        </rename>\n        <rename>\n            <path>enterprise_reward/points/order</path>\n            <to>magento_reward/points/order</to>\n        </rename>\n        <rename>\n            <path>enterprise_reward/points/register</path>\n            <to>magento_reward/points/register</to>\n        </rename>\n        <rename>\n            <path>enterprise_reward/points/review</path>\n            <to>magento_reward/points/review</to>\n        </rename>\n        <rename>\n            <path>enterprise_reward/points/review_limit</path>\n            <to>magento_reward/points/review_limit</to>\n        </rename>\n        <rename>\n            <path>general/store_information/merchant_country</path>\n            <to>general/store_information/country_id</to>\n        </rename>\n        <rename>\n            <path>payment/paypaluk_express/active</path>\n            <to>payment/payflow_express/active</to>\n        </rename>\n        <rename>\n            <path>payment/paypaluk_express/allowspecific</path>\n            <to>payment/payflow_express/allowspecific</to>\n        </rename>\n        <rename>\n            <path>payment/paypaluk_express/debug</path>\n            <to>payment/payflow_express/debug</to>\n        </rename>\n        <rename>\n            <path>payment/paypaluk_express/line_items_enabled</path>\n            <to>payment/payflow_express/line_items_enabled</to>\n        </rename>\n        <rename>\n            <path>payment/paypaluk_express/payment_action</path>\n            <to>payment/payflow_express/payment_action</to>\n        </rename>\n        <rename>\n            <path>payment/paypaluk_express/sort_order</path>\n            <to>payment/payflow_express/sort_order</to>\n        </rename>\n        <rename>\n            <path>payment/paypaluk_express/title</path>\n            <to>payment/payflow_express/title</to>\n        </rename>\n        <rename>\n            <path>payment/paypaluk_express/verify_peer</path>\n            <to>payment/payflow_express/verify_peer</to>\n        </rename>\n        <rename>\n            <path>payment/paypaluk_express/visible_on_cart</path>\n            <to>payment/payflow_express/visible_on_cart</to>\n        </rename>\n        <rename>\n            <path>payment/paypaluk_express/visible_on_product</path>\n            <to>payment/payflow_express/visible_on_product</to>\n        </rename>\n        <rename>\n            <path>payment/paypaluk_express_bml/active</path>\n            <to>payment/payflow_express_bml/active</to>\n        </rename>\n        <rename>\n            <path>payment/paypal_standard/active</path>\n            <to>payment/wps_express/active</to>\n        </rename>\n        <rename>\n            <path>payment/paypal_wps_express/active</path>\n            <to>payment/wps_express/active</to>\n        </rename>\n        <rename>\n            <path>promo/enterprise_reminder/enabled</path>\n            <to>promo/magento_reminder/enabled</to>\n        </rename>\n        <rename>\n            <path>promo/enterprise_reminder/frequency</path>\n            <to>promo/magento_reminder/frequency</to>\n        </rename>\n        <rename>\n            <path>promo/enterprise_reminder/identity</path>\n            <to>promo/magento_reminder/identity</to>\n        </rename>\n        <rename>\n            <path>promo/enterprise_reminder/interval</path>\n            <to>promo/magento_reminder/interval</to>\n        </rename>\n        <rename>\n            <path>promo/enterprise_reminder/limit</path>\n            <to>promo/magento_reminder/limit</to>\n        </rename>\n        <rename>\n            <path>promo/enterprise_reminder/threshold</path>\n            <to>promo/magento_reminder/threshold</to>\n        </rename>\n        <rename>\n            <path>promo/enterprise_reminder/time</path>\n            <to>promo/magento_reminder/time</to>\n        </rename>\n        <rename>\n            <path>rss/order/status_notified</path>\n            <to>rss/order/status</to>\n        </rename>\n        <rename>\n            <path>sales/enterprise_rma/enabled</path>\n            <to>sales/magento_rma/enabled</to>\n        </rename>\n        <rename>\n            <path>sales/enterprise_rma/enabled_on_product</path>\n            <to>sales/magento_rma/enabled_on_product</to>\n        </rename>\n        <rename>\n            <path>sales/enterprise_rma/use_store_address</path>\n            <to>sales/magento_rma/use_store_address</to>\n        </rename>\n        <rename>\n            <path>sales/enterprise_salesarchive/active</path>\n            <to>sales/magento_salesarchive/active</to>\n        </rename>\n        <rename>\n            <path>sales/enterprise_salesarchive/age</path>\n            <to>sales/magento_salesarchive/age</to>\n        </rename>\n        <rename>\n            <path>sales/enterprise_salesarchive/order_statuses</path>\n            <to>sales/magento_salesarchive/order_statuses</to>\n        </rename>\n        <rename>\n            <path>sales_email/enterprise_rma/copy_method</path>\n            <to>sales_email/magento_rma/copy_method</to>\n        </rename>\n        <rename>\n            <path>sales_email/enterprise_rma/copy_to</path>\n            <to>sales_email/magento_rma/copy_to</to>\n        </rename>\n        <rename>\n            <path>sales_email/enterprise_rma/enabled</path>\n            <to>sales_email/magento_rma/enabled</to>\n        </rename>\n        <rename>\n            <path>sales_email/enterprise_rma/guest_template</path>\n            <to>sales_email/magento_rma/guest_template</to>\n        </rename>\n        <rename>\n            <path>sales_email/enterprise_rma/identity</path>\n            <to>sales_email/magento_rma/identity</to>\n        </rename>\n        <rename>\n            <path>sales_email/enterprise_rma/template</path>\n            <to>sales_email/magento_rma/template</to>\n        </rename>\n        <rename>\n            <path>sales_email/enterprise_rma_auth/copy_method</path>\n            <to>sales_email/magento_rma_auth/copy_method</to>\n        </rename>\n        <rename>\n            <path>sales_email/enterprise_rma_auth/copy_to</path>\n            <to>sales_email/magento_rma_auth/copy_to</to>\n        </rename>\n        <rename>\n            <path>sales_email/enterprise_rma_auth/enabled</path>\n            <to>sales_email/magento_rma_auth/enabled</to>\n        </rename>\n        <rename>\n            <path>sales_email/enterprise_rma_auth/guest_template</path>\n            <to>sales_email/magento_rma_auth/guest_template</to>\n        </rename>\n        <rename>\n            <path>sales_email/enterprise_rma_auth/identity</path>\n            <to>sales_email/magento_rma_auth/identity</to>\n        </rename>\n        <rename>\n            <path>sales_email/enterprise_rma_auth/template</path>\n            <to>sales_email/magento_rma_auth/template</to>\n        </rename>\n        <rename>\n            <path>sales_email/enterprise_rma_comment/copy_method</path>\n            <to>sales_email/magento_rma_comment/copy_method</to>\n        </rename>\n        <rename>\n            <path>sales_email/enterprise_rma_comment/copy_to</path>\n            <to>sales_email/magento_rma_comment/copy_to</to>\n        </rename>\n        <rename>\n            <path>sales_email/enterprise_rma_comment/enabled</path>\n            <to>sales_email/magento_rma_comment/enabled</to>\n        </rename>\n        <rename>\n            <path>sales_email/enterprise_rma_comment/guest_template</path>\n            <to>sales_email/magento_rma_comment/guest_template</to>\n        </rename>\n        <rename>\n            <path>sales_email/enterprise_rma_comment/identity</path>\n            <to>sales_email/magento_rma_comment/identity</to>\n        </rename>\n        <rename>\n            <path>sales_email/enterprise_rma_comment/template</path>\n            <to>sales_email/magento_rma_comment/template</to>\n        </rename>\n        <rename>\n            <path>sales_email/enterprise_rma_customer_comment/copy_method</path>\n            <to>sales_email/magento_rma_customer_comment/copy_method</to>\n        </rename>\n        <rename>\n            <path>sales_email/enterprise_rma_customer_comment/copy_to</path>\n            <to>sales_email/magento_rma_customer_comment/copy_to</to>\n        </rename>\n        <rename>\n            <path>sales_email/enterprise_rma_customer_comment/enabled</path>\n            <to>sales_email/magento_rma_customer_comment/enabled</to>\n        </rename>\n        <rename>\n            <path>sales_email/enterprise_rma_customer_comment/identity</path>\n            <to>sales_email/magento_rma_customer_comment/identity</to>\n        </rename>\n        <rename>\n            <path>sales_email/enterprise_rma_customer_comment/recipient</path>\n            <to>sales_email/magento_rma_customer_comment/recipient</to>\n        </rename>\n        <rename>\n            <path>sales_email/enterprise_rma_customer_comment/template</path>\n            <to>sales_email/magento_rma_customer_comment/template</to>\n        </rename>\n        <rename>\n            <path>shipping/option/checkout_multiple</path>\n            <to>multishipping/options/checkout_multiple</to>\n        </rename>\n        <rename>\n            <path>shipping/option/checkout_multiple_maximum_qty</path>\n            <to>multishipping/options/checkout_multiple_maximum_qty</to>\n        </rename>\n        <rename>\n            <path>system/cron/history_cleanup_every</path>\n            <to>system/cron/default/history_cleanup_every</to>\n        </rename>\n        <rename>\n            <path>system/cron/history_failure_lifetime</path>\n            <to>system/cron/default/history_failure_lifetime</to>\n        </rename>\n        <rename>\n            <path>system/cron/history_success_lifetime</path>\n            <to>system/cron/default/history_success_lifetime</to>\n        </rename>\n        <rename>\n            <path>system/cron/schedule_ahead_for</path>\n            <to>system/cron/default/schedule_ahead_for</to>\n        </rename>\n        <rename>\n            <path>system/cron/schedule_generate_every</path>\n            <to>system/cron/default/schedule_generate_every</to>\n        </rename>\n        <rename>\n            <path>system/cron/schedule_lifetime</path>\n            <to>system/cron/default/schedule_lifetime</to>\n        </rename>\n        <rename>\n            <path>system/enterprise_import_export_log/enabled</path>\n            <to>system/magento_scheduled_import_export_log/enabled</to>\n        </rename>\n        <rename>\n            <path>system/enterprise_import_export_log/error_email</path>\n            <to>system/magento_scheduled_import_export_log/error_email</to>\n        </rename>\n        <rename>\n            <path>system/enterprise_import_export_log/error_email_identity</path>\n            <to>system/magento_scheduled_import_export_log/error_email_identity</to>\n        </rename>\n        <rename>\n            <path>system/enterprise_import_export_log/error_email_template</path>\n            <to>system/magento_scheduled_import_export_log/error_email_template</to>\n        </rename>\n        <rename>\n            <path>system/enterprise_import_export_log/frequency</path>\n            <to>system/magento_scheduled_import_export_log/frequency</to>\n        </rename>\n        <rename>\n            <path>system/enterprise_import_export_log/save_days</path>\n            <to>system/magento_scheduled_import_export_log/save_days</to>\n        </rename>\n        <rename>\n            <path>system/enterprise_import_export_log/time</path>\n            <to>system/magento_scheduled_import_export_log/time</to>\n        </rename>\n    </key>\n    <value>\n        <transform>\n            <path>catalog/category/root_id</path>\n            <handler class=\"\\Migration\\Handler\\Settings\\CategoryRootId\" />\n        </transform>\n        <transform>\n            <path>catalog/seo/category_url_suffix</path>\n            <handler class=\"\\Migration\\Handler\\Settings\\UrlSuffix\" />\n        </transform>\n        <transform>\n            <path>catalog/seo/product_url_suffix</path>\n            <handler class=\"\\Migration\\Handler\\Settings\\UrlSuffix\" />\n        </transform>\n        <transform>\n            <path>payment/payflow_advanced/pwd</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>paypal/wpp/api_username</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>paypal/wpp/api_password</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>paypal/wpp/api_signature</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>paypal/fetch_reports/ftp_login</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>paypal/fetch_reports/ftp_password</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>payment/verisign/user</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>payment/verisign/pwd</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>payment/payflow_link/pwd</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>payment/authorizenet_directpost/login</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>payment/authorizenet_directpost/trans_key</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>payment/authorizenet_directpost/trans_md5</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>payment/authorizenet/login</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>payment/authorizenet/trans_key</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>carriers/ups/password</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>carriers/ups/username</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>carriers/ups/access_license_number</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>carriers/usps/userid</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>carriers/usps/password</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>carriers/fedex/account</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>carriers/fedex/meter_number</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>carriers/fedex/key</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>carriers/fedex/password</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>carriers/dhl/id</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>carriers/dhl/password</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>carriers/dhl/shipping_key</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>carriers/dhl/shipping_intlkey</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>carriers/dhlint/id</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>carriers/dhlint/password</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>payment_services/centinel/password</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>catalog/merchandiser/attribute_codes</path>\n            <handler class=\"\\Migration\\Handler\\VisualMerchandiser\\Attribute\" />\n        </transform>\n        <transform>\n            <path>catalog/merchandiser/new_products_handler</path>\n            <handler class=\"\\Migration\\Handler\\VisualMerchandiser\\InsertMode\" />\n        </transform>\n        <transform>\n            <path>cataloginventory/item_options/min_sale_qty</path>\n            <handler class=\"\\Migration\\Handler\\SerializeToJson\">\n                <param name=\"suppressWarning\" value=\"true\" />\n            </handler>\n        </transform>\n        <transform>\n            <path>currency/options/customsymbol</path>\n            <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n        </transform>\n    </value>\n</settings>\n"
  },
  {
    "path": "etc/commerce-to-commerce/visual_merchandiser_attribute_groups.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<groups xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/groups.xsd\">\n    <group name=\"catalog_category_entity_varchar\">\n        <attribute>value_id</attribute>\n        <attribute>attribute_id</attribute>\n        <attribute>store_id</attribute>\n        <attribute>row_id</attribute>\n        <attribute>value</attribute>\n    </group>\n</groups>\n"
  },
  {
    "path": "etc/commerce-to-commerce/visual_merchandiser_document_groups.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<groups xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/groups.xsd\">\n    <group name=\"source_documents\">\n        <document>merchandiser_category_values</document>\n    </group>\n    <group name=\"eav_entities\">\n        <document>catalog_category</document>\n    </group>\n    <group name=\"catalog_category\">\n        <document key=\"entity_id\">catalog_category_entity</document>\n        <document key=\"value_id\">catalog_category_entity_varchar</document>\n    </group>\n</groups>\n"
  },
  {
    "path": "etc/commerce-to-commerce/visual_merchandiser_map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <rename>\n                <document>merchandiser_category_values</document>\n                <to>visual_merchandiser_rule</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <ignore>\n                <field>merchandiser_category_values.heroproducts</field>\n            </ignore>\n            <ignore>\n                <field>merchandiser_category_values.attribute_codes</field>\n            </ignore>\n            <ignore>\n                <field>merchandiser_category_values.ruled_only</field>\n            </ignore>\n            <ignore>\n                <field>merchandiser_category_values.automatic_sort</field>\n            </ignore>\n            <ignore>\n                <datatype>merchandiser_category_values.smart_attributes</datatype>\n            </ignore>\n            <move>\n                <field>merchandiser_category_values.smart_attributes</field>\n                <to>visual_merchandiser_rule.conditions_serialized</to>\n            </move>\n            <transform>\n                <field>merchandiser_category_values.smart_attributes</field>\n                <handler class=\"\\Migration\\Handler\\VisualMerchandiser\\SmartAttribute\" />\n            </transform>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>visual_merchandiser_rule.rule_id</field>\n            </ignore>\n            <ignore>\n                <field>visual_merchandiser_rule.store_id</field>\n            </ignore>\n            <ignore>\n                <field>visual_merchandiser_rule.is_active</field>\n            </ignore>\n            <ignore>\n                <datatype>visual_merchandiser_rule.conditions_serialized</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/config.xsd",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<xs:schema elementFormDefault=\"qualified\" xmlns:xs=\"http://www.w3.org/2001/XMLSchema\">\n\n    <xs:annotation>\n        <xs:documentation>Migration Tool Configuration</xs:documentation>\n    </xs:annotation>\n\n    <xs:element name=\"config\" type=\"configType\" />\n\n    <xs:complexType name=\"configType\">\n        <xs:annotation>\n            <xs:documentation>Configuration root node</xs:documentation>\n        </xs:annotation>\n        <xs:sequence maxOccurs=\"unbounded\" minOccurs=\"0\">\n            <xs:element name=\"steps\" type=\"stepsType\" maxOccurs=\"unbounded\" minOccurs=\"1\" />\n            <xs:element name=\"source\" type=\"sourceType\" maxOccurs=\"1\" minOccurs=\"1\" />\n            <xs:element name=\"destination\" type=\"destinationType\" maxOccurs=\"1\" minOccurs=\"1\" />\n            <xs:element name=\"options\" type=\"optionsType\" maxOccurs=\"1\" minOccurs=\"1\" />\n        </xs:sequence>\n    </xs:complexType>\n\n    <xs:complexType name=\"stepsType\">\n        <xs:annotation>\n            <xs:documentation>Definition of steps.</xs:documentation>\n        </xs:annotation>\n        <xs:sequence maxOccurs=\"unbounded\" minOccurs=\"0\">\n            <xs:element name=\"step\" type=\"stepType\" maxOccurs=\"unbounded\" minOccurs=\"0\" />\n        </xs:sequence>\n        <xs:attribute name=\"mode\" type=\"xs:string\" use=\"required\" />\n    </xs:complexType>\n\n    <xs:complexType name=\"stepType\">\n        <xs:sequence maxOccurs=\"unbounded\" minOccurs=\"0\">\n            <xs:element name=\"integrity\" type=\"stageType\" maxOccurs=\"unbounded\" minOccurs=\"0\" />\n            <xs:element name=\"data\" type=\"stageType\" maxOccurs=\"unbounded\" minOccurs=\"0\" />\n            <xs:element name=\"delta\" type=\"stageType\" maxOccurs=\"unbounded\" minOccurs=\"0\" />\n            <xs:element name=\"volume\" type=\"stageType\" maxOccurs=\"unbounded\" minOccurs=\"0\" />\n        </xs:sequence>\n        <xs:attribute name=\"title\" type=\"xs:string\" use=\"required\" />\n    </xs:complexType>\n\n    <xs:simpleType name=\"stageType\">\n        <xs:restriction base=\"xs:string\">\n            <xs:pattern value=\"[a-zA-Z][a-zA-Z0-9_\\\\\\\\]+\" />\n        </xs:restriction>\n    </xs:simpleType>\n\n    <xs:complexType name=\"sourceType\">\n        <xs:annotation>\n            <xs:documentation>Definition data source.</xs:documentation>\n        </xs:annotation>\n        <xs:choice>\n            <xs:element name=\"database\" type=\"resourceTypeDatabase\" />\n        </xs:choice>\n    </xs:complexType>\n\n    <xs:complexType name=\"destinationType\">\n        <xs:annotation>\n            <xs:documentation>Definition of data destination.</xs:documentation>\n        </xs:annotation>\n        <xs:choice>\n            <xs:element name=\"database\" type=\"resourceTypeDatabase\" />\n        </xs:choice>\n    </xs:complexType>\n\n    <xs:complexType name=\"resourceTypeDatabase\">\n        <xs:attribute name=\"name\" type=\"xs:string\" use=\"required\" />\n        <xs:attribute name=\"host\" type=\"xs:string\" use=\"required\" />\n        <xs:attribute name=\"port\" type=\"xs:string\" use=\"optional\" />\n        <xs:attribute name=\"user\" type=\"xs:string\" use=\"required\" />\n        <xs:attribute name=\"password\" type=\"xs:string\" use=\"optional\" />\n        <xs:attribute name=\"ssl_ca\" type=\"xs:string\" use=\"optional\" />\n        <xs:attribute name=\"ssl_cert\" type=\"xs:string\" use=\"optional\" />\n        <xs:attribute name=\"ssl_key\" type=\"xs:string\" use=\"optional\" />\n    </xs:complexType>\n\n    <xs:simpleType name=\"resourceType\">\n        <xs:restriction base=\"xs:string\">\n            <xs:enumeration value=\"database\" />\n        </xs:restriction>\n    </xs:simpleType>\n\n    <xs:complexType name=\"optionsType\">\n        <xs:annotation>\n            <xs:documentation>Definition of options.</xs:documentation>\n        </xs:annotation>\n        <xs:choice minOccurs=\"1\" maxOccurs=\"unbounded\">\n            <xs:element name=\"map_file\" type=\"xmlFile\" maxOccurs=\"1\" />\n            <xs:element name=\"eav_map_file\" type=\"xmlFile\" maxOccurs=\"1\" />\n            <xs:element name=\"log_map_file\" type=\"xmlFile\" maxOccurs=\"1\" />\n            <xs:element name=\"settings_map_file\" type=\"xmlFile\" maxOccurs=\"1\" />\n            <xs:element name=\"sales_order_map_file\" type=\"xmlFile\" maxOccurs=\"1\" />\n            <xs:element name=\"delta_document_groups_file\" type=\"xmlFile\" maxOccurs=\"1\" />\n            <xs:element name=\"bulk_size\" type=\"xs:int\" maxOccurs=\"1\" />\n            <xs:element name=\"resource_adapter_class_name\" type=\"xs:string\" maxOccurs=\"1\" />\n            <xs:element name=\"log_file\" type=\"xs:string\" maxOccurs=\"1\" />\n            <xs:element name=\"progress_bar_format\" type=\"xs:string\" maxOccurs=\"1\" />\n            <xs:element name=\"upgrade_customer_password_hash\" type=\"xs:string\" maxOccurs=\"1\" />\n            <xs:element name=\"crypt_key\" type=\"xs:string\" maxOccurs=\"1\" />\n            <xs:element name=\"edition_migrate\" type=\"xs:string\" maxOccurs=\"1\" />\n            <xs:element name=\"init_statements_source\" type=\"xs:string\" maxOccurs=\"1\" />\n            <xs:element name=\"init_statements_destination\" type=\"xs:string\" maxOccurs=\"1\" />\n            <xs:any minOccurs=\"0\" maxOccurs=\"unbounded\" processContents=\"skip\" />\n        </xs:choice>\n    </xs:complexType>\n\n    <xs:simpleType name=\"xmlFile\">\n        <xs:restriction base=\"xs:string\">\n            <xs:pattern value=\"[-/A-Za-z0-9\\._]+\\.(xml|dist)\" />\n        </xs:restriction>\n    </xs:simpleType>\n</xs:schema>\n"
  },
  {
    "path": "etc/di.xml",
    "content": "<?xml version=\"1.0\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:noNamespaceSchemaLocation=\"urn:magento:framework:ObjectManager/etc/config.xsd\">\n    <type name=\"Magento\\Customer\\Model\\AuthenticationInterface\">\n        <plugin name=\"authenticateRehash\" type=\"Migration\\Plugin\\Customer\\Model\\AuthenticationPlugin\"/>\n    </type>\n</config>\n"
  },
  {
    "path": "etc/groups.xsd",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<xs:schema elementFormDefault=\"qualified\" xmlns:xs=\"http://www.w3.org/2001/XMLSchema\">\n    <xs:element name=\"groups\" type=\"groupsType\">\n        <xs:unique name=\"uniqueGroup\">\n            <xs:selector xpath=\"group\" />\n            <xs:field xpath=\"@name\" />\n        </xs:unique>\n    </xs:element>\n\n    <xs:complexType name=\"groupsType\">\n        <xs:sequence>\n            <xs:element name=\"group\" type=\"groupType\" maxOccurs=\"unbounded\" minOccurs=\"1\" />\n        </xs:sequence>\n    </xs:complexType>\n\n    <xs:complexType name=\"groupType\">\n        <xs:sequence>\n            <xs:element name=\"document\" type=\"documentType\" maxOccurs=\"unbounded\" minOccurs=\"0\" />\n            <xs:element name=\"attribute\" type=\"attributeType\" maxOccurs=\"unbounded\" minOccurs=\"0\" />\n        </xs:sequence>\n        <xs:attribute name=\"name\" type=\"notEmptyString\" use=\"required\" />\n    </xs:complexType>\n\n    <xs:complexType name=\"documentType\">\n        <xs:simpleContent>\n            <xs:extension base=\"notEmptyString\">\n                <xs:attribute name=\"key\" type=\"notEmptyString\" use=\"optional\" />\n            </xs:extension>\n        </xs:simpleContent>\n    </xs:complexType>\n\n    <xs:complexType name=\"attributeType\">\n        <xs:simpleContent>\n            <xs:extension base=\"notEmptyString\">\n                <xs:attribute name=\"key\" type=\"notEmptyString\" use=\"optional\" />\n                <xs:attribute name=\"type\" type=\"notEmptyString\" use=\"optional\" />\n            </xs:extension>\n        </xs:simpleContent>\n    </xs:complexType>\n\n    <xs:simpleType name=\"notEmptyString\">\n        <xs:restriction base=\"xs:string\">\n            <xs:minLength value=\"1\" />\n        </xs:restriction>\n    </xs:simpleType>\n</xs:schema>\n"
  },
  {
    "path": "etc/magento_path.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n\nreturn __DIR__ . '/../../../..';\n"
  },
  {
    "path": "etc/map.xsd",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<xs:schema elementFormDefault=\"qualified\" xmlns:xs=\"http://www.w3.org/2001/XMLSchema\">\n    <xs:element name=\"map\" type=\"mapType\" />\n\n    <xs:complexType name=\"mapType\">\n        <xs:all>\n            <xs:element name=\"source\" type=\"sourceRulesType\" maxOccurs=\"1\" minOccurs=\"1\" />\n            <xs:element name=\"destination\" type=\"destinationRulesType\" maxOccurs=\"1\" minOccurs=\"1\" />\n        </xs:all>\n    </xs:complexType>\n\n    <xs:complexType name=\"sourceRulesType\">\n        <xs:sequence>\n            <xs:element name=\"document_rules\" type=\"sourceDocumentRulesType\" maxOccurs=\"unbounded\" minOccurs=\"0\" />\n            <xs:element name=\"field_rules\" type=\"sourceFieldRulesType\" maxOccurs=\"unbounded\" minOccurs=\"0\" />\n        </xs:sequence>\n    </xs:complexType>\n\n    <xs:complexType name=\"destinationRulesType\">\n        <xs:sequence>\n            <xs:element name=\"document_rules\" type=\"destinationDocumentRulesType\" maxOccurs=\"unbounded\" minOccurs=\"0\" />\n            <xs:element name=\"field_rules\" type=\"destinationFieldRulesType\" maxOccurs=\"unbounded\" minOccurs=\"0\" />\n        </xs:sequence>\n    </xs:complexType>\n\n    <xs:complexType name=\"sourceDocumentRulesType\">\n        <xs:choice minOccurs=\"1\" maxOccurs=\"unbounded\">\n            <xs:element name=\"rename\" type=\"renameDocumentType\" maxOccurs=\"unbounded\" minOccurs=\"0\" />\n            <xs:element name=\"ignore\" type=\"ignoreDocumentType\" maxOccurs=\"unbounded\" minOccurs=\"0\" />\n        </xs:choice>\n    </xs:complexType>\n\n    <xs:complexType name=\"destinationDocumentRulesType\">\n        <xs:choice minOccurs=\"1\" maxOccurs=\"unbounded\">\n            <xs:element name=\"ignore\" type=\"ignoreDocumentType\" maxOccurs=\"unbounded\" minOccurs=\"0\" />\n        </xs:choice>\n    </xs:complexType>\n\n    <xs:complexType name=\"ignoreDocumentType\">\n        <xs:sequence>\n            <xs:element name=\"document\" type=\"notEmptyString\" />\n        </xs:sequence>\n    </xs:complexType>\n\n    <xs:complexType name=\"renameDocumentType\">\n        <xs:sequence>\n            <xs:element name=\"document\" type=\"notEmptyString\" />\n            <xs:element name=\"to\" type=\"notEmptyString\" />\n        </xs:sequence>\n    </xs:complexType>\n    <xs:complexType name=\"sourceFieldRulesType\">\n        <xs:choice minOccurs=\"1\" maxOccurs=\"unbounded\">\n            <xs:element name=\"ignore\" type=\"ignoreFieldType\" minOccurs=\"0\" maxOccurs=\"unbounded\" />\n            <xs:element name=\"move\" type=\"moveFieldType\" minOccurs=\"0\" maxOccurs=\"unbounded\" />\n            <xs:element name=\"transform\" type=\"transformFieldType\" minOccurs=\"0\" maxOccurs=\"unbounded\" />\n        </xs:choice>\n    </xs:complexType>\n\n    <xs:complexType name=\"destinationFieldRulesType\">\n        <xs:choice minOccurs=\"1\" maxOccurs=\"unbounded\">\n            <xs:element name=\"ignore\" type=\"ignoreFieldType\" minOccurs=\"0\" maxOccurs=\"unbounded\" />\n            <xs:element name=\"transform\" type=\"transformFieldType\" minOccurs=\"0\" maxOccurs=\"unbounded\" />\n        </xs:choice>\n    </xs:complexType>\n\n    <xs:complexType name=\"ignoreFieldType\">\n        <xs:choice minOccurs=\"1\" maxOccurs=\"1\">\n            <xs:element name=\"field\" type=\"fieldFormatType\" minOccurs=\"1\" maxOccurs=\"1\" />\n            <xs:element name=\"datatype\" type=\"fieldFormatType\" minOccurs=\"1\" maxOccurs=\"1\" />\n        </xs:choice>\n    </xs:complexType>\n\n    <xs:complexType name=\"moveFieldType\">\n        <xs:sequence>\n            <xs:element name=\"field\" type=\"fieldFormatType\" />\n            <xs:element name=\"to\" type=\"fieldFormatType\" />\n        </xs:sequence>\n    </xs:complexType>\n\n    <xs:complexType name=\"transformFieldType\">\n        <xs:sequence>\n            <xs:element name=\"field\" type=\"fieldFormatType\" />\n            <xs:element name=\"handler\" type=\"handlerType\">\n                <xs:unique name=\"uniqueParamName\">\n                    <xs:selector xpath=\"param\" />\n                    <xs:field xpath=\"@name\" />\n                </xs:unique>\n            </xs:element>\n        </xs:sequence>\n    </xs:complexType>\n\n    <xs:complexType name=\"handlerType\">\n        <xs:sequence>\n            <xs:element name=\"param\" type=\"handlerParamType\" maxOccurs=\"unbounded\" minOccurs=\"0\" />\n        </xs:sequence>\n        <xs:attribute name=\"class\" use=\"required\">\n            <xs:simpleType>\n                <xs:restriction base=\"xs:string\">\n                    <xs:pattern value=\"[0-9a-zA-Z_\\\\\\\\]+\" />\n                </xs:restriction>\n            </xs:simpleType>\n        </xs:attribute>\n    </xs:complexType>\n    <xs:complexType name=\"handlerParamType\">\n        <xs:attribute name=\"name\" type=\"xs:string\" use=\"required\" />\n        <xs:attribute name=\"value\" type=\"xs:string\" use=\"required\" />\n    </xs:complexType>\n    <xs:simpleType name=\"fieldFormatType\">\n        <xs:annotation>\n            <xs:documentation>Field format: \"document_name.field_name\"</xs:documentation>\n        </xs:annotation>\n        <xs:restriction base=\"xs:string\">\n            <xs:pattern value=\"[^.]+\\.[^.]+\" />\n        </xs:restriction>\n    </xs:simpleType>\n    <xs:simpleType name=\"notEmptyString\">\n        <xs:restriction base=\"xs:string\">\n            <xs:minLength value=\"1\" />\n        </xs:restriction>\n    </xs:simpleType>\n</xs:schema>\n"
  },
  {
    "path": "etc/module.xml",
    "content": "<?xml version=\"1.0\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:noNamespaceSchemaLocation=\"urn:magento:framework:Module/etc/module.xsd\">\n    <module name=\"Magento_DataMigrationTool\" />\n</config>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.6.0.0/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version191to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version191to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGrids\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGrids\\Data</data>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version191to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGrids\\Delta</delta>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/opensource-to-commerce/1.6.0.0/map.xml.dist</map_file>\n        <eav_map_file>etc/opensource-to-commerce/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/opensource-to-commerce/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/opensource-to-commerce/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/opensource-to-commerce/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/opensource-to-commerce/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/opensource-to-commerce/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/opensource-to-commerce/1.6.0.0/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/opensource-to-commerce/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/opensource-to-commerce/1.6.0.0/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <delta_document_groups_file>etc/opensource-to-commerce/1.6.0.0/deltalog.xml.dist</delta_document_groups_file>\n        <order_grids_document_groups_file>etc/opensource-to-commerce/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <map_document_groups>etc/opensource-to-commerce/map-document-groups.xml.dist</map_document_groups>\n        <class_map>etc/opensource-to-commerce/class-map.xml.dist</class_map>\n        <tier_price_map_file>etc/opensource-to-commerce/1.6.0.0/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/opensource-to-commerce/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>opensource-to-commerce</edition_migrate>\n        <edition_number>1.6.0.0</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.6.0.0/customer-attribute-groups.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<groups xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/groups.xsd\">\n    <group name=\"customer_entity\">\n        <attribute>created_in</attribute>\n        <attribute>prefix</attribute>\n        <attribute>firstname</attribute>\n        <attribute>middlename</attribute>\n        <attribute>lastname</attribute>\n        <attribute>suffix</attribute>\n        <attribute>dob</attribute>\n        <attribute>password_hash</attribute>\n        <attribute>default_billing</attribute>\n        <attribute>default_shipping</attribute>\n        <attribute>taxvat</attribute>\n        <attribute>confirmation</attribute>\n        <attribute>gender</attribute>\n    </group>\n    <group name=\"customer_address_entity\">\n        <attribute>city</attribute>\n        <attribute>company</attribute>\n        <attribute>country_id</attribute>\n        <attribute>fax</attribute>\n        <attribute>firstname</attribute>\n        <attribute>lastname</attribute>\n        <attribute>middlename</attribute>\n        <attribute>postcode</attribute>\n        <attribute>prefix</attribute>\n        <attribute>region</attribute>\n        <attribute>region_id</attribute>\n        <attribute>street</attribute>\n        <attribute>suffix</attribute>\n        <attribute>telephone</attribute>\n    </group>\n</groups>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.6.0.0/deltalog.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<groups xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/groups.xsd\">\n    <group name=\"delta_map\">\n        <document key=\"catalog_compare_item_id\">catalog_compare_item</document>\n        <document key=\"item_id\">cataloginventory_stock_item</document>\n        <document key=\"subscriber_id\">newsletter_subscriber</document>\n        <document key=\"entity_id\">sales_flat_quote</document>\n        <document key=\"address_id\">sales_flat_quote_address</document>\n        <document key=\"item_id\">sales_flat_quote_item</document>\n        <document key=\"option_id\">sales_flat_quote_item_option</document>\n        <document key=\"rate_id\">sales_flat_quote_shipping_rate</document>\n        <document key=\"payment_id\">sales_flat_quote_payment</document>\n        <document key=\"entity_id\">sales_flat_order_address</document>\n        <document key=\"item_id\">sales_flat_order_item</document>\n        <document key=\"entity_id\">sales_flat_order_payment</document>\n        <document key=\"entity_id\">sales_flat_order_status_history</document>\n        <document key=\"entity_id\">sales_flat_order_grid</document>\n        <document key=\"wishlist_id\">wishlist</document>\n        <document key=\"wishlist_item_id\">wishlist_item</document>\n        <document key=\"option_id\">wishlist_item_option</document>\n        <document key=\"index_id\">report_viewed_product_index</document>\n        <document key=\"index_id\">report_compared_product_index</document>\n        <document key=\"event_id\">report_event</document>\n        <document key=\"review_id\">review</document>\n        <document key=\"detail_id\">review_detail</document>\n        <document key=\"review_id\">review_store</document>\n        <document key=\"vote_id\">rating_option_vote</document>\n        <document key=\"primary_id\">rating_option_vote_aggregated</document>\n        <document key=\"primary_id\">review_entity_summary</document>\n        <document key=\"entity_id\">sales_flat_shipment</document>\n        <document key=\"entity_id\">sales_flat_shipment_item</document>\n        <document key=\"entity_id\">sales_flat_shipment_track</document>\n        <document key=\"entity_id\">sales_flat_shipment_grid</document>\n        <document key=\"entity_id\">sales_flat_creditmemo</document>\n        <document key=\"entity_id\">sales_flat_creditmemo_item</document>\n        <document key=\"entity_id\">sales_flat_creditmemo_grid</document>\n        <document key=\"entity_id\">sales_flat_invoice</document>\n        <document key=\"entity_id\">sales_flat_invoice_item</document>\n        <document key=\"entity_id\">sales_flat_invoice_grid</document>\n        <document key=\"purchased_id\">downloadable_link_purchased</document>\n        <document key=\"item_id\">downloadable_link_purchased_item</document>\n        <document key=\"gift_message_id\">gift_message</document>\n        <document key=\"address_item_id\">sales_flat_quote_address_item</document>\n        <document key=\"entity_store_id\">eav_entity_store</document>\n        <document key=\"tax_id\">sales_order_tax</document>\n        <document key=\"entity_id\">sales_flat_order</document>\n    </group>\n    <group name=\"delta_log\">\n        <document key=\"visitor_id\">log_visitor</document>\n    </group>\n    <group name=\"delta_customer\">\n        <document key=\"entity_id\">customer_entity</document>\n        <document key=\"value_id\">customer_entity_datetime</document>\n        <document key=\"value_id\">customer_entity_decimal</document>\n        <document key=\"value_id\">customer_entity_int</document>\n        <document key=\"value_id\">customer_entity_text</document>\n        <document key=\"value_id\">customer_entity_varchar</document>\n        <document key=\"entity_id\">customer_address_entity</document>\n        <document key=\"value_id\">customer_address_entity_datetime</document>\n        <document key=\"value_id\">customer_address_entity_decimal</document>\n        <document key=\"value_id\">customer_address_entity_int</document>\n        <document key=\"value_id\">customer_address_entity_text</document>\n        <document key=\"value_id\">customer_address_entity_varchar</document>\n    </group>\n</groups>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.6.0.0/map-customer.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <field_rules>\n            <ignore>\n                <field>customer_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.attribute_set_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.attribute_set_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity_varchar.entity_type_id</field>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>customer_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.prefix</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.firstname</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.middlename</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.lastname</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.suffix</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.dob</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.password_hash</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.rp_token</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.rp_token_created_at</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.default_billing</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.default_shipping</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.taxvat</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.confirmation</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.gender</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.disable_auto_group_change</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.city</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.company</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.country_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.fax</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.firstname</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.lastname</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.middlename</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.postcode</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.prefix</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.region</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.region_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.street</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.suffix</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.telephone</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.vat_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.vat_is_valid</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.vat_request_date</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.vat_request_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.vat_request_success</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.failures_num</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.first_failure</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.lock_expires</field>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.6.0.0/map-tier-price.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_group_price.is_percent</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_group_price.customer_group_id</datatype>\n            </ignore>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_tier_price.percentage_value</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.6.0.0/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>find_feed_import_codes</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_question_number</document>\n            </ignore>\n            <ignore>\n                <document>strikeiron_tax_rate</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>find_feed_import_codes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order</document>\n                <to>sales_order</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_amount</field>\n                <to>sales_order.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_amount</field>\n                <to>sales_order.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.shipping_hidden_tax_amount</field>\n                <to>sales_order.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_shipping_hidden_tax_amnt</field>\n                <to>sales_order.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_invoiced</field>\n                <to>sales_order.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_invoiced</field>\n                <to>sales_order.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_refunded</field>\n                <to>sales_order.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_refunded</field>\n                <to>sales_order.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_datetime.entity_id</field>\n                <to>catalog_category_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_decimal.entity_id</field>\n                <to>catalog_category_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_int.entity_id</field>\n                <to>catalog_category_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_text.entity_id</field>\n                <to>catalog_category_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_varchar.entity_id</field>\n                <to>catalog_category_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_datetime.entity_id</field>\n                <to>catalog_product_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_decimal.entity_id</field>\n                <to>catalog_product_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_gallery.entity_id</field>\n                <to>catalog_product_entity_gallery.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_int.entity_id</field>\n                <to>catalog_product_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_text.entity_id</field>\n                <to>catalog_product_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_varchar.entity_id</field>\n                <to>catalog_product_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_customer_group.rule_id</field>\n                <to>catalogrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_website.rule_id</field>\n                <to>catalogrule_website.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_customer_group.rule_id</field>\n                <to>salesrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_product_attribute.rule_id</field>\n                <to>salesrule_product_attribute.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_website.rule_id</field>\n                <to>salesrule_website.row_id</to>\n            </move>\n            <move>\n                <field>cms_block_store.block_id</field>\n                <to>cms_block_store.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_label.rule_id</field>\n                <to>salesrule_label.row_id</to>\n            </move>\n            <move>\n                <field>cms_page_store.page_id</field>\n                <to>cms_page_store.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/category_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/product_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_key,url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.customer_group_ids</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\NormalizationIds\">\n                    <param name=\"normalizationDocument\" value=\"catalogrule_customer_group\" />\n                    <param name=\"normalizationField\" value=\"customer_group_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule.website_ids</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\NormalizationIds\">\n                    <param name=\"normalizationDocument\" value=\"catalogrule_website\" />\n                    <param name=\"normalizationField\" value=\"website_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.customer_group_ids</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\NormalizationIds\">\n                    <param name=\"normalizationDocument\" value=\"salesrule_customer_group\" />\n                    <param name=\"normalizationField\" value=\"customer_group_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.website_ids</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\NormalizationIds\">\n                    <param name=\"normalizationDocument\" value=\"salesrule_website\" />\n                    <param name=\"normalizationField\" value=\"website_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>catalogrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalogrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_salesrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.block_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_block\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.page_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_page\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option.option_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_option\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection.selection_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_selection\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.paypal_ipn_customer_notified</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.customer_group_ids</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.website_ids</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.customer_group_ids</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.website_ids</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_content</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_customersegment</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogevent_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogevent_event_image</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_customerbalance</document>\n            </ignore>\n            <ignore>\n                <document>magento_customerbalance_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_segment</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcard_amount</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount_pool</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_data</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_entity</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_item</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_item_option</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_label</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_person</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_type</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_type_info</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping_store_attributes</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation_status_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation_track</document>\n            </ignore>\n            <ignore>\n                <document>magento_logging_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_logging_event_changes</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_coupon</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_log</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_template</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_rate</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_form_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_shipping_label</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_status_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>support_report</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_scheduled_operations</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_customersegment</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_lock</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_metadata</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_node</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_increment</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_page_revision</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_page_version</document>\n            </ignore>\n            <ignore>\n                <document>paypal_billing_agreement</document>\n            </ignore>\n            <ignore>\n                <document>paypal_billing_agreement_order</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>captcha_log</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_customer_group</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_website</document>\n            </ignore>\n            <ignore>\n                <document>oauth_consumer</document>\n            </ignore>\n            <ignore>\n                <document>oauth_nonce</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token</document>\n            </ignore>\n            <ignore>\n                <document>paypal_payment_transaction</document>\n            </ignore>\n            <ignore>\n                <document>report_viewed_product_aggregated_daily</document>\n            </ignore>\n            <ignore>\n                <document>report_viewed_product_aggregated_monthly</document>\n            </ignore>\n            <ignore>\n                <document>report_viewed_product_aggregated_yearly</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_aggregated_updated</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_tax_item</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_coupon_aggregated_updated</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_customer_group</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_website</document>\n            </ignore>\n            <ignore>\n                <document>tax_order_aggregated_updated</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>support_backup</document>\n            </ignore>\n            <ignore>\n                <document>support_backup_item</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>visual_merchandiser_rule</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>magento_salesrule_filter</document>\n            </ignore>\n            <ignore>\n                <document>multiinventory_warehouse</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>quote_preview</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_rma_shipment</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalog_category</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_block</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_page</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_selection</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_option</document>\n            </ignore>\n            <ignore>\n                <document>staging_update</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>company</document>\n            </ignore>\n            <ignore>\n                <document>company_advanced_customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_credit</document>\n            </ignore>\n            <ignore>\n                <document>company_credit_history</document>\n            </ignore>\n            <ignore>\n                <document>company_order_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_payment</document>\n            </ignore>\n            <ignore>\n                <document>company_permissions</document>\n            </ignore>\n            <ignore>\n                <document>company_roles</document>\n            </ignore>\n            <ignore>\n                <document>company_structure</document>\n            </ignore>\n            <ignore>\n                <document>company_team</document>\n            </ignore>\n            <ignore>\n                <document>company_user_roles</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment_attachment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_company_config</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_grid</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_history</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_item</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_purged_content</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list_item</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog_product_item</document>\n            </ignore>\n            <ignore>\n                <document>sharedcatalog_category_permissions</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_status.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>translation.crc_string</field>\n                <handler class=\"\\Migration\\Handler\\SetHash\">\n                    <param name=\"hash\" value=\"crc32\" />\n                    <param name=\"baseField\" value=\"string\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule.sub_simple_action</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"by_percent\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule_product.sub_simple_action</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"by_percent\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_category_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"block_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"page_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.failures_num</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.first_failure</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.lock_expires</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.published_revision_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.website_root</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.under_version_control</field>\n            </ignore>\n            <ignore>\n                <field>quote.customer_balance_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_customer_bal_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.use_customer_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_gift_cards_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.use_reward_points</field>\n            </ignore>\n            <ignore>\n                <field>quote.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.used_gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.event_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.discount_description</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.bs_customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_points_balance_refund</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.discount_description</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.bs_customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_rwrd_crrncy_amt_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.rwrd_currency_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_rwrd_crrncy_amnt_refnded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.rwrd_crrncy_amnt_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_points_balance_refund</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.qty_returned</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.event_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>wishlist.name</field>\n            </ignore>\n            <ignore>\n                <field>wishlist.visibility</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.rp_token</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.rp_token_created_at</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.is_decimal_divided</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_segment.apply_to</field>\n            </ignore>\n            <ignore>\n                <field>magento_reminder_rule.from_date</field>\n            </ignore>\n            <ignore>\n                <field>magento_reminder_rule.to_date</field>\n            </ignore>\n            <ignore>\n                <field>magento_versionscms_hierarchy_metadata.top_menu_visibility</field>\n            </ignore>\n            <ignore>\n                <field>magento_versionscms_hierarchy_metadata.top_menu_excluded</field>\n            </ignore>\n            <ignore>\n                <field>magento_versionscms_hierarchy_node.scope</field>\n            </ignore>\n            <ignore>\n                <field>magento_versionscms_hierarchy_node.scope_id</field>\n            </ignore>\n            <ignore>\n                <field>paypal_settlement_report_row.payment_tracking_id</field>\n            </ignore>\n            <ignore>\n                <field>paypal_settlement_report_row.store_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.vat_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.vat_is_valid</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.vat_request_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.vat_request_date</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.vat_request_success</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vat_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vat_is_valid</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vat_request_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vat_request_date</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vat_request_success</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.discount_description</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.discount_description</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.base_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.discount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.base_discount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.use_auto_generation</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.uses_per_coupon</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.created_at</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.type</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon_aggregated.rule_name</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon_aggregated_order.rule_name</field>\n            </ignore>\n            <ignore>\n                <field>tax_calculation_rule.calculate_subtotal</field>\n            </ignore>\n            <ignore>\n                <field>translation.crc_string</field>\n            </ignore>\n            <ignore>\n                <field>wishlist.name</field>\n            </ignore>\n            <ignore>\n                <field>wishlist.visibility</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.coupon_rule_name</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.use_config_deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.row_id</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.6.1.0/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version191to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version191to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGrids\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGrids\\Data</data>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version191to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGrids\\Delta</delta>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/opensource-to-commerce/1.6.1.0/map.xml.dist</map_file>\n        <eav_map_file>etc/opensource-to-commerce/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/opensource-to-commerce/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/opensource-to-commerce/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/opensource-to-commerce/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/opensource-to-commerce/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/opensource-to-commerce/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/opensource-to-commerce/1.6.1.0/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/opensource-to-commerce/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/opensource-to-commerce/1.6.1.0/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <delta_document_groups_file>etc/opensource-to-commerce/deltalog.xml.dist</delta_document_groups_file>\n        <order_grids_document_groups_file>etc/opensource-to-commerce/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <map_document_groups>etc/opensource-to-commerce/map-document-groups.xml.dist</map_document_groups>\n        <class_map>etc/opensource-to-commerce/class-map.xml.dist</class_map>\n        <tier_price_map_file>etc/opensource-to-commerce/1.6.1.0/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/opensource-to-commerce/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>opensource-to-commerce</edition_migrate>\n        <edition_number>1.6.1.0</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.6.1.0/customer-attribute-groups.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<groups xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/groups.xsd\">\n    <group name=\"customer_entity\">\n        <attribute>created_in</attribute>\n        <attribute>prefix</attribute>\n        <attribute>firstname</attribute>\n        <attribute>middlename</attribute>\n        <attribute>lastname</attribute>\n        <attribute>suffix</attribute>\n        <attribute>dob</attribute>\n        <attribute>password_hash</attribute>\n        <attribute>default_billing</attribute>\n        <attribute>default_shipping</attribute>\n        <attribute>taxvat</attribute>\n        <attribute>confirmation</attribute>\n        <attribute>gender</attribute>\n    </group>\n    <group name=\"customer_address_entity\">\n        <attribute>city</attribute>\n        <attribute>company</attribute>\n        <attribute>country_id</attribute>\n        <attribute>fax</attribute>\n        <attribute>firstname</attribute>\n        <attribute>lastname</attribute>\n        <attribute>middlename</attribute>\n        <attribute>postcode</attribute>\n        <attribute>prefix</attribute>\n        <attribute>region</attribute>\n        <attribute>region_id</attribute>\n        <attribute>street</attribute>\n        <attribute>suffix</attribute>\n        <attribute>telephone</attribute>\n    </group>\n</groups>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.6.1.0/map-customer.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <field_rules>\n            <ignore>\n                <field>customer_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.attribute_set_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.attribute_set_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity_varchar.entity_type_id</field>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>customer_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.prefix</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.firstname</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.middlename</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.lastname</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.suffix</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.dob</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.password_hash</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.rp_token</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.rp_token_created_at</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.default_billing</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.default_shipping</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.taxvat</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.confirmation</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.gender</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.disable_auto_group_change</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.city</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.company</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.country_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.fax</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.firstname</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.lastname</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.middlename</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.postcode</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.prefix</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.region</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.region_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.street</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.suffix</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.telephone</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.vat_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.vat_is_valid</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.vat_request_date</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.vat_request_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.vat_request_success</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.failures_num</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.first_failure</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.lock_expires</field>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.6.1.0/map-tier-price.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_group_price.is_percent</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_group_price.customer_group_id</datatype>\n            </ignore>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_tier_price.percentage_value</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.6.1.0/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>find_feed_import_codes</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_question_number</document>\n            </ignore>\n            <ignore>\n                <document>strikeiron_tax_rate</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order</document>\n                <to>sales_order</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_amount</field>\n                <to>sales_order.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_amount</field>\n                <to>sales_order.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.shipping_hidden_tax_amount</field>\n                <to>sales_order.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_shipping_hidden_tax_amnt</field>\n                <to>sales_order.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_invoiced</field>\n                <to>sales_order.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_invoiced</field>\n                <to>sales_order.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_refunded</field>\n                <to>sales_order.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_refunded</field>\n                <to>sales_order.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_datetime.entity_id</field>\n                <to>catalog_category_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_decimal.entity_id</field>\n                <to>catalog_category_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_int.entity_id</field>\n                <to>catalog_category_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_text.entity_id</field>\n                <to>catalog_category_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_varchar.entity_id</field>\n                <to>catalog_category_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_datetime.entity_id</field>\n                <to>catalog_product_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_decimal.entity_id</field>\n                <to>catalog_product_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_gallery.entity_id</field>\n                <to>catalog_product_entity_gallery.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_int.entity_id</field>\n                <to>catalog_product_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_text.entity_id</field>\n                <to>catalog_product_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_varchar.entity_id</field>\n                <to>catalog_product_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_customer_group.rule_id</field>\n                <to>catalogrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_website.rule_id</field>\n                <to>catalogrule_website.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_customer_group.rule_id</field>\n                <to>salesrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_product_attribute.rule_id</field>\n                <to>salesrule_product_attribute.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_website.rule_id</field>\n                <to>salesrule_website.row_id</to>\n            </move>\n            <move>\n                <field>cms_block_store.block_id</field>\n                <to>cms_block_store.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_label.rule_id</field>\n                <to>salesrule_label.row_id</to>\n            </move>\n            <move>\n                <field>cms_page_store.page_id</field>\n                <to>cms_page_store.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/category_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/product_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_key,url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.customer_group_ids</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\NormalizationIds\">\n                    <param name=\"normalizationDocument\" value=\"catalogrule_customer_group\" />\n                    <param name=\"normalizationField\" value=\"customer_group_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule.website_ids</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\NormalizationIds\">\n                    <param name=\"normalizationDocument\" value=\"catalogrule_website\" />\n                    <param name=\"normalizationField\" value=\"website_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.customer_group_ids</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\NormalizationIds\">\n                    <param name=\"normalizationDocument\" value=\"salesrule_customer_group\" />\n                    <param name=\"normalizationField\" value=\"customer_group_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.website_ids</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\NormalizationIds\">\n                    <param name=\"normalizationDocument\" value=\"salesrule_website\" />\n                    <param name=\"normalizationField\" value=\"website_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>catalogrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalogrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_salesrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.block_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_block\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.page_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_page\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option.option_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_option\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection.selection_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_selection\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.paypal_ipn_customer_notified</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.customer_group_ids</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.website_ids</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.customer_group_ids</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.website_ids</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_content</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_customersegment</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogevent_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogevent_event_image</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_customerbalance</document>\n            </ignore>\n            <ignore>\n                <document>magento_customerbalance_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_segment</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcard_amount</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount_pool</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_data</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_entity</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_item</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_item_option</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_label</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_person</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_type</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_type_info</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping_store_attributes</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation_status_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation_track</document>\n            </ignore>\n            <ignore>\n                <document>magento_logging_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_logging_event_changes</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_coupon</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_log</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_template</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_rate</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_form_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_shipping_label</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_status_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>support_report</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_scheduled_operations</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_customersegment</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_lock</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_metadata</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_node</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_increment</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_page_revision</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_page_version</document>\n            </ignore>\n            <ignore>\n                <document>paypal_billing_agreement</document>\n            </ignore>\n            <ignore>\n                <document>paypal_billing_agreement_order</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>captcha_log</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_customer_group</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_website</document>\n            </ignore>\n            <ignore>\n                <document>oauth_consumer</document>\n            </ignore>\n            <ignore>\n                <document>oauth_nonce</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token</document>\n            </ignore>\n            <ignore>\n                <document>report_viewed_product_aggregated_daily</document>\n            </ignore>\n            <ignore>\n                <document>report_viewed_product_aggregated_monthly</document>\n            </ignore>\n            <ignore>\n                <document>report_viewed_product_aggregated_yearly</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_coupon_aggregated_updated</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_customer_group</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_website</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>support_backup</document>\n            </ignore>\n            <ignore>\n                <document>support_backup_item</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>visual_merchandiser_rule</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>magento_salesrule_filter</document>\n            </ignore>\n            <ignore>\n                <document>multiinventory_warehouse</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>quote_preview</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_rma_shipment</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalog_category</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_block</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_page</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_selection</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_option</document>\n            </ignore>\n            <ignore>\n                <document>staging_update</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>company</document>\n            </ignore>\n            <ignore>\n                <document>company_advanced_customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_credit</document>\n            </ignore>\n            <ignore>\n                <document>company_credit_history</document>\n            </ignore>\n            <ignore>\n                <document>company_order_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_payment</document>\n            </ignore>\n            <ignore>\n                <document>company_permissions</document>\n            </ignore>\n            <ignore>\n                <document>company_roles</document>\n            </ignore>\n            <ignore>\n                <document>company_structure</document>\n            </ignore>\n            <ignore>\n                <document>company_team</document>\n            </ignore>\n            <ignore>\n                <document>company_user_roles</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment_attachment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_company_config</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_grid</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_history</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_item</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_purged_content</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list_item</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog_product_item</document>\n            </ignore>\n            <ignore>\n                <document>sharedcatalog_category_permissions</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>translation.crc_string</field>\n                <handler class=\"\\Migration\\Handler\\SetHash\">\n                    <param name=\"hash\" value=\"crc32\" />\n                    <param name=\"baseField\" value=\"string\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule_product.sub_simple_action</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"by_percent\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_category_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"block_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"page_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.send_email</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.failures_num</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.first_failure</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.lock_expires</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.published_revision_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.website_root</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.under_version_control</field>\n            </ignore>\n            <ignore>\n                <field>quote.customer_balance_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_customer_bal_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.use_customer_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_gift_cards_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.use_reward_points</field>\n            </ignore>\n            <ignore>\n                <field>quote.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.used_gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.event_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.discount_description</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.bs_customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_points_balance_refund</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.discount_description</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.bs_customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_rwrd_crrncy_amt_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.rwrd_currency_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_rwrd_crrncy_amnt_refnded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.rwrd_crrncy_amnt_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_points_balance_refund</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.qty_returned</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.event_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>wishlist.name</field>\n            </ignore>\n            <ignore>\n                <field>wishlist.visibility</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.is_decimal_divided</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_segment.apply_to</field>\n            </ignore>\n            <ignore>\n                <field>magento_reminder_rule.from_date</field>\n            </ignore>\n            <ignore>\n                <field>magento_reminder_rule.to_date</field>\n            </ignore>\n            <ignore>\n                <field>magento_versionscms_hierarchy_metadata.top_menu_visibility</field>\n            </ignore>\n            <ignore>\n                <field>magento_versionscms_hierarchy_metadata.top_menu_excluded</field>\n            </ignore>\n            <ignore>\n                <field>magento_versionscms_hierarchy_node.scope</field>\n            </ignore>\n            <ignore>\n                <field>magento_versionscms_hierarchy_node.scope_id</field>\n            </ignore>\n            <ignore>\n                <field>paypal_settlement_report_row.payment_tracking_id</field>\n            </ignore>\n            <ignore>\n                <field>paypal_settlement_report_row.store_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.vat_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.vat_is_valid</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.vat_request_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.vat_request_date</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.vat_request_success</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vat_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vat_is_valid</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vat_request_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vat_request_date</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vat_request_success</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.discount_description</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.discount_description</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.base_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.discount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.base_discount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.use_auto_generation</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.uses_per_coupon</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.created_at</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.type</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon_aggregated.rule_name</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon_aggregated_order.rule_name</field>\n            </ignore>\n            <ignore>\n                <field>tax_calculation_rule.calculate_subtotal</field>\n            </ignore>\n            <ignore>\n                <field>translation.crc_string</field>\n            </ignore>\n            <ignore>\n                <field>wishlist.name</field>\n            </ignore>\n            <ignore>\n                <field>wishlist.visibility</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.coupon_rule_name</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.use_config_deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.row_id</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.6.2.0/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version191to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version191to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGrids\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGrids\\Data</data>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version191to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGrids\\Delta</delta>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/opensource-to-commerce/1.6.2.0/map.xml.dist</map_file>\n        <eav_map_file>etc/opensource-to-commerce/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/opensource-to-commerce/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/opensource-to-commerce/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/opensource-to-commerce/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/opensource-to-commerce/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/opensource-to-commerce/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/opensource-to-commerce/1.6.2.0/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/opensource-to-commerce/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/opensource-to-commerce/1.6.2.0/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <delta_document_groups_file>etc/opensource-to-commerce/deltalog.xml.dist</delta_document_groups_file>\n        <order_grids_document_groups_file>etc/opensource-to-commerce/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <map_document_groups>etc/opensource-to-commerce/map-document-groups.xml.dist</map_document_groups>\n        <class_map>etc/opensource-to-commerce/class-map.xml.dist</class_map>\n        <tier_price_map_file>etc/opensource-to-commerce/1.6.2.0/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/opensource-to-commerce/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>opensource-to-commerce</edition_migrate>\n        <edition_number>1.6.2.0</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.6.2.0/customer-attribute-groups.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<groups xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/groups.xsd\">\n    <group name=\"customer_entity\">\n        <attribute>created_in</attribute>\n        <attribute>prefix</attribute>\n        <attribute>firstname</attribute>\n        <attribute>middlename</attribute>\n        <attribute>lastname</attribute>\n        <attribute>suffix</attribute>\n        <attribute>dob</attribute>\n        <attribute>password_hash</attribute>\n        <attribute>default_billing</attribute>\n        <attribute>default_shipping</attribute>\n        <attribute>taxvat</attribute>\n        <attribute>confirmation</attribute>\n        <attribute>gender</attribute>\n    </group>\n    <group name=\"customer_address_entity\">\n        <attribute>city</attribute>\n        <attribute>company</attribute>\n        <attribute>country_id</attribute>\n        <attribute>fax</attribute>\n        <attribute>firstname</attribute>\n        <attribute>lastname</attribute>\n        <attribute>middlename</attribute>\n        <attribute>postcode</attribute>\n        <attribute>prefix</attribute>\n        <attribute>region</attribute>\n        <attribute>region_id</attribute>\n        <attribute>street</attribute>\n        <attribute>suffix</attribute>\n        <attribute>telephone</attribute>\n    </group>\n</groups>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.6.2.0/map-customer.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <field_rules>\n            <ignore>\n                <field>customer_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.attribute_set_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.attribute_set_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity_varchar.entity_type_id</field>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>customer_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.prefix</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.firstname</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.middlename</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.lastname</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.suffix</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.dob</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.password_hash</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.rp_token</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.rp_token_created_at</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.default_billing</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.default_shipping</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.taxvat</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.confirmation</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.gender</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.disable_auto_group_change</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.city</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.company</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.country_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.fax</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.firstname</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.lastname</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.middlename</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.postcode</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.prefix</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.region</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.region_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.street</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.suffix</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.telephone</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.vat_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.vat_is_valid</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.vat_request_date</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.vat_request_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.vat_request_success</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.failures_num</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.first_failure</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.lock_expires</field>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.6.2.0/map-tier-price.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_group_price.is_percent</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_group_price.customer_group_id</datatype>\n            </ignore>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_tier_price.percentage_value</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.6.2.0/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>find_feed_import_codes</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_question_number</document>\n            </ignore>\n            <ignore>\n                <document>strikeiron_tax_rate</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order</document>\n                <to>sales_order</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_amount</field>\n                <to>sales_order.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_amount</field>\n                <to>sales_order.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.shipping_hidden_tax_amount</field>\n                <to>sales_order.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_shipping_hidden_tax_amnt</field>\n                <to>sales_order.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_invoiced</field>\n                <to>sales_order.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_invoiced</field>\n                <to>sales_order.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_refunded</field>\n                <to>sales_order.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_refunded</field>\n                <to>sales_order.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_datetime.entity_id</field>\n                <to>catalog_category_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_decimal.entity_id</field>\n                <to>catalog_category_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_int.entity_id</field>\n                <to>catalog_category_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_text.entity_id</field>\n                <to>catalog_category_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_varchar.entity_id</field>\n                <to>catalog_category_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_datetime.entity_id</field>\n                <to>catalog_product_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_decimal.entity_id</field>\n                <to>catalog_product_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_gallery.entity_id</field>\n                <to>catalog_product_entity_gallery.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_int.entity_id</field>\n                <to>catalog_product_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_text.entity_id</field>\n                <to>catalog_product_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_varchar.entity_id</field>\n                <to>catalog_product_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_customer_group.rule_id</field>\n                <to>catalogrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_website.rule_id</field>\n                <to>catalogrule_website.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_customer_group.rule_id</field>\n                <to>salesrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_product_attribute.rule_id</field>\n                <to>salesrule_product_attribute.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_website.rule_id</field>\n                <to>salesrule_website.row_id</to>\n            </move>\n            <move>\n                <field>cms_block_store.block_id</field>\n                <to>cms_block_store.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_label.rule_id</field>\n                <to>salesrule_label.row_id</to>\n            </move>\n            <move>\n                <field>cms_page_store.page_id</field>\n                <to>cms_page_store.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/category_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/product_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_key,url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.customer_group_ids</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\NormalizationIds\">\n                    <param name=\"normalizationDocument\" value=\"catalogrule_customer_group\" />\n                    <param name=\"normalizationField\" value=\"customer_group_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule.website_ids</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\NormalizationIds\">\n                    <param name=\"normalizationDocument\" value=\"catalogrule_website\" />\n                    <param name=\"normalizationField\" value=\"website_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.customer_group_ids</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\NormalizationIds\">\n                    <param name=\"normalizationDocument\" value=\"salesrule_customer_group\" />\n                    <param name=\"normalizationField\" value=\"customer_group_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.website_ids</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\NormalizationIds\">\n                    <param name=\"normalizationDocument\" value=\"salesrule_website\" />\n                    <param name=\"normalizationField\" value=\"website_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>catalogrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalogrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_salesrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.block_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_block\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.page_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_page\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option.option_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_option\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection.selection_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_selection\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.paypal_ipn_customer_notified</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.customer_group_ids</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.website_ids</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.customer_group_ids</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.website_ids</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_content</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_customersegment</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogevent_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogevent_event_image</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_customerbalance</document>\n            </ignore>\n            <ignore>\n                <document>magento_customerbalance_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_segment</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcard_amount</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount_pool</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_data</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_entity</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_item</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_item_option</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_label</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_person</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_type</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_type_info</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping_store_attributes</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation_status_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation_track</document>\n            </ignore>\n            <ignore>\n                <document>magento_logging_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_logging_event_changes</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_coupon</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_log</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_template</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_rate</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_form_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_shipping_label</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_status_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>support_report</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_scheduled_operations</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_customersegment</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_lock</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_metadata</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_node</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_increment</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_page_revision</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_page_version</document>\n            </ignore>\n            <ignore>\n                <document>paypal_billing_agreement</document>\n            </ignore>\n            <ignore>\n                <document>paypal_billing_agreement_order</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>captcha_log</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_customer_group</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_website</document>\n            </ignore>\n            <ignore>\n                <document>oauth_consumer</document>\n            </ignore>\n            <ignore>\n                <document>oauth_nonce</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token</document>\n            </ignore>\n            <ignore>\n                <document>report_viewed_product_aggregated_daily</document>\n            </ignore>\n            <ignore>\n                <document>report_viewed_product_aggregated_monthly</document>\n            </ignore>\n            <ignore>\n                <document>report_viewed_product_aggregated_yearly</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_coupon_aggregated_updated</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_customer_group</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_website</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>support_backup</document>\n            </ignore>\n            <ignore>\n                <document>support_backup_item</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>visual_merchandiser_rule</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>magento_salesrule_filter</document>\n            </ignore>\n            <ignore>\n                <document>multiinventory_warehouse</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>quote_preview</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_rma_shipment</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalog_category</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_block</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_page</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_selection</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_option</document>\n            </ignore>\n            <ignore>\n                <document>staging_update</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>company</document>\n            </ignore>\n            <ignore>\n                <document>company_advanced_customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_credit</document>\n            </ignore>\n            <ignore>\n                <document>company_credit_history</document>\n            </ignore>\n            <ignore>\n                <document>company_order_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_payment</document>\n            </ignore>\n            <ignore>\n                <document>company_permissions</document>\n            </ignore>\n            <ignore>\n                <document>company_roles</document>\n            </ignore>\n            <ignore>\n                <document>company_structure</document>\n            </ignore>\n            <ignore>\n                <document>company_team</document>\n            </ignore>\n            <ignore>\n                <document>company_user_roles</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment_attachment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_company_config</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_grid</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_history</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_item</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_purged_content</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list_item</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog_product_item</document>\n            </ignore>\n            <ignore>\n                <document>sharedcatalog_category_permissions</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>translation.crc_string</field>\n                <handler class=\"\\Migration\\Handler\\SetHash\">\n                    <param name=\"hash\" value=\"crc32\" />\n                    <param name=\"baseField\" value=\"string\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule_product.sub_simple_action</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"by_percent\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_category_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"block_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"page_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.send_email</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.failures_num</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.first_failure</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.lock_expires</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.published_revision_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.website_root</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.under_version_control</field>\n            </ignore>\n            <ignore>\n                <field>quote.customer_balance_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_customer_bal_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.use_customer_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_gift_cards_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.use_reward_points</field>\n            </ignore>\n            <ignore>\n                <field>quote.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.used_gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.event_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.discount_description</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.bs_customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_points_balance_refund</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.discount_description</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.bs_customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_rwrd_crrncy_amt_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.rwrd_currency_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_rwrd_crrncy_amnt_refnded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.rwrd_crrncy_amnt_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_points_balance_refund</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.qty_returned</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.event_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>wishlist.name</field>\n            </ignore>\n            <ignore>\n                <field>wishlist.visibility</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.is_decimal_divided</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_segment.apply_to</field>\n            </ignore>\n            <ignore>\n                <field>magento_reminder_rule.from_date</field>\n            </ignore>\n            <ignore>\n                <field>magento_reminder_rule.to_date</field>\n            </ignore>\n            <ignore>\n                <field>magento_versionscms_hierarchy_metadata.top_menu_visibility</field>\n            </ignore>\n            <ignore>\n                <field>magento_versionscms_hierarchy_metadata.top_menu_excluded</field>\n            </ignore>\n            <ignore>\n                <field>magento_versionscms_hierarchy_node.scope</field>\n            </ignore>\n            <ignore>\n                <field>magento_versionscms_hierarchy_node.scope_id</field>\n            </ignore>\n            <ignore>\n                <field>paypal_settlement_report_row.store_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.vat_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.vat_is_valid</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.vat_request_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.vat_request_date</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.vat_request_success</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vat_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vat_is_valid</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vat_request_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vat_request_date</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vat_request_success</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.discount_description</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.discount_description</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.base_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.discount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.base_discount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.use_auto_generation</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.uses_per_coupon</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.created_at</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.type</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon_aggregated.rule_name</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon_aggregated_order.rule_name</field>\n            </ignore>\n            <ignore>\n                <field>tax_calculation_rule.calculate_subtotal</field>\n            </ignore>\n            <ignore>\n                <field>translation.crc_string</field>\n            </ignore>\n            <ignore>\n                <field>wishlist.name</field>\n            </ignore>\n            <ignore>\n                <field>wishlist.visibility</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.coupon_rule_name</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.use_config_deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.row_id</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.7.0.0/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version191to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version191to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGrids\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGrids\\Data</data>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version191to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGrids\\Delta</delta>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/opensource-to-commerce/1.7.0.0/map.xml.dist</map_file>\n        <eav_map_file>etc/opensource-to-commerce/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/opensource-to-commerce/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/opensource-to-commerce/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/opensource-to-commerce/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/opensource-to-commerce/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/opensource-to-commerce/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/opensource-to-commerce/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/opensource-to-commerce/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/opensource-to-commerce/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <delta_document_groups_file>etc/opensource-to-commerce/deltalog.xml.dist</delta_document_groups_file>\n        <order_grids_document_groups_file>etc/opensource-to-commerce/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <map_document_groups>etc/opensource-to-commerce/map-document-groups.xml.dist</map_document_groups>\n        <class_map>etc/opensource-to-commerce/class-map.xml.dist</class_map>\n        <tier_price_map_file>etc/opensource-to-commerce/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/opensource-to-commerce/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>opensource-to-commerce</edition_migrate>\n        <edition_number>1.7.0.0</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.7.0.0/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order</document>\n                <to>sales_order</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_amount</field>\n                <to>sales_order.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_amount</field>\n                <to>sales_order.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.shipping_hidden_tax_amount</field>\n                <to>sales_order.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_shipping_hidden_tax_amnt</field>\n                <to>sales_order.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_invoiced</field>\n                <to>sales_order.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_invoiced</field>\n                <to>sales_order.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_refunded</field>\n                <to>sales_order.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_refunded</field>\n                <to>sales_order.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_datetime.entity_id</field>\n                <to>catalog_category_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_decimal.entity_id</field>\n                <to>catalog_category_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_int.entity_id</field>\n                <to>catalog_category_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_text.entity_id</field>\n                <to>catalog_category_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_varchar.entity_id</field>\n                <to>catalog_category_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_datetime.entity_id</field>\n                <to>catalog_product_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_decimal.entity_id</field>\n                <to>catalog_product_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_gallery.entity_id</field>\n                <to>catalog_product_entity_gallery.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_int.entity_id</field>\n                <to>catalog_product_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_text.entity_id</field>\n                <to>catalog_product_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_varchar.entity_id</field>\n                <to>catalog_product_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_customer_group.rule_id</field>\n                <to>catalogrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_website.rule_id</field>\n                <to>catalogrule_website.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_customer_group.rule_id</field>\n                <to>salesrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_product_attribute.rule_id</field>\n                <to>salesrule_product_attribute.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_website.rule_id</field>\n                <to>salesrule_website.row_id</to>\n            </move>\n            <move>\n                <field>cms_block_store.block_id</field>\n                <to>cms_block_store.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_label.rule_id</field>\n                <to>salesrule_label.row_id</to>\n            </move>\n            <move>\n                <field>cms_page_store.page_id</field>\n                <to>cms_page_store.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/category_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/product_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_key,url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>catalogrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalogrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_salesrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.block_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_block\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.page_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_page\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option.option_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_option\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection.selection_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_selection\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.paypal_ipn_customer_notified</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_content</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_customersegment</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogevent_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogevent_event_image</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_customerbalance</document>\n            </ignore>\n            <ignore>\n                <document>magento_customerbalance_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_segment</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcard_amount</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount_pool</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_data</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_entity</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_item</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_item_option</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_label</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_person</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_type</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_type_info</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping_store_attributes</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation_status_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation_track</document>\n            </ignore>\n            <ignore>\n                <document>magento_logging_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_logging_event_changes</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_coupon</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_log</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_template</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_rate</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_form_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_shipping_label</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_status_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>support_report</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_scheduled_operations</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_customersegment</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_lock</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_metadata</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_node</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_increment</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_page_revision</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_page_version</document>\n            </ignore>\n            <ignore>\n                <document>paypal_billing_agreement</document>\n            </ignore>\n            <ignore>\n                <document>paypal_billing_agreement_order</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>support_backup</document>\n            </ignore>\n            <ignore>\n                <document>support_backup_item</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>visual_merchandiser_rule</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>magento_salesrule_filter</document>\n            </ignore>\n            <ignore>\n                <document>multiinventory_warehouse</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>quote_preview</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_rma_shipment</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalog_category</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_block</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_page</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_selection</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_option</document>\n            </ignore>\n            <ignore>\n                <document>staging_update</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>company</document>\n            </ignore>\n            <ignore>\n                <document>company_advanced_customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_credit</document>\n            </ignore>\n            <ignore>\n                <document>company_credit_history</document>\n            </ignore>\n            <ignore>\n                <document>company_order_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_payment</document>\n            </ignore>\n            <ignore>\n                <document>company_permissions</document>\n            </ignore>\n            <ignore>\n                <document>company_roles</document>\n            </ignore>\n            <ignore>\n                <document>company_structure</document>\n            </ignore>\n            <ignore>\n                <document>company_team</document>\n            </ignore>\n            <ignore>\n                <document>company_user_roles</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment_attachment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_company_config</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_grid</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_history</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_item</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_purged_content</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list_item</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog_product_item</document>\n            </ignore>\n            <ignore>\n                <document>sharedcatalog_category_permissions</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>translation.crc_string</field>\n                <handler class=\"\\Migration\\Handler\\SetHash\">\n                    <param name=\"hash\" value=\"crc32\" />\n                    <param name=\"baseField\" value=\"string\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_category_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"block_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"page_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.send_email</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.failures_num</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.first_failure</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.lock_expires</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.published_revision_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.website_root</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.under_version_control</field>\n            </ignore>\n            <ignore>\n                <field>paypal_settlement_report_row.store_id</field>\n            </ignore>\n            <ignore>\n                <field>quote.customer_balance_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_customer_bal_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.use_customer_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_gift_cards_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.use_reward_points</field>\n            </ignore>\n            <ignore>\n                <field>quote.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.used_gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.event_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.discount_description</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.bs_customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_points_balance_refund</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.discount_description</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.bs_customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_rwrd_crrncy_amt_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.rwrd_currency_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_rwrd_crrncy_amnt_refnded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.rwrd_crrncy_amnt_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_points_balance_refund</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.qty_returned</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.event_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>tax_calculation_rule.calculate_subtotal</field>\n            </ignore>\n            <ignore>\n                <field>translation.crc_string</field>\n            </ignore>\n            <ignore>\n                <field>wishlist.name</field>\n            </ignore>\n            <ignore>\n                <field>wishlist.visibility</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.use_config_deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.row_id</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.7.0.1/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version191to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version191to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGrids\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGrids\\Data</data>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version191to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGrids\\Delta</delta>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/opensource-to-commerce/1.7.0.1/map.xml.dist</map_file>\n        <eav_map_file>etc/opensource-to-commerce/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/opensource-to-commerce/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/opensource-to-commerce/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/opensource-to-commerce/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/opensource-to-commerce/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/opensource-to-commerce/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/opensource-to-commerce/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/opensource-to-commerce/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/opensource-to-commerce/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <delta_document_groups_file>etc/opensource-to-commerce/deltalog.xml.dist</delta_document_groups_file>\n        <order_grids_document_groups_file>etc/opensource-to-commerce/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <map_document_groups>etc/opensource-to-commerce/map-document-groups.xml.dist</map_document_groups>\n        <class_map>etc/opensource-to-commerce/class-map.xml.dist</class_map>\n        <tier_price_map_file>etc/opensource-to-commerce/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/opensource-to-commerce/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>opensource-to-commerce</edition_migrate>\n        <edition_number>1.7.0.1</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.7.0.1/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order</document>\n                <to>sales_order</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_amount</field>\n                <to>sales_order.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_amount</field>\n                <to>sales_order.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.shipping_hidden_tax_amount</field>\n                <to>sales_order.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_shipping_hidden_tax_amnt</field>\n                <to>sales_order.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_invoiced</field>\n                <to>sales_order.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_invoiced</field>\n                <to>sales_order.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_refunded</field>\n                <to>sales_order.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_refunded</field>\n                <to>sales_order.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_datetime.entity_id</field>\n                <to>catalog_category_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_decimal.entity_id</field>\n                <to>catalog_category_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_int.entity_id</field>\n                <to>catalog_category_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_text.entity_id</field>\n                <to>catalog_category_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_varchar.entity_id</field>\n                <to>catalog_category_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_datetime.entity_id</field>\n                <to>catalog_product_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_decimal.entity_id</field>\n                <to>catalog_product_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_gallery.entity_id</field>\n                <to>catalog_product_entity_gallery.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_int.entity_id</field>\n                <to>catalog_product_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_text.entity_id</field>\n                <to>catalog_product_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_varchar.entity_id</field>\n                <to>catalog_product_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_customer_group.rule_id</field>\n                <to>catalogrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_website.rule_id</field>\n                <to>catalogrule_website.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_customer_group.rule_id</field>\n                <to>salesrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_product_attribute.rule_id</field>\n                <to>salesrule_product_attribute.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_website.rule_id</field>\n                <to>salesrule_website.row_id</to>\n            </move>\n            <move>\n                <field>cms_block_store.block_id</field>\n                <to>cms_block_store.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_label.rule_id</field>\n                <to>salesrule_label.row_id</to>\n            </move>\n            <move>\n                <field>cms_page_store.page_id</field>\n                <to>cms_page_store.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/category_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/product_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_key,url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>catalogrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalogrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_salesrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.block_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_block\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.page_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_page\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option.option_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_option\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection.selection_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_selection\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.paypal_ipn_customer_notified</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_content</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_customersegment</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogevent_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogevent_event_image</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_customerbalance</document>\n            </ignore>\n            <ignore>\n                <document>magento_customerbalance_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_segment</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcard_amount</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount_pool</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_data</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_entity</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_item</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_item_option</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_label</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_person</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_type</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_type_info</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping_store_attributes</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation_status_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation_track</document>\n            </ignore>\n            <ignore>\n                <document>magento_logging_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_logging_event_changes</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_coupon</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_log</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_template</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_rate</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_form_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_shipping_label</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_status_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>support_report</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_scheduled_operations</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_customersegment</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_lock</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_metadata</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_node</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_increment</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_page_revision</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_page_version</document>\n            </ignore>\n            <ignore>\n                <document>paypal_billing_agreement</document>\n            </ignore>\n            <ignore>\n                <document>paypal_billing_agreement_order</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>support_backup</document>\n            </ignore>\n            <ignore>\n                <document>support_backup_item</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>visual_merchandiser_rule</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>magento_salesrule_filter</document>\n            </ignore>\n            <ignore>\n                <document>multiinventory_warehouse</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>quote_preview</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_rma_shipment</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalog_category</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_block</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_page</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_selection</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_option</document>\n            </ignore>\n            <ignore>\n                <document>staging_update</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>company</document>\n            </ignore>\n            <ignore>\n                <document>company_advanced_customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_credit</document>\n            </ignore>\n            <ignore>\n                <document>company_credit_history</document>\n            </ignore>\n            <ignore>\n                <document>company_order_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_payment</document>\n            </ignore>\n            <ignore>\n                <document>company_permissions</document>\n            </ignore>\n            <ignore>\n                <document>company_roles</document>\n            </ignore>\n            <ignore>\n                <document>company_structure</document>\n            </ignore>\n            <ignore>\n                <document>company_team</document>\n            </ignore>\n            <ignore>\n                <document>company_user_roles</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment_attachment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_company_config</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_grid</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_history</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_item</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_purged_content</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list_item</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog_product_item</document>\n            </ignore>\n            <ignore>\n                <document>sharedcatalog_category_permissions</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>translation.crc_string</field>\n                <handler class=\"\\Migration\\Handler\\SetHash\">\n                    <param name=\"hash\" value=\"crc32\" />\n                    <param name=\"baseField\" value=\"string\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_category_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"block_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"page_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.send_email</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.failures_num</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.first_failure</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.lock_expires</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.published_revision_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.website_root</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.under_version_control</field>\n            </ignore>\n            <ignore>\n                <field>paypal_settlement_report_row.store_id</field>\n            </ignore>\n            <ignore>\n                <field>quote.customer_balance_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_customer_bal_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.use_customer_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_gift_cards_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.use_reward_points</field>\n            </ignore>\n            <ignore>\n                <field>quote.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.used_gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.event_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.discount_description</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.bs_customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_points_balance_refund</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.discount_description</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.bs_customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_rwrd_crrncy_amt_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.rwrd_currency_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_rwrd_crrncy_amnt_refnded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.rwrd_crrncy_amnt_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_points_balance_refund</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.qty_returned</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.event_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>tax_calculation_rule.calculate_subtotal</field>\n            </ignore>\n            <ignore>\n                <field>translation.crc_string</field>\n            </ignore>\n            <ignore>\n                <field>wishlist.name</field>\n            </ignore>\n            <ignore>\n                <field>wishlist.visibility</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.use_config_deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.row_id</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.7.0.2/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version191to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version191to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGrids\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGrids\\Data</data>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version191to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGrids\\Delta</delta>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/opensource-to-commerce/1.7.0.2/map.xml.dist</map_file>\n        <eav_map_file>etc/opensource-to-commerce/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/opensource-to-commerce/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/opensource-to-commerce/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/opensource-to-commerce/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/opensource-to-commerce/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/opensource-to-commerce/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/opensource-to-commerce/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/opensource-to-commerce/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/opensource-to-commerce/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <delta_document_groups_file>etc/opensource-to-commerce/deltalog.xml.dist</delta_document_groups_file>\n        <order_grids_document_groups_file>etc/opensource-to-commerce/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <map_document_groups>etc/opensource-to-commerce/map-document-groups.xml.dist</map_document_groups>\n        <class_map>etc/opensource-to-commerce/class-map.xml.dist</class_map>\n        <tier_price_map_file>etc/opensource-to-commerce/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/opensource-to-commerce/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>opensource-to-commerce</edition_migrate>\n        <edition_number>1.7.0.2</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.7.0.2/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order</document>\n                <to>sales_order</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_amount</field>\n                <to>sales_order.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_amount</field>\n                <to>sales_order.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.shipping_hidden_tax_amount</field>\n                <to>sales_order.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_shipping_hidden_tax_amnt</field>\n                <to>sales_order.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_invoiced</field>\n                <to>sales_order.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_invoiced</field>\n                <to>sales_order.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_refunded</field>\n                <to>sales_order.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_refunded</field>\n                <to>sales_order.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_datetime.entity_id</field>\n                <to>catalog_category_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_decimal.entity_id</field>\n                <to>catalog_category_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_int.entity_id</field>\n                <to>catalog_category_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_text.entity_id</field>\n                <to>catalog_category_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_varchar.entity_id</field>\n                <to>catalog_category_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_datetime.entity_id</field>\n                <to>catalog_product_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_decimal.entity_id</field>\n                <to>catalog_product_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_gallery.entity_id</field>\n                <to>catalog_product_entity_gallery.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_int.entity_id</field>\n                <to>catalog_product_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_text.entity_id</field>\n                <to>catalog_product_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_varchar.entity_id</field>\n                <to>catalog_product_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_customer_group.rule_id</field>\n                <to>catalogrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_website.rule_id</field>\n                <to>catalogrule_website.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_customer_group.rule_id</field>\n                <to>salesrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_product_attribute.rule_id</field>\n                <to>salesrule_product_attribute.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_website.rule_id</field>\n                <to>salesrule_website.row_id</to>\n            </move>\n            <move>\n                <field>cms_block_store.block_id</field>\n                <to>cms_block_store.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_label.rule_id</field>\n                <to>salesrule_label.row_id</to>\n            </move>\n            <move>\n                <field>cms_page_store.page_id</field>\n                <to>cms_page_store.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/category_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/product_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_key,url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>catalogrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalogrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_salesrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.block_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_block\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.page_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_page\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option.option_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_option\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection.selection_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_selection\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.paypal_ipn_customer_notified</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_content</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_customersegment</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogevent_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogevent_event_image</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_customerbalance</document>\n            </ignore>\n            <ignore>\n                <document>magento_customerbalance_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_segment</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcard_amount</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount_pool</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_data</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_entity</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_item</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_item_option</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_label</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_person</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_type</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_type_info</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping_store_attributes</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation_status_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation_track</document>\n            </ignore>\n            <ignore>\n                <document>magento_logging_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_logging_event_changes</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_coupon</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_log</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_template</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_rate</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_form_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_shipping_label</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_status_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>support_report</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_scheduled_operations</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_customersegment</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_lock</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_metadata</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_node</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_increment</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_page_revision</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_page_version</document>\n            </ignore>\n            <ignore>\n                <document>paypal_billing_agreement</document>\n            </ignore>\n            <ignore>\n                <document>paypal_billing_agreement_order</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>support_backup</document>\n            </ignore>\n            <ignore>\n                <document>support_backup_item</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>visual_merchandiser_rule</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>magento_salesrule_filter</document>\n            </ignore>\n            <ignore>\n                <document>multiinventory_warehouse</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>quote_preview</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_rma_shipment</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalog_category</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_block</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_page</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_selection</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_option</document>\n            </ignore>\n            <ignore>\n                <document>staging_update</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>company</document>\n            </ignore>\n            <ignore>\n                <document>company_advanced_customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_credit</document>\n            </ignore>\n            <ignore>\n                <document>company_credit_history</document>\n            </ignore>\n            <ignore>\n                <document>company_order_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_payment</document>\n            </ignore>\n            <ignore>\n                <document>company_permissions</document>\n            </ignore>\n            <ignore>\n                <document>company_roles</document>\n            </ignore>\n            <ignore>\n                <document>company_structure</document>\n            </ignore>\n            <ignore>\n                <document>company_team</document>\n            </ignore>\n            <ignore>\n                <document>company_user_roles</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment_attachment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_company_config</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_grid</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_history</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_item</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_purged_content</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list_item</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog_product_item</document>\n            </ignore>\n            <ignore>\n                <document>sharedcatalog_category_permissions</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>translation.crc_string</field>\n                <handler class=\"\\Migration\\Handler\\SetHash\">\n                    <param name=\"hash\" value=\"crc32\" />\n                    <param name=\"baseField\" value=\"string\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_category_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"block_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"page_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.send_email</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.failures_num</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.first_failure</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.lock_expires</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.published_revision_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.website_root</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.under_version_control</field>\n            </ignore>\n            <ignore>\n                <field>paypal_settlement_report_row.store_id</field>\n            </ignore>\n            <ignore>\n                <field>quote.customer_balance_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_customer_bal_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.use_customer_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_gift_cards_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.use_reward_points</field>\n            </ignore>\n            <ignore>\n                <field>quote.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.used_gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.event_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.discount_description</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.bs_customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_points_balance_refund</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.discount_description</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.bs_customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_rwrd_crrncy_amt_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.rwrd_currency_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_rwrd_crrncy_amnt_refnded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.rwrd_crrncy_amnt_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_points_balance_refund</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.qty_returned</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.event_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>tax_calculation_rule.calculate_subtotal</field>\n            </ignore>\n            <ignore>\n                <field>translation.crc_string</field>\n            </ignore>\n            <ignore>\n                <field>wishlist.name</field>\n            </ignore>\n            <ignore>\n                <field>wishlist.visibility</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.use_config_deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.row_id</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.8.0.0/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version191to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version191to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGrids\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGrids\\Data</data>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version191to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGrids\\Delta</delta>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/opensource-to-commerce/1.8.0.0/map.xml.dist</map_file>\n        <eav_map_file>etc/opensource-to-commerce/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/opensource-to-commerce/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/opensource-to-commerce/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/opensource-to-commerce/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/opensource-to-commerce/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/opensource-to-commerce/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/opensource-to-commerce/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/opensource-to-commerce/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/opensource-to-commerce/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <delta_document_groups_file>etc/opensource-to-commerce/deltalog.xml.dist</delta_document_groups_file>\n        <order_grids_document_groups_file>etc/opensource-to-commerce/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <map_document_groups>etc/opensource-to-commerce/map-document-groups.xml.dist</map_document_groups>\n        <class_map>etc/opensource-to-commerce/class-map.xml.dist</class_map>\n        <tier_price_map_file>etc/opensource-to-commerce/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/opensource-to-commerce/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>opensource-to-commerce</edition_migrate>\n        <edition_number>1.8.0.0</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.8.0.0/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order</document>\n                <to>sales_order</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_amount</field>\n                <to>sales_order.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_amount</field>\n                <to>sales_order.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.shipping_hidden_tax_amount</field>\n                <to>sales_order.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_shipping_hidden_tax_amnt</field>\n                <to>sales_order.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_invoiced</field>\n                <to>sales_order.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_invoiced</field>\n                <to>sales_order.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_refunded</field>\n                <to>sales_order.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_refunded</field>\n                <to>sales_order.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_datetime.entity_id</field>\n                <to>catalog_category_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_decimal.entity_id</field>\n                <to>catalog_category_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_int.entity_id</field>\n                <to>catalog_category_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_text.entity_id</field>\n                <to>catalog_category_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_varchar.entity_id</field>\n                <to>catalog_category_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_datetime.entity_id</field>\n                <to>catalog_product_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_decimal.entity_id</field>\n                <to>catalog_product_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_gallery.entity_id</field>\n                <to>catalog_product_entity_gallery.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_int.entity_id</field>\n                <to>catalog_product_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_text.entity_id</field>\n                <to>catalog_product_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_varchar.entity_id</field>\n                <to>catalog_product_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_customer_group.rule_id</field>\n                <to>catalogrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_website.rule_id</field>\n                <to>catalogrule_website.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_customer_group.rule_id</field>\n                <to>salesrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_product_attribute.rule_id</field>\n                <to>salesrule_product_attribute.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_website.rule_id</field>\n                <to>salesrule_website.row_id</to>\n            </move>\n            <move>\n                <field>cms_block_store.block_id</field>\n                <to>cms_block_store.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_label.rule_id</field>\n                <to>salesrule_label.row_id</to>\n            </move>\n            <move>\n                <field>cms_page_store.page_id</field>\n                <to>cms_page_store.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/category_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/product_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_key,url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>catalogrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalogrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_salesrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.block_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_block\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.page_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_page\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option.option_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_option\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection.selection_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_selection\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.paypal_ipn_customer_notified</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_content</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_customersegment</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogevent_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogevent_event_image</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_customerbalance</document>\n            </ignore>\n            <ignore>\n                <document>magento_customerbalance_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_segment</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcard_amount</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount_pool</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_data</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_entity</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_item</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_item_option</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_label</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_person</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_type</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_type_info</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping_store_attributes</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation_status_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation_track</document>\n            </ignore>\n            <ignore>\n                <document>magento_logging_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_logging_event_changes</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_coupon</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_log</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_template</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_rate</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_form_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_shipping_label</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_status_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>support_report</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_scheduled_operations</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_customersegment</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_lock</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_metadata</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_node</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_increment</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_page_revision</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_page_version</document>\n            </ignore>\n            <ignore>\n                <document>paypal_billing_agreement</document>\n            </ignore>\n            <ignore>\n                <document>paypal_billing_agreement_order</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>support_backup</document>\n            </ignore>\n            <ignore>\n                <document>support_backup_item</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>visual_merchandiser_rule</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>magento_salesrule_filter</document>\n            </ignore>\n            <ignore>\n                <document>multiinventory_warehouse</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>quote_preview</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_rma_shipment</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalog_category</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_block</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_page</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_selection</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_option</document>\n            </ignore>\n            <ignore>\n                <document>staging_update</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>company</document>\n            </ignore>\n            <ignore>\n                <document>company_advanced_customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_credit</document>\n            </ignore>\n            <ignore>\n                <document>company_credit_history</document>\n            </ignore>\n            <ignore>\n                <document>company_order_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_payment</document>\n            </ignore>\n            <ignore>\n                <document>company_permissions</document>\n            </ignore>\n            <ignore>\n                <document>company_roles</document>\n            </ignore>\n            <ignore>\n                <document>company_structure</document>\n            </ignore>\n            <ignore>\n                <document>company_team</document>\n            </ignore>\n            <ignore>\n                <document>company_user_roles</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment_attachment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_company_config</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_grid</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_history</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_item</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_purged_content</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list_item</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog_product_item</document>\n            </ignore>\n            <ignore>\n                <document>sharedcatalog_category_permissions</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_category_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"block_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"page_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.send_email</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.failures_num</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.first_failure</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.lock_expires</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.published_revision_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.website_root</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.under_version_control</field>\n            </ignore>\n            <ignore>\n                <field>quote.customer_balance_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_customer_bal_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.use_customer_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_gift_cards_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.use_reward_points</field>\n            </ignore>\n            <ignore>\n                <field>quote.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.used_gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.event_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.bs_customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_points_balance_refund</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.bs_customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_rwrd_crrncy_amt_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.rwrd_currency_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_rwrd_crrncy_amnt_refnded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.rwrd_crrncy_amnt_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_points_balance_refund</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.qty_returned</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.event_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>wishlist.name</field>\n            </ignore>\n            <ignore>\n                <field>wishlist.visibility</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.use_config_deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.row_id</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.8.1.0/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version191to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version191to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGrids\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGrids\\Data</data>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version191to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGrids\\Delta</delta>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/opensource-to-commerce/1.8.1.0/map.xml.dist</map_file>\n        <eav_map_file>etc/opensource-to-commerce/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/opensource-to-commerce/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/opensource-to-commerce/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/opensource-to-commerce/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/opensource-to-commerce/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/opensource-to-commerce/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/opensource-to-commerce/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/opensource-to-commerce/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/opensource-to-commerce/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <delta_document_groups_file>etc/opensource-to-commerce/deltalog.xml.dist</delta_document_groups_file>\n        <order_grids_document_groups_file>etc/opensource-to-commerce/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <map_document_groups>etc/opensource-to-commerce/map-document-groups.xml.dist</map_document_groups>\n        <class_map>etc/opensource-to-commerce/class-map.xml.dist</class_map>\n        <tier_price_map_file>etc/opensource-to-commerce/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/opensource-to-commerce/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>opensource-to-commerce</edition_migrate>\n        <edition_number>1.8.1.0</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.8.1.0/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order</document>\n                <to>sales_order</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_amount</field>\n                <to>sales_order.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_amount</field>\n                <to>sales_order.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.shipping_hidden_tax_amount</field>\n                <to>sales_order.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_shipping_hidden_tax_amnt</field>\n                <to>sales_order.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_invoiced</field>\n                <to>sales_order.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_invoiced</field>\n                <to>sales_order.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_refunded</field>\n                <to>sales_order.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_refunded</field>\n                <to>sales_order.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_datetime.entity_id</field>\n                <to>catalog_category_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_decimal.entity_id</field>\n                <to>catalog_category_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_int.entity_id</field>\n                <to>catalog_category_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_text.entity_id</field>\n                <to>catalog_category_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_varchar.entity_id</field>\n                <to>catalog_category_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_datetime.entity_id</field>\n                <to>catalog_product_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_decimal.entity_id</field>\n                <to>catalog_product_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_gallery.entity_id</field>\n                <to>catalog_product_entity_gallery.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_int.entity_id</field>\n                <to>catalog_product_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_text.entity_id</field>\n                <to>catalog_product_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_varchar.entity_id</field>\n                <to>catalog_product_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_customer_group.rule_id</field>\n                <to>catalogrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_website.rule_id</field>\n                <to>catalogrule_website.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_customer_group.rule_id</field>\n                <to>salesrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_product_attribute.rule_id</field>\n                <to>salesrule_product_attribute.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_website.rule_id</field>\n                <to>salesrule_website.row_id</to>\n            </move>\n            <move>\n                <field>cms_block_store.block_id</field>\n                <to>cms_block_store.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_label.rule_id</field>\n                <to>salesrule_label.row_id</to>\n            </move>\n            <move>\n                <field>cms_page_store.page_id</field>\n                <to>cms_page_store.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/category_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/product_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_key,url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>catalogrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalogrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_salesrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.block_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_block\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.page_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_page\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option.option_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_option\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection.selection_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_selection\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.paypal_ipn_customer_notified</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_content</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_customersegment</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogevent_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogevent_event_image</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_customerbalance</document>\n            </ignore>\n            <ignore>\n                <document>magento_customerbalance_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_segment</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcard_amount</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount_pool</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_data</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_entity</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_item</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_item_option</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_label</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_person</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_type</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_type_info</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping_store_attributes</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation_status_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation_track</document>\n            </ignore>\n            <ignore>\n                <document>magento_logging_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_logging_event_changes</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_coupon</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_log</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_template</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_rate</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_form_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_shipping_label</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_status_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>support_report</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_scheduled_operations</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_customersegment</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_lock</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_metadata</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_node</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_increment</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_page_revision</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_page_version</document>\n            </ignore>\n            <ignore>\n                <document>paypal_billing_agreement</document>\n            </ignore>\n            <ignore>\n                <document>paypal_billing_agreement_order</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>support_backup</document>\n            </ignore>\n            <ignore>\n                <document>support_backup_item</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>visual_merchandiser_rule</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>magento_salesrule_filter</document>\n            </ignore>\n            <ignore>\n                <document>multiinventory_warehouse</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>quote_preview</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_rma_shipment</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalog_category</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_block</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_page</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_selection</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_option</document>\n            </ignore>\n            <ignore>\n                <document>staging_update</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>company</document>\n            </ignore>\n            <ignore>\n                <document>company_advanced_customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_credit</document>\n            </ignore>\n            <ignore>\n                <document>company_credit_history</document>\n            </ignore>\n            <ignore>\n                <document>company_order_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_payment</document>\n            </ignore>\n            <ignore>\n                <document>company_permissions</document>\n            </ignore>\n            <ignore>\n                <document>company_roles</document>\n            </ignore>\n            <ignore>\n                <document>company_structure</document>\n            </ignore>\n            <ignore>\n                <document>company_team</document>\n            </ignore>\n            <ignore>\n                <document>company_user_roles</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment_attachment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_company_config</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_grid</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_history</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_item</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_purged_content</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list_item</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog_product_item</document>\n            </ignore>\n            <ignore>\n                <document>sharedcatalog_category_permissions</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_category_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"block_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"page_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.send_email</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.failures_num</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.first_failure</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.lock_expires</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.published_revision_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.website_root</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.under_version_control</field>\n            </ignore>\n            <ignore>\n                <field>quote.customer_balance_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_customer_bal_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.use_customer_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_gift_cards_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.use_reward_points</field>\n            </ignore>\n            <ignore>\n                <field>quote.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.used_gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.event_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.bs_customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_points_balance_refund</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.bs_customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_rwrd_crrncy_amt_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.rwrd_currency_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_rwrd_crrncy_amnt_refnded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.rwrd_crrncy_amnt_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_points_balance_refund</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.qty_returned</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.event_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>wishlist.name</field>\n            </ignore>\n            <ignore>\n                <field>wishlist.visibility</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.use_config_deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.row_id</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.9.0.0/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version191to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version191to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGrids\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGrids\\Data</data>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version191to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGrids\\Delta</delta>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/opensource-to-commerce/1.9.0.0/map.xml.dist</map_file>\n        <eav_map_file>etc/opensource-to-commerce/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/opensource-to-commerce/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/opensource-to-commerce/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/opensource-to-commerce/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/opensource-to-commerce/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/opensource-to-commerce/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/opensource-to-commerce/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/opensource-to-commerce/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/opensource-to-commerce/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <delta_document_groups_file>etc/opensource-to-commerce/deltalog.xml.dist</delta_document_groups_file>\n        <order_grids_document_groups_file>etc/opensource-to-commerce/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <map_document_groups>etc/opensource-to-commerce/map-document-groups.xml.dist</map_document_groups>\n        <class_map>etc/opensource-to-commerce/class-map.xml.dist</class_map>\n        <tier_price_map_file>etc/opensource-to-commerce/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/opensource-to-commerce/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>opensource-to-commerce</edition_migrate>\n        <edition_number>1.9.0.0</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.9.0.0/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order</document>\n                <to>sales_order</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_amount</field>\n                <to>sales_order.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_amount</field>\n                <to>sales_order.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.shipping_hidden_tax_amount</field>\n                <to>sales_order.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_shipping_hidden_tax_amnt</field>\n                <to>sales_order.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_invoiced</field>\n                <to>sales_order.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_invoiced</field>\n                <to>sales_order.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_refunded</field>\n                <to>sales_order.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_refunded</field>\n                <to>sales_order.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_datetime.entity_id</field>\n                <to>catalog_category_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_decimal.entity_id</field>\n                <to>catalog_category_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_int.entity_id</field>\n                <to>catalog_category_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_text.entity_id</field>\n                <to>catalog_category_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_varchar.entity_id</field>\n                <to>catalog_category_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_datetime.entity_id</field>\n                <to>catalog_product_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_decimal.entity_id</field>\n                <to>catalog_product_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_gallery.entity_id</field>\n                <to>catalog_product_entity_gallery.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_int.entity_id</field>\n                <to>catalog_product_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_text.entity_id</field>\n                <to>catalog_product_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_varchar.entity_id</field>\n                <to>catalog_product_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_customer_group.rule_id</field>\n                <to>catalogrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_website.rule_id</field>\n                <to>catalogrule_website.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_customer_group.rule_id</field>\n                <to>salesrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_product_attribute.rule_id</field>\n                <to>salesrule_product_attribute.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_website.rule_id</field>\n                <to>salesrule_website.row_id</to>\n            </move>\n            <move>\n                <field>cms_block_store.block_id</field>\n                <to>cms_block_store.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_label.rule_id</field>\n                <to>salesrule_label.row_id</to>\n            </move>\n            <move>\n                <field>cms_page_store.page_id</field>\n                <to>cms_page_store.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/category_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/product_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_key,url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>catalogrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalogrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_salesrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.block_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_block\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.page_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_page\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option.option_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_option\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection.selection_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_selection\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.paypal_ipn_customer_notified</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_content</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_customersegment</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogevent_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogevent_event_image</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_customerbalance</document>\n            </ignore>\n            <ignore>\n                <document>magento_customerbalance_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_segment</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcard_amount</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount_pool</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_data</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_entity</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_item</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_item_option</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_label</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_person</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_type</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_type_info</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping_store_attributes</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation_status_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation_track</document>\n            </ignore>\n            <ignore>\n                <document>magento_logging_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_logging_event_changes</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_coupon</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_log</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_template</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_rate</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_form_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_shipping_label</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_status_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>support_report</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_scheduled_operations</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_customersegment</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_lock</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_metadata</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_node</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_increment</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_page_revision</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_page_version</document>\n            </ignore>\n            <ignore>\n                <document>paypal_billing_agreement</document>\n            </ignore>\n            <ignore>\n                <document>paypal_billing_agreement_order</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>support_backup</document>\n            </ignore>\n            <ignore>\n                <document>support_backup_item</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>visual_merchandiser_rule</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>magento_salesrule_filter</document>\n            </ignore>\n            <ignore>\n                <document>multiinventory_warehouse</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>quote_preview</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_rma_shipment</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalog_category</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_block</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_page</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_selection</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_option</document>\n            </ignore>\n            <ignore>\n                <document>staging_update</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>company</document>\n            </ignore>\n            <ignore>\n                <document>company_advanced_customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_credit</document>\n            </ignore>\n            <ignore>\n                <document>company_credit_history</document>\n            </ignore>\n            <ignore>\n                <document>company_order_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_payment</document>\n            </ignore>\n            <ignore>\n                <document>company_permissions</document>\n            </ignore>\n            <ignore>\n                <document>company_roles</document>\n            </ignore>\n            <ignore>\n                <document>company_structure</document>\n            </ignore>\n            <ignore>\n                <document>company_team</document>\n            </ignore>\n            <ignore>\n                <document>company_user_roles</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment_attachment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_company_config</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_grid</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_history</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_item</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_purged_content</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list_item</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog_product_item</document>\n            </ignore>\n            <ignore>\n                <document>sharedcatalog_category_permissions</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_category_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"block_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"page_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.send_email</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.failures_num</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.first_failure</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.lock_expires</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.published_revision_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.website_root</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.under_version_control</field>\n            </ignore>\n            <ignore>\n                <field>quote.customer_balance_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_customer_bal_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.use_customer_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_gift_cards_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.use_reward_points</field>\n            </ignore>\n            <ignore>\n                <field>quote.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.used_gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.event_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.bs_customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_points_balance_refund</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.bs_customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_rwrd_crrncy_amt_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.rwrd_currency_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_rwrd_crrncy_amnt_refnded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.rwrd_crrncy_amnt_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_points_balance_refund</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.qty_returned</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.event_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>wishlist.name</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.use_config_deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>wishlist.visibility</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.row_id</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.9.0.1/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version191to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version191to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGrids\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGrids\\Data</data>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version191to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGrids\\Delta</delta>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/opensource-to-commerce/1.9.0.1/map.xml.dist</map_file>\n        <eav_map_file>etc/opensource-to-commerce/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/opensource-to-commerce/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/opensource-to-commerce/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/opensource-to-commerce/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/opensource-to-commerce/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/opensource-to-commerce/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/opensource-to-commerce/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/opensource-to-commerce/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/opensource-to-commerce/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <delta_document_groups_file>etc/opensource-to-commerce/deltalog.xml.dist</delta_document_groups_file>\n        <order_grids_document_groups_file>etc/opensource-to-commerce/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <map_document_groups>etc/opensource-to-commerce/map-document-groups.xml.dist</map_document_groups>\n        <class_map>etc/opensource-to-commerce/class-map.xml.dist</class_map>\n        <tier_price_map_file>etc/opensource-to-commerce/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/opensource-to-commerce/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>opensource-to-commerce</edition_migrate>\n        <edition_number>1.9.0.1</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.9.0.1/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order</document>\n                <to>sales_order</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_amount</field>\n                <to>sales_order.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_amount</field>\n                <to>sales_order.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.shipping_hidden_tax_amount</field>\n                <to>sales_order.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_shipping_hidden_tax_amnt</field>\n                <to>sales_order.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_invoiced</field>\n                <to>sales_order.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_invoiced</field>\n                <to>sales_order.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_refunded</field>\n                <to>sales_order.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_refunded</field>\n                <to>sales_order.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_datetime.entity_id</field>\n                <to>catalog_category_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_decimal.entity_id</field>\n                <to>catalog_category_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_int.entity_id</field>\n                <to>catalog_category_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_text.entity_id</field>\n                <to>catalog_category_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_varchar.entity_id</field>\n                <to>catalog_category_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_datetime.entity_id</field>\n                <to>catalog_product_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_decimal.entity_id</field>\n                <to>catalog_product_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_gallery.entity_id</field>\n                <to>catalog_product_entity_gallery.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_int.entity_id</field>\n                <to>catalog_product_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_text.entity_id</field>\n                <to>catalog_product_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_varchar.entity_id</field>\n                <to>catalog_product_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_customer_group.rule_id</field>\n                <to>catalogrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_website.rule_id</field>\n                <to>catalogrule_website.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_customer_group.rule_id</field>\n                <to>salesrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_product_attribute.rule_id</field>\n                <to>salesrule_product_attribute.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_website.rule_id</field>\n                <to>salesrule_website.row_id</to>\n            </move>\n            <move>\n                <field>cms_block_store.block_id</field>\n                <to>cms_block_store.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_label.rule_id</field>\n                <to>salesrule_label.row_id</to>\n            </move>\n            <move>\n                <field>cms_page_store.page_id</field>\n                <to>cms_page_store.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/category_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/product_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_key,url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>catalogrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalogrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_salesrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.block_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_block\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.page_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_page\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option.option_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_option\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection.selection_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_selection\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.paypal_ipn_customer_notified</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_content</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_customersegment</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogevent_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogevent_event_image</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_customerbalance</document>\n            </ignore>\n            <ignore>\n                <document>magento_customerbalance_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_segment</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcard_amount</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount_pool</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_data</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_entity</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_item</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_item_option</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_label</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_person</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_type</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_type_info</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping_store_attributes</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation_status_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation_track</document>\n            </ignore>\n            <ignore>\n                <document>magento_logging_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_logging_event_changes</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_coupon</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_log</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_template</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_rate</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_form_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_shipping_label</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_status_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>support_report</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_scheduled_operations</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_customersegment</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_lock</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_metadata</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_node</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_increment</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_page_revision</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_page_version</document>\n            </ignore>\n            <ignore>\n                <document>paypal_billing_agreement</document>\n            </ignore>\n            <ignore>\n                <document>paypal_billing_agreement_order</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>support_backup</document>\n            </ignore>\n            <ignore>\n                <document>support_backup_item</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>visual_merchandiser_rule</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>magento_salesrule_filter</document>\n            </ignore>\n            <ignore>\n                <document>multiinventory_warehouse</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>quote_preview</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_rma_shipment</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalog_category</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_block</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_page</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_selection</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_option</document>\n            </ignore>\n            <ignore>\n                <document>staging_update</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>company</document>\n            </ignore>\n            <ignore>\n                <document>company_advanced_customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_credit</document>\n            </ignore>\n            <ignore>\n                <document>company_credit_history</document>\n            </ignore>\n            <ignore>\n                <document>company_order_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_payment</document>\n            </ignore>\n            <ignore>\n                <document>company_permissions</document>\n            </ignore>\n            <ignore>\n                <document>company_roles</document>\n            </ignore>\n            <ignore>\n                <document>company_structure</document>\n            </ignore>\n            <ignore>\n                <document>company_team</document>\n            </ignore>\n            <ignore>\n                <document>company_user_roles</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment_attachment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_company_config</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_grid</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_history</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_item</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_purged_content</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list_item</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog_product_item</document>\n            </ignore>\n            <ignore>\n                <document>sharedcatalog_category_permissions</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_category_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"block_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"page_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.send_email</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.failures_num</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.first_failure</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.lock_expires</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.published_revision_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.website_root</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.under_version_control</field>\n            </ignore>\n            <ignore>\n                <field>quote.customer_balance_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_customer_bal_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.use_customer_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_gift_cards_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.use_reward_points</field>\n            </ignore>\n            <ignore>\n                <field>quote.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.used_gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.event_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.bs_customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_points_balance_refund</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.bs_customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_rwrd_crrncy_amt_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.rwrd_currency_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_rwrd_crrncy_amnt_refnded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.rwrd_crrncy_amnt_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_points_balance_refund</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.qty_returned</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.event_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>wishlist.name</field>\n            </ignore>\n            <ignore>\n                <field>wishlist.visibility</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.use_config_deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.row_id</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.9.1.0/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version191to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version191to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGrids\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGrids\\Data</data>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version191to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGrids\\Delta</delta>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/opensource-to-commerce/1.9.1.0/map.xml.dist</map_file>\n        <eav_map_file>etc/opensource-to-commerce/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/opensource-to-commerce/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/opensource-to-commerce/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/opensource-to-commerce/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/opensource-to-commerce/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/opensource-to-commerce/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/opensource-to-commerce/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/opensource-to-commerce/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/opensource-to-commerce/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <delta_document_groups_file>etc/opensource-to-commerce/deltalog.xml.dist</delta_document_groups_file>\n        <order_grids_document_groups_file>etc/opensource-to-commerce/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <map_document_groups>etc/opensource-to-commerce/map-document-groups.xml.dist</map_document_groups>\n        <class_map>etc/opensource-to-commerce/class-map.xml.dist</class_map>\n        <tier_price_map_file>etc/opensource-to-commerce/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/opensource-to-commerce/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>opensource-to-commerce</edition_migrate>\n        <edition_number>1.9.1.0</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.9.1.0/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order</document>\n                <to>sales_order</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_amount</field>\n                <to>sales_order.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_amount</field>\n                <to>sales_order.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.shipping_hidden_tax_amount</field>\n                <to>sales_order.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_shipping_hidden_tax_amnt</field>\n                <to>sales_order.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_invoiced</field>\n                <to>sales_order.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_invoiced</field>\n                <to>sales_order.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_refunded</field>\n                <to>sales_order.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_refunded</field>\n                <to>sales_order.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_datetime.entity_id</field>\n                <to>catalog_category_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_decimal.entity_id</field>\n                <to>catalog_category_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_int.entity_id</field>\n                <to>catalog_category_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_text.entity_id</field>\n                <to>catalog_category_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_varchar.entity_id</field>\n                <to>catalog_category_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_datetime.entity_id</field>\n                <to>catalog_product_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_decimal.entity_id</field>\n                <to>catalog_product_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_gallery.entity_id</field>\n                <to>catalog_product_entity_gallery.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_int.entity_id</field>\n                <to>catalog_product_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_text.entity_id</field>\n                <to>catalog_product_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_varchar.entity_id</field>\n                <to>catalog_product_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_customer_group.rule_id</field>\n                <to>catalogrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_website.rule_id</field>\n                <to>catalogrule_website.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_customer_group.rule_id</field>\n                <to>salesrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_product_attribute.rule_id</field>\n                <to>salesrule_product_attribute.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_website.rule_id</field>\n                <to>salesrule_website.row_id</to>\n            </move>\n            <move>\n                <field>cms_block_store.block_id</field>\n                <to>cms_block_store.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_label.rule_id</field>\n                <to>salesrule_label.row_id</to>\n            </move>\n            <move>\n                <field>cms_page_store.page_id</field>\n                <to>cms_page_store.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/category_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/product_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_key,url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>catalogrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalogrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_salesrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.block_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_block\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.page_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_page\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option.option_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_option\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection.selection_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_selection\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.paypal_ipn_customer_notified</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_content</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_customersegment</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogevent_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogevent_event_image</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_customerbalance</document>\n            </ignore>\n            <ignore>\n                <document>magento_customerbalance_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_segment</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcard_amount</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount_pool</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_data</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_entity</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_item</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_item_option</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_label</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_person</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_type</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_type_info</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping_store_attributes</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation_status_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation_track</document>\n            </ignore>\n            <ignore>\n                <document>magento_logging_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_logging_event_changes</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_coupon</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_log</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_template</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_rate</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_form_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_shipping_label</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_status_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>support_report</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_scheduled_operations</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_customersegment</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_lock</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_metadata</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_node</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_increment</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_page_revision</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_page_version</document>\n            </ignore>\n            <ignore>\n                <document>paypal_billing_agreement</document>\n            </ignore>\n            <ignore>\n                <document>paypal_billing_agreement_order</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>support_backup</document>\n            </ignore>\n            <ignore>\n                <document>support_backup_item</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>visual_merchandiser_rule</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>magento_salesrule_filter</document>\n            </ignore>\n            <ignore>\n                <document>multiinventory_warehouse</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>quote_preview</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_rma_shipment</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalog_category</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_block</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_page</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_selection</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_option</document>\n            </ignore>\n            <ignore>\n                <document>staging_update</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>company</document>\n            </ignore>\n            <ignore>\n                <document>company_advanced_customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_credit</document>\n            </ignore>\n            <ignore>\n                <document>company_credit_history</document>\n            </ignore>\n            <ignore>\n                <document>company_order_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_payment</document>\n            </ignore>\n            <ignore>\n                <document>company_permissions</document>\n            </ignore>\n            <ignore>\n                <document>company_roles</document>\n            </ignore>\n            <ignore>\n                <document>company_structure</document>\n            </ignore>\n            <ignore>\n                <document>company_team</document>\n            </ignore>\n            <ignore>\n                <document>company_user_roles</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment_attachment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_company_config</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_grid</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_history</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_item</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_purged_content</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list_item</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog_product_item</document>\n            </ignore>\n            <ignore>\n                <document>sharedcatalog_category_permissions</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_category_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"block_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"page_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.send_email</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.failures_num</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.first_failure</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.lock_expires</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.published_revision_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.website_root</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.under_version_control</field>\n            </ignore>\n            <ignore>\n                <field>quote.customer_balance_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_customer_bal_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.use_customer_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_gift_cards_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.use_reward_points</field>\n            </ignore>\n            <ignore>\n                <field>quote.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.used_gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.event_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.bs_customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_points_balance_refund</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.bs_customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_rwrd_crrncy_amt_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.rwrd_currency_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_rwrd_crrncy_amnt_refnded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.rwrd_crrncy_amnt_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_points_balance_refund</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.qty_returned</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.event_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>wishlist.name</field>\n            </ignore>\n            <ignore>\n                <field>wishlist.visibility</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.use_config_deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.row_id</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.9.1.1/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version191to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version191to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGrids\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGrids\\Data</data>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version191to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGrids\\Delta</delta>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/opensource-to-commerce/1.9.1.1/map.xml.dist</map_file>\n        <eav_map_file>etc/opensource-to-commerce/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/opensource-to-commerce/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/opensource-to-commerce/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/opensource-to-commerce/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/opensource-to-commerce/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/opensource-to-commerce/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/opensource-to-commerce/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/opensource-to-commerce/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/opensource-to-commerce/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <delta_document_groups_file>etc/opensource-to-commerce/deltalog.xml.dist</delta_document_groups_file>\n        <order_grids_document_groups_file>etc/opensource-to-commerce/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <map_document_groups>etc/opensource-to-commerce/map-document-groups.xml.dist</map_document_groups>\n        <class_map>etc/opensource-to-commerce/class-map.xml.dist</class_map>\n        <tier_price_map_file>etc/opensource-to-commerce/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/opensource-to-commerce/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>opensource-to-commerce</edition_migrate>\n        <edition_number>1.9.1.1</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.9.1.1/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order</document>\n                <to>sales_order</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_amount</field>\n                <to>sales_order.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_amount</field>\n                <to>sales_order.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.shipping_hidden_tax_amount</field>\n                <to>sales_order.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_shipping_hidden_tax_amnt</field>\n                <to>sales_order.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_invoiced</field>\n                <to>sales_order.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_invoiced</field>\n                <to>sales_order.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_refunded</field>\n                <to>sales_order.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_refunded</field>\n                <to>sales_order.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_datetime.entity_id</field>\n                <to>catalog_category_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_decimal.entity_id</field>\n                <to>catalog_category_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_int.entity_id</field>\n                <to>catalog_category_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_text.entity_id</field>\n                <to>catalog_category_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_varchar.entity_id</field>\n                <to>catalog_category_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_datetime.entity_id</field>\n                <to>catalog_product_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_decimal.entity_id</field>\n                <to>catalog_product_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_gallery.entity_id</field>\n                <to>catalog_product_entity_gallery.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_int.entity_id</field>\n                <to>catalog_product_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_text.entity_id</field>\n                <to>catalog_product_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_varchar.entity_id</field>\n                <to>catalog_product_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_customer_group.rule_id</field>\n                <to>catalogrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_website.rule_id</field>\n                <to>catalogrule_website.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_customer_group.rule_id</field>\n                <to>salesrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_product_attribute.rule_id</field>\n                <to>salesrule_product_attribute.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_website.rule_id</field>\n                <to>salesrule_website.row_id</to>\n            </move>\n            <move>\n                <field>cms_block_store.block_id</field>\n                <to>cms_block_store.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_label.rule_id</field>\n                <to>salesrule_label.row_id</to>\n            </move>\n            <move>\n                <field>cms_page_store.page_id</field>\n                <to>cms_page_store.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/category_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/product_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_key,url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>catalogrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalogrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_salesrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.block_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_block\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.page_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_page\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option.option_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_option\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection.selection_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_selection\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.paypal_ipn_customer_notified</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_content</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_customersegment</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogevent_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogevent_event_image</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_customerbalance</document>\n            </ignore>\n            <ignore>\n                <document>magento_customerbalance_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_segment</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcard_amount</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount_pool</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_data</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_entity</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_item</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_item_option</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_label</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_person</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_type</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_type_info</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping_store_attributes</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation_status_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation_track</document>\n            </ignore>\n            <ignore>\n                <document>magento_logging_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_logging_event_changes</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_coupon</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_log</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_template</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_rate</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_form_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_shipping_label</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_status_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>support_report</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_scheduled_operations</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_customersegment</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_lock</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_metadata</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_node</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_increment</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_page_revision</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_page_version</document>\n            </ignore>\n            <ignore>\n                <document>paypal_billing_agreement</document>\n            </ignore>\n            <ignore>\n                <document>paypal_billing_agreement_order</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>support_backup</document>\n            </ignore>\n            <ignore>\n                <document>support_backup_item</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>visual_merchandiser_rule</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>magento_salesrule_filter</document>\n            </ignore>\n            <ignore>\n                <document>multiinventory_warehouse</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>quote_preview</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_rma_shipment</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalog_category</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_block</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_page</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_selection</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_option</document>\n            </ignore>\n            <ignore>\n                <document>staging_update</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>company</document>\n            </ignore>\n            <ignore>\n                <document>company_advanced_customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_credit</document>\n            </ignore>\n            <ignore>\n                <document>company_credit_history</document>\n            </ignore>\n            <ignore>\n                <document>company_order_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_payment</document>\n            </ignore>\n            <ignore>\n                <document>company_permissions</document>\n            </ignore>\n            <ignore>\n                <document>company_roles</document>\n            </ignore>\n            <ignore>\n                <document>company_structure</document>\n            </ignore>\n            <ignore>\n                <document>company_team</document>\n            </ignore>\n            <ignore>\n                <document>company_user_roles</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment_attachment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_company_config</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_grid</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_history</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_item</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_purged_content</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list_item</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog_product_item</document>\n            </ignore>\n            <ignore>\n                <document>sharedcatalog_category_permissions</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_category_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"block_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"page_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.send_email</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.failures_num</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.first_failure</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.lock_expires</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.published_revision_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.website_root</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.under_version_control</field>\n            </ignore>\n            <ignore>\n                <field>quote.customer_balance_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_customer_bal_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.use_customer_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_gift_cards_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.use_reward_points</field>\n            </ignore>\n            <ignore>\n                <field>quote.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.used_gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.event_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.bs_customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_points_balance_refund</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.bs_customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_rwrd_crrncy_amt_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.rwrd_currency_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_rwrd_crrncy_amnt_refnded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.rwrd_crrncy_amnt_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_points_balance_refund</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.qty_returned</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.event_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>wishlist.name</field>\n            </ignore>\n            <ignore>\n                <field>wishlist.visibility</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.use_config_deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.row_id</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.9.2.0/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version191to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version191to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGrids\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGrids\\Data</data>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version191to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGrids\\Delta</delta>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/opensource-to-commerce/1.9.2.0/map.xml.dist</map_file>\n        <eav_map_file>etc/opensource-to-commerce/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/opensource-to-commerce/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/opensource-to-commerce/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/opensource-to-commerce/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/opensource-to-commerce/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/opensource-to-commerce/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/opensource-to-commerce/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/opensource-to-commerce/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/opensource-to-commerce/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <delta_document_groups_file>etc/opensource-to-commerce/deltalog.xml.dist</delta_document_groups_file>\n        <order_grids_document_groups_file>etc/opensource-to-commerce/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <map_document_groups>etc/opensource-to-commerce/map-document-groups.xml.dist</map_document_groups>\n        <class_map>etc/opensource-to-commerce/class-map.xml.dist</class_map>\n        <tier_price_map_file>etc/opensource-to-commerce/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/opensource-to-commerce/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>opensource-to-commerce</edition_migrate>\n        <edition_number>1.9.2.0</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.9.2.0/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order</document>\n                <to>sales_order</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_amount</field>\n                <to>sales_order.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_amount</field>\n                <to>sales_order.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.shipping_hidden_tax_amount</field>\n                <to>sales_order.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_shipping_hidden_tax_amnt</field>\n                <to>sales_order.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_invoiced</field>\n                <to>sales_order.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_invoiced</field>\n                <to>sales_order.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_refunded</field>\n                <to>sales_order.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_refunded</field>\n                <to>sales_order.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_datetime.entity_id</field>\n                <to>catalog_category_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_decimal.entity_id</field>\n                <to>catalog_category_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_int.entity_id</field>\n                <to>catalog_category_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_text.entity_id</field>\n                <to>catalog_category_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_varchar.entity_id</field>\n                <to>catalog_category_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_datetime.entity_id</field>\n                <to>catalog_product_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_decimal.entity_id</field>\n                <to>catalog_product_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_gallery.entity_id</field>\n                <to>catalog_product_entity_gallery.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_int.entity_id</field>\n                <to>catalog_product_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_text.entity_id</field>\n                <to>catalog_product_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_varchar.entity_id</field>\n                <to>catalog_product_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_customer_group.rule_id</field>\n                <to>catalogrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_website.rule_id</field>\n                <to>catalogrule_website.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_customer_group.rule_id</field>\n                <to>salesrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_product_attribute.rule_id</field>\n                <to>salesrule_product_attribute.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_website.rule_id</field>\n                <to>salesrule_website.row_id</to>\n            </move>\n            <move>\n                <field>cms_block_store.block_id</field>\n                <to>cms_block_store.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_label.rule_id</field>\n                <to>salesrule_label.row_id</to>\n            </move>\n            <move>\n                <field>cms_page_store.page_id</field>\n                <to>cms_page_store.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/category_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/product_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_key,url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>rating_option_vote.remote_ip_long</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>sendfriend_log.ip</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>catalogrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalogrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_salesrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.block_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_block\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.page_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_page\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option.option_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_option\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection.selection_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_selection\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.paypal_ipn_customer_notified</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_content</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_customersegment</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogevent_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogevent_event_image</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_customerbalance</document>\n            </ignore>\n            <ignore>\n                <document>magento_customerbalance_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_segment</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcard_amount</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount_pool</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_data</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_entity</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_item</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_item_option</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_label</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_person</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_type</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_type_info</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping_store_attributes</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation_status_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation_track</document>\n            </ignore>\n            <ignore>\n                <document>magento_logging_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_logging_event_changes</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_coupon</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_log</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_template</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_rate</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_form_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_shipping_label</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_status_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>support_report</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_scheduled_operations</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_customersegment</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_lock</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_metadata</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_node</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_increment</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_page_revision</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_page_version</document>\n            </ignore>\n            <ignore>\n                <document>paypal_billing_agreement</document>\n            </ignore>\n            <ignore>\n                <document>paypal_billing_agreement_order</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>support_backup</document>\n            </ignore>\n            <ignore>\n                <document>support_backup_item</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>visual_merchandiser_rule</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>magento_salesrule_filter</document>\n            </ignore>\n            <ignore>\n                <document>multiinventory_warehouse</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>quote_preview</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_rma_shipment</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalog_category</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_block</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_page</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_selection</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_option</document>\n            </ignore>\n            <ignore>\n                <document>staging_update</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>company</document>\n            </ignore>\n            <ignore>\n                <document>company_advanced_customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_credit</document>\n            </ignore>\n            <ignore>\n                <document>company_credit_history</document>\n            </ignore>\n            <ignore>\n                <document>company_order_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_payment</document>\n            </ignore>\n            <ignore>\n                <document>company_permissions</document>\n            </ignore>\n            <ignore>\n                <document>company_roles</document>\n            </ignore>\n            <ignore>\n                <document>company_structure</document>\n            </ignore>\n            <ignore>\n                <document>company_team</document>\n            </ignore>\n            <ignore>\n                <document>company_user_roles</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment_attachment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_company_config</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_grid</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_history</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_item</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_purged_content</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list_item</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog_product_item</document>\n            </ignore>\n            <ignore>\n                <document>sharedcatalog_category_permissions</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_category_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"block_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"page_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.send_email</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.failures_num</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.first_failure</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.lock_expires</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.published_revision_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.website_root</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.under_version_control</field>\n            </ignore>\n            <ignore>\n                <field>quote.customer_balance_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_customer_bal_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.use_customer_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_gift_cards_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.use_reward_points</field>\n            </ignore>\n            <ignore>\n                <field>quote.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.used_gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.event_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.bs_customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_points_balance_refund</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.bs_customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_rwrd_crrncy_amt_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.rwrd_currency_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_rwrd_crrncy_amnt_refnded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.rwrd_crrncy_amnt_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_points_balance_refund</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.qty_returned</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.event_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>wishlist.name</field>\n            </ignore>\n            <ignore>\n                <field>wishlist.visibility</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.use_config_deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.row_id</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.9.2.1/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version191to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version191to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGrids\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGrids\\Data</data>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version191to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGrids\\Delta</delta>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/opensource-to-commerce/1.9.2.1/map.xml.dist</map_file>\n        <eav_map_file>etc/opensource-to-commerce/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/opensource-to-commerce/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/opensource-to-commerce/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/opensource-to-commerce/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/opensource-to-commerce/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/opensource-to-commerce/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/opensource-to-commerce/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/opensource-to-commerce/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/opensource-to-commerce/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <delta_document_groups_file>etc/opensource-to-commerce/deltalog.xml.dist</delta_document_groups_file>\n        <order_grids_document_groups_file>etc/opensource-to-commerce/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <map_document_groups>etc/opensource-to-commerce/map-document-groups.xml.dist</map_document_groups>\n        <class_map>etc/opensource-to-commerce/class-map.xml.dist</class_map>\n        <tier_price_map_file>etc/opensource-to-commerce/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/opensource-to-commerce/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>opensource-to-commerce</edition_migrate>\n        <edition_number>1.9.2.1</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.9.2.1/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order</document>\n                <to>sales_order</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_amount</field>\n                <to>sales_order.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_amount</field>\n                <to>sales_order.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.shipping_hidden_tax_amount</field>\n                <to>sales_order.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_shipping_hidden_tax_amnt</field>\n                <to>sales_order.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_invoiced</field>\n                <to>sales_order.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_invoiced</field>\n                <to>sales_order.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_refunded</field>\n                <to>sales_order.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_refunded</field>\n                <to>sales_order.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_datetime.entity_id</field>\n                <to>catalog_category_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_decimal.entity_id</field>\n                <to>catalog_category_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_int.entity_id</field>\n                <to>catalog_category_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_text.entity_id</field>\n                <to>catalog_category_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_varchar.entity_id</field>\n                <to>catalog_category_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_datetime.entity_id</field>\n                <to>catalog_product_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_decimal.entity_id</field>\n                <to>catalog_product_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_gallery.entity_id</field>\n                <to>catalog_product_entity_gallery.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_int.entity_id</field>\n                <to>catalog_product_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_text.entity_id</field>\n                <to>catalog_product_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_varchar.entity_id</field>\n                <to>catalog_product_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_customer_group.rule_id</field>\n                <to>catalogrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_website.rule_id</field>\n                <to>catalogrule_website.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_customer_group.rule_id</field>\n                <to>salesrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_product_attribute.rule_id</field>\n                <to>salesrule_product_attribute.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_website.rule_id</field>\n                <to>salesrule_website.row_id</to>\n            </move>\n            <move>\n                <field>cms_block_store.block_id</field>\n                <to>cms_block_store.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_label.rule_id</field>\n                <to>salesrule_label.row_id</to>\n            </move>\n            <move>\n                <field>cms_page_store.page_id</field>\n                <to>cms_page_store.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/category_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/product_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_key,url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>rating_option_vote.remote_ip_long</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>sendfriend_log.ip</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>catalogrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalogrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_salesrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.block_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_block\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.page_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_page\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option.option_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_option\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection.selection_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_selection\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.paypal_ipn_customer_notified</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_content</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_customersegment</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogevent_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogevent_event_image</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_customerbalance</document>\n            </ignore>\n            <ignore>\n                <document>magento_customerbalance_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_segment</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcard_amount</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount_pool</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_data</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_entity</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_item</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_item_option</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_label</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_person</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_type</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_type_info</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping_store_attributes</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation_status_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation_track</document>\n            </ignore>\n            <ignore>\n                <document>magento_logging_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_logging_event_changes</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_coupon</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_log</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_template</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_rate</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_form_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_shipping_label</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_status_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>support_report</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_scheduled_operations</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_customersegment</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_lock</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_metadata</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_node</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_increment</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_page_revision</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_page_version</document>\n            </ignore>\n            <ignore>\n                <document>paypal_billing_agreement</document>\n            </ignore>\n            <ignore>\n                <document>paypal_billing_agreement_order</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>support_backup</document>\n            </ignore>\n            <ignore>\n                <document>support_backup_item</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>visual_merchandiser_rule</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>magento_salesrule_filter</document>\n            </ignore>\n            <ignore>\n                <document>multiinventory_warehouse</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>quote_preview</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_rma_shipment</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalog_category</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_block</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_page</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_selection</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_option</document>\n            </ignore>\n            <ignore>\n                <document>staging_update</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>company</document>\n            </ignore>\n            <ignore>\n                <document>company_advanced_customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_credit</document>\n            </ignore>\n            <ignore>\n                <document>company_credit_history</document>\n            </ignore>\n            <ignore>\n                <document>company_order_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_payment</document>\n            </ignore>\n            <ignore>\n                <document>company_permissions</document>\n            </ignore>\n            <ignore>\n                <document>company_roles</document>\n            </ignore>\n            <ignore>\n                <document>company_structure</document>\n            </ignore>\n            <ignore>\n                <document>company_team</document>\n            </ignore>\n            <ignore>\n                <document>company_user_roles</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment_attachment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_company_config</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_grid</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_history</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_item</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_purged_content</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list_item</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog_product_item</document>\n            </ignore>\n            <ignore>\n                <document>sharedcatalog_category_permissions</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_category_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"block_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"page_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.send_email</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.failures_num</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.first_failure</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.lock_expires</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.published_revision_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.website_root</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.under_version_control</field>\n            </ignore>\n            <ignore>\n                <field>quote.customer_balance_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_customer_bal_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.use_customer_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_gift_cards_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.use_reward_points</field>\n            </ignore>\n            <ignore>\n                <field>quote.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.used_gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.event_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.bs_customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_points_balance_refund</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.bs_customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_rwrd_crrncy_amt_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.rwrd_currency_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_rwrd_crrncy_amnt_refnded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.rwrd_crrncy_amnt_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_points_balance_refund</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.qty_returned</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.event_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>wishlist.name</field>\n            </ignore>\n            <ignore>\n                <field>wishlist.visibility</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.use_config_deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.row_id</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.9.2.2/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version191to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version191to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGrids\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGrids\\Data</data>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version191to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGrids\\Delta</delta>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/opensource-to-commerce/1.9.2.2/map.xml.dist</map_file>\n        <eav_map_file>etc/opensource-to-commerce/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/opensource-to-commerce/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/opensource-to-commerce/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/opensource-to-commerce/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/opensource-to-commerce/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/opensource-to-commerce/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/opensource-to-commerce/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/opensource-to-commerce/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/opensource-to-commerce/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <delta_document_groups_file>etc/opensource-to-commerce/deltalog.xml.dist</delta_document_groups_file>\n        <order_grids_document_groups_file>etc/opensource-to-commerce/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <map_document_groups>etc/opensource-to-commerce/map-document-groups.xml.dist</map_document_groups>\n        <class_map>etc/opensource-to-commerce/class-map.xml.dist</class_map>\n        <tier_price_map_file>etc/opensource-to-commerce/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/opensource-to-commerce/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>opensource-to-commerce</edition_migrate>\n        <edition_number>1.9.2.2</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.9.2.2/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order</document>\n                <to>sales_order</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_amount</field>\n                <to>sales_order.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_amount</field>\n                <to>sales_order.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.shipping_hidden_tax_amount</field>\n                <to>sales_order.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_shipping_hidden_tax_amnt</field>\n                <to>sales_order.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_invoiced</field>\n                <to>sales_order.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_invoiced</field>\n                <to>sales_order.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_refunded</field>\n                <to>sales_order.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_refunded</field>\n                <to>sales_order.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_datetime.entity_id</field>\n                <to>catalog_category_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_decimal.entity_id</field>\n                <to>catalog_category_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_int.entity_id</field>\n                <to>catalog_category_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_text.entity_id</field>\n                <to>catalog_category_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_varchar.entity_id</field>\n                <to>catalog_category_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_datetime.entity_id</field>\n                <to>catalog_product_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_decimal.entity_id</field>\n                <to>catalog_product_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_gallery.entity_id</field>\n                <to>catalog_product_entity_gallery.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_int.entity_id</field>\n                <to>catalog_product_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_text.entity_id</field>\n                <to>catalog_product_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_varchar.entity_id</field>\n                <to>catalog_product_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_customer_group.rule_id</field>\n                <to>catalogrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_website.rule_id</field>\n                <to>catalogrule_website.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_customer_group.rule_id</field>\n                <to>salesrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_product_attribute.rule_id</field>\n                <to>salesrule_product_attribute.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_website.rule_id</field>\n                <to>salesrule_website.row_id</to>\n            </move>\n            <move>\n                <field>cms_block_store.block_id</field>\n                <to>cms_block_store.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_label.rule_id</field>\n                <to>salesrule_label.row_id</to>\n            </move>\n            <move>\n                <field>cms_page_store.page_id</field>\n                <to>cms_page_store.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/category_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/product_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_key,url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>rating_option_vote.remote_ip_long</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>sendfriend_log.ip</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>catalogrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalogrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_salesrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.block_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_block\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.page_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_page\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option.option_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_option\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection.selection_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_selection\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.paypal_ipn_customer_notified</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_content</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_customersegment</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogevent_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogevent_event_image</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_customerbalance</document>\n            </ignore>\n            <ignore>\n                <document>magento_customerbalance_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_segment</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcard_amount</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount_pool</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_data</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_entity</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_item</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_item_option</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_label</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_person</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_type</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_type_info</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping_store_attributes</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation_status_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation_track</document>\n            </ignore>\n            <ignore>\n                <document>magento_logging_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_logging_event_changes</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_coupon</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_log</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_template</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_rate</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_form_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_shipping_label</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_status_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>support_report</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_scheduled_operations</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_customersegment</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_lock</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_metadata</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_node</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_increment</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_page_revision</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_page_version</document>\n            </ignore>\n            <ignore>\n                <document>paypal_billing_agreement</document>\n            </ignore>\n            <ignore>\n                <document>paypal_billing_agreement_order</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>support_backup</document>\n            </ignore>\n            <ignore>\n                <document>support_backup_item</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>visual_merchandiser_rule</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>magento_salesrule_filter</document>\n            </ignore>\n            <ignore>\n                <document>multiinventory_warehouse</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>quote_preview</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_rma_shipment</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalog_category</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_block</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_page</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_selection</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_option</document>\n            </ignore>\n            <ignore>\n                <document>staging_update</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>company</document>\n            </ignore>\n            <ignore>\n                <document>company_advanced_customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_credit</document>\n            </ignore>\n            <ignore>\n                <document>company_credit_history</document>\n            </ignore>\n            <ignore>\n                <document>company_order_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_payment</document>\n            </ignore>\n            <ignore>\n                <document>company_permissions</document>\n            </ignore>\n            <ignore>\n                <document>company_roles</document>\n            </ignore>\n            <ignore>\n                <document>company_structure</document>\n            </ignore>\n            <ignore>\n                <document>company_team</document>\n            </ignore>\n            <ignore>\n                <document>company_user_roles</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment_attachment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_company_config</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_grid</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_history</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_item</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_purged_content</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list_item</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog_product_item</document>\n            </ignore>\n            <ignore>\n                <document>sharedcatalog_category_permissions</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_category_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"block_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"page_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.send_email</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.failures_num</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.first_failure</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.lock_expires</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.published_revision_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.website_root</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.under_version_control</field>\n            </ignore>\n            <ignore>\n                <field>quote.customer_balance_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_customer_bal_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.use_customer_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_gift_cards_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.use_reward_points</field>\n            </ignore>\n            <ignore>\n                <field>quote.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.used_gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.event_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.bs_customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_points_balance_refund</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.bs_customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_rwrd_crrncy_amt_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.rwrd_currency_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_rwrd_crrncy_amnt_refnded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.rwrd_crrncy_amnt_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_points_balance_refund</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.qty_returned</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.event_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>wishlist.name</field>\n            </ignore>\n            <ignore>\n                <field>wishlist.visibility</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.use_config_deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.row_id</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.9.2.3/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version191to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version191to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGrids\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGrids\\Data</data>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version191to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGrids\\Delta</delta>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/opensource-to-commerce/1.9.2.3/map.xml.dist</map_file>\n        <eav_map_file>etc/opensource-to-commerce/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/opensource-to-commerce/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/opensource-to-commerce/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/opensource-to-commerce/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/opensource-to-commerce/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/opensource-to-commerce/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/opensource-to-commerce/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/opensource-to-commerce/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/opensource-to-commerce/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <delta_document_groups_file>etc/opensource-to-commerce/deltalog.xml.dist</delta_document_groups_file>\n        <order_grids_document_groups_file>etc/opensource-to-commerce/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <map_document_groups>etc/opensource-to-commerce/map-document-groups.xml.dist</map_document_groups>\n        <class_map>etc/opensource-to-commerce/class-map.xml.dist</class_map>\n        <tier_price_map_file>etc/opensource-to-commerce/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/opensource-to-commerce/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>opensource-to-commerce</edition_migrate>\n        <edition_number>1.9.2.3</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.9.2.3/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order</document>\n                <to>sales_order</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_amount</field>\n                <to>sales_order.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_amount</field>\n                <to>sales_order.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.shipping_hidden_tax_amount</field>\n                <to>sales_order.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_shipping_hidden_tax_amnt</field>\n                <to>sales_order.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_invoiced</field>\n                <to>sales_order.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_invoiced</field>\n                <to>sales_order.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_refunded</field>\n                <to>sales_order.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_refunded</field>\n                <to>sales_order.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_datetime.entity_id</field>\n                <to>catalog_category_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_decimal.entity_id</field>\n                <to>catalog_category_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_int.entity_id</field>\n                <to>catalog_category_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_text.entity_id</field>\n                <to>catalog_category_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_varchar.entity_id</field>\n                <to>catalog_category_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_datetime.entity_id</field>\n                <to>catalog_product_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_decimal.entity_id</field>\n                <to>catalog_product_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_gallery.entity_id</field>\n                <to>catalog_product_entity_gallery.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_int.entity_id</field>\n                <to>catalog_product_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_text.entity_id</field>\n                <to>catalog_product_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_varchar.entity_id</field>\n                <to>catalog_product_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_customer_group.rule_id</field>\n                <to>catalogrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_website.rule_id</field>\n                <to>catalogrule_website.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_customer_group.rule_id</field>\n                <to>salesrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_product_attribute.rule_id</field>\n                <to>salesrule_product_attribute.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_website.rule_id</field>\n                <to>salesrule_website.row_id</to>\n            </move>\n            <move>\n                <field>cms_block_store.block_id</field>\n                <to>cms_block_store.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_label.rule_id</field>\n                <to>salesrule_label.row_id</to>\n            </move>\n            <move>\n                <field>cms_page_store.page_id</field>\n                <to>cms_page_store.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/category_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/product_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_key,url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>rating_option_vote.remote_ip_long</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>sendfriend_log.ip</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>catalogrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalogrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_salesrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.block_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_block\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.page_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_page\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option.option_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_option\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection.selection_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_selection\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.paypal_ipn_customer_notified</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_content</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_customersegment</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogevent_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogevent_event_image</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_customerbalance</document>\n            </ignore>\n            <ignore>\n                <document>magento_customerbalance_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_segment</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcard_amount</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount_pool</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_data</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_entity</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_item</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_item_option</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_label</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_person</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_type</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_type_info</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping_store_attributes</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation_status_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation_track</document>\n            </ignore>\n            <ignore>\n                <document>magento_logging_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_logging_event_changes</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_coupon</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_log</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_template</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_rate</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_form_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_shipping_label</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_status_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>support_report</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_scheduled_operations</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_customersegment</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_lock</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_metadata</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_node</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_increment</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_page_revision</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_page_version</document>\n            </ignore>\n            <ignore>\n                <document>paypal_billing_agreement</document>\n            </ignore>\n            <ignore>\n                <document>paypal_billing_agreement_order</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>support_backup</document>\n            </ignore>\n            <ignore>\n                <document>support_backup_item</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>visual_merchandiser_rule</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>magento_salesrule_filter</document>\n            </ignore>\n            <ignore>\n                <document>multiinventory_warehouse</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>quote_preview</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_rma_shipment</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalog_category</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_block</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_page</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_selection</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_option</document>\n            </ignore>\n            <ignore>\n                <document>staging_update</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>company</document>\n            </ignore>\n            <ignore>\n                <document>company_advanced_customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_credit</document>\n            </ignore>\n            <ignore>\n                <document>company_credit_history</document>\n            </ignore>\n            <ignore>\n                <document>company_order_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_payment</document>\n            </ignore>\n            <ignore>\n                <document>company_permissions</document>\n            </ignore>\n            <ignore>\n                <document>company_roles</document>\n            </ignore>\n            <ignore>\n                <document>company_structure</document>\n            </ignore>\n            <ignore>\n                <document>company_team</document>\n            </ignore>\n            <ignore>\n                <document>company_user_roles</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment_attachment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_company_config</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_grid</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_history</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_item</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_purged_content</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list_item</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog_product_item</document>\n            </ignore>\n            <ignore>\n                <document>sharedcatalog_category_permissions</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_category_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"block_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"page_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.send_email</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.failures_num</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.first_failure</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.lock_expires</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.published_revision_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.website_root</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.under_version_control</field>\n            </ignore>\n            <ignore>\n                <field>quote.customer_balance_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_customer_bal_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.use_customer_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_gift_cards_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.use_reward_points</field>\n            </ignore>\n            <ignore>\n                <field>quote.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.used_gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.event_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.bs_customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_points_balance_refund</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.bs_customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_rwrd_crrncy_amt_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.rwrd_currency_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_rwrd_crrncy_amnt_refnded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.rwrd_crrncy_amnt_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_points_balance_refund</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.qty_returned</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.event_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>wishlist.name</field>\n            </ignore>\n            <ignore>\n                <field>wishlist.visibility</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.use_config_deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.row_id</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.9.2.4/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version191to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version191to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGrids\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGrids\\Data</data>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version191to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGrids\\Delta</delta>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/opensource-to-commerce/1.9.2.4/map.xml.dist</map_file>\n        <eav_map_file>etc/opensource-to-commerce/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/opensource-to-commerce/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/opensource-to-commerce/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/opensource-to-commerce/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/opensource-to-commerce/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/opensource-to-commerce/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/opensource-to-commerce/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/opensource-to-commerce/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/opensource-to-commerce/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <delta_document_groups_file>etc/opensource-to-commerce/deltalog.xml.dist</delta_document_groups_file>\n        <order_grids_document_groups_file>etc/opensource-to-commerce/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <map_document_groups>etc/opensource-to-commerce/map-document-groups.xml.dist</map_document_groups>\n        <class_map>etc/opensource-to-commerce/class-map.xml.dist</class_map>\n        <tier_price_map_file>etc/opensource-to-commerce/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/opensource-to-commerce/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>opensource-to-commerce</edition_migrate>\n        <edition_number>1.9.2.4</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.9.2.4/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order</document>\n                <to>sales_order</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_amount</field>\n                <to>sales_order.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_amount</field>\n                <to>sales_order.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.shipping_hidden_tax_amount</field>\n                <to>sales_order.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_shipping_hidden_tax_amnt</field>\n                <to>sales_order.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_invoiced</field>\n                <to>sales_order.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_invoiced</field>\n                <to>sales_order.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_refunded</field>\n                <to>sales_order.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_refunded</field>\n                <to>sales_order.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_datetime.entity_id</field>\n                <to>catalog_category_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_decimal.entity_id</field>\n                <to>catalog_category_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_int.entity_id</field>\n                <to>catalog_category_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_text.entity_id</field>\n                <to>catalog_category_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_varchar.entity_id</field>\n                <to>catalog_category_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_datetime.entity_id</field>\n                <to>catalog_product_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_decimal.entity_id</field>\n                <to>catalog_product_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_gallery.entity_id</field>\n                <to>catalog_product_entity_gallery.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_int.entity_id</field>\n                <to>catalog_product_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_text.entity_id</field>\n                <to>catalog_product_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_varchar.entity_id</field>\n                <to>catalog_product_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_customer_group.rule_id</field>\n                <to>catalogrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_website.rule_id</field>\n                <to>catalogrule_website.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_customer_group.rule_id</field>\n                <to>salesrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_product_attribute.rule_id</field>\n                <to>salesrule_product_attribute.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_website.rule_id</field>\n                <to>salesrule_website.row_id</to>\n            </move>\n            <move>\n                <field>cms_block_store.block_id</field>\n                <to>cms_block_store.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_label.rule_id</field>\n                <to>salesrule_label.row_id</to>\n            </move>\n            <move>\n                <field>cms_page_store.page_id</field>\n                <to>cms_page_store.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/category_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/product_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_key,url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>rating_option_vote.remote_ip_long</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>sendfriend_log.ip</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>catalogrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalogrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_salesrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.block_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_block\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.page_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_page\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option.option_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_option\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection.selection_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_selection\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.paypal_ipn_customer_notified</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_content</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_customersegment</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogevent_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogevent_event_image</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_customerbalance</document>\n            </ignore>\n            <ignore>\n                <document>magento_customerbalance_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_segment</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcard_amount</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount_pool</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_data</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_entity</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_item</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_item_option</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_label</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_person</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_type</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_type_info</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping_store_attributes</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation_status_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation_track</document>\n            </ignore>\n            <ignore>\n                <document>magento_logging_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_logging_event_changes</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_coupon</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_log</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_template</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_rate</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_form_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_shipping_label</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_status_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>support_report</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_scheduled_operations</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_customersegment</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_lock</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_metadata</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_node</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_increment</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_page_revision</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_page_version</document>\n            </ignore>\n            <ignore>\n                <document>paypal_billing_agreement</document>\n            </ignore>\n            <ignore>\n                <document>paypal_billing_agreement_order</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>support_backup</document>\n            </ignore>\n            <ignore>\n                <document>support_backup_item</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>visual_merchandiser_rule</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>magento_salesrule_filter</document>\n            </ignore>\n            <ignore>\n                <document>multiinventory_warehouse</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>quote_preview</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_rma_shipment</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalog_category</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_block</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_page</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_selection</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_option</document>\n            </ignore>\n            <ignore>\n                <document>staging_update</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>company</document>\n            </ignore>\n            <ignore>\n                <document>company_advanced_customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_credit</document>\n            </ignore>\n            <ignore>\n                <document>company_credit_history</document>\n            </ignore>\n            <ignore>\n                <document>company_order_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_payment</document>\n            </ignore>\n            <ignore>\n                <document>company_permissions</document>\n            </ignore>\n            <ignore>\n                <document>company_roles</document>\n            </ignore>\n            <ignore>\n                <document>company_structure</document>\n            </ignore>\n            <ignore>\n                <document>company_team</document>\n            </ignore>\n            <ignore>\n                <document>company_user_roles</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment_attachment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_company_config</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_grid</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_history</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_item</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_purged_content</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list_item</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog_product_item</document>\n            </ignore>\n            <ignore>\n                <document>sharedcatalog_category_permissions</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_category_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"block_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"page_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.send_email</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.failures_num</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.first_failure</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.lock_expires</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.published_revision_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.website_root</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.under_version_control</field>\n            </ignore>\n            <ignore>\n                <field>quote.customer_balance_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_customer_bal_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.use_customer_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_gift_cards_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.use_reward_points</field>\n            </ignore>\n            <ignore>\n                <field>quote.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.used_gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.event_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.bs_customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_points_balance_refund</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.bs_customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_rwrd_crrncy_amt_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.rwrd_currency_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_rwrd_crrncy_amnt_refnded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.rwrd_crrncy_amnt_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_points_balance_refund</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.qty_returned</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.event_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>wishlist.name</field>\n            </ignore>\n            <ignore>\n                <field>wishlist.visibility</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.use_config_deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.row_id</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.9.3.0/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version191to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version191to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGrids\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGrids\\Data</data>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version191to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGrids\\Delta</delta>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/opensource-to-commerce/1.9.3.0/map.xml.dist</map_file>\n        <eav_map_file>etc/opensource-to-commerce/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/opensource-to-commerce/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/opensource-to-commerce/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/opensource-to-commerce/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/opensource-to-commerce/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/opensource-to-commerce/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/opensource-to-commerce/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/opensource-to-commerce/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/opensource-to-commerce/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <delta_document_groups_file>etc/opensource-to-commerce/deltalog.xml.dist</delta_document_groups_file>\n        <order_grids_document_groups_file>etc/opensource-to-commerce/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <map_document_groups>etc/opensource-to-commerce/map-document-groups.xml.dist</map_document_groups>\n        <class_map>etc/opensource-to-commerce/class-map.xml.dist</class_map>\n        <tier_price_map_file>etc/opensource-to-commerce/1.9.3.0/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/opensource-to-commerce/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>opensource-to-commerce</edition_migrate>\n        <edition_number>1.9.3.0</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.9.3.0/map-tier-price.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_group_price.is_percent</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_group_price.customer_group_id</datatype>\n            </ignore>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_group_price.entity_id</field>\n                <to>catalog_product_entity_group_price.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_product_entity_group_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_tier_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_tier_price.percentage_value</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.9.3.0/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>customer_flowpassword</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order</document>\n                <to>sales_order</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_amount</field>\n                <to>sales_order.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_amount</field>\n                <to>sales_order.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.shipping_hidden_tax_amount</field>\n                <to>sales_order.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_shipping_hidden_tax_amnt</field>\n                <to>sales_order.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_invoiced</field>\n                <to>sales_order.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_invoiced</field>\n                <to>sales_order.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_refunded</field>\n                <to>sales_order.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_refunded</field>\n                <to>sales_order.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_datetime.entity_id</field>\n                <to>catalog_category_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_decimal.entity_id</field>\n                <to>catalog_category_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_int.entity_id</field>\n                <to>catalog_category_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_text.entity_id</field>\n                <to>catalog_category_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_varchar.entity_id</field>\n                <to>catalog_category_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_datetime.entity_id</field>\n                <to>catalog_product_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_decimal.entity_id</field>\n                <to>catalog_product_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_gallery.entity_id</field>\n                <to>catalog_product_entity_gallery.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_int.entity_id</field>\n                <to>catalog_product_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_text.entity_id</field>\n                <to>catalog_product_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_varchar.entity_id</field>\n                <to>catalog_product_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_customer_group.rule_id</field>\n                <to>catalogrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_website.rule_id</field>\n                <to>catalogrule_website.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_customer_group.rule_id</field>\n                <to>salesrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_product_attribute.rule_id</field>\n                <to>salesrule_product_attribute.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_website.rule_id</field>\n                <to>salesrule_website.row_id</to>\n            </move>\n            <move>\n                <field>cms_block_store.block_id</field>\n                <to>cms_block_store.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_label.rule_id</field>\n                <to>salesrule_label.row_id</to>\n            </move>\n            <move>\n                <field>cms_page_store.page_id</field>\n                <to>cms_page_store.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/category_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/product_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_key,url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>rating_option_vote.remote_ip_long</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>sendfriend_log.ip</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>catalogrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalogrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_salesrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.block_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_block\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.page_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_page\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option.option_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_option\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection.selection_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_selection\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.paypal_ipn_customer_notified</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_daily.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_monthly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_yearly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_content</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_customersegment</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogevent_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogevent_event_image</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_customerbalance</document>\n            </ignore>\n            <ignore>\n                <document>magento_customerbalance_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_segment</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcard_amount</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount_pool</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_data</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_entity</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_item</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_item_option</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_label</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_person</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_type</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_type_info</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping_store_attributes</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation_status_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation_track</document>\n            </ignore>\n            <ignore>\n                <document>magento_logging_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_logging_event_changes</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_coupon</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_log</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_template</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_rate</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_form_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_shipping_label</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_status_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>support_report</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_scheduled_operations</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_customersegment</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_lock</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_metadata</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_node</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_increment</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_page_revision</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_page_version</document>\n            </ignore>\n            <ignore>\n                <document>paypal_billing_agreement</document>\n            </ignore>\n            <ignore>\n                <document>paypal_billing_agreement_order</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>support_backup</document>\n            </ignore>\n            <ignore>\n                <document>support_backup_item</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>visual_merchandiser_rule</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>magento_salesrule_filter</document>\n            </ignore>\n            <ignore>\n                <document>multiinventory_warehouse</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>quote_preview</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_rma_shipment</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalog_category</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_block</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_page</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_selection</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_option</document>\n            </ignore>\n            <ignore>\n                <document>staging_update</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>company</document>\n            </ignore>\n            <ignore>\n                <document>company_advanced_customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_credit</document>\n            </ignore>\n            <ignore>\n                <document>company_credit_history</document>\n            </ignore>\n            <ignore>\n                <document>company_order_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_payment</document>\n            </ignore>\n            <ignore>\n                <document>company_permissions</document>\n            </ignore>\n            <ignore>\n                <document>company_roles</document>\n            </ignore>\n            <ignore>\n                <document>company_structure</document>\n            </ignore>\n            <ignore>\n                <document>company_team</document>\n            </ignore>\n            <ignore>\n                <document>company_user_roles</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment_attachment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_company_config</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_grid</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_history</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_item</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_purged_content</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list_item</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog_product_item</document>\n            </ignore>\n            <ignore>\n                <document>sharedcatalog_category_permissions</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_category_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"block_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"page_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.send_email</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.failures_num</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.first_failure</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.lock_expires</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.published_revision_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.website_root</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.under_version_control</field>\n            </ignore>\n            <ignore>\n                <field>quote.customer_balance_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_customer_bal_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.use_customer_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_gift_cards_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.use_reward_points</field>\n            </ignore>\n            <ignore>\n                <field>quote.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.used_gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.event_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.bs_customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_points_balance_refund</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.bs_customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_rwrd_crrncy_amt_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.rwrd_currency_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_rwrd_crrncy_amnt_refnded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.rwrd_crrncy_amnt_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_points_balance_refund</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.qty_returned</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.event_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>wishlist.name</field>\n            </ignore>\n            <ignore>\n                <field>wishlist.visibility</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.use_config_deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.row_id</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.9.3.1/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version191to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version191to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGrids\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGrids\\Data</data>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version191to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGrids\\Delta</delta>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/opensource-to-commerce/1.9.3.1/map.xml.dist</map_file>\n        <eav_map_file>etc/opensource-to-commerce/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/opensource-to-commerce/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/opensource-to-commerce/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/opensource-to-commerce/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/opensource-to-commerce/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/opensource-to-commerce/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/opensource-to-commerce/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/opensource-to-commerce/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/opensource-to-commerce/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <delta_document_groups_file>etc/opensource-to-commerce/deltalog.xml.dist</delta_document_groups_file>\n        <order_grids_document_groups_file>etc/opensource-to-commerce/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <map_document_groups>etc/opensource-to-commerce/map-document-groups.xml.dist</map_document_groups>\n        <class_map>etc/opensource-to-commerce/class-map.xml.dist</class_map>\n        <tier_price_map_file>etc/opensource-to-commerce/1.9.3.1/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/opensource-to-commerce/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>opensource-to-commerce</edition_migrate>\n        <edition_number>1.9.3.1</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.9.3.1/map-tier-price.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_group_price.is_percent</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_group_price.customer_group_id</datatype>\n            </ignore>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_group_price.entity_id</field>\n                <to>catalog_product_entity_group_price.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_product_entity_group_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_tier_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_tier_price.percentage_value</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.9.3.1/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>customer_flowpassword</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order</document>\n                <to>sales_order</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_amount</field>\n                <to>sales_order.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_amount</field>\n                <to>sales_order.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.shipping_hidden_tax_amount</field>\n                <to>sales_order.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_shipping_hidden_tax_amnt</field>\n                <to>sales_order.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_invoiced</field>\n                <to>sales_order.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_invoiced</field>\n                <to>sales_order.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_refunded</field>\n                <to>sales_order.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_refunded</field>\n                <to>sales_order.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_datetime.entity_id</field>\n                <to>catalog_category_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_decimal.entity_id</field>\n                <to>catalog_category_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_int.entity_id</field>\n                <to>catalog_category_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_text.entity_id</field>\n                <to>catalog_category_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_varchar.entity_id</field>\n                <to>catalog_category_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_datetime.entity_id</field>\n                <to>catalog_product_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_decimal.entity_id</field>\n                <to>catalog_product_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_gallery.entity_id</field>\n                <to>catalog_product_entity_gallery.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_int.entity_id</field>\n                <to>catalog_product_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_text.entity_id</field>\n                <to>catalog_product_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_varchar.entity_id</field>\n                <to>catalog_product_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_customer_group.rule_id</field>\n                <to>catalogrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_website.rule_id</field>\n                <to>catalogrule_website.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_customer_group.rule_id</field>\n                <to>salesrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_product_attribute.rule_id</field>\n                <to>salesrule_product_attribute.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_website.rule_id</field>\n                <to>salesrule_website.row_id</to>\n            </move>\n            <move>\n                <field>cms_block_store.block_id</field>\n                <to>cms_block_store.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_label.rule_id</field>\n                <to>salesrule_label.row_id</to>\n            </move>\n            <move>\n                <field>cms_page_store.page_id</field>\n                <to>cms_page_store.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/category_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/product_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_key,url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>rating_option_vote.remote_ip_long</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>sendfriend_log.ip</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>catalogrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalogrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_salesrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.block_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_block\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.page_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_page\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option.option_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_option\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection.selection_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_selection\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.paypal_ipn_customer_notified</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_daily.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_monthly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_yearly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_content</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_customersegment</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogevent_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogevent_event_image</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_customerbalance</document>\n            </ignore>\n            <ignore>\n                <document>magento_customerbalance_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_segment</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcard_amount</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount_pool</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_data</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_entity</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_item</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_item_option</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_label</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_person</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_type</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_type_info</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping_store_attributes</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation_status_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation_track</document>\n            </ignore>\n            <ignore>\n                <document>magento_logging_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_logging_event_changes</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_coupon</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_log</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_template</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_rate</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_form_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_shipping_label</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_status_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>support_report</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_scheduled_operations</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_customersegment</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_lock</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_metadata</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_node</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_increment</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_page_revision</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_page_version</document>\n            </ignore>\n            <ignore>\n                <document>paypal_billing_agreement</document>\n            </ignore>\n            <ignore>\n                <document>paypal_billing_agreement_order</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>support_backup</document>\n            </ignore>\n            <ignore>\n                <document>support_backup_item</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>visual_merchandiser_rule</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>magento_salesrule_filter</document>\n            </ignore>\n            <ignore>\n                <document>multiinventory_warehouse</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>quote_preview</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_rma_shipment</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalog_category</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_block</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_page</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_selection</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_option</document>\n            </ignore>\n            <ignore>\n                <document>staging_update</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>company</document>\n            </ignore>\n            <ignore>\n                <document>company_advanced_customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_credit</document>\n            </ignore>\n            <ignore>\n                <document>company_credit_history</document>\n            </ignore>\n            <ignore>\n                <document>company_order_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_payment</document>\n            </ignore>\n            <ignore>\n                <document>company_permissions</document>\n            </ignore>\n            <ignore>\n                <document>company_roles</document>\n            </ignore>\n            <ignore>\n                <document>company_structure</document>\n            </ignore>\n            <ignore>\n                <document>company_team</document>\n            </ignore>\n            <ignore>\n                <document>company_user_roles</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment_attachment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_company_config</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_grid</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_history</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_item</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_purged_content</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list_item</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog_product_item</document>\n            </ignore>\n            <ignore>\n                <document>sharedcatalog_category_permissions</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_category_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"block_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"page_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.send_email</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.failures_num</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.first_failure</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.lock_expires</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.published_revision_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.website_root</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.under_version_control</field>\n            </ignore>\n            <ignore>\n                <field>quote.customer_balance_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_customer_bal_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.use_customer_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_gift_cards_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.use_reward_points</field>\n            </ignore>\n            <ignore>\n                <field>quote.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.used_gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.event_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.bs_customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_points_balance_refund</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.bs_customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_rwrd_crrncy_amt_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.rwrd_currency_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_rwrd_crrncy_amnt_refnded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.rwrd_crrncy_amnt_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_points_balance_refund</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.qty_returned</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.event_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>wishlist.name</field>\n            </ignore>\n            <ignore>\n                <field>wishlist.visibility</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.use_config_deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.row_id</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.9.3.10/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version191to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version191to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGrids\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGrids\\Data</data>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version191to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGrids\\Delta</delta>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/opensource-to-commerce/1.9.3.10/map.xml.dist</map_file>\n        <eav_map_file>etc/opensource-to-commerce/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/opensource-to-commerce/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/opensource-to-commerce/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/opensource-to-commerce/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/opensource-to-commerce/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/opensource-to-commerce/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/opensource-to-commerce/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/opensource-to-commerce/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/opensource-to-commerce/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <delta_document_groups_file>etc/opensource-to-commerce/deltalog.xml.dist</delta_document_groups_file>\n        <order_grids_document_groups_file>etc/opensource-to-commerce/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <map_document_groups>etc/opensource-to-commerce/map-document-groups.xml.dist</map_document_groups>\n        <class_map>etc/opensource-to-commerce/class-map.xml.dist</class_map>\n        <tier_price_map_file>etc/opensource-to-commerce/1.9.3.10/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/opensource-to-commerce/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>opensource-to-commerce</edition_migrate>\n        <edition_number>1.9.3.10</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.9.3.10/map-tier-price.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_group_price.is_percent</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_group_price.customer_group_id</datatype>\n            </ignore>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_group_price.entity_id</field>\n                <to>catalog_product_entity_group_price.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_product_entity_group_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_tier_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_tier_price.percentage_value</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.9.3.10/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>customer_flowpassword</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order</document>\n                <to>sales_order</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_amount</field>\n                <to>sales_order.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_amount</field>\n                <to>sales_order.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.shipping_hidden_tax_amount</field>\n                <to>sales_order.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_shipping_hidden_tax_amnt</field>\n                <to>sales_order.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_invoiced</field>\n                <to>sales_order.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_invoiced</field>\n                <to>sales_order.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_refunded</field>\n                <to>sales_order.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_refunded</field>\n                <to>sales_order.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_datetime.entity_id</field>\n                <to>catalog_category_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_decimal.entity_id</field>\n                <to>catalog_category_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_int.entity_id</field>\n                <to>catalog_category_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_text.entity_id</field>\n                <to>catalog_category_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_varchar.entity_id</field>\n                <to>catalog_category_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_datetime.entity_id</field>\n                <to>catalog_product_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_decimal.entity_id</field>\n                <to>catalog_product_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_gallery.entity_id</field>\n                <to>catalog_product_entity_gallery.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_int.entity_id</field>\n                <to>catalog_product_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_text.entity_id</field>\n                <to>catalog_product_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_varchar.entity_id</field>\n                <to>catalog_product_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_customer_group.rule_id</field>\n                <to>catalogrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_website.rule_id</field>\n                <to>catalogrule_website.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_customer_group.rule_id</field>\n                <to>salesrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_product_attribute.rule_id</field>\n                <to>salesrule_product_attribute.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_website.rule_id</field>\n                <to>salesrule_website.row_id</to>\n            </move>\n            <move>\n                <field>cms_block_store.block_id</field>\n                <to>cms_block_store.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_label.rule_id</field>\n                <to>salesrule_label.row_id</to>\n            </move>\n            <move>\n                <field>cms_page_store.page_id</field>\n                <to>cms_page_store.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/category_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/product_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_key,url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>rating_option_vote.remote_ip_long</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>sendfriend_log.ip</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>catalogrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalogrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_salesrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.block_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_block\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.page_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_page\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option.option_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_option\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection.selection_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_selection\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.paypal_ipn_customer_notified</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_daily.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_monthly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_yearly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_content</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_customersegment</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogevent_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogevent_event_image</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_customerbalance</document>\n            </ignore>\n            <ignore>\n                <document>magento_customerbalance_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_segment</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcard_amount</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount_pool</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_data</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_entity</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_item</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_item_option</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_label</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_person</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_type</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_type_info</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping_store_attributes</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation_status_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation_track</document>\n            </ignore>\n            <ignore>\n                <document>magento_logging_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_logging_event_changes</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_coupon</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_log</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_template</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_rate</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_form_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_shipping_label</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_status_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>support_report</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_scheduled_operations</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_customersegment</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_lock</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_metadata</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_node</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_increment</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_page_revision</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_page_version</document>\n            </ignore>\n            <ignore>\n                <document>paypal_billing_agreement</document>\n            </ignore>\n            <ignore>\n                <document>paypal_billing_agreement_order</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>support_backup</document>\n            </ignore>\n            <ignore>\n                <document>support_backup_item</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>visual_merchandiser_rule</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>magento_salesrule_filter</document>\n            </ignore>\n            <ignore>\n                <document>multiinventory_warehouse</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>quote_preview</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_rma_shipment</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalog_category</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_block</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_page</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_selection</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_option</document>\n            </ignore>\n            <ignore>\n                <document>staging_update</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>company</document>\n            </ignore>\n            <ignore>\n                <document>company_advanced_customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_credit</document>\n            </ignore>\n            <ignore>\n                <document>company_credit_history</document>\n            </ignore>\n            <ignore>\n                <document>company_order_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_payment</document>\n            </ignore>\n            <ignore>\n                <document>company_permissions</document>\n            </ignore>\n            <ignore>\n                <document>company_roles</document>\n            </ignore>\n            <ignore>\n                <document>company_structure</document>\n            </ignore>\n            <ignore>\n                <document>company_team</document>\n            </ignore>\n            <ignore>\n                <document>company_user_roles</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment_attachment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_company_config</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_grid</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_history</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_item</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_purged_content</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list_item</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog_product_item</document>\n            </ignore>\n            <ignore>\n                <document>sharedcatalog_category_permissions</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_category_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"block_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"page_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.send_email</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.failures_num</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.first_failure</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.lock_expires</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.published_revision_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.website_root</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.under_version_control</field>\n            </ignore>\n            <ignore>\n                <field>quote.customer_balance_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_customer_bal_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.use_customer_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_gift_cards_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.use_reward_points</field>\n            </ignore>\n            <ignore>\n                <field>quote.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.used_gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.event_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.bs_customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_points_balance_refund</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.bs_customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_rwrd_crrncy_amt_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.rwrd_currency_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_rwrd_crrncy_amnt_refnded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.rwrd_crrncy_amnt_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_points_balance_refund</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.qty_returned</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.event_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>wishlist.name</field>\n            </ignore>\n            <ignore>\n                <field>wishlist.visibility</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.use_config_deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.row_id</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.9.3.2/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version191to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version191to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGrids\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGrids\\Data</data>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version191to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGrids\\Delta</delta>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/opensource-to-commerce/1.9.3.2/map.xml.dist</map_file>\n        <eav_map_file>etc/opensource-to-commerce/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/opensource-to-commerce/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/opensource-to-commerce/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/opensource-to-commerce/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/opensource-to-commerce/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/opensource-to-commerce/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/opensource-to-commerce/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/opensource-to-commerce/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/opensource-to-commerce/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <delta_document_groups_file>etc/opensource-to-commerce/deltalog.xml.dist</delta_document_groups_file>\n        <order_grids_document_groups_file>etc/opensource-to-commerce/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <map_document_groups>etc/opensource-to-commerce/map-document-groups.xml.dist</map_document_groups>\n        <class_map>etc/opensource-to-commerce/class-map.xml.dist</class_map>\n        <tier_price_map_file>etc/opensource-to-commerce/1.9.3.2/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/opensource-to-commerce/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>opensource-to-commerce</edition_migrate>\n        <edition_number>1.9.3.2</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.9.3.2/map-tier-price.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_group_price.is_percent</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_group_price.customer_group_id</datatype>\n            </ignore>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_group_price.entity_id</field>\n                <to>catalog_product_entity_group_price.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_product_entity_group_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_tier_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_tier_price.percentage_value</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.9.3.2/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>customer_flowpassword</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order</document>\n                <to>sales_order</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_amount</field>\n                <to>sales_order.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_amount</field>\n                <to>sales_order.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.shipping_hidden_tax_amount</field>\n                <to>sales_order.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_shipping_hidden_tax_amnt</field>\n                <to>sales_order.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_invoiced</field>\n                <to>sales_order.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_invoiced</field>\n                <to>sales_order.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_refunded</field>\n                <to>sales_order.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_refunded</field>\n                <to>sales_order.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_datetime.entity_id</field>\n                <to>catalog_category_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_decimal.entity_id</field>\n                <to>catalog_category_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_int.entity_id</field>\n                <to>catalog_category_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_text.entity_id</field>\n                <to>catalog_category_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_varchar.entity_id</field>\n                <to>catalog_category_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_datetime.entity_id</field>\n                <to>catalog_product_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_decimal.entity_id</field>\n                <to>catalog_product_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_gallery.entity_id</field>\n                <to>catalog_product_entity_gallery.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_int.entity_id</field>\n                <to>catalog_product_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_text.entity_id</field>\n                <to>catalog_product_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_varchar.entity_id</field>\n                <to>catalog_product_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_customer_group.rule_id</field>\n                <to>catalogrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_website.rule_id</field>\n                <to>catalogrule_website.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_customer_group.rule_id</field>\n                <to>salesrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_product_attribute.rule_id</field>\n                <to>salesrule_product_attribute.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_website.rule_id</field>\n                <to>salesrule_website.row_id</to>\n            </move>\n            <move>\n                <field>cms_block_store.block_id</field>\n                <to>cms_block_store.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_label.rule_id</field>\n                <to>salesrule_label.row_id</to>\n            </move>\n            <move>\n                <field>cms_page_store.page_id</field>\n                <to>cms_page_store.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/category_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/product_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_key,url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>rating_option_vote.remote_ip_long</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>sendfriend_log.ip</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>catalogrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalogrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_salesrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.block_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_block\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.page_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_page\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option.option_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_option\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection.selection_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_selection\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.paypal_ipn_customer_notified</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_daily.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_monthly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_yearly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_content</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_customersegment</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogevent_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogevent_event_image</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_customerbalance</document>\n            </ignore>\n            <ignore>\n                <document>magento_customerbalance_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_segment</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcard_amount</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount_pool</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_data</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_entity</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_item</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_item_option</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_label</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_person</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_type</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_type_info</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping_store_attributes</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation_status_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation_track</document>\n            </ignore>\n            <ignore>\n                <document>magento_logging_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_logging_event_changes</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_coupon</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_log</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_template</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_rate</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_form_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_shipping_label</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_status_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>support_report</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_scheduled_operations</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_customersegment</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_lock</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_metadata</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_node</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_increment</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_page_revision</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_page_version</document>\n            </ignore>\n            <ignore>\n                <document>paypal_billing_agreement</document>\n            </ignore>\n            <ignore>\n                <document>paypal_billing_agreement_order</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>support_backup</document>\n            </ignore>\n            <ignore>\n                <document>support_backup_item</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>visual_merchandiser_rule</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>magento_salesrule_filter</document>\n            </ignore>\n            <ignore>\n                <document>multiinventory_warehouse</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>quote_preview</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_rma_shipment</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalog_category</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_block</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_page</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_selection</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_option</document>\n            </ignore>\n            <ignore>\n                <document>staging_update</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>company</document>\n            </ignore>\n            <ignore>\n                <document>company_advanced_customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_credit</document>\n            </ignore>\n            <ignore>\n                <document>company_credit_history</document>\n            </ignore>\n            <ignore>\n                <document>company_order_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_payment</document>\n            </ignore>\n            <ignore>\n                <document>company_permissions</document>\n            </ignore>\n            <ignore>\n                <document>company_roles</document>\n            </ignore>\n            <ignore>\n                <document>company_structure</document>\n            </ignore>\n            <ignore>\n                <document>company_team</document>\n            </ignore>\n            <ignore>\n                <document>company_user_roles</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment_attachment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_company_config</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_grid</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_history</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_item</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_purged_content</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list_item</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog_product_item</document>\n            </ignore>\n            <ignore>\n                <document>sharedcatalog_category_permissions</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_category_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"block_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"page_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.send_email</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.failures_num</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.first_failure</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.lock_expires</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.published_revision_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.website_root</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.under_version_control</field>\n            </ignore>\n            <ignore>\n                <field>quote.customer_balance_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_customer_bal_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.use_customer_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_gift_cards_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.use_reward_points</field>\n            </ignore>\n            <ignore>\n                <field>quote.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.used_gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.event_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.bs_customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_points_balance_refund</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.bs_customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_rwrd_crrncy_amt_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.rwrd_currency_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_rwrd_crrncy_amnt_refnded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.rwrd_crrncy_amnt_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_points_balance_refund</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.qty_returned</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.event_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>wishlist.name</field>\n            </ignore>\n            <ignore>\n                <field>wishlist.visibility</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.use_config_deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.row_id</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.9.3.3/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version191to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version191to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGrids\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGrids\\Data</data>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version191to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGrids\\Delta</delta>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/opensource-to-commerce/1.9.3.3/map.xml.dist</map_file>\n        <eav_map_file>etc/opensource-to-commerce/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/opensource-to-commerce/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/opensource-to-commerce/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/opensource-to-commerce/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/opensource-to-commerce/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/opensource-to-commerce/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/opensource-to-commerce/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/opensource-to-commerce/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/opensource-to-commerce/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <delta_document_groups_file>etc/opensource-to-commerce/deltalog.xml.dist</delta_document_groups_file>\n        <order_grids_document_groups_file>etc/opensource-to-commerce/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <map_document_groups>etc/opensource-to-commerce/map-document-groups.xml.dist</map_document_groups>\n        <class_map>etc/opensource-to-commerce/class-map.xml.dist</class_map>\n        <tier_price_map_file>etc/opensource-to-commerce/1.9.3.3/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/opensource-to-commerce/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>opensource-to-commerce</edition_migrate>\n        <edition_number>1.9.3.3</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.9.3.3/map-tier-price.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_group_price.is_percent</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_group_price.customer_group_id</datatype>\n            </ignore>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_group_price.entity_id</field>\n                <to>catalog_product_entity_group_price.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_product_entity_group_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_tier_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_tier_price.percentage_value</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.9.3.3/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>customer_flowpassword</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order</document>\n                <to>sales_order</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_amount</field>\n                <to>sales_order.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_amount</field>\n                <to>sales_order.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.shipping_hidden_tax_amount</field>\n                <to>sales_order.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_shipping_hidden_tax_amnt</field>\n                <to>sales_order.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_invoiced</field>\n                <to>sales_order.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_invoiced</field>\n                <to>sales_order.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_refunded</field>\n                <to>sales_order.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_refunded</field>\n                <to>sales_order.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_datetime.entity_id</field>\n                <to>catalog_category_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_decimal.entity_id</field>\n                <to>catalog_category_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_int.entity_id</field>\n                <to>catalog_category_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_text.entity_id</field>\n                <to>catalog_category_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_varchar.entity_id</field>\n                <to>catalog_category_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_datetime.entity_id</field>\n                <to>catalog_product_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_decimal.entity_id</field>\n                <to>catalog_product_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_gallery.entity_id</field>\n                <to>catalog_product_entity_gallery.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_int.entity_id</field>\n                <to>catalog_product_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_text.entity_id</field>\n                <to>catalog_product_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_varchar.entity_id</field>\n                <to>catalog_product_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_customer_group.rule_id</field>\n                <to>catalogrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_website.rule_id</field>\n                <to>catalogrule_website.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_customer_group.rule_id</field>\n                <to>salesrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_product_attribute.rule_id</field>\n                <to>salesrule_product_attribute.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_website.rule_id</field>\n                <to>salesrule_website.row_id</to>\n            </move>\n            <move>\n                <field>cms_block_store.block_id</field>\n                <to>cms_block_store.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_label.rule_id</field>\n                <to>salesrule_label.row_id</to>\n            </move>\n            <move>\n                <field>cms_page_store.page_id</field>\n                <to>cms_page_store.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/category_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/product_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_key,url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>rating_option_vote.remote_ip_long</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>sendfriend_log.ip</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>catalogrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalogrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_salesrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.block_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_block\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.page_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_page\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option.option_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_option\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection.selection_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_selection\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.paypal_ipn_customer_notified</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_daily.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_monthly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_yearly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_content</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_customersegment</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogevent_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogevent_event_image</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_customerbalance</document>\n            </ignore>\n            <ignore>\n                <document>magento_customerbalance_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_segment</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcard_amount</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount_pool</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_data</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_entity</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_item</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_item_option</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_label</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_person</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_type</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_type_info</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping_store_attributes</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation_status_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation_track</document>\n            </ignore>\n            <ignore>\n                <document>magento_logging_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_logging_event_changes</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_coupon</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_log</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_template</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_rate</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_form_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_shipping_label</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_status_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>support_report</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_scheduled_operations</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_customersegment</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_lock</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_metadata</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_node</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_increment</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_page_revision</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_page_version</document>\n            </ignore>\n            <ignore>\n                <document>paypal_billing_agreement</document>\n            </ignore>\n            <ignore>\n                <document>paypal_billing_agreement_order</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>support_backup</document>\n            </ignore>\n            <ignore>\n                <document>support_backup_item</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>visual_merchandiser_rule</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>magento_salesrule_filter</document>\n            </ignore>\n            <ignore>\n                <document>multiinventory_warehouse</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>quote_preview</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_rma_shipment</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalog_category</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_block</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_page</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_selection</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_option</document>\n            </ignore>\n            <ignore>\n                <document>staging_update</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>company</document>\n            </ignore>\n            <ignore>\n                <document>company_advanced_customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_credit</document>\n            </ignore>\n            <ignore>\n                <document>company_credit_history</document>\n            </ignore>\n            <ignore>\n                <document>company_order_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_payment</document>\n            </ignore>\n            <ignore>\n                <document>company_permissions</document>\n            </ignore>\n            <ignore>\n                <document>company_roles</document>\n            </ignore>\n            <ignore>\n                <document>company_structure</document>\n            </ignore>\n            <ignore>\n                <document>company_team</document>\n            </ignore>\n            <ignore>\n                <document>company_user_roles</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment_attachment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_company_config</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_grid</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_history</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_item</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_purged_content</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list_item</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog_product_item</document>\n            </ignore>\n            <ignore>\n                <document>sharedcatalog_category_permissions</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_category_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"block_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"page_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.send_email</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.failures_num</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.first_failure</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.lock_expires</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.published_revision_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.website_root</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.under_version_control</field>\n            </ignore>\n            <ignore>\n                <field>quote.customer_balance_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_customer_bal_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.use_customer_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_gift_cards_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.use_reward_points</field>\n            </ignore>\n            <ignore>\n                <field>quote.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.used_gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.event_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.bs_customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_points_balance_refund</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.bs_customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_rwrd_crrncy_amt_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.rwrd_currency_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_rwrd_crrncy_amnt_refnded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.rwrd_crrncy_amnt_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_points_balance_refund</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.qty_returned</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.event_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>wishlist.name</field>\n            </ignore>\n            <ignore>\n                <field>wishlist.visibility</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.use_config_deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.row_id</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.9.3.4/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version191to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version191to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGrids\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGrids\\Data</data>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version191to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGrids\\Delta</delta>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/opensource-to-commerce/1.9.3.4/map.xml.dist</map_file>\n        <eav_map_file>etc/opensource-to-commerce/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/opensource-to-commerce/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/opensource-to-commerce/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/opensource-to-commerce/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/opensource-to-commerce/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/opensource-to-commerce/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/opensource-to-commerce/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/opensource-to-commerce/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/opensource-to-commerce/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <delta_document_groups_file>etc/opensource-to-commerce/deltalog.xml.dist</delta_document_groups_file>\n        <order_grids_document_groups_file>etc/opensource-to-commerce/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <map_document_groups>etc/opensource-to-commerce/map-document-groups.xml.dist</map_document_groups>\n        <class_map>etc/opensource-to-commerce/class-map.xml.dist</class_map>\n        <tier_price_map_file>etc/opensource-to-commerce/1.9.3.4/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/opensource-to-commerce/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>opensource-to-commerce</edition_migrate>\n        <edition_number>1.9.3.4</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.9.3.4/map-tier-price.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_group_price.is_percent</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_group_price.customer_group_id</datatype>\n            </ignore>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_group_price.entity_id</field>\n                <to>catalog_product_entity_group_price.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_product_entity_group_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_tier_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_tier_price.percentage_value</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.9.3.4/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>customer_flowpassword</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order</document>\n                <to>sales_order</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_amount</field>\n                <to>sales_order.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_amount</field>\n                <to>sales_order.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.shipping_hidden_tax_amount</field>\n                <to>sales_order.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_shipping_hidden_tax_amnt</field>\n                <to>sales_order.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_invoiced</field>\n                <to>sales_order.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_invoiced</field>\n                <to>sales_order.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_refunded</field>\n                <to>sales_order.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_refunded</field>\n                <to>sales_order.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_datetime.entity_id</field>\n                <to>catalog_category_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_decimal.entity_id</field>\n                <to>catalog_category_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_int.entity_id</field>\n                <to>catalog_category_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_text.entity_id</field>\n                <to>catalog_category_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_varchar.entity_id</field>\n                <to>catalog_category_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_datetime.entity_id</field>\n                <to>catalog_product_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_decimal.entity_id</field>\n                <to>catalog_product_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_gallery.entity_id</field>\n                <to>catalog_product_entity_gallery.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_int.entity_id</field>\n                <to>catalog_product_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_text.entity_id</field>\n                <to>catalog_product_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_varchar.entity_id</field>\n                <to>catalog_product_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_customer_group.rule_id</field>\n                <to>catalogrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_website.rule_id</field>\n                <to>catalogrule_website.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_customer_group.rule_id</field>\n                <to>salesrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_product_attribute.rule_id</field>\n                <to>salesrule_product_attribute.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_website.rule_id</field>\n                <to>salesrule_website.row_id</to>\n            </move>\n            <move>\n                <field>cms_block_store.block_id</field>\n                <to>cms_block_store.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_label.rule_id</field>\n                <to>salesrule_label.row_id</to>\n            </move>\n            <move>\n                <field>cms_page_store.page_id</field>\n                <to>cms_page_store.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/category_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/product_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_key,url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>rating_option_vote.remote_ip_long</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>sendfriend_log.ip</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>catalogrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalogrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_salesrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.block_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_block\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.page_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_page\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option.option_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_option\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection.selection_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_selection\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.paypal_ipn_customer_notified</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_daily.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_monthly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_yearly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_content</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_customersegment</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogevent_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogevent_event_image</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_customerbalance</document>\n            </ignore>\n            <ignore>\n                <document>magento_customerbalance_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_segment</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcard_amount</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount_pool</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_data</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_entity</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_item</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_item_option</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_label</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_person</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_type</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_type_info</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping_store_attributes</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation_status_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation_track</document>\n            </ignore>\n            <ignore>\n                <document>magento_logging_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_logging_event_changes</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_coupon</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_log</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_template</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_rate</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_form_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_shipping_label</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_status_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>support_report</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_scheduled_operations</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_customersegment</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_lock</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_metadata</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_node</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_increment</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_page_revision</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_page_version</document>\n            </ignore>\n            <ignore>\n                <document>paypal_billing_agreement</document>\n            </ignore>\n            <ignore>\n                <document>paypal_billing_agreement_order</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>support_backup</document>\n            </ignore>\n            <ignore>\n                <document>support_backup_item</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>visual_merchandiser_rule</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>magento_salesrule_filter</document>\n            </ignore>\n            <ignore>\n                <document>multiinventory_warehouse</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>quote_preview</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_rma_shipment</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalog_category</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_block</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_page</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_selection</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_option</document>\n            </ignore>\n            <ignore>\n                <document>staging_update</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>company</document>\n            </ignore>\n            <ignore>\n                <document>company_advanced_customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_credit</document>\n            </ignore>\n            <ignore>\n                <document>company_credit_history</document>\n            </ignore>\n            <ignore>\n                <document>company_order_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_payment</document>\n            </ignore>\n            <ignore>\n                <document>company_permissions</document>\n            </ignore>\n            <ignore>\n                <document>company_roles</document>\n            </ignore>\n            <ignore>\n                <document>company_structure</document>\n            </ignore>\n            <ignore>\n                <document>company_team</document>\n            </ignore>\n            <ignore>\n                <document>company_user_roles</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment_attachment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_company_config</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_grid</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_history</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_item</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_purged_content</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list_item</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog_product_item</document>\n            </ignore>\n            <ignore>\n                <document>sharedcatalog_category_permissions</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_category_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"block_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"page_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.send_email</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.failures_num</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.first_failure</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.lock_expires</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.published_revision_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.website_root</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.under_version_control</field>\n            </ignore>\n            <ignore>\n                <field>quote.customer_balance_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_customer_bal_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.use_customer_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_gift_cards_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.use_reward_points</field>\n            </ignore>\n            <ignore>\n                <field>quote.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.used_gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.event_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.bs_customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_points_balance_refund</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.bs_customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_rwrd_crrncy_amt_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.rwrd_currency_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_rwrd_crrncy_amnt_refnded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.rwrd_crrncy_amnt_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_points_balance_refund</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.qty_returned</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.event_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>wishlist.name</field>\n            </ignore>\n            <ignore>\n                <field>wishlist.visibility</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.use_config_deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.row_id</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.9.3.6/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version191to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version191to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGrids\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGrids\\Data</data>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version191to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGrids\\Delta</delta>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/opensource-to-commerce/1.9.3.6/map.xml.dist</map_file>\n        <eav_map_file>etc/opensource-to-commerce/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/opensource-to-commerce/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/opensource-to-commerce/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/opensource-to-commerce/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/opensource-to-commerce/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/opensource-to-commerce/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/opensource-to-commerce/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/opensource-to-commerce/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/opensource-to-commerce/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <delta_document_groups_file>etc/opensource-to-commerce/deltalog.xml.dist</delta_document_groups_file>\n        <order_grids_document_groups_file>etc/opensource-to-commerce/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <map_document_groups>etc/opensource-to-commerce/map-document-groups.xml.dist</map_document_groups>\n        <class_map>etc/opensource-to-commerce/class-map.xml.dist</class_map>\n        <tier_price_map_file>etc/opensource-to-commerce/1.9.3.6/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/opensource-to-commerce/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>opensource-to-commerce</edition_migrate>\n        <edition_number>1.9.3.6</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.9.3.6/map-tier-price.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_group_price.is_percent</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_group_price.customer_group_id</datatype>\n            </ignore>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_group_price.entity_id</field>\n                <to>catalog_product_entity_group_price.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_product_entity_group_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_tier_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_tier_price.percentage_value</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.9.3.6/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>customer_flowpassword</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order</document>\n                <to>sales_order</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_amount</field>\n                <to>sales_order.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_amount</field>\n                <to>sales_order.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.shipping_hidden_tax_amount</field>\n                <to>sales_order.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_shipping_hidden_tax_amnt</field>\n                <to>sales_order.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_invoiced</field>\n                <to>sales_order.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_invoiced</field>\n                <to>sales_order.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_refunded</field>\n                <to>sales_order.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_refunded</field>\n                <to>sales_order.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_datetime.entity_id</field>\n                <to>catalog_category_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_decimal.entity_id</field>\n                <to>catalog_category_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_int.entity_id</field>\n                <to>catalog_category_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_text.entity_id</field>\n                <to>catalog_category_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_varchar.entity_id</field>\n                <to>catalog_category_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_datetime.entity_id</field>\n                <to>catalog_product_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_decimal.entity_id</field>\n                <to>catalog_product_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_gallery.entity_id</field>\n                <to>catalog_product_entity_gallery.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_int.entity_id</field>\n                <to>catalog_product_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_text.entity_id</field>\n                <to>catalog_product_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_varchar.entity_id</field>\n                <to>catalog_product_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_customer_group.rule_id</field>\n                <to>catalogrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_website.rule_id</field>\n                <to>catalogrule_website.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_customer_group.rule_id</field>\n                <to>salesrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_product_attribute.rule_id</field>\n                <to>salesrule_product_attribute.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_website.rule_id</field>\n                <to>salesrule_website.row_id</to>\n            </move>\n            <move>\n                <field>cms_block_store.block_id</field>\n                <to>cms_block_store.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_label.rule_id</field>\n                <to>salesrule_label.row_id</to>\n            </move>\n            <move>\n                <field>cms_page_store.page_id</field>\n                <to>cms_page_store.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/category_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/product_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_key,url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>rating_option_vote.remote_ip_long</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>sendfriend_log.ip</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>catalogrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalogrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_salesrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.block_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_block\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.page_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_page\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option.option_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_option\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection.selection_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_selection\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.paypal_ipn_customer_notified</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_daily.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_monthly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_yearly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_content</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_customersegment</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogevent_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogevent_event_image</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_customerbalance</document>\n            </ignore>\n            <ignore>\n                <document>magento_customerbalance_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_segment</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcard_amount</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount_pool</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_data</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_entity</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_item</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_item_option</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_label</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_person</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_type</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_type_info</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping_store_attributes</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation_status_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation_track</document>\n            </ignore>\n            <ignore>\n                <document>magento_logging_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_logging_event_changes</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_coupon</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_log</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_template</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_rate</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_form_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_shipping_label</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_status_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>support_report</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_scheduled_operations</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_customersegment</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_lock</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_metadata</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_node</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_increment</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_page_revision</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_page_version</document>\n            </ignore>\n            <ignore>\n                <document>paypal_billing_agreement</document>\n            </ignore>\n            <ignore>\n                <document>paypal_billing_agreement_order</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>support_backup</document>\n            </ignore>\n            <ignore>\n                <document>support_backup_item</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>visual_merchandiser_rule</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>magento_salesrule_filter</document>\n            </ignore>\n            <ignore>\n                <document>multiinventory_warehouse</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>quote_preview</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_rma_shipment</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalog_category</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_block</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_page</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_selection</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_option</document>\n            </ignore>\n            <ignore>\n                <document>staging_update</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>company</document>\n            </ignore>\n            <ignore>\n                <document>company_advanced_customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_credit</document>\n            </ignore>\n            <ignore>\n                <document>company_credit_history</document>\n            </ignore>\n            <ignore>\n                <document>company_order_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_payment</document>\n            </ignore>\n            <ignore>\n                <document>company_permissions</document>\n            </ignore>\n            <ignore>\n                <document>company_roles</document>\n            </ignore>\n            <ignore>\n                <document>company_structure</document>\n            </ignore>\n            <ignore>\n                <document>company_team</document>\n            </ignore>\n            <ignore>\n                <document>company_user_roles</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment_attachment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_company_config</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_grid</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_history</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_item</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_purged_content</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list_item</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog_product_item</document>\n            </ignore>\n            <ignore>\n                <document>sharedcatalog_category_permissions</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_category_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"block_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"page_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.send_email</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.failures_num</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.first_failure</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.lock_expires</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.published_revision_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.website_root</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.under_version_control</field>\n            </ignore>\n            <ignore>\n                <field>quote.customer_balance_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_customer_bal_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.use_customer_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_gift_cards_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.use_reward_points</field>\n            </ignore>\n            <ignore>\n                <field>quote.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.used_gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.event_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.bs_customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_points_balance_refund</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.bs_customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_rwrd_crrncy_amt_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.rwrd_currency_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_rwrd_crrncy_amnt_refnded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.rwrd_crrncy_amnt_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_points_balance_refund</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.qty_returned</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.event_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>wishlist.name</field>\n            </ignore>\n            <ignore>\n                <field>wishlist.visibility</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.use_config_deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.row_id</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.9.3.7/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version191to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version191to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGrids\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGrids\\Data</data>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version191to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGrids\\Delta</delta>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/opensource-to-commerce/1.9.3.7/map.xml.dist</map_file>\n        <eav_map_file>etc/opensource-to-commerce/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/opensource-to-commerce/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/opensource-to-commerce/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/opensource-to-commerce/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/opensource-to-commerce/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/opensource-to-commerce/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/opensource-to-commerce/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/opensource-to-commerce/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/opensource-to-commerce/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <delta_document_groups_file>etc/opensource-to-commerce/deltalog.xml.dist</delta_document_groups_file>\n        <order_grids_document_groups_file>etc/opensource-to-commerce/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <map_document_groups>etc/opensource-to-commerce/map-document-groups.xml.dist</map_document_groups>\n        <class_map>etc/opensource-to-commerce/class-map.xml.dist</class_map>\n        <tier_price_map_file>etc/opensource-to-commerce/1.9.3.7/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/opensource-to-commerce/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>opensource-to-commerce</edition_migrate>\n        <edition_number>1.9.3.7</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.9.3.7/map-tier-price.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_group_price.is_percent</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_group_price.customer_group_id</datatype>\n            </ignore>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_group_price.entity_id</field>\n                <to>catalog_product_entity_group_price.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_product_entity_group_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_tier_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_tier_price.percentage_value</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.9.3.7/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>customer_flowpassword</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order</document>\n                <to>sales_order</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_amount</field>\n                <to>sales_order.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_amount</field>\n                <to>sales_order.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.shipping_hidden_tax_amount</field>\n                <to>sales_order.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_shipping_hidden_tax_amnt</field>\n                <to>sales_order.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_invoiced</field>\n                <to>sales_order.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_invoiced</field>\n                <to>sales_order.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_refunded</field>\n                <to>sales_order.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_refunded</field>\n                <to>sales_order.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_datetime.entity_id</field>\n                <to>catalog_category_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_decimal.entity_id</field>\n                <to>catalog_category_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_int.entity_id</field>\n                <to>catalog_category_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_text.entity_id</field>\n                <to>catalog_category_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_varchar.entity_id</field>\n                <to>catalog_category_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_datetime.entity_id</field>\n                <to>catalog_product_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_decimal.entity_id</field>\n                <to>catalog_product_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_gallery.entity_id</field>\n                <to>catalog_product_entity_gallery.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_int.entity_id</field>\n                <to>catalog_product_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_text.entity_id</field>\n                <to>catalog_product_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_varchar.entity_id</field>\n                <to>catalog_product_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_customer_group.rule_id</field>\n                <to>catalogrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_website.rule_id</field>\n                <to>catalogrule_website.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_customer_group.rule_id</field>\n                <to>salesrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_product_attribute.rule_id</field>\n                <to>salesrule_product_attribute.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_website.rule_id</field>\n                <to>salesrule_website.row_id</to>\n            </move>\n            <move>\n                <field>cms_block_store.block_id</field>\n                <to>cms_block_store.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_label.rule_id</field>\n                <to>salesrule_label.row_id</to>\n            </move>\n            <move>\n                <field>cms_page_store.page_id</field>\n                <to>cms_page_store.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/category_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/product_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_key,url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>rating_option_vote.remote_ip_long</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>sendfriend_log.ip</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>catalogrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalogrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_salesrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.block_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_block\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.page_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_page\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option.option_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_option\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection.selection_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_selection\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.paypal_ipn_customer_notified</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_daily.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_monthly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_yearly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_content</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_customersegment</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogevent_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogevent_event_image</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_customerbalance</document>\n            </ignore>\n            <ignore>\n                <document>magento_customerbalance_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_segment</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcard_amount</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount_pool</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_data</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_entity</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_item</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_item_option</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_label</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_person</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_type</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_type_info</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping_store_attributes</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation_status_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation_track</document>\n            </ignore>\n            <ignore>\n                <document>magento_logging_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_logging_event_changes</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_coupon</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_log</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_template</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_rate</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_form_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_shipping_label</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_status_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>support_report</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_scheduled_operations</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_customersegment</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_lock</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_metadata</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_node</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_increment</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_page_revision</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_page_version</document>\n            </ignore>\n            <ignore>\n                <document>paypal_billing_agreement</document>\n            </ignore>\n            <ignore>\n                <document>paypal_billing_agreement_order</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>support_backup</document>\n            </ignore>\n            <ignore>\n                <document>support_backup_item</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>visual_merchandiser_rule</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>magento_salesrule_filter</document>\n            </ignore>\n            <ignore>\n                <document>multiinventory_warehouse</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>quote_preview</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_rma_shipment</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalog_category</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_block</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_page</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_selection</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_option</document>\n            </ignore>\n            <ignore>\n                <document>staging_update</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>company</document>\n            </ignore>\n            <ignore>\n                <document>company_advanced_customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_credit</document>\n            </ignore>\n            <ignore>\n                <document>company_credit_history</document>\n            </ignore>\n            <ignore>\n                <document>company_order_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_payment</document>\n            </ignore>\n            <ignore>\n                <document>company_permissions</document>\n            </ignore>\n            <ignore>\n                <document>company_roles</document>\n            </ignore>\n            <ignore>\n                <document>company_structure</document>\n            </ignore>\n            <ignore>\n                <document>company_team</document>\n            </ignore>\n            <ignore>\n                <document>company_user_roles</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment_attachment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_company_config</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_grid</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_history</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_item</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_purged_content</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list_item</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog_product_item</document>\n            </ignore>\n            <ignore>\n                <document>sharedcatalog_category_permissions</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_category_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"block_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"page_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.send_email</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.failures_num</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.first_failure</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.lock_expires</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.published_revision_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.website_root</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.under_version_control</field>\n            </ignore>\n            <ignore>\n                <field>quote.customer_balance_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_customer_bal_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.use_customer_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_gift_cards_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.use_reward_points</field>\n            </ignore>\n            <ignore>\n                <field>quote.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.used_gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.event_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.bs_customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_points_balance_refund</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.bs_customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_rwrd_crrncy_amt_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.rwrd_currency_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_rwrd_crrncy_amnt_refnded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.rwrd_crrncy_amnt_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_points_balance_refund</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.qty_returned</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.event_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>wishlist.name</field>\n            </ignore>\n            <ignore>\n                <field>wishlist.visibility</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.use_config_deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.row_id</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.9.3.8/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version191to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version191to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGrids\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGrids\\Data</data>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version191to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGrids\\Delta</delta>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/opensource-to-commerce/1.9.3.8/map.xml.dist</map_file>\n        <eav_map_file>etc/opensource-to-commerce/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/opensource-to-commerce/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/opensource-to-commerce/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/opensource-to-commerce/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/opensource-to-commerce/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/opensource-to-commerce/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/opensource-to-commerce/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/opensource-to-commerce/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/opensource-to-commerce/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <delta_document_groups_file>etc/opensource-to-commerce/deltalog.xml.dist</delta_document_groups_file>\n        <order_grids_document_groups_file>etc/opensource-to-commerce/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <map_document_groups>etc/opensource-to-commerce/map-document-groups.xml.dist</map_document_groups>\n        <class_map>etc/opensource-to-commerce/class-map.xml.dist</class_map>\n        <tier_price_map_file>etc/opensource-to-commerce/1.9.3.8/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/opensource-to-commerce/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>opensource-to-commerce</edition_migrate>\n        <edition_number>1.9.3.8</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.9.3.8/map-tier-price.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_group_price.is_percent</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_group_price.customer_group_id</datatype>\n            </ignore>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_group_price.entity_id</field>\n                <to>catalog_product_entity_group_price.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_product_entity_group_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_tier_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_tier_price.percentage_value</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.9.3.8/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>customer_flowpassword</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order</document>\n                <to>sales_order</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_amount</field>\n                <to>sales_order.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_amount</field>\n                <to>sales_order.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.shipping_hidden_tax_amount</field>\n                <to>sales_order.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_shipping_hidden_tax_amnt</field>\n                <to>sales_order.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_invoiced</field>\n                <to>sales_order.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_invoiced</field>\n                <to>sales_order.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_refunded</field>\n                <to>sales_order.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_refunded</field>\n                <to>sales_order.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_datetime.entity_id</field>\n                <to>catalog_category_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_decimal.entity_id</field>\n                <to>catalog_category_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_int.entity_id</field>\n                <to>catalog_category_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_text.entity_id</field>\n                <to>catalog_category_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_varchar.entity_id</field>\n                <to>catalog_category_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_datetime.entity_id</field>\n                <to>catalog_product_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_decimal.entity_id</field>\n                <to>catalog_product_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_gallery.entity_id</field>\n                <to>catalog_product_entity_gallery.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_int.entity_id</field>\n                <to>catalog_product_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_text.entity_id</field>\n                <to>catalog_product_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_varchar.entity_id</field>\n                <to>catalog_product_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_customer_group.rule_id</field>\n                <to>catalogrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_website.rule_id</field>\n                <to>catalogrule_website.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_customer_group.rule_id</field>\n                <to>salesrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_product_attribute.rule_id</field>\n                <to>salesrule_product_attribute.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_website.rule_id</field>\n                <to>salesrule_website.row_id</to>\n            </move>\n            <move>\n                <field>cms_block_store.block_id</field>\n                <to>cms_block_store.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_label.rule_id</field>\n                <to>salesrule_label.row_id</to>\n            </move>\n            <move>\n                <field>cms_page_store.page_id</field>\n                <to>cms_page_store.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/category_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/product_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_key,url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>rating_option_vote.remote_ip_long</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>sendfriend_log.ip</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>catalogrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalogrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_salesrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.block_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_block\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.page_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_page\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option.option_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_option\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection.selection_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_selection\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.paypal_ipn_customer_notified</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_daily.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_monthly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_yearly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_content</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_customersegment</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogevent_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogevent_event_image</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_customerbalance</document>\n            </ignore>\n            <ignore>\n                <document>magento_customerbalance_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_segment</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcard_amount</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount_pool</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_data</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_entity</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_item</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_item_option</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_label</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_person</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_type</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_type_info</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping_store_attributes</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation_status_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation_track</document>\n            </ignore>\n            <ignore>\n                <document>magento_logging_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_logging_event_changes</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_coupon</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_log</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_template</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_rate</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_form_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_shipping_label</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_status_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>support_report</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_scheduled_operations</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_customersegment</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_lock</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_metadata</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_node</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_increment</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_page_revision</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_page_version</document>\n            </ignore>\n            <ignore>\n                <document>paypal_billing_agreement</document>\n            </ignore>\n            <ignore>\n                <document>paypal_billing_agreement_order</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>support_backup</document>\n            </ignore>\n            <ignore>\n                <document>support_backup_item</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>visual_merchandiser_rule</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>magento_salesrule_filter</document>\n            </ignore>\n            <ignore>\n                <document>multiinventory_warehouse</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>quote_preview</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_rma_shipment</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalog_category</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_block</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_page</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_selection</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_option</document>\n            </ignore>\n            <ignore>\n                <document>staging_update</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>company</document>\n            </ignore>\n            <ignore>\n                <document>company_advanced_customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_credit</document>\n            </ignore>\n            <ignore>\n                <document>company_credit_history</document>\n            </ignore>\n            <ignore>\n                <document>company_order_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_payment</document>\n            </ignore>\n            <ignore>\n                <document>company_permissions</document>\n            </ignore>\n            <ignore>\n                <document>company_roles</document>\n            </ignore>\n            <ignore>\n                <document>company_structure</document>\n            </ignore>\n            <ignore>\n                <document>company_team</document>\n            </ignore>\n            <ignore>\n                <document>company_user_roles</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment_attachment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_company_config</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_grid</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_history</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_item</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_purged_content</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list_item</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog_product_item</document>\n            </ignore>\n            <ignore>\n                <document>sharedcatalog_category_permissions</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_category_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"block_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"page_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.send_email</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.failures_num</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.first_failure</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.lock_expires</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.published_revision_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.website_root</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.under_version_control</field>\n            </ignore>\n            <ignore>\n                <field>quote.customer_balance_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_customer_bal_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.use_customer_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_gift_cards_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.use_reward_points</field>\n            </ignore>\n            <ignore>\n                <field>quote.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.used_gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.event_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.bs_customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_points_balance_refund</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.bs_customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_rwrd_crrncy_amt_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.rwrd_currency_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_rwrd_crrncy_amnt_refnded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.rwrd_crrncy_amnt_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_points_balance_refund</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.qty_returned</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.event_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>wishlist.name</field>\n            </ignore>\n            <ignore>\n                <field>wishlist.visibility</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.use_config_deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.row_id</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.9.3.9/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version191to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version191to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGrids\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGrids\\Data</data>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version191to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGrids\\Delta</delta>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/opensource-to-commerce/1.9.3.9/map.xml.dist</map_file>\n        <eav_map_file>etc/opensource-to-commerce/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/opensource-to-commerce/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/opensource-to-commerce/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/opensource-to-commerce/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/opensource-to-commerce/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/opensource-to-commerce/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/opensource-to-commerce/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/opensource-to-commerce/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/opensource-to-commerce/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <delta_document_groups_file>etc/opensource-to-commerce/deltalog.xml.dist</delta_document_groups_file>\n        <order_grids_document_groups_file>etc/opensource-to-commerce/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <map_document_groups>etc/opensource-to-commerce/map-document-groups.xml.dist</map_document_groups>\n        <class_map>etc/opensource-to-commerce/class-map.xml.dist</class_map>\n        <tier_price_map_file>etc/opensource-to-commerce/1.9.3.9/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/opensource-to-commerce/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>opensource-to-commerce</edition_migrate>\n        <edition_number>1.9.3.9</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.9.3.9/map-tier-price.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_group_price.is_percent</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_group_price.customer_group_id</datatype>\n            </ignore>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_group_price.entity_id</field>\n                <to>catalog_product_entity_group_price.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_product_entity_group_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_tier_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_tier_price.percentage_value</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.9.3.9/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>customer_flowpassword</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order</document>\n                <to>sales_order</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_amount</field>\n                <to>sales_order.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_amount</field>\n                <to>sales_order.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.shipping_hidden_tax_amount</field>\n                <to>sales_order.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_shipping_hidden_tax_amnt</field>\n                <to>sales_order.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_invoiced</field>\n                <to>sales_order.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_invoiced</field>\n                <to>sales_order.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_refunded</field>\n                <to>sales_order.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_refunded</field>\n                <to>sales_order.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_datetime.entity_id</field>\n                <to>catalog_category_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_decimal.entity_id</field>\n                <to>catalog_category_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_int.entity_id</field>\n                <to>catalog_category_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_text.entity_id</field>\n                <to>catalog_category_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_varchar.entity_id</field>\n                <to>catalog_category_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_datetime.entity_id</field>\n                <to>catalog_product_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_decimal.entity_id</field>\n                <to>catalog_product_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_gallery.entity_id</field>\n                <to>catalog_product_entity_gallery.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_int.entity_id</field>\n                <to>catalog_product_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_text.entity_id</field>\n                <to>catalog_product_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_varchar.entity_id</field>\n                <to>catalog_product_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_customer_group.rule_id</field>\n                <to>catalogrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_website.rule_id</field>\n                <to>catalogrule_website.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_customer_group.rule_id</field>\n                <to>salesrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_product_attribute.rule_id</field>\n                <to>salesrule_product_attribute.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_website.rule_id</field>\n                <to>salesrule_website.row_id</to>\n            </move>\n            <move>\n                <field>cms_block_store.block_id</field>\n                <to>cms_block_store.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_label.rule_id</field>\n                <to>salesrule_label.row_id</to>\n            </move>\n            <move>\n                <field>cms_page_store.page_id</field>\n                <to>cms_page_store.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/category_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/product_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_key,url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>rating_option_vote.remote_ip_long</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>sendfriend_log.ip</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>catalogrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalogrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_salesrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.block_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_block\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.page_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_page\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option.option_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_option\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection.selection_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_selection\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.paypal_ipn_customer_notified</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_daily.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_monthly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_yearly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_content</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_customersegment</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogevent_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogevent_event_image</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_customerbalance</document>\n            </ignore>\n            <ignore>\n                <document>magento_customerbalance_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_segment</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcard_amount</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount_pool</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_data</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_entity</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_item</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_item_option</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_label</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_person</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_type</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_type_info</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping_store_attributes</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation_status_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation_track</document>\n            </ignore>\n            <ignore>\n                <document>magento_logging_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_logging_event_changes</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_coupon</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_log</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_template</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_rate</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_form_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_shipping_label</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_status_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>support_report</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_scheduled_operations</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_customersegment</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_lock</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_metadata</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_node</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_increment</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_page_revision</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_page_version</document>\n            </ignore>\n            <ignore>\n                <document>paypal_billing_agreement</document>\n            </ignore>\n            <ignore>\n                <document>paypal_billing_agreement_order</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>support_backup</document>\n            </ignore>\n            <ignore>\n                <document>support_backup_item</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>visual_merchandiser_rule</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>magento_salesrule_filter</document>\n            </ignore>\n            <ignore>\n                <document>multiinventory_warehouse</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>quote_preview</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_rma_shipment</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalog_category</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_block</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_page</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_selection</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_option</document>\n            </ignore>\n            <ignore>\n                <document>staging_update</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>company</document>\n            </ignore>\n            <ignore>\n                <document>company_advanced_customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_credit</document>\n            </ignore>\n            <ignore>\n                <document>company_credit_history</document>\n            </ignore>\n            <ignore>\n                <document>company_order_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_payment</document>\n            </ignore>\n            <ignore>\n                <document>company_permissions</document>\n            </ignore>\n            <ignore>\n                <document>company_roles</document>\n            </ignore>\n            <ignore>\n                <document>company_structure</document>\n            </ignore>\n            <ignore>\n                <document>company_team</document>\n            </ignore>\n            <ignore>\n                <document>company_user_roles</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment_attachment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_company_config</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_grid</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_history</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_item</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_purged_content</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list_item</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog_product_item</document>\n            </ignore>\n            <ignore>\n                <document>sharedcatalog_category_permissions</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_category_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"block_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"page_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.send_email</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.failures_num</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.first_failure</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.lock_expires</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.published_revision_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.website_root</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.under_version_control</field>\n            </ignore>\n            <ignore>\n                <field>quote.customer_balance_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_customer_bal_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.use_customer_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_gift_cards_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.use_reward_points</field>\n            </ignore>\n            <ignore>\n                <field>quote.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.used_gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.event_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.bs_customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_points_balance_refund</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.bs_customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_rwrd_crrncy_amt_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.rwrd_currency_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_rwrd_crrncy_amnt_refnded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.rwrd_crrncy_amnt_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_points_balance_refund</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.qty_returned</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.event_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>wishlist.name</field>\n            </ignore>\n            <ignore>\n                <field>wishlist.visibility</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.use_config_deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.row_id</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.9.4.0/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version191to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version191to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGrids\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGrids\\Data</data>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version191to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGrids\\Delta</delta>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/opensource-to-commerce/1.9.4.0/map.xml.dist</map_file>\n        <eav_map_file>etc/opensource-to-commerce/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/opensource-to-commerce/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/opensource-to-commerce/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/opensource-to-commerce/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/opensource-to-commerce/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/opensource-to-commerce/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/opensource-to-commerce/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/opensource-to-commerce/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/opensource-to-commerce/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <delta_document_groups_file>etc/opensource-to-commerce/deltalog.xml.dist</delta_document_groups_file>\n        <order_grids_document_groups_file>etc/opensource-to-commerce/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <map_document_groups>etc/opensource-to-commerce/map-document-groups.xml.dist</map_document_groups>\n        <class_map>etc/opensource-to-commerce/class-map.xml.dist</class_map>\n        <tier_price_map_file>etc/opensource-to-commerce/1.9.4.0/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/opensource-to-commerce/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>opensource-to-commerce</edition_migrate>\n        <edition_number>1.9.4.0</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.9.4.0/map-tier-price.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_group_price.is_percent</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_group_price.customer_group_id</datatype>\n            </ignore>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_group_price.entity_id</field>\n                <to>catalog_product_entity_group_price.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_product_entity_group_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_tier_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_tier_price.percentage_value</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.9.4.0/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>customer_flowpassword</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order</document>\n                <to>sales_order</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_amount</field>\n                <to>sales_order.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_amount</field>\n                <to>sales_order.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.shipping_hidden_tax_amount</field>\n                <to>sales_order.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_shipping_hidden_tax_amnt</field>\n                <to>sales_order.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_invoiced</field>\n                <to>sales_order.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_invoiced</field>\n                <to>sales_order.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_refunded</field>\n                <to>sales_order.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_refunded</field>\n                <to>sales_order.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_datetime.entity_id</field>\n                <to>catalog_category_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_decimal.entity_id</field>\n                <to>catalog_category_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_int.entity_id</field>\n                <to>catalog_category_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_text.entity_id</field>\n                <to>catalog_category_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_varchar.entity_id</field>\n                <to>catalog_category_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_datetime.entity_id</field>\n                <to>catalog_product_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_decimal.entity_id</field>\n                <to>catalog_product_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_gallery.entity_id</field>\n                <to>catalog_product_entity_gallery.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_int.entity_id</field>\n                <to>catalog_product_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_text.entity_id</field>\n                <to>catalog_product_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_varchar.entity_id</field>\n                <to>catalog_product_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_customer_group.rule_id</field>\n                <to>catalogrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_website.rule_id</field>\n                <to>catalogrule_website.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_customer_group.rule_id</field>\n                <to>salesrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_product_attribute.rule_id</field>\n                <to>salesrule_product_attribute.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_website.rule_id</field>\n                <to>salesrule_website.row_id</to>\n            </move>\n            <move>\n                <field>cms_block_store.block_id</field>\n                <to>cms_block_store.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_label.rule_id</field>\n                <to>salesrule_label.row_id</to>\n            </move>\n            <move>\n                <field>cms_page_store.page_id</field>\n                <to>cms_page_store.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/category_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/product_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_key,url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>rating_option_vote.remote_ip_long</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>sendfriend_log.ip</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>catalogrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalogrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_salesrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.block_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_block\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.page_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_page\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option.option_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_option\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection.selection_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_selection\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.paypal_ipn_customer_notified</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_daily.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_monthly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_yearly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_content</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_customersegment</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogevent_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogevent_event_image</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_customerbalance</document>\n            </ignore>\n            <ignore>\n                <document>magento_customerbalance_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_segment</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcard_amount</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount_pool</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_data</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_entity</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_item</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_item_option</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_label</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_person</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_type</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_type_info</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping_store_attributes</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation_status_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation_track</document>\n            </ignore>\n            <ignore>\n                <document>magento_logging_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_logging_event_changes</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_coupon</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_log</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_template</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_rate</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_form_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_shipping_label</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_status_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>support_report</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_scheduled_operations</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_customersegment</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_lock</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_metadata</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_node</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_increment</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_page_revision</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_page_version</document>\n            </ignore>\n            <ignore>\n                <document>paypal_billing_agreement</document>\n            </ignore>\n            <ignore>\n                <document>paypal_billing_agreement_order</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>support_backup</document>\n            </ignore>\n            <ignore>\n                <document>support_backup_item</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>visual_merchandiser_rule</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>magento_salesrule_filter</document>\n            </ignore>\n            <ignore>\n                <document>multiinventory_warehouse</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>quote_preview</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_rma_shipment</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalog_category</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_block</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_page</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_selection</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_option</document>\n            </ignore>\n            <ignore>\n                <document>staging_update</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>company</document>\n            </ignore>\n            <ignore>\n                <document>company_advanced_customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_credit</document>\n            </ignore>\n            <ignore>\n                <document>company_credit_history</document>\n            </ignore>\n            <ignore>\n                <document>company_order_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_payment</document>\n            </ignore>\n            <ignore>\n                <document>company_permissions</document>\n            </ignore>\n            <ignore>\n                <document>company_roles</document>\n            </ignore>\n            <ignore>\n                <document>company_structure</document>\n            </ignore>\n            <ignore>\n                <document>company_team</document>\n            </ignore>\n            <ignore>\n                <document>company_user_roles</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment_attachment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_company_config</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_grid</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_history</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_item</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_purged_content</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list_item</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog_product_item</document>\n            </ignore>\n            <ignore>\n                <document>sharedcatalog_category_permissions</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_category_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"block_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"page_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.send_email</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.failures_num</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.first_failure</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.lock_expires</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.published_revision_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.website_root</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.under_version_control</field>\n            </ignore>\n            <ignore>\n                <field>quote.customer_balance_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_customer_bal_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.use_customer_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_gift_cards_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.use_reward_points</field>\n            </ignore>\n            <ignore>\n                <field>quote.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.used_gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.event_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.bs_customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_points_balance_refund</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.bs_customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_rwrd_crrncy_amt_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.rwrd_currency_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_rwrd_crrncy_amnt_refnded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.rwrd_crrncy_amnt_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_points_balance_refund</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.qty_returned</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.event_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>wishlist.name</field>\n            </ignore>\n            <ignore>\n                <field>wishlist.visibility</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.use_config_deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.row_id</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.9.4.1/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version191to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version191to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGrids\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGrids\\Data</data>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version191to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGrids\\Delta</delta>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/opensource-to-commerce/1.9.4.1/map.xml.dist</map_file>\n        <eav_map_file>etc/opensource-to-commerce/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/opensource-to-commerce/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/opensource-to-commerce/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/opensource-to-commerce/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/opensource-to-commerce/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/opensource-to-commerce/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/opensource-to-commerce/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/opensource-to-commerce/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/opensource-to-commerce/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <delta_document_groups_file>etc/opensource-to-commerce/deltalog.xml.dist</delta_document_groups_file>\n        <order_grids_document_groups_file>etc/opensource-to-commerce/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <map_document_groups>etc/opensource-to-commerce/map-document-groups.xml.dist</map_document_groups>\n        <class_map>etc/opensource-to-commerce/class-map.xml.dist</class_map>\n        <tier_price_map_file>etc/opensource-to-commerce/1.9.4.1/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/opensource-to-commerce/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>opensource-to-commerce</edition_migrate>\n        <edition_number>1.9.4.1</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.9.4.1/map-tier-price.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_group_price.is_percent</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_group_price.customer_group_id</datatype>\n            </ignore>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_group_price.entity_id</field>\n                <to>catalog_product_entity_group_price.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_product_entity_group_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_tier_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_tier_price.percentage_value</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.9.4.1/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>customer_flowpassword</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order</document>\n                <to>sales_order</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_amount</field>\n                <to>sales_order.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_amount</field>\n                <to>sales_order.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.shipping_hidden_tax_amount</field>\n                <to>sales_order.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_shipping_hidden_tax_amnt</field>\n                <to>sales_order.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_invoiced</field>\n                <to>sales_order.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_invoiced</field>\n                <to>sales_order.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_refunded</field>\n                <to>sales_order.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_refunded</field>\n                <to>sales_order.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_datetime.entity_id</field>\n                <to>catalog_category_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_decimal.entity_id</field>\n                <to>catalog_category_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_int.entity_id</field>\n                <to>catalog_category_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_text.entity_id</field>\n                <to>catalog_category_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_varchar.entity_id</field>\n                <to>catalog_category_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_datetime.entity_id</field>\n                <to>catalog_product_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_decimal.entity_id</field>\n                <to>catalog_product_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_gallery.entity_id</field>\n                <to>catalog_product_entity_gallery.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_int.entity_id</field>\n                <to>catalog_product_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_text.entity_id</field>\n                <to>catalog_product_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_varchar.entity_id</field>\n                <to>catalog_product_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_customer_group.rule_id</field>\n                <to>catalogrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_website.rule_id</field>\n                <to>catalogrule_website.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_customer_group.rule_id</field>\n                <to>salesrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_product_attribute.rule_id</field>\n                <to>salesrule_product_attribute.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_website.rule_id</field>\n                <to>salesrule_website.row_id</to>\n            </move>\n            <move>\n                <field>cms_block_store.block_id</field>\n                <to>cms_block_store.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_label.rule_id</field>\n                <to>salesrule_label.row_id</to>\n            </move>\n            <move>\n                <field>cms_page_store.page_id</field>\n                <to>cms_page_store.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/category_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/product_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_key,url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>rating_option_vote.remote_ip_long</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>sendfriend_log.ip</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>catalogrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalogrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_salesrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.block_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_block\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.page_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_page\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option.option_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_option\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection.selection_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_selection\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.paypal_ipn_customer_notified</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_daily.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_monthly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_yearly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.visitor_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_content</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_customersegment</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogevent_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogevent_event_image</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_customerbalance</document>\n            </ignore>\n            <ignore>\n                <document>magento_customerbalance_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_segment</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcard_amount</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount_pool</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_data</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_entity</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_item</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_item_option</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_label</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_person</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_type</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_type_info</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping_store_attributes</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation_status_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation_track</document>\n            </ignore>\n            <ignore>\n                <document>magento_logging_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_logging_event_changes</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_coupon</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_log</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_template</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_rate</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_form_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_shipping_label</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_status_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>support_report</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_scheduled_operations</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_customersegment</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_lock</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_metadata</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_node</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_increment</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_page_revision</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_page_version</document>\n            </ignore>\n            <ignore>\n                <document>paypal_billing_agreement</document>\n            </ignore>\n            <ignore>\n                <document>paypal_billing_agreement_order</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>support_backup</document>\n            </ignore>\n            <ignore>\n                <document>support_backup_item</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>visual_merchandiser_rule</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>magento_salesrule_filter</document>\n            </ignore>\n            <ignore>\n                <document>multiinventory_warehouse</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>quote_preview</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_rma_shipment</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalog_category</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_block</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_page</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_selection</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_option</document>\n            </ignore>\n            <ignore>\n                <document>staging_update</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>company</document>\n            </ignore>\n            <ignore>\n                <document>company_advanced_customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_credit</document>\n            </ignore>\n            <ignore>\n                <document>company_credit_history</document>\n            </ignore>\n            <ignore>\n                <document>company_order_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_payment</document>\n            </ignore>\n            <ignore>\n                <document>company_permissions</document>\n            </ignore>\n            <ignore>\n                <document>company_roles</document>\n            </ignore>\n            <ignore>\n                <document>company_structure</document>\n            </ignore>\n            <ignore>\n                <document>company_team</document>\n            </ignore>\n            <ignore>\n                <document>company_user_roles</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment_attachment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_company_config</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_grid</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_history</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_item</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_purged_content</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list_item</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog_product_item</document>\n            </ignore>\n            <ignore>\n                <document>sharedcatalog_category_permissions</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_category_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"block_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"page_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.send_email</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.failures_num</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.first_failure</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.lock_expires</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.published_revision_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.website_root</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.under_version_control</field>\n            </ignore>\n            <ignore>\n                <field>quote.customer_balance_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_customer_bal_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.use_customer_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_gift_cards_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.use_reward_points</field>\n            </ignore>\n            <ignore>\n                <field>quote.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.used_gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.event_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.bs_customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_points_balance_refund</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.bs_customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_rwrd_crrncy_amt_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.rwrd_currency_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_rwrd_crrncy_amnt_refnded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.rwrd_crrncy_amnt_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_points_balance_refund</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.qty_returned</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.event_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>wishlist.name</field>\n            </ignore>\n            <ignore>\n                <field>wishlist.visibility</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.use_config_deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.row_id</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.9.4.2/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version191to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version191to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGrids\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGrids\\Data</data>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGrids\\Delta</delta>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/opensource-to-commerce/1.9.4.2/map.xml.dist</map_file>\n        <eav_map_file>etc/opensource-to-commerce/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/opensource-to-commerce/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/opensource-to-commerce/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/opensource-to-commerce/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/opensource-to-commerce/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/opensource-to-commerce/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/opensource-to-commerce/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/opensource-to-commerce/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/opensource-to-commerce/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <delta_document_groups_file>etc/opensource-to-commerce/deltalog.xml.dist</delta_document_groups_file>\n        <order_grids_document_groups_file>etc/opensource-to-commerce/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <map_document_groups>etc/opensource-to-commerce/map-document-groups.xml.dist</map_document_groups>\n        <class_map>etc/opensource-to-commerce/class-map.xml.dist</class_map>\n        <tier_price_map_file>etc/opensource-to-commerce/1.9.4.2/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/opensource-to-commerce/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>opensource-to-commerce</edition_migrate>\n        <edition_number>1.9.4.2</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.9.4.2/map-tier-price.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_group_price.is_percent</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_group_price.customer_group_id</datatype>\n            </ignore>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_group_price.entity_id</field>\n                <to>catalog_product_entity_group_price.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_product_entity_group_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_tier_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_tier_price.percentage_value</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.9.4.2/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>customer_flowpassword</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order</document>\n                <to>sales_order</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_amount</field>\n                <to>sales_order.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_amount</field>\n                <to>sales_order.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.shipping_hidden_tax_amount</field>\n                <to>sales_order.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_shipping_hidden_tax_amnt</field>\n                <to>sales_order.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_invoiced</field>\n                <to>sales_order.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_invoiced</field>\n                <to>sales_order.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_refunded</field>\n                <to>sales_order.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_refunded</field>\n                <to>sales_order.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_datetime.entity_id</field>\n                <to>catalog_category_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_decimal.entity_id</field>\n                <to>catalog_category_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_int.entity_id</field>\n                <to>catalog_category_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_text.entity_id</field>\n                <to>catalog_category_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_varchar.entity_id</field>\n                <to>catalog_category_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_datetime.entity_id</field>\n                <to>catalog_product_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_decimal.entity_id</field>\n                <to>catalog_product_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_gallery.entity_id</field>\n                <to>catalog_product_entity_gallery.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_int.entity_id</field>\n                <to>catalog_product_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_text.entity_id</field>\n                <to>catalog_product_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_varchar.entity_id</field>\n                <to>catalog_product_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_customer_group.rule_id</field>\n                <to>catalogrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_website.rule_id</field>\n                <to>catalogrule_website.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_customer_group.rule_id</field>\n                <to>salesrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_product_attribute.rule_id</field>\n                <to>salesrule_product_attribute.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_website.rule_id</field>\n                <to>salesrule_website.row_id</to>\n            </move>\n            <move>\n                <field>cms_block_store.block_id</field>\n                <to>cms_block_store.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_label.rule_id</field>\n                <to>salesrule_label.row_id</to>\n            </move>\n            <move>\n                <field>cms_page_store.page_id</field>\n                <to>cms_page_store.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/category_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/product_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_key,url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>rating_option_vote.remote_ip_long</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>sendfriend_log.ip</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>catalogrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalogrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_salesrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.block_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_block\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.page_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_page\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option.option_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_option\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection.selection_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_selection\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.paypal_ipn_customer_notified</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_daily.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_monthly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_yearly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.visitor_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_content</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_customersegment</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogevent_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogevent_event_image</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_customerbalance</document>\n            </ignore>\n            <ignore>\n                <document>magento_customerbalance_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_segment</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcard_amount</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount_pool</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_data</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_entity</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_item</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_item_option</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_label</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_person</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_type</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_type_info</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping_store_attributes</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation_status_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation_track</document>\n            </ignore>\n            <ignore>\n                <document>magento_logging_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_logging_event_changes</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_coupon</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_log</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_template</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_rate</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_form_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_shipping_label</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_status_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>support_report</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_scheduled_operations</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_customersegment</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_lock</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_metadata</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_node</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_increment</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_page_revision</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_page_version</document>\n            </ignore>\n            <ignore>\n                <document>paypal_billing_agreement</document>\n            </ignore>\n            <ignore>\n                <document>paypal_billing_agreement_order</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>support_backup</document>\n            </ignore>\n            <ignore>\n                <document>support_backup_item</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>visual_merchandiser_rule</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>magento_salesrule_filter</document>\n            </ignore>\n            <ignore>\n                <document>multiinventory_warehouse</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>quote_preview</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_rma_shipment</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalog_category</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_block</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_page</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_selection</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_option</document>\n            </ignore>\n            <ignore>\n                <document>staging_update</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>company</document>\n            </ignore>\n            <ignore>\n                <document>company_advanced_customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_credit</document>\n            </ignore>\n            <ignore>\n                <document>company_credit_history</document>\n            </ignore>\n            <ignore>\n                <document>company_order_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_payment</document>\n            </ignore>\n            <ignore>\n                <document>company_permissions</document>\n            </ignore>\n            <ignore>\n                <document>company_roles</document>\n            </ignore>\n            <ignore>\n                <document>company_structure</document>\n            </ignore>\n            <ignore>\n                <document>company_team</document>\n            </ignore>\n            <ignore>\n                <document>company_user_roles</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment_attachment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_company_config</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_grid</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_history</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_item</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_purged_content</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list_item</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog_product_item</document>\n            </ignore>\n            <ignore>\n                <document>sharedcatalog_category_permissions</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_category_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"block_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"page_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.send_email</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.failures_num</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.first_failure</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.lock_expires</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.published_revision_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.website_root</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.under_version_control</field>\n            </ignore>\n            <ignore>\n                <field>quote.customer_balance_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_customer_bal_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.use_customer_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_gift_cards_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.use_reward_points</field>\n            </ignore>\n            <ignore>\n                <field>quote.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.used_gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.event_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.bs_customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_points_balance_refund</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.bs_customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_rwrd_crrncy_amt_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.rwrd_currency_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_rwrd_crrncy_amnt_refnded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.rwrd_crrncy_amnt_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_points_balance_refund</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.qty_returned</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.event_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>wishlist.name</field>\n            </ignore>\n            <ignore>\n                <field>wishlist.visibility</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.use_config_deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.row_id</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.9.4.3/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version191to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version191to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGrids\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGrids\\Data</data>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGrids\\Delta</delta>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/opensource-to-commerce/1.9.4.3/map.xml.dist</map_file>\n        <eav_map_file>etc/opensource-to-commerce/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/opensource-to-commerce/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/opensource-to-commerce/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/opensource-to-commerce/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/opensource-to-commerce/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/opensource-to-commerce/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/opensource-to-commerce/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/opensource-to-commerce/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/opensource-to-commerce/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <delta_document_groups_file>etc/opensource-to-commerce/deltalog.xml.dist</delta_document_groups_file>\n        <order_grids_document_groups_file>etc/opensource-to-commerce/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <map_document_groups>etc/opensource-to-commerce/map-document-groups.xml.dist</map_document_groups>\n        <class_map>etc/opensource-to-commerce/class-map.xml.dist</class_map>\n        <tier_price_map_file>etc/opensource-to-commerce/1.9.4.3/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/opensource-to-commerce/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>opensource-to-commerce</edition_migrate>\n        <edition_number>1.9.4.3</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.9.4.3/map-tier-price.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_group_price.is_percent</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_group_price.customer_group_id</datatype>\n            </ignore>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_group_price.entity_id</field>\n                <to>catalog_product_entity_group_price.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_product_entity_group_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_tier_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_tier_price.percentage_value</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.9.4.3/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>customer_flowpassword</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order</document>\n                <to>sales_order</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_amount</field>\n                <to>sales_order.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_amount</field>\n                <to>sales_order.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.shipping_hidden_tax_amount</field>\n                <to>sales_order.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_shipping_hidden_tax_amnt</field>\n                <to>sales_order.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_invoiced</field>\n                <to>sales_order.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_invoiced</field>\n                <to>sales_order.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_refunded</field>\n                <to>sales_order.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_refunded</field>\n                <to>sales_order.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_datetime.entity_id</field>\n                <to>catalog_category_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_decimal.entity_id</field>\n                <to>catalog_category_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_int.entity_id</field>\n                <to>catalog_category_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_text.entity_id</field>\n                <to>catalog_category_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_varchar.entity_id</field>\n                <to>catalog_category_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_datetime.entity_id</field>\n                <to>catalog_product_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_decimal.entity_id</field>\n                <to>catalog_product_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_gallery.entity_id</field>\n                <to>catalog_product_entity_gallery.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_int.entity_id</field>\n                <to>catalog_product_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_text.entity_id</field>\n                <to>catalog_product_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_varchar.entity_id</field>\n                <to>catalog_product_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_customer_group.rule_id</field>\n                <to>catalogrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_website.rule_id</field>\n                <to>catalogrule_website.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_customer_group.rule_id</field>\n                <to>salesrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_product_attribute.rule_id</field>\n                <to>salesrule_product_attribute.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_website.rule_id</field>\n                <to>salesrule_website.row_id</to>\n            </move>\n            <move>\n                <field>cms_block_store.block_id</field>\n                <to>cms_block_store.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_label.rule_id</field>\n                <to>salesrule_label.row_id</to>\n            </move>\n            <move>\n                <field>cms_page_store.page_id</field>\n                <to>cms_page_store.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/category_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/product_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_key,url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>rating_option_vote.remote_ip_long</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>sendfriend_log.ip</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>catalogrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalogrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_salesrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.block_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_block\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.page_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_page\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option.option_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_option\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection.selection_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_selection\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.paypal_ipn_customer_notified</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_daily.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_monthly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_yearly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.visitor_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_content</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_customersegment</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogevent_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogevent_event_image</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_customerbalance</document>\n            </ignore>\n            <ignore>\n                <document>magento_customerbalance_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_segment</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcard_amount</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount_pool</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_data</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_entity</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_item</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_item_option</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_label</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_person</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_type</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_type_info</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping_store_attributes</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation_status_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation_track</document>\n            </ignore>\n            <ignore>\n                <document>magento_logging_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_logging_event_changes</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_coupon</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_log</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_template</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_rate</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_form_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_shipping_label</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_status_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>support_report</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_scheduled_operations</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_customersegment</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_lock</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_metadata</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_node</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_increment</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_page_revision</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_page_version</document>\n            </ignore>\n            <ignore>\n                <document>paypal_billing_agreement</document>\n            </ignore>\n            <ignore>\n                <document>paypal_billing_agreement_order</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>support_backup</document>\n            </ignore>\n            <ignore>\n                <document>support_backup_item</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>visual_merchandiser_rule</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>magento_salesrule_filter</document>\n            </ignore>\n            <ignore>\n                <document>multiinventory_warehouse</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>quote_preview</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_rma_shipment</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalog_category</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_block</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_page</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_selection</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_option</document>\n            </ignore>\n            <ignore>\n                <document>staging_update</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>company</document>\n            </ignore>\n            <ignore>\n                <document>company_advanced_customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_credit</document>\n            </ignore>\n            <ignore>\n                <document>company_credit_history</document>\n            </ignore>\n            <ignore>\n                <document>company_order_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_payment</document>\n            </ignore>\n            <ignore>\n                <document>company_permissions</document>\n            </ignore>\n            <ignore>\n                <document>company_roles</document>\n            </ignore>\n            <ignore>\n                <document>company_structure</document>\n            </ignore>\n            <ignore>\n                <document>company_team</document>\n            </ignore>\n            <ignore>\n                <document>company_user_roles</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment_attachment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_company_config</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_grid</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_history</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_item</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_purged_content</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list_item</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog_product_item</document>\n            </ignore>\n            <ignore>\n                <document>sharedcatalog_category_permissions</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_category_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"block_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"page_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.send_email</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.failures_num</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.first_failure</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.lock_expires</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.published_revision_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.website_root</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.under_version_control</field>\n            </ignore>\n            <ignore>\n                <field>quote.customer_balance_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_customer_bal_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.use_customer_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_gift_cards_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.use_reward_points</field>\n            </ignore>\n            <ignore>\n                <field>quote.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.used_gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.event_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.bs_customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_points_balance_refund</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.bs_customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_rwrd_crrncy_amt_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.rwrd_currency_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_rwrd_crrncy_amnt_refnded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.rwrd_crrncy_amnt_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_points_balance_refund</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.qty_returned</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.event_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>wishlist.name</field>\n            </ignore>\n            <ignore>\n                <field>wishlist.visibility</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.use_config_deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.row_id</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.9.4.4/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version191to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version191to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGrids\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGrids\\Data</data>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGrids\\Delta</delta>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/opensource-to-commerce/1.9.4.4/map.xml.dist</map_file>\n        <eav_map_file>etc/opensource-to-commerce/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/opensource-to-commerce/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/opensource-to-commerce/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/opensource-to-commerce/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/opensource-to-commerce/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/opensource-to-commerce/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/opensource-to-commerce/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/opensource-to-commerce/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/opensource-to-commerce/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <delta_document_groups_file>etc/opensource-to-commerce/deltalog.xml.dist</delta_document_groups_file>\n        <order_grids_document_groups_file>etc/opensource-to-commerce/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <map_document_groups>etc/opensource-to-commerce/map-document-groups.xml.dist</map_document_groups>\n        <class_map>etc/opensource-to-commerce/class-map.xml.dist</class_map>\n        <tier_price_map_file>etc/opensource-to-commerce/1.9.4.4/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/opensource-to-commerce/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>opensource-to-commerce</edition_migrate>\n        <edition_number>1.9.4.4</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.9.4.4/map-tier-price.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_group_price.is_percent</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_group_price.customer_group_id</datatype>\n            </ignore>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_group_price.entity_id</field>\n                <to>catalog_product_entity_group_price.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_product_entity_group_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_tier_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_tier_price.percentage_value</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.9.4.4/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>customer_flowpassword</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order</document>\n                <to>sales_order</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_amount</field>\n                <to>sales_order.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_amount</field>\n                <to>sales_order.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.shipping_hidden_tax_amount</field>\n                <to>sales_order.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_shipping_hidden_tax_amnt</field>\n                <to>sales_order.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_invoiced</field>\n                <to>sales_order.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_invoiced</field>\n                <to>sales_order.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_refunded</field>\n                <to>sales_order.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_refunded</field>\n                <to>sales_order.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_datetime.entity_id</field>\n                <to>catalog_category_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_decimal.entity_id</field>\n                <to>catalog_category_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_int.entity_id</field>\n                <to>catalog_category_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_text.entity_id</field>\n                <to>catalog_category_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_varchar.entity_id</field>\n                <to>catalog_category_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_datetime.entity_id</field>\n                <to>catalog_product_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_decimal.entity_id</field>\n                <to>catalog_product_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_gallery.entity_id</field>\n                <to>catalog_product_entity_gallery.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_int.entity_id</field>\n                <to>catalog_product_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_text.entity_id</field>\n                <to>catalog_product_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_varchar.entity_id</field>\n                <to>catalog_product_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_customer_group.rule_id</field>\n                <to>catalogrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_website.rule_id</field>\n                <to>catalogrule_website.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_customer_group.rule_id</field>\n                <to>salesrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_product_attribute.rule_id</field>\n                <to>salesrule_product_attribute.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_website.rule_id</field>\n                <to>salesrule_website.row_id</to>\n            </move>\n            <move>\n                <field>cms_block_store.block_id</field>\n                <to>cms_block_store.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_label.rule_id</field>\n                <to>salesrule_label.row_id</to>\n            </move>\n            <move>\n                <field>cms_page_store.page_id</field>\n                <to>cms_page_store.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/category_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/product_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_key,url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>rating_option_vote.remote_ip_long</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>sendfriend_log.ip</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>catalogrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalogrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_salesrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.block_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_block\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.page_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_page\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option.option_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_option\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection.selection_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_selection\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.paypal_ipn_customer_notified</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_daily.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_monthly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_yearly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.visitor_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_content</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_customersegment</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogevent_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogevent_event_image</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_customerbalance</document>\n            </ignore>\n            <ignore>\n                <document>magento_customerbalance_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_segment</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcard_amount</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount_pool</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_data</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_entity</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_item</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_item_option</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_label</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_person</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_type</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_type_info</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping_store_attributes</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation_status_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation_track</document>\n            </ignore>\n            <ignore>\n                <document>magento_logging_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_logging_event_changes</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_coupon</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_log</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_template</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_rate</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_form_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_shipping_label</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_status_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>support_report</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_scheduled_operations</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_customersegment</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_lock</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_metadata</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_node</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_increment</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_page_revision</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_page_version</document>\n            </ignore>\n            <ignore>\n                <document>paypal_billing_agreement</document>\n            </ignore>\n            <ignore>\n                <document>paypal_billing_agreement_order</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>support_backup</document>\n            </ignore>\n            <ignore>\n                <document>support_backup_item</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>visual_merchandiser_rule</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>magento_salesrule_filter</document>\n            </ignore>\n            <ignore>\n                <document>multiinventory_warehouse</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>quote_preview</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_rma_shipment</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalog_category</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_block</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_page</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_selection</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_option</document>\n            </ignore>\n            <ignore>\n                <document>staging_update</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>company</document>\n            </ignore>\n            <ignore>\n                <document>company_advanced_customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_credit</document>\n            </ignore>\n            <ignore>\n                <document>company_credit_history</document>\n            </ignore>\n            <ignore>\n                <document>company_order_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_payment</document>\n            </ignore>\n            <ignore>\n                <document>company_permissions</document>\n            </ignore>\n            <ignore>\n                <document>company_roles</document>\n            </ignore>\n            <ignore>\n                <document>company_structure</document>\n            </ignore>\n            <ignore>\n                <document>company_team</document>\n            </ignore>\n            <ignore>\n                <document>company_user_roles</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment_attachment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_company_config</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_grid</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_history</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_item</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_purged_content</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list_item</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog_product_item</document>\n            </ignore>\n            <ignore>\n                <document>sharedcatalog_category_permissions</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_category_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"block_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"page_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.send_email</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.failures_num</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.first_failure</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.lock_expires</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.published_revision_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.website_root</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.under_version_control</field>\n            </ignore>\n            <ignore>\n                <field>quote.customer_balance_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_customer_bal_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.use_customer_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_gift_cards_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.use_reward_points</field>\n            </ignore>\n            <ignore>\n                <field>quote.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.used_gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.event_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.bs_customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_points_balance_refund</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.bs_customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_rwrd_crrncy_amt_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.rwrd_currency_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_rwrd_crrncy_amnt_refnded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.rwrd_crrncy_amnt_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_points_balance_refund</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.qty_returned</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.event_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>wishlist.name</field>\n            </ignore>\n            <ignore>\n                <field>wishlist.visibility</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.use_config_deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.row_id</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.9.4.5/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version191to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version191to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGrids\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGrids\\Data</data>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGrids\\Delta</delta>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/opensource-to-commerce/1.9.4.5/map.xml.dist</map_file>\n        <eav_map_file>etc/opensource-to-commerce/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/opensource-to-commerce/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/opensource-to-commerce/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/opensource-to-commerce/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/opensource-to-commerce/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/opensource-to-commerce/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/opensource-to-commerce/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/opensource-to-commerce/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/opensource-to-commerce/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <delta_document_groups_file>etc/opensource-to-commerce/deltalog.xml.dist</delta_document_groups_file>\n        <order_grids_document_groups_file>etc/opensource-to-commerce/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <map_document_groups>etc/opensource-to-commerce/map-document-groups.xml.dist</map_document_groups>\n        <class_map>etc/opensource-to-commerce/class-map.xml.dist</class_map>\n        <tier_price_map_file>etc/opensource-to-commerce/1.9.4.5/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/opensource-to-commerce/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>opensource-to-commerce</edition_migrate>\n        <edition_number>1.9.4.5</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.9.4.5/map-tier-price.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_group_price.is_percent</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_group_price.customer_group_id</datatype>\n            </ignore>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_group_price.entity_id</field>\n                <to>catalog_product_entity_group_price.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_product_entity_group_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_tier_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_tier_price.percentage_value</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-commerce/1.9.4.5/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>customer_flowpassword</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order</document>\n                <to>sales_order</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_amount</field>\n                <to>sales_order.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_amount</field>\n                <to>sales_order.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.shipping_hidden_tax_amount</field>\n                <to>sales_order.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_shipping_hidden_tax_amnt</field>\n                <to>sales_order.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_invoiced</field>\n                <to>sales_order.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_invoiced</field>\n                <to>sales_order.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_refunded</field>\n                <to>sales_order.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_refunded</field>\n                <to>sales_order.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_datetime.entity_id</field>\n                <to>catalog_category_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_decimal.entity_id</field>\n                <to>catalog_category_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_int.entity_id</field>\n                <to>catalog_category_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_text.entity_id</field>\n                <to>catalog_category_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_category_entity_varchar.entity_id</field>\n                <to>catalog_category_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_datetime.entity_id</field>\n                <to>catalog_product_entity_datetime.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_decimal.entity_id</field>\n                <to>catalog_product_entity_decimal.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_gallery.entity_id</field>\n                <to>catalog_product_entity_gallery.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_int.entity_id</field>\n                <to>catalog_product_entity_int.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_text.entity_id</field>\n                <to>catalog_product_entity_text.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_varchar.entity_id</field>\n                <to>catalog_product_entity_varchar.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_customer_group.rule_id</field>\n                <to>catalogrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>catalogrule_website.rule_id</field>\n                <to>catalogrule_website.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_customer_group.rule_id</field>\n                <to>salesrule_customer_group.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_product_attribute.rule_id</field>\n                <to>salesrule_product_attribute.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_website.rule_id</field>\n                <to>salesrule_website.row_id</to>\n            </move>\n            <move>\n                <field>cms_block_store.block_id</field>\n                <to>cms_block_store.row_id</to>\n            </move>\n            <move>\n                <field>salesrule_label.rule_id</field>\n                <to>salesrule_label.row_id</to>\n            </move>\n            <move>\n                <field>cms_page_store.page_id</field>\n                <to>cms_page_store.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/category_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/product_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_key,url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>rating_option_vote.remote_ip_long</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>sendfriend_log.ip</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>catalogrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalogrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.rule_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_salesrule\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.block_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_block\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.page_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_cms_page\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option.option_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_option\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection.selection_id</field>\n                <handler class=\"\\Migration\\Handler\\Sequence\">\n                    <param name=\"table\" value=\"sequence_product_bundle_selection\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.paypal_ipn_customer_notified</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_daily.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_monthly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_yearly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.visitor_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>enterprise_admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_content</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_customersegment</document>\n            </ignore>\n            <ignore>\n                <document>magento_banner_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogevent_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogevent_event_image</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>magento_customerbalance</document>\n            </ignore>\n            <ignore>\n                <document>magento_customerbalance_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_order_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote</document>\n            </ignore>\n            <ignore>\n                <document>magento_customercustomattributes_sales_flat_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_segment</document>\n            </ignore>\n            <ignore>\n                <document>magento_customersegment_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcard_amount</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftcardaccount_pool</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_data</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_entity</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_item</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_item_option</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_label</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_person</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_type</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftregistry_type_info</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping_store_attributes</document>\n            </ignore>\n            <ignore>\n                <document>magento_giftwrapping_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation_status_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_invitation_track</document>\n            </ignore>\n            <ignore>\n                <document>magento_logging_event</document>\n            </ignore>\n            <ignore>\n                <document>magento_logging_event_changes</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_coupon</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_log</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_rule_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_reminder_template</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_rate</document>\n            </ignore>\n            <ignore>\n                <document>magento_reward_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_item_form_attribute</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_shipping_label</document>\n            </ignore>\n            <ignore>\n                <document>magento_rma_status_history</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_creditmemo_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_invoice_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_order_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>support_report</document>\n            </ignore>\n            <ignore>\n                <document>magento_sales_shipment_grid_archive</document>\n            </ignore>\n            <ignore>\n                <document>magento_scheduled_operations</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_customersegment</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_crosssell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_related_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_index_upsell_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_targetrule_product</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_lock</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_metadata</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_hierarchy_node</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_increment</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_page_revision</document>\n            </ignore>\n            <ignore>\n                <document>magento_versionscms_page_version</document>\n            </ignore>\n            <ignore>\n                <document>paypal_billing_agreement</document>\n            </ignore>\n            <ignore>\n                <document>paypal_billing_agreement_order</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>support_backup</document>\n            </ignore>\n            <ignore>\n                <document>support_backup_item</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>visual_merchandiser_rule</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>magento_salesrule_filter</document>\n            </ignore>\n            <ignore>\n                <document>multiinventory_warehouse</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>quote_preview</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_rma_shipment</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalog_category</document>\n            </ignore>\n            <ignore>\n                <document>sequence_catalogrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_block</document>\n            </ignore>\n            <ignore>\n                <document>sequence_cms_page</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product</document>\n            </ignore>\n            <ignore>\n                <document>sequence_salesrule</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_selection</document>\n            </ignore>\n            <ignore>\n                <document>sequence_product_bundle_option</document>\n            </ignore>\n            <ignore>\n                <document>staging_update</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>company</document>\n            </ignore>\n            <ignore>\n                <document>company_advanced_customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_credit</document>\n            </ignore>\n            <ignore>\n                <document>company_credit_history</document>\n            </ignore>\n            <ignore>\n                <document>company_order_entity</document>\n            </ignore>\n            <ignore>\n                <document>company_payment</document>\n            </ignore>\n            <ignore>\n                <document>company_permissions</document>\n            </ignore>\n            <ignore>\n                <document>company_roles</document>\n            </ignore>\n            <ignore>\n                <document>company_structure</document>\n            </ignore>\n            <ignore>\n                <document>company_team</document>\n            </ignore>\n            <ignore>\n                <document>company_user_roles</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_comment_attachment</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_company_config</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_grid</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_history</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_item</document>\n            </ignore>\n            <ignore>\n                <document>negotiable_quote_purged_content</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list</document>\n            </ignore>\n            <ignore>\n                <document>requisition_list_item</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog</document>\n            </ignore>\n            <ignore>\n                <document>shared_catalog_product_item</document>\n            </ignore>\n            <ignore>\n                <document>sharedcatalog_category_permissions</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_category_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"entity_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"block_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"page_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.row_id</field>\n                <handler class=\"\\Migration\\Handler\\FieldCopy\">\n                    <param name=\"fieldCopy\" value=\"rule_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.send_email</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.failures_num</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.first_failure</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.lock_expires</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.published_revision_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.website_root</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.under_version_control</field>\n            </ignore>\n            <ignore>\n                <field>quote.customer_balance_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_customer_bal_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.use_customer_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gift_cards_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_gift_cards_amount_used</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.use_reward_points</field>\n            </ignore>\n            <ignore>\n                <field>quote.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.used_gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_address_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.event_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.bs_customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.reward_points_balance_refund</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_customer_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.bs_customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.customer_bal_total_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_gift_cards_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gift_cards_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_allow_gift_receipt</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_add_card</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_points_balance</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_currency_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_rwrd_crrncy_amt_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.rwrd_currency_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.base_rwrd_crrncy_amnt_refnded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.rwrd_crrncy_amnt_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.reward_points_balance_refund</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.qty_returned</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount_invoiced</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_price_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_base_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.gw_tax_amount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.event_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.giftregistry_item_id</field>\n            </ignore>\n            <ignore>\n                <field>wishlist.name</field>\n            </ignore>\n            <ignore>\n                <field>wishlist.visibility</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.use_config_deferred_stock_update</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_items_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_base_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.gw_card_price_incl_tax</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.created_in</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.created_in</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.updated_in</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.row_id</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <field>cms_block.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.row_id</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.row_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-commerce/class-map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<classmap xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n          xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/class-map.xsd\">\n    <rename>\n        <from>catalogrule/rule_condition_combine</from>\n        <to>Magento\\CatalogRule\\Model\\Rule\\Condition\\Combine</to>\n    </rename>\n    <rename>\n        <from>adminhtml/catalog_category_helper_pricestep</from>\n        <to>Magento\\Catalog\\Block\\Adminhtml\\Category\\Helper\\Pricestep</to>\n    </rename>\n    <rename>\n        <from>adminhtml/catalog_category_helper_sortby_available</from>\n        <to>Magento\\Catalog\\Block\\Adminhtml\\Category\\Helper\\Sortby\\Available</to>\n    </rename>\n    <rename>\n        <from>adminhtml/catalog_category_helper_sortby_default</from>\n        <to>Magento\\Catalog\\Block\\Adminhtml\\Category\\Helper\\Sortby\\DefaultSortby</to>\n    </rename>\n    <rename>\n        <from>adminhtml/catalog_product_helper_form_msrp_enabled</from>\n        <to />\n    </rename>\n    <rename>\n        <from>adminhtml/catalog_product_helper_form_msrp_price</from>\n        <to>Magento\\Msrp\\Block\\Adminhtml\\Product\\Helper\\Form\\Type\\Price</to>\n    </rename>\n    <rename>\n        <from>bundle/product_attribute_source_price_view</from>\n        <to>Magento\\Bundle\\Model\\Product\\Attribute\\Source\\Price\\View</to>\n    </rename>\n    <rename>\n        <from>catalog/attribute_backend_customlayoutupdate</from>\n        <to>Magento\\Catalog\\Model\\Attribute\\Backend\\Customlayoutupdate</to>\n    </rename>\n    <rename>\n        <from>catalog/category</from>\n        <to>Magento\\Catalog\\Model\\ResourceModel\\Category</to>\n    </rename>\n    <rename>\n        <from>catalog/category_attribute_backend_image</from>\n        <to>Magento\\Catalog\\Model\\Category\\Attribute\\Backend\\Image</to>\n    </rename>\n    <rename>\n        <from>catalog/category_attribute_backend_sortby</from>\n        <to>Magento\\Catalog\\Model\\Category\\Attribute\\Backend\\Sortby</to>\n    </rename>\n    <rename>\n        <from>catalog/category_attribute_backend_urlkey</from>\n        <to />\n    </rename>\n    <rename>\n        <from>catalog/product_attribute_backend_urlkey</from>\n        <to />\n    </rename>\n    <rename>\n        <from>catalog/category_attribute_collection</from>\n        <to>Magento\\Catalog\\Model\\ResourceModel\\Category\\Attribute\\Collection</to>\n    </rename>\n    <rename>\n        <from>catalog/category_attribute_source_layout</from>\n        <to>Magento\\Catalog\\Model\\Category\\Attribute\\Source\\Layout</to>\n    </rename>\n    <rename>\n        <from>catalog/category_attribute_source_mode</from>\n        <to>Magento\\Catalog\\Model\\Category\\Attribute\\Source\\Mode</to>\n    </rename>\n    <rename>\n        <from>catalog/category_attribute_source_page</from>\n        <to>Magento\\Catalog\\Model\\Category\\Attribute\\Source\\Page</to>\n    </rename>\n    <rename>\n        <from>catalog/category_attribute_source_sortby</from>\n        <to>Magento\\Catalog\\Model\\Category\\Attribute\\Source\\Sortby</to>\n    </rename>\n    <rename>\n        <from>catalog/category_widget_link</from>\n        <to>Magento\\Catalog\\Block\\Category\\Widget\\Link</to>\n    </rename>\n    <rename>\n        <from>catalog/entity_product_attribute_design_options_container</from>\n        <to>Magento\\Catalog\\Model\\Entity\\Product\\Attribute\\Design\\Options\\Container</to>\n    </rename>\n    <rename>\n        <from>catalog/product</from>\n        <to>Magento\\Catalog\\Model\\ResourceModel\\Product</to>\n    </rename>\n    <rename>\n        <from>catalog/product_attribute_backend_boolean</from>\n        <to>Magento\\Catalog\\Model\\Product\\Attribute\\Backend\\Boolean</to>\n    </rename>\n    <rename>\n        <from>catalog/product_attribute_backend_media</from>\n        <to />\n    </rename>\n    <rename>\n        <from>catalog/product_attribute_backend_msrp</from>\n        <to />\n    </rename>\n    <rename>\n        <from>catalog/product_attribute_backend_price</from>\n        <to>Magento\\Catalog\\Model\\Product\\Attribute\\Backend\\Price</to>\n    </rename>\n    <rename>\n        <from>catalog/product_attribute_backend_recurring</from>\n        <to />\n    </rename>\n    <rename>\n        <from>catalog/product_attribute_backend_sku</from>\n        <to>Magento\\Catalog\\Model\\Product\\Attribute\\Backend\\Sku</to>\n    </rename>\n    <rename>\n        <from>catalog/product_attribute_backend_startdate</from>\n        <to>Magento\\Catalog\\Model\\Attribute\\Backend\\Startdate</to>\n    </rename>\n    <rename>\n        <from>catalog/product_attribute_backend_startdate_specialprice</from>\n        <to>Magento\\Catalog\\Model\\Attribute\\Backend\\Startdate</to>\n    </rename>\n    <rename>\n        <from>catalog/product_attribute_backend_tierprice</from>\n        <to>Magento\\Catalog\\Model\\Product\\Attribute\\Backend\\Tierprice</to>\n    </rename>\n    <rename>\n        <from>catalog/product_attribute_collection</from>\n        <to>Magento\\Catalog\\Model\\ResourceModel\\Product\\Attribute\\Collection</to>\n    </rename>\n    <rename>\n        <from>catalog/product_attribute_frontend_image</from>\n        <to>Magento\\Catalog\\Model\\Product\\Attribute\\Frontend\\Image</to>\n    </rename>\n    <rename>\n        <from>catalog/product_attribute_source_countryofmanufacture</from>\n        <to>Magento\\Catalog\\Model\\Product\\Attribute\\Source\\Countryofmanufacture</to>\n    </rename>\n    <rename>\n        <from>catalog/product_attribute_source_layout</from>\n        <to>Magento\\Catalog\\Model\\Product\\Attribute\\Source\\Layout</to>\n    </rename>\n    <rename>\n        <from>catalog/product_attribute_source_msrp_type_enabled</from>\n        <to />\n    </rename>\n    <rename>\n        <from>catalog/product_attribute_source_msrp_type_price</from>\n        <to>Magento\\Msrp\\Model\\Product\\Attribute\\Source\\Type\\Price</to>\n    </rename>\n    <rename>\n        <from>catalog/product_status</from>\n        <to>Magento\\Catalog\\Model\\Product\\Attribute\\Source\\Status</to>\n    </rename>\n    <rename>\n        <from>catalog/product_visibility</from>\n        <to>Magento\\Catalog\\Model\\Product\\Visibility</to>\n    </rename>\n    <rename>\n        <from>catalog/product_widget_link</from>\n        <to>Magento\\Catalog\\Block\\Product\\Widget\\Link</to>\n    </rename>\n    <rename>\n        <from>catalog/product_widget_new</from>\n        <to>Magento\\Catalog\\Block\\Product\\Widget\\NewWidget</to>\n    </rename>\n    <rename>\n        <from>catalog/resource_eav_attribute</from>\n        <to>Magento\\Catalog\\Model\\ResourceModel\\Eav\\Attribute</to>\n    </rename>\n    <rename>\n        <from>catalogrule/rule_action_collection</from>\n        <to>Magento\\CatalogRule\\Model\\Rule\\Action\\Collection</to>\n    </rename>\n    <rename>\n        <from>catalogrule/rule_action_product</from>\n        <to>Magento\\CatalogRule\\Model\\Rule\\Action\\Product</to>\n    </rename>\n    <rename>\n        <from>catalogrule/rule_condition_product</from>\n        <to>Magento\\CatalogRule\\Model\\Rule\\Condition\\Product</to>\n    </rename>\n    <rename>\n        <from>catalogrule/rule_product_price</from>\n        <to>Magento\\CatalogRule\\Model\\Rule\\Product\\Price</to>\n    </rename>\n    <rename>\n        <from>cms/widget_block</from>\n        <to>Magento\\Cms\\Block\\Widget\\Block</to>\n    </rename>\n    <rename>\n        <from>cms/widget_page_link</from>\n        <to>Magento\\Cms\\Block\\Widget\\Page\\Link</to>\n    </rename>\n    <rename>\n        <from>core/design_source_design</from>\n        <to>Magento\\Theme\\Model\\Theme\\Source\\Theme</to>\n    </rename>\n    <rename>\n        <from>customer/address</from>\n        <to>Magento\\Customer\\Model\\ResourceModel\\Address</to>\n    </rename>\n    <rename>\n        <from>customer/address_attribute_collection</from>\n        <to>Magento\\Customer\\Model\\ResourceModel\\Address\\Attribute\\Collection</to>\n    </rename>\n    <rename>\n        <from>customer/attribute</from>\n        <to>Magento\\Customer\\Model\\Attribute</to>\n    </rename>\n    <rename>\n        <from>customer/attribute_backend_data_boolean</from>\n        <to>Magento\\Customer\\Model\\Attribute\\Backend\\Data\\Boolean</to>\n    </rename>\n    <rename>\n        <from>customer/attribute_collection</from>\n        <to>Magento\\Customer\\Model\\ResourceModel\\Attribute\\Collection</to>\n    </rename>\n    <rename>\n        <from>customer/attribute_data_postcode</from>\n        <to>Magento\\Customer\\Model\\Attribute\\Data\\Postcode</to>\n    </rename>\n    <rename>\n        <from>customer/customer</from>\n        <to>Magento\\Customer\\Model\\ResourceModel\\Customer</to>\n    </rename>\n    <rename>\n        <from>customer/customer_attribute_backend_billing</from>\n        <to>Magento\\Customer\\Model\\Customer\\Attribute\\Backend\\Billing</to>\n    </rename>\n    <rename>\n        <from>customer/customer_attribute_backend_password</from>\n        <to>Magento\\Customer\\Model\\Customer\\Attribute\\Backend\\Password</to>\n    </rename>\n    <rename>\n        <from>customer/customer_attribute_backend_shipping</from>\n        <to>Magento\\Customer\\Model\\Customer\\Attribute\\Backend\\Shipping</to>\n    </rename>\n    <rename>\n        <from>customer/customer_attribute_backend_store</from>\n        <to>Magento\\Customer\\Model\\Customer\\Attribute\\Backend\\Store</to>\n    </rename>\n    <rename>\n        <from>customer/customer_attribute_backend_website</from>\n        <to>Magento\\Customer\\Model\\Customer\\Attribute\\Backend\\Website</to>\n    </rename>\n    <rename>\n        <from>customer/customer_attribute_source_group</from>\n        <to>Magento\\Customer\\Model\\Customer\\Attribute\\Source\\Group</to>\n    </rename>\n    <rename>\n        <from>customer/customer_attribute_source_store</from>\n        <to>Magento\\Customer\\Model\\Customer\\Attribute\\Source\\Store</to>\n    </rename>\n    <rename>\n        <from>customer/customer_attribute_source_website</from>\n        <to>Magento\\Customer\\Model\\Customer\\Attribute\\Source\\Website</to>\n    </rename>\n    <rename>\n        <from>customer/entity_address_attribute_backend_region</from>\n        <to>Magento\\Customer\\Model\\ResourceModel\\Address\\Attribute\\Backend\\Region</to>\n    </rename>\n    <rename>\n        <from>customer/entity_address_attribute_backend_street</from>\n        <to>Magento\\Eav\\Model\\Entity\\Attribute\\Backend\\DefaultBackend</to>\n    </rename>\n    <rename>\n        <from>customer/entity_address_attribute_source_country</from>\n        <to>Magento\\Customer\\Model\\ResourceModel\\Address\\Attribute\\Source\\Country</to>\n    </rename>\n    <rename>\n        <from>customer/entity_address_attribute_source_region</from>\n        <to>Magento\\Customer\\Model\\ResourceModel\\Address\\Attribute\\Source\\Region</to>\n    </rename>\n    <rename>\n        <from>eav/entity_attribute_backend_array</from>\n        <to>Magento\\Eav\\Model\\Entity\\Attribute\\Backend\\ArrayBackend</to>\n    </rename>\n    <rename>\n        <from>eav/entity_attribute_backend_datetime</from>\n        <to>Magento\\Eav\\Model\\Entity\\Attribute\\Backend\\Datetime</to>\n    </rename>\n    <rename>\n        <from>eav/entity_attribute_backend_time_created</from>\n        <to>Magento\\Eav\\Model\\Entity\\Attribute\\Backend\\Time\\Created</to>\n    </rename>\n    <rename>\n        <from>eav/entity_attribute_backend_time_updated</from>\n        <to>Magento\\Eav\\Model\\Entity\\Attribute\\Backend\\Time\\Updated</to>\n    </rename>\n    <rename>\n        <from>eav/entity_attribute_frontend_datetime</from>\n        <to>Magento\\Eav\\Model\\Entity\\Attribute\\Frontend\\Datetime</to>\n    </rename>\n    <rename>\n        <from>eav/entity_attribute_source_boolean</from>\n        <to>Magento\\Eav\\Model\\Entity\\Attribute\\Source\\Boolean</to>\n    </rename>\n    <rename>\n        <from>eav/entity_attribute_source_table</from>\n        <to>Magento\\Eav\\Model\\Entity\\Attribute\\Source\\Table</to>\n    </rename>\n    <rename>\n        <from>eav/entity_increment_numeric</from>\n        <to>Magento\\Eav\\Model\\Entity\\Increment\\NumericValue</to>\n    </rename>\n    <rename>\n        <from>giftmessage/adminhtml_product_helper_form_config</from>\n        <to>Magento\\GiftMessage\\Block\\Adminhtml\\Product\\Helper\\Form\\Config</to>\n    </rename>\n    <rename>\n        <from>reports/product_widget_compared</from>\n        <to>Magento\\Reports\\Block\\Product\\Widget\\Compared</to>\n    </rename>\n    <rename>\n        <from>reports/product_widget_viewed</from>\n        <to>Magento\\Reports\\Block\\Product\\Widget\\Viewed</to>\n    </rename>\n    <rename>\n        <from>sales/order</from>\n        <to>Magento\\Sales\\Model\\ResourceModel\\Order</to>\n    </rename>\n    <rename>\n        <from>sales/order_creditmemo</from>\n        <to>Magento\\Sales\\Model\\ResourceModel\\Order\\Creditmemo</to>\n    </rename>\n    <rename>\n        <from>sales/order_invoice</from>\n        <to>Magento\\Sales\\Model\\ResourceModel\\Order\\Invoice</to>\n    </rename>\n    <rename>\n        <from>sales/order_shipment</from>\n        <to>Magento\\Sales\\Model\\ResourceModel\\Order\\Shipment</to>\n    </rename>\n    <rename>\n        <from>sales/widget_guest_form</from>\n        <to>Magento\\Sales\\Block\\Widget\\Guest\\Form</to>\n    </rename>\n    <rename>\n        <from>salesrule/rule_action_collection</from>\n        <to>Magento\\CatalogRule\\Model\\Rule\\Action\\Collection</to>\n    </rename>\n    <rename>\n        <from>salesrule/rule_action_product</from>\n        <to>Magento\\CatalogRule\\Model\\Rule\\Action\\Product</to>\n    </rename>\n    <rename>\n        <from>salesrule/rule_condition_address</from>\n        <to>Magento\\SalesRule\\Model\\Rule\\Condition\\Address</to>\n    </rename>\n    <rename>\n        <from>salesrule/rule_condition_combine</from>\n        <to>Magento\\SalesRule\\Model\\Rule\\Condition\\Combine</to>\n    </rename>\n    <rename>\n        <from>salesrule/rule_condition_product</from>\n        <to>Magento\\SalesRule\\Model\\Rule\\Condition\\Product</to>\n    </rename>\n    <rename>\n        <from>salesrule/rule_condition_product_combine</from>\n        <to>Magento\\SalesRule\\Model\\Rule\\Condition\\Product\\Combine</to>\n    </rename>\n    <rename>\n        <from>salesrule/rule_condition_product_found</from>\n        <to>Magento\\SalesRule\\Model\\Rule\\Condition\\Product\\Found</to>\n    </rename>\n    <rename>\n        <from>salesrule/rule_condition_product_subselect</from>\n        <to>Magento\\SalesRule\\Model\\Rule\\Condition\\Product\\Subselect</to>\n    </rename>\n    <rename>\n        <from>salesrule/rule_customer</from>\n        <to>Magento\\SalesRule\\Model\\Rule\\Customer</to>\n    </rename>\n    <rename>\n        <from>salesrule/rule_product</from>\n        <to>Magento\\SalesRule\\Model\\Rule\\Product</to>\n    </rename>\n    <rename>\n        <from>tax/class_source_product</from>\n        <to>Magento\\Tax\\Model\\TaxClass\\Source\\Product</to>\n    </rename>\n    <rename>\n        <from>weee/attribute_backend_weee_tax</from>\n        <to>Magento\\Weee\\Model\\Attribute\\Backend\\Weee\\Tax</to>\n    </rename>\n    <rename>\n        <from>sales_entity/order_shipment_attribute_backend_child</from>\n        <to></to>\n    </rename>\n    <rename>\n        <from>sales_entity/order_attribute_backend_child</from>\n        <to></to>\n    </rename>\n    <rename>\n        <from>sales_entity/invoice_attribute_backend_child</from>\n        <to></to>\n    </rename>\n    <rename>\n        <from>sales_entity/order_invoice_attribute_backend_child</from>\n        <to></to>\n    </rename>\n    <rename>\n        <from>sales_entity/order_attribute_backend_billing</from>\n        <to></to>\n    </rename>\n    <rename>\n        <from>sales_entity/order_attribute_backend_parent</from>\n        <to></to>\n    </rename>\n    <rename>\n        <from>sales_entity/order_attribute_backend_shipping</from>\n        <to></to>\n    </rename>\n    <rename>\n        <from>sales_entity/order_creditmemo_attribute_backend_child</from>\n        <to></to>\n    </rename>\n    <rename>\n        <from>sales_entity/order_creditmemo_attribute_backend_parent</from>\n        <to></to>\n    </rename>\n    <rename>\n        <from>sales_entity/order_invoice_attribute_backend_order</from>\n        <to></to>\n    </rename>\n    <rename>\n        <from>sales_entity/order_invoice_attribute_backend_parent</from>\n        <to></to>\n    </rename>\n    <rename>\n        <from>sales_entity/order_shipment_attribute_backend_parent</from>\n        <to></to>\n    </rename>\n    <rename>\n        <from>sales/quote</from>\n        <to>Magento\\Quote\\Model\\Quote</to>\n    </rename>\n    <rename>\n        <from>sales/quote_address</from>\n        <to>Magento\\Quote\\Model\\Quote\\Address</to>\n    </rename>\n    <rename>\n        <from>sales/quote_address_rate</from>\n        <to>Magento\\Quote\\Model\\Quote\\Address\\Rate</to>\n    </rename>\n    <rename>\n        <from>sales/quote_address_item</from>\n        <to>Magento\\Quote\\Model\\Quote\\Address\\Item</to>\n    </rename>\n    <rename>\n        <from>sales/quote_payment</from>\n        <to>Magento\\Quote\\Model\\Quote\\Payment</to>\n    </rename>\n    <rename>\n        <from>sales/quote_item</from>\n        <to>Magento\\Quote\\Model\\Quote\\Item</to>\n    </rename>\n    <rename>\n        <from>sales/order_address</from>\n        <to>Magento\\Sales\\Model\\Order\\Address</to>\n    </rename>\n    <rename>\n        <from>sales/order_item</from>\n        <to>Magento\\Sales\\Model\\Order\\Item</to>\n    </rename>\n    <rename>\n        <from>sales/order_payment</from>\n        <to>Magento\\Sales\\Model\\Order\\Payment</to>\n    </rename>\n    <rename>\n        <from>sales/order_status_history</from>\n        <to>Magento\\Sales\\Model\\Order\\Status\\History</to>\n    </rename>\n    <rename>\n        <from>sales/order_shipment_track</from>\n        <to>Magento\\Sales\\Model\\Order\\Shipment\\Track</to>\n    </rename>\n    <rename>\n        <from>sales/order_shipment_item</from>\n        <to>Magento\\Sales\\Model\\Order\\Shipment\\Item</to>\n    </rename>\n    <rename>\n        <from>sales/order_shipment_comment</from>\n        <to>Magento\\Sales\\Model\\Order\\Shipment\\Comment</to>\n    </rename>\n    <rename>\n        <from>sales/order_payment</from>\n        <to>Magento\\Sales\\Model\\Order\\Payment</to>\n    </rename>\n    <rename>\n        <from>sales/order_invoice_item</from>\n        <to>Magento\\Sales\\Model\\Order\\Invoice\\Item</to>\n    </rename>\n    <rename>\n        <from>sales/order_invoice_comment</from>\n        <to>Magento\\Sales\\Model\\Order\\Invoice\\Comment</to>\n    </rename>\n    <rename>\n        <from>sales/order_creditmemo_item</from>\n        <to>Magento\\Sales\\Model\\Order\\Creditmemo\\Item</to>\n    </rename>\n    <rename>\n        <from>sales/order_creditmemo_comment</from>\n        <to>Magento\\Sales\\Model\\Order\\Creditmemo\\Comment</to>\n    </rename>\n    <rename>\n        <from>eav/entity_attribute_backend_default</from>\n        <to>Magento\\Eav\\Model\\Entity\\Attribute\\Backend\\DefaultBackend</to>\n    </rename>\n    <rename>\n        <from>eav/entity_attribute_frontend_default</from>\n        <to>Magento\\Eav\\Model\\Entity\\Attribute\\Frontend\\DefaultFrontend</to>\n    </rename>\n</classmap>\n"
  },
  {
    "path": "etc/opensource-to-commerce/customer-attribute-groups.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<groups xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/groups.xsd\">\n    <group name=\"customer_entity\">\n        <attribute>created_in</attribute>\n        <attribute>prefix</attribute>\n        <attribute>firstname</attribute>\n        <attribute>middlename</attribute>\n        <attribute>lastname</attribute>\n        <attribute>suffix</attribute>\n        <attribute>dob</attribute>\n        <attribute>password_hash</attribute>\n        <attribute>rp_token</attribute>\n        <attribute>rp_token_created_at</attribute>\n        <attribute>default_billing</attribute>\n        <attribute>default_shipping</attribute>\n        <attribute>taxvat</attribute>\n        <attribute>confirmation</attribute>\n        <attribute>gender</attribute>\n    </group>\n    <group name=\"customer_address_entity\">\n        <attribute>city</attribute>\n        <attribute>company</attribute>\n        <attribute>country_id</attribute>\n        <attribute>fax</attribute>\n        <attribute>firstname</attribute>\n        <attribute>lastname</attribute>\n        <attribute>middlename</attribute>\n        <attribute>postcode</attribute>\n        <attribute>prefix</attribute>\n        <attribute>region</attribute>\n        <attribute>region_id</attribute>\n        <attribute>street</attribute>\n        <attribute>suffix</attribute>\n        <attribute>telephone</attribute>\n        <attribute>vat_id</attribute>\n        <attribute>vat_is_valid</attribute>\n        <attribute>vat_request_date</attribute>\n        <attribute>vat_request_id</attribute>\n        <attribute>vat_request_success</attribute>\n    </group>\n</groups>\n"
  },
  {
    "path": "etc/opensource-to-commerce/customer-document-groups.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<groups xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/groups.xsd\">\n    <group name=\"source_documents\">\n        <document key=\"entity_id\">customer_entity</document>\n        <document key=\"value_id\">customer_entity_datetime</document>\n        <document key=\"value_id\">customer_entity_decimal</document>\n        <document key=\"value_id\">customer_entity_int</document>\n        <document key=\"value_id\">customer_entity_text</document>\n        <document key=\"value_id\">customer_entity_varchar</document>\n        <document key=\"entity_id\">customer_address_entity</document>\n        <document key=\"value_id\">customer_address_entity_datetime</document>\n        <document key=\"value_id\">customer_address_entity_decimal</document>\n        <document key=\"value_id\">customer_address_entity_int</document>\n        <document key=\"value_id\">customer_address_entity_text</document>\n        <document key=\"value_id\">customer_address_entity_varchar</document>\n    </group>\n    <group name=\"eav_entities\">\n        <document>customer</document>\n        <document>customer_address</document>\n    </group>\n    <group name=\"customer\">\n        <document key=\"entity_id\">customer_entity</document>\n        <document key=\"value_id\">customer_entity_datetime</document>\n        <document key=\"value_id\">customer_entity_decimal</document>\n        <document key=\"value_id\">customer_entity_int</document>\n        <document key=\"value_id\">customer_entity_text</document>\n        <document key=\"value_id\">customer_entity_varchar</document>\n    </group>\n    <group name=\"customer_address\">\n        <document key=\"entity_id\">customer_address_entity</document>\n        <document key=\"value_id\">customer_address_entity_datetime</document>\n        <document key=\"value_id\">customer_address_entity_decimal</document>\n        <document key=\"value_id\">customer_address_entity_int</document>\n        <document key=\"value_id\">customer_address_entity_text</document>\n        <document key=\"value_id\">customer_address_entity_varchar</document>\n    </group>\n    <group name=\"source_entity_documents\">\n        <document>customer_entity</document>\n        <document>customer_address_entity</document>\n    </group>\n</groups>\n"
  },
  {
    "path": "etc/opensource-to-commerce/deltalog.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<groups xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/groups.xsd\">\n    <group name=\"delta_map\">\n        <document key=\"catalog_compare_item_id\">catalog_compare_item</document>\n        <document key=\"item_id\">cataloginventory_stock_item</document>\n        <document key=\"subscriber_id\">newsletter_subscriber</document>\n        <document key=\"entity_id\">sales_flat_quote</document>\n        <document key=\"address_id\">sales_flat_quote_address</document>\n        <document key=\"item_id\">sales_flat_quote_item</document>\n        <document key=\"option_id\">sales_flat_quote_item_option</document>\n        <document key=\"rate_id\">sales_flat_quote_shipping_rate</document>\n        <document key=\"payment_id\">sales_flat_quote_payment</document>\n        <document key=\"entity_id\">sales_flat_order_address</document>\n        <document key=\"item_id\">sales_flat_order_item</document>\n        <document key=\"entity_id\">sales_flat_order_payment</document>\n        <document key=\"entity_id\">sales_flat_order_status_history</document>\n        <document key=\"entity_id\">sales_flat_order_grid</document>\n        <document key=\"wishlist_id\">wishlist</document>\n        <document key=\"wishlist_item_id\">wishlist_item</document>\n        <document key=\"option_id\">wishlist_item_option</document>\n        <document key=\"index_id\">report_viewed_product_index</document>\n        <document key=\"index_id\">report_compared_product_index</document>\n        <document key=\"event_id\">report_event</document>\n        <document key=\"review_id\">review</document>\n        <document key=\"detail_id\">review_detail</document>\n        <document key=\"review_id\">review_store</document>\n        <document key=\"vote_id\">rating_option_vote</document>\n        <document key=\"primary_id\">rating_option_vote_aggregated</document>\n        <document key=\"primary_id\">review_entity_summary</document>\n        <document key=\"entity_id\">sales_flat_shipment</document>\n        <document key=\"entity_id\">sales_flat_shipment_item</document>\n        <document key=\"entity_id\">sales_flat_shipment_track</document>\n        <document key=\"entity_id\">sales_flat_shipment_grid</document>\n        <document key=\"entity_id\">sales_flat_shipment_comment</document>\n        <document key=\"entity_id\">sales_flat_creditmemo</document>\n        <document key=\"entity_id\">sales_flat_creditmemo_item</document>\n        <document key=\"entity_id\">sales_flat_creditmemo_grid</document>\n        <document key=\"entity_id\">sales_flat_invoice</document>\n        <document key=\"entity_id\">sales_flat_invoice_item</document>\n        <document key=\"entity_id\">sales_flat_invoice_grid</document>\n        <document key=\"purchased_id\">downloadable_link_purchased</document>\n        <document key=\"item_id\">downloadable_link_purchased_item</document>\n        <document key=\"gift_message_id\">gift_message</document>\n        <document key=\"address_item_id\">sales_flat_quote_address_item</document>\n        <document key=\"tax_id\">sales_order_tax</document>\n        <document key=\"tax_item_id\">sales_order_tax_item</document>\n        <document key=\"entity_id\">sales_flat_order</document>\n        <document key=\"transaction_id\">sales_payment_transaction</document>\n        <document key=\"entity_id\">catalog_category_entity</document>\n        <document key=\"value_id\">catalog_category_entity_datetime</document>\n        <document key=\"value_id\">catalog_category_entity_decimal</document>\n        <document key=\"value_id\">catalog_category_entity_int</document>\n        <document key=\"value_id\">catalog_category_entity_text</document>\n        <document key=\"value_id\">catalog_category_entity_varchar</document>\n        <document key=\"category_id,product_id\">catalog_category_product</document>\n        <document key=\"entity_id\">catalog_product_entity</document>\n        <document key=\"value_id\">catalog_product_entity_datetime</document>\n        <document key=\"value_id\">catalog_product_entity_decimal</document>\n        <document key=\"value_id\">catalog_product_entity_int</document>\n        <document key=\"value_id\">catalog_product_entity_media_gallery</document>\n        <document key=\"value_id\">catalog_product_entity_media_gallery_value</document>\n        <document key=\"value_id\">catalog_product_entity_text</document>\n        <document key=\"value_id\">catalog_product_entity_varchar</document>\n        <document key=\"option_id\">catalog_product_option</document>\n        <document key=\"option_price_id\">catalog_product_option_price</document>\n        <document key=\"option_title_id\">catalog_product_option_title</document>\n        <document key=\"option_type_price_id\">catalog_product_option_type_price</document>\n        <document key=\"option_type_title_id\">catalog_product_option_type_title</document>\n        <document key=\"option_type_id\">catalog_product_option_type_value</document>\n        <document key=\"parent_id,child_id\">catalog_product_relation</document>\n        <document key=\"link_id\">catalog_product_link</document>\n        <document key=\"product_link_attribute_id\">catalog_product_link_attribute</document>\n        <document key=\"value_id\">catalog_product_link_attribute_int</document>\n        <document key=\"value_id\">catalog_product_link_attribute_decimal</document>\n        <document key=\"value_id\">catalog_product_link_attribute_varchar</document>\n        <document key=\"product_id,website_id\">catalog_product_website</document>\n        <document key=\"option_id\">catalog_product_bundle_option</document>\n        <document key=\"value_id\">catalog_product_bundle_option_value</document>\n        <document key=\"selection_id\">catalog_product_bundle_selection</document>\n        <document key=\"selection_id,website_id\">catalog_product_bundle_selection_price</document>\n        <document key=\"link_id\">downloadable_link</document>\n        <document key=\"price_id\">downloadable_link_price</document>\n        <document key=\"title_id\">downloadable_link_title</document>\n        <document key=\"sample_id\">downloadable_sample</document>\n        <document key=\"title_id\">downloadable_sample_title</document>\n        <document key=\"link_id\">catalog_product_super_link</document>\n        <document key=\"product_super_attribute_id\">catalog_product_super_attribute</document>\n        <document key=\"value_id\">catalog_product_super_attribute_label</document>\n    </group>\n    <group name=\"delta_log\">\n        <document key=\"visitor_id\">log_visitor</document>\n    </group>\n    <group name=\"delta_customer\">\n        <document key=\"entity_id\">customer_entity</document>\n        <document key=\"value_id\">customer_entity_datetime</document>\n        <document key=\"value_id\">customer_entity_decimal</document>\n        <document key=\"value_id\">customer_entity_int</document>\n        <document key=\"value_id\">customer_entity_text</document>\n        <document key=\"value_id\">customer_entity_varchar</document>\n        <document key=\"entity_id\">customer_address_entity</document>\n        <document key=\"value_id\">customer_address_entity_datetime</document>\n        <document key=\"value_id\">customer_address_entity_decimal</document>\n        <document key=\"value_id\">customer_address_entity_int</document>\n        <document key=\"value_id\">customer_address_entity_text</document>\n        <document key=\"value_id\">customer_address_entity_varchar</document>\n    </group>\n    <group name=\"delta_sales_sequence\">\n        <document key=\"entity_store_id\">eav_entity_store</document>\n    </group>\n    <group name=\"delta_inventory\">\n        <document key=\"item_id\">cataloginventory_stock_item</document>\n        <document key=\"entity_id\">sales_flat_shipment</document>\n    </group>\n    <group name=\"delta_tier_price\">\n        <document key=\"entity_id,all_groups,customer_group_id,website_id\">catalog_product_entity_group_price</document>\n        <document key=\"entity_id,all_groups,customer_group_id,qty,website_id\">catalog_product_entity_tier_price</document>\n    </group>\n    <group name=\"delta_url_rewrite\">\n        <document key=\"url_rewrite_id\">core_url_rewrite</document>\n    </group>\n    <group name=\"delta_configurable_price\">\n        <document key=\"value_id\">catalog_product_super_attribute_pricing</document>\n    </group>\n</groups>\n"
  },
  {
    "path": "etc/opensource-to-commerce/eav-attribute-groups.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<groups xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/groups.xsd\">\n    <group name=\"ignore\">\n        <attribute type=\"catalog_product\">msrp_enabled</attribute>\n        <attribute type=\"catalog_product\">group_price</attribute>\n        <attribute type=\"catalog_product\">is_recurring</attribute>\n        <attribute type=\"catalog_product\">recurring_profile</attribute>\n    </group>\n    <group name=\"frontend_input_empty_allowed\">\n        <attribute type=\"catalog_product\">samples_title</attribute>\n        <attribute type=\"catalog_product\">links_title</attribute>\n        <attribute type=\"catalog_product\">links_exist</attribute>\n        <attribute type=\"catalog_product\">links_purchased_separately</attribute>\n        <attribute type=\"catalog_product\">old_id</attribute>\n        <attribute type=\"catalog_product\">price_type</attribute>\n        <attribute type=\"catalog_product\">sku_type</attribute>\n        <attribute type=\"catalog_product\">weight_type</attribute>\n        <attribute type=\"catalog_product\">shipment_type</attribute>\n        <attribute type=\"catalog_product\">url_path</attribute>\n        <attribute type=\"catalog_category\">url_path</attribute>\n        <attribute type=\"catalog_category\">path</attribute>\n        <attribute type=\"catalog_category\">path_in_store</attribute>\n        <attribute type=\"catalog_category\">position</attribute>\n        <attribute type=\"catalog_category\">level</attribute>\n        <attribute type=\"catalog_category\">all_children</attribute>\n        <attribute type=\"catalog_category\">children</attribute>\n        <attribute type=\"catalog_category\">children_count</attribute>\n        <attribute type=\"order\">currency_rate</attribute>\n        <attribute type=\"order\">tax_percent</attribute>\n        <attribute type=\"order\">currency_base_id</attribute>\n        <attribute type=\"order\">real_order_id</attribute>\n        <attribute type=\"order\">currency_code</attribute>\n        <attribute type=\"order_item\">qty</attribute>\n        <attribute type=\"order_item\">tier_price</attribute>\n        <attribute type=\"order_item\">model</attribute>\n        <attribute type=\"order_address\">address_id</attribute>\n        <attribute type=\"order_address\">tax_id</attribute>\n        <attribute type=\"order_payment\">cc_raw_request</attribute>\n        <attribute type=\"order_payment\">cc_raw_response</attribute>\n        <attribute type=\"order_status\">status</attribute>\n        <attribute type=\"order_status\">comments</attribute>\n    </group>\n</groups>\n"
  },
  {
    "path": "etc/opensource-to-commerce/eav-document-groups.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<groups xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/groups.xsd\">\n    <group name=\"documents\">\n        <document>eav_attribute_group</document>\n        <document>eav_attribute_set</document>\n        <document>eav_attribute</document>\n        <document>eav_entity_attribute</document>\n        <document>catalog_eav_attribute</document>\n        <document>customer_eav_attribute</document>\n        <document>eav_entity_type</document>\n    </group>\n    <group name=\"documents_attribute_extended\">\n        <document key=\"attribute_id\">catalog_eav_attribute</document>\n        <document key=\"attribute_id\">customer_eav_attribute</document>\n    </group>\n    <group name=\"documents_leftover_values\">\n        <document>catalog_category_entity_datetime</document>\n        <document>catalog_category_entity_decimal</document>\n        <document>catalog_category_entity_int</document>\n        <document>catalog_category_entity_text</document>\n        <document>catalog_category_entity_varchar</document>\n        <document>catalog_eav_attribute</document>\n        <document>catalog_product_entity_datetime</document>\n        <document>catalog_product_entity_decimal</document>\n        <document>catalog_product_entity_gallery</document>\n        <document>catalog_product_entity_int</document>\n        <document>catalog_product_entity_media_gallery</document>\n        <document>catalog_product_entity_text</document>\n        <document>catalog_product_entity_varchar</document>\n        <document>customer_address_entity_datetime</document>\n        <document>customer_address_entity_decimal</document>\n        <document>customer_address_entity_int</document>\n        <document>customer_address_entity_text</document>\n        <document>customer_address_entity_varchar</document>\n        <document>customer_eav_attribute</document>\n        <document>customer_eav_attribute_website</document>\n        <document>customer_entity_datetime</document>\n        <document>customer_entity_decimal</document>\n        <document>customer_entity_int</document>\n        <document>customer_entity_text</document>\n        <document>customer_entity_varchar</document>\n        <document>customer_form_attribute</document>\n        <document>eav_attribute_label</document>\n        <document>eav_attribute_option</document>\n        <document>eav_entity_attribute</document>\n        <document>eav_form_element</document>\n        <document>salesrule_product_attribute</document>\n        <document>weee_tax</document>\n    </group>\n    <group name=\"documents_leftover_values_ee\">\n        <document>magento_giftcard_amount</document>\n        <document>magento_rma_item_eav_attribute</document>\n        <document>magento_rma_item_eav_attribute_website</document>\n        <document>magento_rma_item_entity_datetime</document>\n        <document>magento_rma_item_entity_decimal</document>\n        <document>magento_rma_item_entity_int</document>\n        <document>magento_rma_item_entity_text</document>\n        <document>magento_rma_item_entity_varchar</document>\n        <document>magento_rma_item_form_attribute</document>\n    </group>\n    <group name=\"documents_attribute_set_leftover_values\">\n        <document>catalog_product_entity_datetime</document>\n        <document>catalog_product_entity_decimal</document>\n        <document>catalog_product_entity_gallery</document>\n        <document>catalog_product_entity_int</document>\n        <document>catalog_product_entity_text</document>\n        <document>catalog_product_entity_varchar</document>\n    </group>\n</groups>\n"
  },
  {
    "path": "etc/opensource-to-commerce/log-document-groups.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<groups xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/groups.xsd\">\n    <group name=\"source_documents\">\n        <document>log_visitor</document>\n    </group>\n    <group name=\"destination_documents_to_clear\">\n        <!--\n        <document>log_customer</document>\n        <document>log_quote</document>\n        <document>log_summary</document>\n        <document>log_summary_type</document>\n        <document>log_url</document>\n        <document>log_url_info</document>\n        <document>log_visitor</document>\n        <document>log_visitor_info</document>\n        <document>log_visitor_online</document>\n        -->\n    </group>\n</groups>\n"
  },
  {
    "path": "etc/opensource-to-commerce/map-customer.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <field_rules>\n            <ignore>\n                <field>customer_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.attribute_set_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.attribute_set_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity_varchar.entity_type_id</field>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>customer_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.prefix</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.firstname</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.middlename</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.lastname</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.suffix</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.dob</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.password_hash</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.rp_token</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.rp_token_created_at</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.default_billing</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.default_shipping</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.taxvat</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.confirmation</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.gender</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.session_cutoff</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.city</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.company</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.country_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.fax</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.firstname</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.lastname</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.middlename</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.postcode</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.prefix</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.region</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.region_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.street</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.suffix</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.telephone</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.vat_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.vat_is_valid</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.vat_request_date</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.vat_request_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.vat_request_success</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.failures_num</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.first_failure</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.lock_expires</field>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-commerce/map-document-groups.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<groups xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/groups.xsd\">\n    <group name=\"destination_documents_update_on_duplicate\">\n        <document key=\"query_text,store_id\">search_query</document>\n        <document key=\"visitor_id,product_id\">report_viewed_product_index</document>\n    </group>\n</groups>\n"
  },
  {
    "path": "etc/opensource-to-commerce/map-eav.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules />\n        <field_rules>\n            <transform>\n                <field>eav_attribute.attribute_model</field>\n                <handler class=\"\\Migration\\Handler\\EavAttribute\\ConvertModel\" />\n            </transform>\n            <transform>\n                <field>eav_attribute.backend_model</field>\n                <handler class=\"\\Migration\\Handler\\EavAttribute\\ConvertModel\" />\n            </transform>\n            <transform>\n                <field>eav_attribute.backend_type</field>\n                <handler class=\"\\Migration\\Handler\\EavAttribute\\BackendTypeForMultiselect\" />\n            </transform>\n            <transform>\n                <field>eav_attribute.frontend_model</field>\n                <handler class=\"\\Migration\\Handler\\EavAttribute\\ConvertModel\" />\n            </transform>\n            <transform>\n                <field>eav_attribute.source_model</field>\n                <handler class=\"\\Migration\\Handler\\EavAttribute\\ConvertModel\" />\n            </transform>\n            <transform>\n                <field>eav_attribute.default_value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertTimestampToDate\" />\n            </transform>\n\n            <transform>\n                <field>catalog_eav_attribute.frontend_input_renderer</field>\n                <handler class=\"\\Migration\\Handler\\EavAttribute\\ConvertModel\" />\n            </transform>\n            <transform>\n                <field>catalog_eav_attribute.apply_to</field>\n                <handler class=\"\\Migration\\Handler\\EavAttribute\\ApplyTo\" />\n            </transform>\n            <transform>\n                <field>customer_eav_attribute.data_model</field>\n                <handler class=\"\\Migration\\Handler\\EavAttribute\\ConvertModel\" />\n            </transform>\n            <transform>\n                <field>customer_eav_attribute.is_visible</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"middlename\" />\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>customer_eav_attribute.input_filter</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"created_at\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>customer_eav_attribute.validate_rules</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>eav_entity_type.entity_model</field>\n                <handler class=\"\\Migration\\Handler\\EavAttribute\\ConvertModel\" />\n            </transform>\n            <transform>\n                <field>eav_entity_type.attribute_model</field>\n                <handler class=\"\\Migration\\Handler\\EavAttribute\\ConvertModel\" />\n            </transform>\n            <transform>\n                <field>eav_entity_type.entity_table</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[\n                    customer/entity:customer_entity;\n                    customer/address_entity:customer_address_entity;\n                    sales/order:sales_order;\n                    sales/order_entity:sales_order_entity;\n                    catalog/category:catalog_category_entity;\n                    catalog/product:catalog_product_entity;\n                    sales/quote:quote;\n                    sales/quote_address:quote_address;\n                    sales/quote_entity:quote_entity;\n                    sales/quote_item:quote_item;\n                    sales/invoice:sales_invoice\n                    ]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>eav_entity_type.increment_model</field>\n                <handler class=\"\\Migration\\Handler\\GetDestinationValue\">\n                    <param name=\"setNullIfEmpty\" value=\"true\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>eav_entity_type.additional_attribute_table</field>\n                <handler class=\"\\Migration\\Handler\\GetDestinationValue\">\n                    <param name=\"setNullIfEmpty\" value=\"true\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>eav_entity_type.entity_attribute_collection</field>\n                <handler class=\"\\Migration\\Handler\\EavAttribute\\ConvertModel\" />\n            </transform>\n            <transform>\n                <field>eav_attribute_set.sort_order</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"100\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>eav_attribute_group.sort_order</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"+100\" />\n                </handler>\n            </transform>\n            <ignore>\n                <field>catalog_eav_attribute.is_configurable</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_eav_attribute.search_weight</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>catalog_eav_attribute.is_required_in_admin_store</field>\n            </ignore>\n            <ignore>\n                <field>eav_attribute_group.attribute_group_code</field>\n            </ignore>\n            <ignore>\n                <field>eav_attribute_group.tab_group_code</field>\n            </ignore>\n            <ignore>\n                <field>catalog_eav_attribute.search_weight</field>\n            </ignore>\n            <ignore>\n                <field>customer_eav_attribute.is_used_for_customer_segment</field>\n            </ignore>\n            <ignore>\n                <field>catalog_eav_attribute.additional_data</field>\n            </ignore>\n            <ignore>\n                <field>catalog_eav_attribute.is_used_in_grid</field>\n            </ignore>\n            <ignore>\n                <field>catalog_eav_attribute.is_visible_in_grid</field>\n            </ignore>\n            <ignore>\n                <field>catalog_eav_attribute.is_filterable_in_grid</field>\n            </ignore>\n            <ignore>\n                <field>catalog_eav_attribute.is_pagebuilder_enabled</field>\n            </ignore>\n            <ignore>\n                <field>customer_eav_attribute.is_used_in_grid</field>\n            </ignore>\n            <ignore>\n                <field>customer_eav_attribute.is_visible_in_grid</field>\n            </ignore>\n            <ignore>\n                <field>customer_eav_attribute.is_filterable_in_grid</field>\n            </ignore>\n            <ignore>\n                <field>customer_eav_attribute.is_searchable_in_grid</field>\n            </ignore>\n            <ignore>\n                <field>customer_eav_attribute.grid_filter_condition_type</field>\n            </ignore>\n            <transform>\n                <field>eav_attribute_group.attribute_group_code</field>\n                <handler class=\"\\Migration\\Handler\\EavAttributeGroup\\SetGroupCode\" />\n            </transform>\n            <transform>\n                <field>eav_attribute_group.tab_group_code</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"basic\" />\n                </handler>\n            </transform>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-commerce/map-log.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <rename>\n                <document>log_visitor</document>\n                <to>customer_visitor</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <ignore>\n                <field>log_visitor.last_url_id</field>\n            </ignore>\n            <ignore>\n                <field>log_visitor.store_id</field>\n            </ignore>\n            <move>\n                <field>log_visitor.first_visit_at</field>\n                <to>customer_visitor.created_at</to>\n            </move>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <ignore>\n                <field>customer_visitor.customer_id</field>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-commerce/map-stores.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <rename>\n                <document>core_store</document>\n                <to>store</to>\n            </rename>\n            <rename>\n                <document>core_store_group</document>\n                <to>store_group</to>\n            </rename>\n            <rename>\n                <document>core_website</document>\n                <to>store_website</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <ignore>\n                <field>core_website.is_staging</field>\n            </ignore>\n            <ignore>\n                <field>core_website.master_login</field>\n            </ignore>\n            <ignore>\n                <field>core_website.master_password</field>\n            </ignore>\n            <ignore>\n                <field>core_website.visibility</field>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>store_group.code</field>\n            </ignore>\n            <transform>\n                <field>store_group.code</field>\n                <handler class=\"\\Migration\\Handler\\StoreGroupCode\" />\n            </transform>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-commerce/map-tier-price.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_group_price.is_percent</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_group_price.customer_group_id</datatype>\n            </ignore>\n            <move>\n                <field>catalog_product_entity_tier_price.entity_id</field>\n                <to>catalog_product_entity_tier_price.row_id</to>\n            </move>\n            <move>\n                <field>catalog_product_entity_group_price.entity_id</field>\n                <to>catalog_product_entity_group_price.row_id</to>\n            </move>\n            <transform>\n                <field>catalog_product_entity_group_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_tier_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_tier_price.percentage_value</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-commerce/order-grids-document-groups.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<groups xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/groups.xsd\">\n    <group name=\"source_documents\">\n        <document key=\"entity_id\">sales_flat_order</document>\n        <document key=\"entity_id\">sales_flat_order_address</document>\n        <document key=\"entity_id\">sales_flat_invoice</document>\n        <document key=\"entity_id\">sales_flat_shipment</document>\n        <document key=\"entity_id\">sales_flat_creditmemo</document>\n        <document key=\"entity_id\">sales_flat_order_payment</document>\n    </group>\n</groups>\n"
  },
  {
    "path": "etc/opensource-to-commerce/settings.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<settings xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n          xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/settings.xsd\">\n    <key>\n        <ignore>\n            <path>advanced/modules_disable_output/*</path>\n        </ignore>\n        <ignore>\n            <path>api/config/compliance_wsi</path>\n        </ignore>\n        <ignore>\n            <path>api/config/session_timeout</path>\n        </ignore>\n        <ignore>\n            <path>api/config/wsdl_cache_enabled</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/additional_protection_enabled</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/additional_protection_min_value</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/additional_protection_rounding</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/additional_protection_use_subtotal</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/additional_protection_value</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/allowed_methods</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/contentdesc</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/debug</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/default_height</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/default_length</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/default_width</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/dutiable</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/dutypaymenttype</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/free_method</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/free_shipping_enable</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/free_shipping_subtotal</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/gateway_url</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/handling_action</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/handling_fee</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/handling_type</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/hazardous_materials</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/id</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/intl_shipment_days</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/max_package_weight</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/password</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/sallowspecific</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/shipment_days</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/shipment_requesttype</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/shipment_type</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/shipping_intlkey</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/shipping_key</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/showmethod</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/sort_order</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/specificerrmsg</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/title</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhlint/doc_methods</path>\n        </ignore>\n        <ignore>\n            <path>carriers/ups/shipaccept_xml_url</path>\n        </ignore>\n        <ignore>\n            <path>carriers/ups/shipconfirm_xml_url</path>\n        </ignore>\n        <ignore>\n            <path>carriers/ups/tracking_xml_url</path>\n        </ignore>\n        <ignore>\n            <path>catalog/merchandiser/ajax_page_load</path>\n        </ignore>\n        <ignore>\n            <path>catalog/merchandiser/attribute_codes</path>\n        </ignore>\n        <ignore>\n            <path>catalog/merchandiser/column_count</path>\n        </ignore>\n        <ignore>\n            <path>catalog/merchandiser/cron_setup</path>\n        </ignore>\n        <ignore>\n            <path>catalog/merchandiser/hide_disabled</path>\n        </ignore>\n        <ignore>\n            <path>catalog/merchandiser/hide_invisible</path>\n        </ignore>\n        <ignore>\n            <path>catalog/merchandiser/hide_product_position_field</path>\n        </ignore>\n        <ignore>\n            <path>catalog/merchandiser/new_products_handler</path>\n        </ignore>\n        <ignore>\n            <path>catalog/merchandiser/rebuild_on_categorysave</path>\n        </ignore>\n        <ignore>\n            <path>catalog/merchandiser/rebuild_on_cron</path>\n        </ignore>\n        <ignore>\n            <path>catalog/merchandiser/rebuild_on_productsave</path>\n        </ignore>\n        <ignore>\n            <path>catalog/merchandiser/show_creation_date</path>\n        </ignore>\n        <ignore>\n            <path>catalog/merchandiser/show_extra_images</path>\n        </ignore>\n        <ignore>\n            <path>catalog/product_image/base_width</path>\n        </ignore>\n        <ignore>\n            <path>catalog/product_image/small_width</path>\n        </ignore>\n        <ignore>\n            <path>catalog/search/engine</path>\n        </ignore>\n        <ignore>\n            <path>catalog/search/max_query_words</path>\n        </ignore>\n        <ignore>\n            <path>catalog/search/search_type</path>\n        </ignore>\n        <ignore>\n            <path>catalog/search/use_layered_navigation_count</path>\n        </ignore>\n        <ignore>\n            <path>catalog/seo/site_map</path>\n        </ignore>\n        <ignore>\n            <path>catalog/sitemap/lines_perpage</path>\n        </ignore>\n        <ignore>\n            <path>catalog/sitemap/tree_mode</path>\n        </ignore>\n        <ignore>\n            <path>configswatches/general/enabled</path>\n        </ignore>\n        <ignore>\n            <path>configswatches/general/product_list_attribute</path>\n        </ignore>\n        <ignore>\n            <path>configswatches/general/swatch_attributes</path>\n        </ignore>\n        <ignore>\n            <path>configswatches/layered_nav_dimensions/height</path>\n        </ignore>\n        <ignore>\n            <path>configswatches/layered_nav_dimensions/width</path>\n        </ignore>\n        <ignore>\n            <path>configswatches/product_detail_dimensions/height</path>\n        </ignore>\n        <ignore>\n            <path>configswatches/product_detail_dimensions/width</path>\n        </ignore>\n        <ignore>\n            <path>configswatches/product_listing_dimensions/height</path>\n        </ignore>\n        <ignore>\n            <path>configswatches/product_listing_dimensions/width</path>\n        </ignore>\n        <ignore>\n            <path>crontab/jobs/catalog_product_alert/run/model</path>\n        </ignore>\n        <ignore>\n            <path>customer/address_templates/js_template</path>\n        </ignore>\n        <ignore>\n            <path>customer/password/require_admin_user_to_change_user_password</path>\n        </ignore>\n        <ignore>\n            <path>design/email/css_non_inline</path>\n        </ignore>\n        <ignore>\n            <path>design/email/footer</path>\n        </ignore>\n        <ignore>\n            <path>design/email/header</path>\n        </ignore>\n        <ignore>\n            <path>design/email/logo_height</path>\n        </ignore>\n        <ignore>\n            <path>design/email/logo_width</path>\n        </ignore>\n        <ignore>\n            <path>design/package/name</path>\n        </ignore>\n        <ignore>\n            <path>design/package/ua_regexp</path>\n        </ignore>\n        <ignore>\n            <path>design/theme/default</path>\n        </ignore>\n        <ignore>\n            <path>design/theme/default_ua_regexp</path>\n        </ignore>\n        <ignore>\n            <path>design/theme/layout</path>\n        </ignore>\n        <ignore>\n            <path>design/theme/layout_ua_regexp</path>\n        </ignore>\n        <ignore>\n            <path>design/theme/locale</path>\n        </ignore>\n        <ignore>\n            <path>design/theme/skin</path>\n        </ignore>\n        <ignore>\n            <path>design/theme/skin_ua_regexp</path>\n        </ignore>\n        <ignore>\n            <path>dev/debug/profiler</path>\n        </ignore>\n        <ignore>\n            <path>dev/log/active</path>\n        </ignore>\n        <ignore>\n            <path>dev/log/exception_file</path>\n        </ignore>\n        <ignore>\n            <path>dev/log/file</path>\n        </ignore>\n        <ignore>\n            <path>general/content_staging/block_frontend</path>\n        </ignore>\n        <ignore>\n            <path>general/content_staging/block_frontend_stub</path>\n        </ignore>\n        <ignore>\n            <path>general/content_staging/create_entry_point</path>\n        </ignore>\n        <ignore>\n            <path>general/content_staging/entry_points_folder_name</path>\n        </ignore>\n        <ignore>\n            <path>general/store_information/address</path>\n        </ignore>\n        <ignore>\n            <path>general/store_information/hours</path>\n        </ignore>\n        <ignore>\n            <path>google/analytics/anonymization</path>\n        </ignore>\n        <ignore>\n            <path>google/analytics/type</path>\n        </ignore>\n        <ignore>\n            <path>index_management/index_clean_schedule/enabled</path>\n        </ignore>\n        <ignore>\n            <path>index_management/index_clean_schedule/frequency</path>\n        </ignore>\n        <ignore>\n            <path>index_management/index_clean_schedule/time</path>\n        </ignore>\n        <ignore>\n            <path>index_management/index_options/category_flat</path>\n        </ignore>\n        <ignore>\n            <path>index_management/index_options/category_product</path>\n        </ignore>\n        <ignore>\n            <path>index_management/index_options/category_url_rewrite</path>\n        </ignore>\n        <ignore>\n            <path>index_management/index_options/fulltext</path>\n        </ignore>\n        <ignore>\n            <path>index_management/index_options/product_flat</path>\n        </ignore>\n        <ignore>\n            <path>index_management/index_options/product_price_and_stock</path>\n        </ignore>\n        <ignore>\n            <path>index_management/index_options/product_url_rewrite</path>\n        </ignore>\n        <ignore>\n            <path>index_management/index_options/redirect_url_rewrite</path>\n        </ignore>\n        <ignore>\n            <path>moneybookers/settings/activationstatus</path>\n        </ignore>\n        <ignore>\n            <path>moneybookers/settings/customer_id</path>\n        </ignore>\n        <ignore>\n            <path>moneybookers/settings/moneybookers_email</path>\n        </ignore>\n        <ignore>\n            <path>oauth/email/template</path>\n        </ignore>\n        <ignore>\n            <path>payment/ccsave/active</path>\n        </ignore>\n        <ignore>\n            <path>payment/ccsave/allowspecific</path>\n        </ignore>\n        <ignore>\n            <path>payment/ccsave/cctypes</path>\n        </ignore>\n        <ignore>\n            <path>payment/ccsave/centinel</path>\n        </ignore>\n        <ignore>\n            <path>payment/ccsave/max_order_total</path>\n        </ignore>\n        <ignore>\n            <path>payment/ccsave/min_order_total</path>\n        </ignore>\n        <ignore>\n            <path>payment/ccsave/order_status</path>\n        </ignore>\n        <ignore>\n            <path>payment/ccsave/sort_order</path>\n        </ignore>\n        <ignore>\n            <path>payment/ccsave/title</path>\n        </ignore>\n        <ignore>\n            <path>payment/ccsave/useccv</path>\n        </ignore>\n        <ignore>\n            <path>payment/dd_settings/active</path>\n        </ignore>\n        <ignore>\n            <path>payment/dd_settings/allowspecific</path>\n        </ignore>\n        <ignore>\n            <path>payment/dd_settings/title</path>\n        </ignore>\n        <ignore>\n            <path>payment/hosted_pro/mobile_optimized</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_acc/active</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_acc/allowspecific</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_acc/sort_order</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_acc/title</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_csi/active</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_csi/allowspecific</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_csi/sort_order</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_csi/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_csi/title</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_did/active</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_did/allowspecific</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_did/sort_order</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_did/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_did/title</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_dnk/active</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_dnk/allowspecific</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_dnk/sort_order</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_dnk/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_dnk/title</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_ebt/active</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_ebt/allowspecific</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_ebt/sort_order</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_ebt/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_ebt/title</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_ent/active</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_ent/allowspecific</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_ent/sort_order</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_ent/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_ent/title</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_gcb/active</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_gcb/allowspecific</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_gcb/sort_order</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_gcb/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_gcb/title</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_gir/active</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_gir/allowspecific</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_gir/sort_order</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_gir/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_gir/title</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_idl/active</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_idl/allowspecific</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_idl/sort_order</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_idl/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_idl/title</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_lsr/active</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_lsr/allowspecific</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_lsr/sort_order</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_lsr/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_lsr/title</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_mae/active</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_mae/allowspecific</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_mae/sort_order</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_mae/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_mae/title</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_npy/active</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_npy/allowspecific</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_npy/sort_order</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_npy/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_npy/title</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_obt/active</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_obt/allowspecific</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_obt/sort_order</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_obt/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_obt/title</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_pli/active</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_pli/allowspecific</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_pli/sort_order</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_pli/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_pli/title</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_psp/active</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_psp/allowspecific</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_psp/sort_order</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_psp/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_psp/title</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_pwy/active</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_pwy/allowspecific</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_pwy/sort_order</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_pwy/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_pwy/title</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_sft/active</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_sft/allowspecific</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_sft/sort_order</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_sft/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_sft/title</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_so2/active</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_so2/allowspecific</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_so2/sort_order</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_so2/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_so2/title</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_wlt/active</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_wlt/allowspecific</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_wlt/sort_order</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_wlt/title</path>\n        </ignore>\n        <ignore>\n            <path>payment/payflow_advanced/mobile_optimized</path>\n        </ignore>\n        <ignore>\n            <path>payment/payflow_link/mobile_optimized</path>\n        </ignore>\n        <ignore>\n            <path>payment/verisign/active</path>\n        </ignore>\n        <ignore>\n            <path>payment/verisign/allowspecific</path>\n        </ignore>\n        <ignore>\n            <path>payment/verisign/cctypes</path>\n        </ignore>\n        <ignore>\n            <path>payment/verisign/centinel</path>\n        </ignore>\n        <ignore>\n            <path>payment/verisign/debug</path>\n        </ignore>\n        <ignore>\n            <path>payment/verisign/partner</path>\n        </ignore>\n        <ignore>\n            <path>payment/verisign/payment_action</path>\n        </ignore>\n        <ignore>\n            <path>payment/verisign/pwd</path>\n        </ignore>\n        <ignore>\n            <path>payment/verisign/sandbox_flag</path>\n        </ignore>\n        <ignore>\n            <path>payment/verisign/sort_order</path>\n        </ignore>\n        <ignore>\n            <path>payment/verisign/title</path>\n        </ignore>\n        <ignore>\n            <path>payment/verisign/use_proxy</path>\n        </ignore>\n        <ignore>\n            <path>payment/verisign/useccv</path>\n        </ignore>\n        <ignore>\n            <path>payment/verisign/user</path>\n        </ignore>\n        <ignore>\n            <path>payment/verisign/vendor</path>\n        </ignore>\n        <ignore>\n            <path>payment/verisign/verify_peer</path>\n        </ignore>\n        <ignore>\n            <path>payment/authorizenet/centinel_api_url</path>\n        </ignore>\n        <ignore>\n            <path>payment/authorizenet/centinel_api_url</path>\n        </ignore>\n        <ignore>\n            <path>payment/authorizenet/centinel_backend</path>\n        </ignore>\n        <ignore>\n            <path>payment/authorizenet/centinel_is_mode_strict</path>\n        </ignore>\n        <ignore>\n            <path>payment/authorizenet/heading_3dsecure</path>\n        </ignore>\n        <ignore>\n            <path>payment/authorizenet_directpost/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/authorizenet/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/account/merchant_country</path>\n        </ignore>\n        <ignore>\n            <path>payment/braintree_basic/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/ccsave/centinel_api_url</path>\n        </ignore>\n        <ignore>\n            <path>payment/ccsave/centinel_is_mode_strict</path>\n        </ignore>\n        <ignore>\n            <path>payment/ccsave/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/cybersource_soap/email_customer</path>\n        </ignore>\n        <ignore>\n            <path>payment/cybersource_soap/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/dibs/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/eway_direct/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/firstdata/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/paybox_direct/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/payone_gate/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/sagepay_direct/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/worldpay_direct/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>rewrite_matchers/category/priority</path>\n        </ignore>\n        <ignore>\n            <path>rewrite_matchers/product/priority</path>\n        </ignore>\n        <ignore>\n            <path>rewrite_matchers/redirect/priority</path>\n        </ignore>\n        <ignore>\n            <path>rss/catalog/salesrule</path>\n        </ignore>\n        <ignore>\n            <path>rss/catalog/tag</path>\n        </ignore>\n        <ignore>\n            <path>sales/msrp/apply_for_all</path>\n        </ignore>\n        <ignore>\n            <path>system/page_cache/allowed_depth</path>\n        </ignore>\n        <ignore>\n            <path>system/page_cache/max_cache_size</path>\n        </ignore>\n        <ignore>\n            <path>system/page_cache/multicurrency</path>\n        </ignore>\n        <ignore>\n            <path>system/page_crawl/enable</path>\n        </ignore>\n        <ignore>\n            <path>system/page_crawl/multicurrency</path>\n        </ignore>\n        <ignore>\n            <path>system/page_crawl/threads</path>\n        </ignore>\n        <ignore>\n            <path>tax/weee/discount</path>\n        </ignore>\n        <ignore>\n            <path>web/default/no_route</path>\n        </ignore>\n        <ignore>\n            <path>web/polls/poll_check_by_ip</path>\n        </ignore>\n        <ignore>\n            <path>web/secure/base_js_url</path>\n        </ignore>\n        <ignore>\n            <path>web/secure/base_media_url</path>\n        </ignore>\n        <ignore>\n            <path>web/secure/base_skin_url</path>\n        </ignore>\n        <ignore>\n            <path>web/secure/base_url</path>\n        </ignore>\n        <ignore>\n            <path>web/secure/base_link_url</path>\n        </ignore>\n        <ignore>\n            <path>web/unsecure/base_js_url</path>\n        </ignore>\n        <ignore>\n            <path>web/unsecure/base_media_url</path>\n        </ignore>\n        <ignore>\n            <path>web/unsecure/base_skin_url</path>\n        </ignore>\n        <ignore>\n            <path>web/unsecure/base_url</path>\n        </ignore>\n        <ignore>\n            <path>web/unsecure/base_link_url</path>\n        </ignore>\n        <ignore>\n            <path>admin/url/custom</path>\n        </ignore>\n        <ignore>\n            <path>admin/url/custom_path</path>\n        </ignore>\n        <ignore>\n            <path>admin/url/use_custom_path</path>\n        </ignore>\n        <ignore>\n            <path>admin/url/use_custom</path>\n        </ignore>\n        <ignore>\n            <path>catalog/search/solr_server_password</path>\n        </ignore>\n        <ignore>\n            <path>catalog/search/solr_test_connect_wizard</path>\n        </ignore>\n        <ignore>\n            <path>catalog/seo/priority</path>\n        </ignore>\n        <ignore>\n            <path>sales/product_sku/allowed_groups</path>\n        </ignore>\n        <ignore>\n            <path>system/page_cache/debug</path>\n        </ignore>\n        <ignore>\n            <path>design/theme/template</path>\n        </ignore>\n        <ignore>\n            <path>design/theme/template_ua_regexp</path>\n        </ignore>\n        <ignore>\n            <path>admin/security/session_cookie_lifetime</path>\n        </ignore>\n        <ignore>\n            <path>web/cookie/*</path>\n        </ignore>\n        <ignore>\n            <path>general/locale/timezone</path>\n        </ignore>\n        <rename>\n            <path>api/config/charset</path>\n            <to>webapi/soap/charset</to>\n        </rename>\n        <rename>\n            <path>carriers/dhlint/account</path>\n            <to>carriers/dhl/account</to>\n        </rename>\n        <rename>\n            <path>carriers/dhlint/active</path>\n            <to>carriers/dhl/active</to>\n        </rename>\n        <rename>\n            <path>carriers/dhlint/content_type</path>\n            <to>carriers/dhl/content_type</to>\n        </rename>\n        <rename>\n            <path>carriers/dhlint/debug</path>\n            <to>carriers/dhl/debug</to>\n        </rename>\n        <rename>\n            <path>carriers/dhlint/divide_order_weight</path>\n            <to>carriers/dhl/divide_order_weight</to>\n        </rename>\n        <rename>\n            <path>carriers/dhlint/free_shipping_enable</path>\n            <to>carriers/dhl/free_shipping_enable</to>\n        </rename>\n        <rename>\n            <path>carriers/dhlint/free_shipping_subtotal</path>\n            <to>carriers/dhl/free_shipping_subtotal</to>\n        </rename>\n        <rename>\n            <path>carriers/dhlint/gateway_url</path>\n            <to>carriers/dhl/gateway_url</to>\n        </rename>\n        <rename>\n            <path>carriers/dhlint/handling_action</path>\n            <to>carriers/dhl/handling_action</to>\n        </rename>\n        <rename>\n            <path>carriers/dhlint/handling_fee</path>\n            <to>carriers/dhl/handling_fee</to>\n        </rename>\n        <rename>\n            <path>carriers/dhlint/handling_type</path>\n            <to>carriers/dhl/handling_type</to>\n        </rename>\n        <rename>\n            <path>carriers/dhlint/id</path>\n            <to>carriers/dhl/id</to>\n        </rename>\n        <rename>\n            <path>carriers/dhlint/password</path>\n            <to>carriers/dhl/password</to>\n        </rename>\n        <rename>\n            <path>carriers/dhlint/ready_time</path>\n            <to>carriers/dhl/ready_time</to>\n        </rename>\n        <rename>\n            <path>carriers/dhlint/sallowspecific</path>\n            <to>carriers/dhl/sallowspecific</to>\n        </rename>\n        <rename>\n            <path>carriers/dhlint/showmethod</path>\n            <to>carriers/dhl/showmethod</to>\n        </rename>\n        <rename>\n            <path>carriers/dhlint/size</path>\n            <to>carriers/dhl/size</to>\n        </rename>\n        <rename>\n            <path>carriers/dhlint/sort_order</path>\n            <to>carriers/dhl/sort_order</to>\n        </rename>\n        <rename>\n            <path>carriers/dhlint/specificcountry</path>\n            <to>carriers/dhl/specificcountry</to>\n        </rename>\n        <rename>\n            <path>carriers/dhlint/specificerrmsg</path>\n            <to>carriers/dhl/specificerrmsg</to>\n        </rename>\n        <rename>\n            <path>carriers/dhlint/title</path>\n            <to>carriers/dhl/title</to>\n        </rename>\n        <rename>\n            <path>carriers/dhlint/unit_of_measure</path>\n            <to>carriers/dhl/unit_of_measure</to>\n        </rename>\n        <rename>\n            <path>contacts/contacts/enabled</path>\n            <to>contact/contact/enabled</to>\n        </rename>\n        <rename>\n            <path>contacts/email/email_template</path>\n            <to>contact/email/email_template</to>\n        </rename>\n        <rename>\n            <path>contacts/email/recipient_email</path>\n            <to>contact/email/recipient_email</to>\n        </rename>\n        <rename>\n            <path>contacts/email/sender_email_identity</path>\n            <to>contact/email/sender_email_identity</to>\n        </rename>\n        <rename>\n            <path>crontab/jobs/catalog_product_alert/schedule/cron_expr</path>\n            <to>crontab/default/jobs/catalog_product_alert/schedule/cron_expr</to>\n        </rename>\n        <rename>\n            <path>crontab/jobs/currency_rates_update/schedule/cron_expr</path>\n            <to>crontab/default/jobs/currency_rates_update/schedule/cron_expr</to>\n        </rename>\n        <rename>\n            <path>crontab/jobs/log_clean/schedule/cron_expr</path>\n            <to>crontab/default/jobs/log_clean/schedule/cron_expr</to>\n        </rename>\n        <rename>\n            <path>crontab/jobs/log_clean/run/model</path>\n            <to>crontab/default/jobs/log_clean/run/model</to>\n        </rename>\n        <rename>\n            <path>crontab/jobs/send_notification/schedule/cron_expr</path>\n            <to>crontab/default/jobs/send_notification/schedule/cron_expr</to>\n        </rename>\n        <rename>\n            <path>crontab/jobs/send_notification/run/model</path>\n            <to>crontab/default/jobs/send_notification/run/model</to>\n        </rename>\n        <rename>\n            <path>crontab/jobs/sitemap_generate/schedule/cron_expr</path>\n            <to>crontab/default/jobs/sitemap_generate/schedule/cron_expr</to>\n        </rename>\n        <rename>\n            <path>crontab/jobs/sitemap_generate/run/model</path>\n            <to>crontab/default/jobs/sitemap_generate/run/model</to>\n        </rename>\n        <rename>\n            <path>crontab/jobs/system_backup/schedule/cron_expr</path>\n            <to>crontab/default/jobs/system_backup/schedule/cron_expr</to>\n        </rename>\n        <rename>\n            <path>crontab/jobs/system_backup/run/model</path>\n            <to>crontab/default/jobs/system_backup/run/model</to>\n        </rename>\n        <rename>\n            <path>design/head/default_robots</path>\n            <to>design/search_engine_robots/default_robots</to>\n        </rename>\n        <rename>\n            <path>design/header/logo_src_small</path>\n            <to>design/header/logo_src</to>\n        </rename>\n        <rename>\n            <path>general/store_information/merchant_country</path>\n            <to>general/store_information/country_id</to>\n        </rename>\n        <rename>\n            <path>payment/paypaluk_express/active</path>\n            <to>payment/payflow_express/active</to>\n        </rename>\n        <rename>\n            <path>payment/paypaluk_express/allowspecific</path>\n            <to>payment/payflow_express/allowspecific</to>\n        </rename>\n        <rename>\n            <path>payment/paypaluk_express/debug</path>\n            <to>payment/payflow_express/debug</to>\n        </rename>\n        <rename>\n            <path>payment/paypaluk_express/line_items_enabled</path>\n            <to>payment/payflow_express/line_items_enabled</to>\n        </rename>\n        <rename>\n            <path>payment/paypaluk_express/payment_action</path>\n            <to>payment/payflow_express/payment_action</to>\n        </rename>\n        <rename>\n            <path>payment/paypaluk_express/sort_order</path>\n            <to>payment/payflow_express/sort_order</to>\n        </rename>\n        <rename>\n            <path>payment/paypaluk_express/title</path>\n            <to>payment/payflow_express/title</to>\n        </rename>\n        <rename>\n            <path>payment/paypaluk_express/verify_peer</path>\n            <to>payment/payflow_express/verify_peer</to>\n        </rename>\n        <rename>\n            <path>payment/paypaluk_express/visible_on_cart</path>\n            <to>payment/payflow_express/visible_on_cart</to>\n        </rename>\n        <rename>\n            <path>payment/paypaluk_express/visible_on_product</path>\n            <to>payment/payflow_express/visible_on_product</to>\n        </rename>\n        <rename>\n            <path>payment/paypaluk_express_bml/active</path>\n            <to>payment/payflow_express_bml/active</to>\n        </rename>\n        <rename>\n            <path>payment/paypal_standard/active</path>\n            <to>payment/wps_express/active</to>\n        </rename>\n        <rename>\n            <path>payment/paypal_wps_express/active</path>\n            <to>payment/wps_express/active</to>\n        </rename>\n        <rename>\n            <path>rss/order/status_notified</path>\n            <to>rss/order/status</to>\n        </rename>\n        <rename>\n            <path>shipping/option/checkout_multiple</path>\n            <to>multishipping/options/checkout_multiple</to>\n        </rename>\n        <rename>\n            <path>shipping/option/checkout_multiple_maximum_qty</path>\n            <to>multishipping/options/checkout_multiple_maximum_qty</to>\n        </rename>\n        <rename>\n            <path>system/cron/history_cleanup_every</path>\n            <to>system/cron/default/history_cleanup_every</to>\n        </rename>\n        <rename>\n            <path>system/cron/history_failure_lifetime</path>\n            <to>system/cron/default/history_failure_lifetime</to>\n        </rename>\n        <rename>\n            <path>system/cron/history_success_lifetime</path>\n            <to>system/cron/default/history_success_lifetime</to>\n        </rename>\n        <rename>\n            <path>system/cron/schedule_ahead_for</path>\n            <to>system/cron/default/schedule_ahead_for</to>\n        </rename>\n        <rename>\n            <path>system/cron/schedule_generate_every</path>\n            <to>system/cron/default/schedule_generate_every</to>\n        </rename>\n        <rename>\n            <path>system/cron/schedule_lifetime</path>\n            <to>system/cron/default/schedule_lifetime</to>\n        </rename>\n    </key>\n    <value>\n        <transform>\n            <path>catalog/category/root_id</path>\n            <handler class=\"\\Migration\\Handler\\Settings\\CategoryRootId\" />\n        </transform>\n        <transform>\n            <path>catalog/seo/category_url_suffix</path>\n            <handler class=\"\\Migration\\Handler\\Settings\\UrlSuffix\" />\n        </transform>\n        <transform>\n            <path>catalog/seo/product_url_suffix</path>\n            <handler class=\"\\Migration\\Handler\\Settings\\UrlSuffix\" />\n        </transform>\n        <transform>\n            <path>payment/payflow_advanced/pwd</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>paypal/wpp/api_username</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>paypal/wpp/api_password</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>paypal/wpp/api_signature</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>paypal/fetch_reports/ftp_login</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>paypal/fetch_reports/ftp_password</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>payment/verisign/user</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>payment/verisign/pwd</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>payment/payflow_link/pwd</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>payment/authorizenet_directpost/login</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>payment/authorizenet_directpost/trans_key</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>payment/authorizenet_directpost/trans_md5</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>payment/authorizenet/login</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>payment/authorizenet/trans_key</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>carriers/ups/password</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>carriers/ups/username</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>carriers/ups/access_license_number</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>carriers/usps/userid</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>carriers/usps/password</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>carriers/fedex/account</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>carriers/fedex/meter_number</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>carriers/fedex/key</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>carriers/fedex/password</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>carriers/dhl/id</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>carriers/dhl/password</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>carriers/dhl/shipping_key</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>carriers/dhl/shipping_intlkey</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>carriers/dhlint/id</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>carriers/dhlint/password</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>payment_services/centinel/password</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>cataloginventory/item_options/min_sale_qty</path>\n            <handler class=\"\\Migration\\Handler\\SerializeToJson\">\n                <param name=\"suppressWarning\" value=\"true\" />\n            </handler>\n        </transform>\n        <transform>\n            <path>currency/options/customsymbol</path>\n            <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n        </transform>\n    </value>\n</settings>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.6.0.0/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version191to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version191to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGrids\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGrids\\Data</data>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version191to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGrids\\Delta</delta>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/opensource-to-opensource/1.6.0.0/map.xml.dist</map_file>\n        <eav_map_file>etc/opensource-to-opensource/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/opensource-to-opensource/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/opensource-to-opensource/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/opensource-to-opensource/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/opensource-to-opensource/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/opensource-to-opensource/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/opensource-to-opensource/1.6.0.0/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/opensource-to-opensource/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/opensource-to-opensource/1.6.0.0/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <delta_document_groups_file>etc/opensource-to-opensource/1.6.0.0/deltalog.xml.dist</delta_document_groups_file>\n        <order_grids_document_groups_file>etc/opensource-to-opensource/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <map_document_groups>etc/opensource-to-opensource/map-document-groups.xml.dist</map_document_groups>\n        <class_map>etc/opensource-to-opensource/class-map.xml.dist</class_map>\n        <tier_price_map_file>etc/opensource-to-opensource/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/opensource-to-opensource/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>opensource-to-opensource</edition_migrate>\n        <edition_number>1.6.0.0</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.6.0.0/customer-attribute-groups.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<groups xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/groups.xsd\">\n    <group name=\"customer_entity\">\n        <attribute>created_in</attribute>\n        <attribute>prefix</attribute>\n        <attribute>firstname</attribute>\n        <attribute>middlename</attribute>\n        <attribute>lastname</attribute>\n        <attribute>suffix</attribute>\n        <attribute>dob</attribute>\n        <attribute>password_hash</attribute>\n        <attribute>default_billing</attribute>\n        <attribute>default_shipping</attribute>\n        <attribute>taxvat</attribute>\n        <attribute>confirmation</attribute>\n        <attribute>gender</attribute>\n    </group>\n    <group name=\"customer_address_entity\">\n        <attribute>city</attribute>\n        <attribute>company</attribute>\n        <attribute>country_id</attribute>\n        <attribute>fax</attribute>\n        <attribute>firstname</attribute>\n        <attribute>lastname</attribute>\n        <attribute>middlename</attribute>\n        <attribute>postcode</attribute>\n        <attribute>prefix</attribute>\n        <attribute>region</attribute>\n        <attribute>region_id</attribute>\n        <attribute>street</attribute>\n        <attribute>suffix</attribute>\n        <attribute>telephone</attribute>\n    </group>\n</groups>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.6.0.0/deltalog.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<groups xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/groups.xsd\">\n    <group name=\"delta_map\">\n        <document key=\"catalog_compare_item_id\">catalog_compare_item</document>\n        <document key=\"item_id\">cataloginventory_stock_item</document>\n        <document key=\"subscriber_id\">newsletter_subscriber</document>\n        <document key=\"entity_id\">sales_flat_quote</document>\n        <document key=\"address_id\">sales_flat_quote_address</document>\n        <document key=\"item_id\">sales_flat_quote_item</document>\n        <document key=\"option_id\">sales_flat_quote_item_option</document>\n        <document key=\"rate_id\">sales_flat_quote_shipping_rate</document>\n        <document key=\"payment_id\">sales_flat_quote_payment</document>\n        <document key=\"entity_id\">sales_flat_order_address</document>\n        <document key=\"item_id\">sales_flat_order_item</document>\n        <document key=\"entity_id\">sales_flat_order_payment</document>\n        <document key=\"entity_id\">sales_flat_order_status_history</document>\n        <document key=\"entity_id\">sales_flat_order_grid</document>\n        <document key=\"wishlist_id\">wishlist</document>\n        <document key=\"wishlist_item_id\">wishlist_item</document>\n        <document key=\"option_id\">wishlist_item_option</document>\n        <document key=\"index_id\">report_viewed_product_index</document>\n        <document key=\"index_id\">report_compared_product_index</document>\n        <document key=\"event_id\">report_event</document>\n        <document key=\"review_id\">review</document>\n        <document key=\"detail_id\">review_detail</document>\n        <document key=\"review_id\">review_store</document>\n        <document key=\"vote_id\">rating_option_vote</document>\n        <document key=\"primary_id\">rating_option_vote_aggregated</document>\n        <document key=\"primary_id\">review_entity_summary</document>\n        <document key=\"entity_id\">sales_flat_shipment</document>\n        <document key=\"entity_id\">sales_flat_shipment_item</document>\n        <document key=\"entity_id\">sales_flat_shipment_track</document>\n        <document key=\"entity_id\">sales_flat_shipment_grid</document>\n        <document key=\"entity_id\">sales_flat_creditmemo</document>\n        <document key=\"entity_id\">sales_flat_creditmemo_item</document>\n        <document key=\"entity_id\">sales_flat_creditmemo_grid</document>\n        <document key=\"entity_id\">sales_flat_invoice</document>\n        <document key=\"entity_id\">sales_flat_invoice_item</document>\n        <document key=\"entity_id\">sales_flat_invoice_grid</document>\n        <document key=\"purchased_id\">downloadable_link_purchased</document>\n        <document key=\"item_id\">downloadable_link_purchased_item</document>\n        <document key=\"gift_message_id\">gift_message</document>\n        <document key=\"address_item_id\">sales_flat_quote_address_item</document>\n        <document key=\"entity_store_id\">eav_entity_store</document>\n        <document key=\"tax_id\">sales_order_tax</document>\n        <document key=\"entity_id\">sales_flat_order</document>\n    </group>\n    <group name=\"delta_log\">\n        <document key=\"visitor_id\">log_visitor</document>\n    </group>\n    <group name=\"delta_customer\">\n        <document key=\"entity_id\">customer_entity</document>\n        <document key=\"value_id\">customer_entity_datetime</document>\n        <document key=\"value_id\">customer_entity_decimal</document>\n        <document key=\"value_id\">customer_entity_int</document>\n        <document key=\"value_id\">customer_entity_text</document>\n        <document key=\"value_id\">customer_entity_varchar</document>\n        <document key=\"entity_id\">customer_address_entity</document>\n        <document key=\"value_id\">customer_address_entity_datetime</document>\n        <document key=\"value_id\">customer_address_entity_decimal</document>\n        <document key=\"value_id\">customer_address_entity_int</document>\n        <document key=\"value_id\">customer_address_entity_text</document>\n        <document key=\"value_id\">customer_address_entity_varchar</document>\n    </group>\n</groups>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.6.0.0/map-customer.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <field_rules>\n            <ignore>\n                <field>customer_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.attribute_set_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.attribute_set_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity_varchar.entity_type_id</field>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>customer_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.prefix</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.firstname</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.middlename</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.lastname</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.suffix</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.dob</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.password_hash</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.rp_token</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.rp_token_created_at</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.default_billing</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.default_shipping</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.taxvat</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.confirmation</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.gender</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.disable_auto_group_change</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.city</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.company</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.country_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.fax</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.firstname</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.lastname</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.middlename</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.postcode</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.prefix</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.region</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.region_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.street</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.suffix</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.telephone</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.vat_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.vat_is_valid</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.vat_request_date</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.vat_request_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.vat_request_success</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.failures_num</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.first_failure</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.lock_expires</field>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.6.0.0/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>find_feed_import_codes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>find_feed_import_codes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>paybox_question_number</document>\n            </ignore>\n            <ignore>\n                <document>strikeiron_tax_rate</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order</document>\n                <to>sales_order</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_amount</field>\n                <to>sales_order.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_amount</field>\n                <to>sales_order.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.shipping_hidden_tax_amount</field>\n                <to>sales_order.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_shipping_hidden_tax_amnt</field>\n                <to>sales_order.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_invoiced</field>\n                <to>sales_order.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_invoiced</field>\n                <to>sales_order.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_refunded</field>\n                <to>sales_order.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_refunded</field>\n                <to>sales_order.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/category_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/product_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_key,url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.customer_group_ids</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\NormalizationIds\">\n                    <param name=\"normalizationDocument\" value=\"catalogrule_customer_group\" />\n                    <param name=\"normalizationField\" value=\"customer_group_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule.website_ids</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\NormalizationIds\">\n                    <param name=\"normalizationDocument\" value=\"catalogrule_website\" />\n                    <param name=\"normalizationField\" value=\"website_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.customer_group_ids</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\NormalizationIds\">\n                    <param name=\"normalizationDocument\" value=\"salesrule_customer_group\" />\n                    <param name=\"normalizationField\" value=\"customer_group_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.website_ids</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\NormalizationIds\">\n                    <param name=\"normalizationDocument\" value=\"salesrule_website\" />\n                    <param name=\"normalizationField\" value=\"website_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.paypal_ipn_customer_notified</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.customer_group_ids</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.website_ids</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.customer_group_ids</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.website_ids</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>captcha_log</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_customer_group</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_website</document>\n            </ignore>\n            <ignore>\n                <document>oauth_consumer</document>\n            </ignore>\n            <ignore>\n                <document>oauth_nonce</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token</document>\n            </ignore>\n            <ignore>\n                <document>paypal_payment_transaction</document>\n            </ignore>\n            <ignore>\n                <document>report_viewed_product_aggregated_daily</document>\n            </ignore>\n            <ignore>\n                <document>report_viewed_product_aggregated_monthly</document>\n            </ignore>\n            <ignore>\n                <document>report_viewed_product_aggregated_yearly</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_aggregated_updated</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_tax_item</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_coupon_aggregated_updated</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_customer_group</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_website</document>\n            </ignore>\n            <ignore>\n                <document>tax_order_aggregated_updated</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_status.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>translation.crc_string</field>\n                <handler class=\"\\Migration\\Handler\\SetHash\">\n                    <param name=\"hash\" value=\"crc32\" />\n                    <param name=\"baseField\" value=\"string\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule.sub_simple_action</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"by_percent\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule_product.sub_simple_action</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"by_percent\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.failures_num</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.first_failure</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.lock_expires</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.send_email</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.is_decimal_divided</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>paypal_settlement_report_row.payment_tracking_id</field>\n            </ignore>\n            <ignore>\n                <field>paypal_settlement_report_row.store_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.vat_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.vat_is_valid</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.vat_request_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.vat_request_date</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.vat_request_success</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vat_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vat_is_valid</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vat_request_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vat_request_date</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vat_request_success</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.discount_description</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.discount_description</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.base_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.discount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.base_discount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.use_auto_generation</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.uses_per_coupon</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.created_at</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.type</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon_aggregated.rule_name</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon_aggregated_order.rule_name</field>\n            </ignore>\n            <ignore>\n                <field>tax_calculation_rule.calculate_subtotal</field>\n            </ignore>\n            <ignore>\n                <field>translation.crc_string</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.coupon_rule_name</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.rp_token</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.rp_token_created_at</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.6.1.0/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version191to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version191to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGrids\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGrids\\Data</data>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version191to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGrids\\Delta</delta>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/opensource-to-opensource/1.6.1.0/map.xml.dist</map_file>\n        <eav_map_file>etc/opensource-to-opensource/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/opensource-to-opensource/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/opensource-to-opensource/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/opensource-to-opensource/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/opensource-to-opensource/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/opensource-to-opensource/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/opensource-to-opensource/1.6.1.0/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/opensource-to-opensource/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/opensource-to-opensource/1.6.1.0/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <delta_document_groups_file>etc/opensource-to-opensource/deltalog.xml.dist</delta_document_groups_file>\n        <order_grids_document_groups_file>etc/opensource-to-opensource/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <map_document_groups>etc/opensource-to-opensource/map-document-groups.xml.dist</map_document_groups>\n        <class_map>etc/opensource-to-opensource/class-map.xml.dist</class_map>\n        <tier_price_map_file>etc/opensource-to-opensource/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/opensource-to-opensource/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>opensource-to-opensource</edition_migrate>\n        <edition_number>1.6.1.0</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.6.1.0/customer-attribute-groups.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<groups xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/groups.xsd\">\n    <group name=\"customer_entity\">\n        <attribute>created_in</attribute>\n        <attribute>prefix</attribute>\n        <attribute>firstname</attribute>\n        <attribute>middlename</attribute>\n        <attribute>lastname</attribute>\n        <attribute>suffix</attribute>\n        <attribute>dob</attribute>\n        <attribute>password_hash</attribute>\n        <attribute>default_billing</attribute>\n        <attribute>default_shipping</attribute>\n        <attribute>taxvat</attribute>\n        <attribute>confirmation</attribute>\n        <attribute>gender</attribute>\n    </group>\n    <group name=\"customer_address_entity\">\n        <attribute>city</attribute>\n        <attribute>company</attribute>\n        <attribute>country_id</attribute>\n        <attribute>fax</attribute>\n        <attribute>firstname</attribute>\n        <attribute>lastname</attribute>\n        <attribute>middlename</attribute>\n        <attribute>postcode</attribute>\n        <attribute>prefix</attribute>\n        <attribute>region</attribute>\n        <attribute>region_id</attribute>\n        <attribute>street</attribute>\n        <attribute>suffix</attribute>\n        <attribute>telephone</attribute>\n    </group>\n</groups>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.6.1.0/map-customer.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <field_rules>\n            <ignore>\n                <field>customer_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.attribute_set_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.attribute_set_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity_varchar.entity_type_id</field>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>customer_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.prefix</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.firstname</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.middlename</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.lastname</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.suffix</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.dob</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.password_hash</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.rp_token</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.rp_token_created_at</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.default_billing</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.default_shipping</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.taxvat</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.confirmation</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.gender</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.disable_auto_group_change</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.city</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.company</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.country_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.fax</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.firstname</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.lastname</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.middlename</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.postcode</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.prefix</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.region</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.region_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.street</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.suffix</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.telephone</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.vat_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.vat_is_valid</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.vat_request_date</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.vat_request_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.vat_request_success</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.failures_num</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.first_failure</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.lock_expires</field>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.6.1.0/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>find_feed_import_codes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>paybox_question_number</document>\n            </ignore>\n            <ignore>\n                <document>strikeiron_tax_rate</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order</document>\n                <to>sales_order</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_amount</field>\n                <to>sales_order.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_amount</field>\n                <to>sales_order.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.shipping_hidden_tax_amount</field>\n                <to>sales_order.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_shipping_hidden_tax_amnt</field>\n                <to>sales_order.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_invoiced</field>\n                <to>sales_order.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_invoiced</field>\n                <to>sales_order.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_refunded</field>\n                <to>sales_order.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_refunded</field>\n                <to>sales_order.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/category_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/product_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_key,url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.customer_group_ids</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\NormalizationIds\">\n                    <param name=\"normalizationDocument\" value=\"catalogrule_customer_group\" />\n                    <param name=\"normalizationField\" value=\"customer_group_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule.website_ids</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\NormalizationIds\">\n                    <param name=\"normalizationDocument\" value=\"catalogrule_website\" />\n                    <param name=\"normalizationField\" value=\"website_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.customer_group_ids</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\NormalizationIds\">\n                    <param name=\"normalizationDocument\" value=\"salesrule_customer_group\" />\n                    <param name=\"normalizationField\" value=\"customer_group_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.website_ids</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\NormalizationIds\">\n                    <param name=\"normalizationDocument\" value=\"salesrule_website\" />\n                    <param name=\"normalizationField\" value=\"website_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.paypal_ipn_customer_notified</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.customer_group_ids</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.website_ids</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.customer_group_ids</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.website_ids</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>captcha_log</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_customer_group</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_website</document>\n            </ignore>\n            <ignore>\n                <document>oauth_consumer</document>\n            </ignore>\n            <ignore>\n                <document>oauth_nonce</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token</document>\n            </ignore>\n            <ignore>\n                <document>report_viewed_product_aggregated_daily</document>\n            </ignore>\n            <ignore>\n                <document>report_viewed_product_aggregated_monthly</document>\n            </ignore>\n            <ignore>\n                <document>report_viewed_product_aggregated_yearly</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_coupon_aggregated_updated</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_customer_group</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_website</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>translation.crc_string</field>\n                <handler class=\"\\Migration\\Handler\\SetHash\">\n                    <param name=\"hash\" value=\"crc32\" />\n                    <param name=\"baseField\" value=\"string\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule_product.sub_simple_action</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"by_percent\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.failures_num</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.first_failure</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.lock_expires</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.send_email</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.is_decimal_divided</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>paypal_settlement_report_row.payment_tracking_id</field>\n            </ignore>\n            <ignore>\n                <field>paypal_settlement_report_row.store_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.vat_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.vat_is_valid</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.vat_request_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.vat_request_date</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.vat_request_success</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vat_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vat_is_valid</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vat_request_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vat_request_date</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vat_request_success</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.discount_description</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.discount_description</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.base_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.discount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.base_discount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.use_auto_generation</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.uses_per_coupon</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.created_at</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.type</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon_aggregated.rule_name</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon_aggregated_order.rule_name</field>\n            </ignore>\n            <ignore>\n                <field>tax_calculation_rule.calculate_subtotal</field>\n            </ignore>\n            <ignore>\n                <field>translation.crc_string</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.coupon_rule_name</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.6.2.0/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version191to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version191to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGrids\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGrids\\Data</data>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version191to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGrids\\Delta</delta>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/opensource-to-opensource/1.6.2.0/map.xml.dist</map_file>\n        <eav_map_file>etc/opensource-to-opensource/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/opensource-to-opensource/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/opensource-to-opensource/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/opensource-to-opensource/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/opensource-to-opensource/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/opensource-to-opensource/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/opensource-to-opensource/1.6.2.0/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/opensource-to-opensource/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/opensource-to-opensource/1.6.2.0/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <delta_document_groups_file>etc/opensource-to-opensource/deltalog.xml.dist</delta_document_groups_file>\n        <order_grids_document_groups_file>etc/opensource-to-opensource/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <map_document_groups>etc/opensource-to-opensource/map-document-groups.xml.dist</map_document_groups>\n        <class_map>etc/opensource-to-opensource/class-map.xml.dist</class_map>\n        <tier_price_map_file>etc/opensource-to-opensource/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/opensource-to-opensource/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>opensource-to-opensource</edition_migrate>\n        <edition_number>1.6.2.0</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.6.2.0/customer-attribute-groups.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<groups xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/groups.xsd\">\n    <group name=\"customer_entity\">\n        <attribute>created_in</attribute>\n        <attribute>prefix</attribute>\n        <attribute>firstname</attribute>\n        <attribute>middlename</attribute>\n        <attribute>lastname</attribute>\n        <attribute>suffix</attribute>\n        <attribute>dob</attribute>\n        <attribute>password_hash</attribute>\n        <attribute>default_billing</attribute>\n        <attribute>default_shipping</attribute>\n        <attribute>taxvat</attribute>\n        <attribute>confirmation</attribute>\n        <attribute>gender</attribute>\n    </group>\n    <group name=\"customer_address_entity\">\n        <attribute>city</attribute>\n        <attribute>company</attribute>\n        <attribute>country_id</attribute>\n        <attribute>fax</attribute>\n        <attribute>firstname</attribute>\n        <attribute>lastname</attribute>\n        <attribute>middlename</attribute>\n        <attribute>postcode</attribute>\n        <attribute>prefix</attribute>\n        <attribute>region</attribute>\n        <attribute>region_id</attribute>\n        <attribute>street</attribute>\n        <attribute>suffix</attribute>\n        <attribute>telephone</attribute>\n    </group>\n</groups>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.6.2.0/map-customer.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <field_rules>\n            <ignore>\n                <field>customer_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.attribute_set_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.attribute_set_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity_varchar.entity_type_id</field>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>customer_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.prefix</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.firstname</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.middlename</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.lastname</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.suffix</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.dob</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.password_hash</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.rp_token</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.rp_token_created_at</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.default_billing</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.default_shipping</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.taxvat</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.confirmation</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.gender</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.disable_auto_group_change</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.city</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.company</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.country_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.fax</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.firstname</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.lastname</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.middlename</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.postcode</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.prefix</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.region</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.region_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.street</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.suffix</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.telephone</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.vat_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.vat_is_valid</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.vat_request_date</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.vat_request_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.vat_request_success</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.failures_num</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.first_failure</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.lock_expires</field>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.6.2.0/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>find_feed_import_codes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>paybox_question_number</document>\n            </ignore>\n            <ignore>\n                <document>strikeiron_tax_rate</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order</document>\n                <to>sales_order</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_amount</field>\n                <to>sales_order.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_amount</field>\n                <to>sales_order.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.shipping_hidden_tax_amount</field>\n                <to>sales_order.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_shipping_hidden_tax_amnt</field>\n                <to>sales_order.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_invoiced</field>\n                <to>sales_order.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_invoiced</field>\n                <to>sales_order.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_refunded</field>\n                <to>sales_order.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_refunded</field>\n                <to>sales_order.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/category_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/product_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_key,url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.customer_group_ids</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\NormalizationIds\">\n                    <param name=\"normalizationDocument\" value=\"catalogrule_customer_group\" />\n                    <param name=\"normalizationField\" value=\"customer_group_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule.website_ids</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\NormalizationIds\">\n                    <param name=\"normalizationDocument\" value=\"catalogrule_website\" />\n                    <param name=\"normalizationField\" value=\"website_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.customer_group_ids</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\NormalizationIds\">\n                    <param name=\"normalizationDocument\" value=\"salesrule_customer_group\" />\n                    <param name=\"normalizationField\" value=\"customer_group_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>salesrule.website_ids</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\NormalizationIds\">\n                    <param name=\"normalizationDocument\" value=\"salesrule_website\" />\n                    <param name=\"normalizationField\" value=\"website_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.paypal_ipn_customer_notified</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.customer_group_ids</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.website_ids</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.customer_group_ids</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.website_ids</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>captcha_log</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_customer_group</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_website</document>\n            </ignore>\n            <ignore>\n                <document>oauth_consumer</document>\n            </ignore>\n            <ignore>\n                <document>oauth_nonce</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token</document>\n            </ignore>\n            <ignore>\n                <document>report_viewed_product_aggregated_daily</document>\n            </ignore>\n            <ignore>\n                <document>report_viewed_product_aggregated_monthly</document>\n            </ignore>\n            <ignore>\n                <document>report_viewed_product_aggregated_yearly</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_coupon_aggregated_updated</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_customer_group</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_website</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>translation.crc_string</field>\n                <handler class=\"\\Migration\\Handler\\SetHash\">\n                    <param name=\"hash\" value=\"crc32\" />\n                    <param name=\"baseField\" value=\"string\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalogrule_product.sub_simple_action</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"by_percent\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.failures_num</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.first_failure</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.lock_expires</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.send_email</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.is_decimal_divided</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>paypal_settlement_report_row.store_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.vat_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.vat_is_valid</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.vat_request_id</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.vat_request_date</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.vat_request_success</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vat_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vat_is_valid</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vat_request_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vat_request_date</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vat_request_success</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.discount_description</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.discount_description</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.base_tax_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.discount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_item.base_discount_refunded</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.use_auto_generation</field>\n            </ignore>\n            <ignore>\n                <field>salesrule.uses_per_coupon</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.created_at</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.type</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon_aggregated.rule_name</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon_aggregated_order.rule_name</field>\n            </ignore>\n            <ignore>\n                <field>tax_calculation_rule.calculate_subtotal</field>\n            </ignore>\n            <ignore>\n                <field>translation.crc_string</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.coupon_rule_name</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.7.0.0/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version191to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version191to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGrids\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGrids\\Data</data>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version191to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGrids\\Delta</delta>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/opensource-to-opensource/1.7.0.0/map.xml.dist</map_file>\n        <eav_map_file>etc/opensource-to-opensource/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/opensource-to-opensource/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/opensource-to-opensource/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/opensource-to-opensource/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/opensource-to-opensource/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/opensource-to-opensource/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/opensource-to-opensource/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/opensource-to-opensource/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/opensource-to-opensource/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <delta_document_groups_file>etc/opensource-to-opensource/deltalog.xml.dist</delta_document_groups_file>\n        <order_grids_document_groups_file>etc/opensource-to-opensource/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <map_document_groups>etc/opensource-to-opensource/map-document-groups.xml.dist</map_document_groups>\n        <class_map>etc/opensource-to-opensource/class-map.xml.dist</class_map>\n        <tier_price_map_file>etc/opensource-to-opensource/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/opensource-to-opensource/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>opensource-to-opensource</edition_migrate>\n        <edition_number>1.7.0.0</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.7.0.0/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order</document>\n                <to>sales_order</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_amount</field>\n                <to>sales_order.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_amount</field>\n                <to>sales_order.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.shipping_hidden_tax_amount</field>\n                <to>sales_order.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_shipping_hidden_tax_amnt</field>\n                <to>sales_order.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_invoiced</field>\n                <to>sales_order.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_invoiced</field>\n                <to>sales_order.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_refunded</field>\n                <to>sales_order.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_refunded</field>\n                <to>sales_order.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/category_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/product_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_key,url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.paypal_ipn_customer_notified</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>translation.crc_string</field>\n                <handler class=\"\\Migration\\Handler\\SetHash\">\n                    <param name=\"hash\" value=\"crc32\" />\n                    <param name=\"baseField\" value=\"string\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.failures_num</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.first_failure</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.lock_expires</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.send_email</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>paypal_settlement_report_row.store_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.discount_description</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.discount_description</field>\n            </ignore>\n            <ignore>\n                <field>tax_calculation_rule.calculate_subtotal</field>\n            </ignore>\n            <ignore>\n                <field>translation.crc_string</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.7.0.1/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version191to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version191to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGrids\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGrids\\Data</data>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version191to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGrids\\Delta</delta>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/opensource-to-opensource/1.7.0.1/map.xml.dist</map_file>\n        <eav_map_file>etc/opensource-to-opensource/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/opensource-to-opensource/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/opensource-to-opensource/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/opensource-to-opensource/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/opensource-to-opensource/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/opensource-to-opensource/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/opensource-to-opensource/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/opensource-to-opensource/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/opensource-to-opensource/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <delta_document_groups_file>etc/opensource-to-opensource/deltalog.xml.dist</delta_document_groups_file>\n        <order_grids_document_groups_file>etc/opensource-to-opensource/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <map_document_groups>etc/opensource-to-opensource/map-document-groups.xml.dist</map_document_groups>\n        <class_map>etc/opensource-to-opensource/class-map.xml.dist</class_map>\n        <tier_price_map_file>etc/opensource-to-opensource/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/opensource-to-opensource/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>opensource-to-opensource</edition_migrate>\n        <edition_number>1.7.0.1</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.7.0.1/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order</document>\n                <to>sales_order</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_amount</field>\n                <to>sales_order.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_amount</field>\n                <to>sales_order.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.shipping_hidden_tax_amount</field>\n                <to>sales_order.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_shipping_hidden_tax_amnt</field>\n                <to>sales_order.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_invoiced</field>\n                <to>sales_order.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_invoiced</field>\n                <to>sales_order.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_refunded</field>\n                <to>sales_order.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_refunded</field>\n                <to>sales_order.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/category_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/product_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_key,url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.paypal_ipn_customer_notified</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>translation.crc_string</field>\n                <handler class=\"\\Migration\\Handler\\SetHash\">\n                    <param name=\"hash\" value=\"crc32\" />\n                    <param name=\"baseField\" value=\"string\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.failures_num</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.first_failure</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.lock_expires</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.send_email</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>paypal_settlement_report_row.store_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.discount_description</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.discount_description</field>\n            </ignore>\n            <ignore>\n                <field>tax_calculation_rule.calculate_subtotal</field>\n            </ignore>\n            <ignore>\n                <field>translation.crc_string</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.7.0.2/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version191to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version191to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGrids\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGrids\\Data</data>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version191to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGrids\\Delta</delta>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/opensource-to-opensource/1.7.0.2/map.xml.dist</map_file>\n        <eav_map_file>etc/opensource-to-opensource/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/opensource-to-opensource/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/opensource-to-opensource/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/opensource-to-opensource/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/opensource-to-opensource/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/opensource-to-opensource/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/opensource-to-opensource/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/opensource-to-opensource/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/opensource-to-opensource/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <delta_document_groups_file>etc/opensource-to-opensource/deltalog.xml.dist</delta_document_groups_file>\n        <order_grids_document_groups_file>etc/opensource-to-opensource/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <map_document_groups>etc/opensource-to-opensource/map-document-groups.xml.dist</map_document_groups>\n        <class_map>etc/opensource-to-opensource/class-map.xml.dist</class_map>\n        <tier_price_map_file>etc/opensource-to-opensource/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/opensource-to-opensource/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>opensource-to-opensource</edition_migrate>\n        <edition_number>1.7.0.2</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.7.0.2/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order</document>\n                <to>sales_order</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_amount</field>\n                <to>sales_order.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_amount</field>\n                <to>sales_order.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.shipping_hidden_tax_amount</field>\n                <to>sales_order.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_shipping_hidden_tax_amnt</field>\n                <to>sales_order.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_invoiced</field>\n                <to>sales_order.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_invoiced</field>\n                <to>sales_order.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_refunded</field>\n                <to>sales_order.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_refunded</field>\n                <to>sales_order.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/category_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/product_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_key,url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.paypal_ipn_customer_notified</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>translation.crc_string</field>\n                <handler class=\"\\Migration\\Handler\\SetHash\">\n                    <param name=\"hash\" value=\"crc32\" />\n                    <param name=\"baseField\" value=\"string\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.failures_num</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.first_failure</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.lock_expires</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.send_email</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>paypal_settlement_report_row.store_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.discount_description</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.discount_description</field>\n            </ignore>\n            <ignore>\n                <field>tax_calculation_rule.calculate_subtotal</field>\n            </ignore>\n            <ignore>\n                <field>translation.crc_string</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.8.0.0/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version191to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version191to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGrids\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGrids\\Data</data>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version191to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGrids\\Delta</delta>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/opensource-to-opensource/1.8.0.0/map.xml.dist</map_file>\n        <eav_map_file>etc/opensource-to-opensource/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/opensource-to-opensource/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/opensource-to-opensource/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/opensource-to-opensource/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/opensource-to-opensource/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/opensource-to-opensource/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/opensource-to-opensource/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/opensource-to-opensource/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/opensource-to-opensource/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <delta_document_groups_file>etc/opensource-to-opensource/deltalog.xml.dist</delta_document_groups_file>\n        <order_grids_document_groups_file>etc/opensource-to-opensource/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <map_document_groups>etc/opensource-to-opensource/map-document-groups.xml.dist</map_document_groups>\n        <class_map>etc/opensource-to-opensource/class-map.xml.dist</class_map>\n        <tier_price_map_file>etc/opensource-to-opensource/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/opensource-to-opensource/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>opensource-to-opensource</edition_migrate>\n        <edition_number>1.8.0.0</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.8.0.0/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order</document>\n                <to>sales_order</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_amount</field>\n                <to>sales_order.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_amount</field>\n                <to>sales_order.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.shipping_hidden_tax_amount</field>\n                <to>sales_order.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_shipping_hidden_tax_amnt</field>\n                <to>sales_order.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_invoiced</field>\n                <to>sales_order.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_invoiced</field>\n                <to>sales_order.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_refunded</field>\n                <to>sales_order.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_refunded</field>\n                <to>sales_order.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/category_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/product_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_key,url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.paypal_ipn_customer_notified</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.failures_num</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.first_failure</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.lock_expires</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.send_email</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.8.1.0/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version191to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version191to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGrids\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGrids\\Data</data>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version191to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGrids\\Delta</delta>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/opensource-to-opensource/1.8.1.0/map.xml.dist</map_file>\n        <eav_map_file>etc/opensource-to-opensource/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/opensource-to-opensource/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/opensource-to-opensource/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/opensource-to-opensource/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/opensource-to-opensource/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/opensource-to-opensource/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/opensource-to-opensource/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/opensource-to-opensource/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/opensource-to-opensource/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <delta_document_groups_file>etc/opensource-to-opensource/deltalog.xml.dist</delta_document_groups_file>\n        <order_grids_document_groups_file>etc/opensource-to-opensource/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <map_document_groups>etc/opensource-to-opensource/map-document-groups.xml.dist</map_document_groups>\n        <class_map>etc/opensource-to-opensource/class-map.xml.dist</class_map>\n        <tier_price_map_file>etc/opensource-to-opensource/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/opensource-to-opensource/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>opensource-to-opensource</edition_migrate>\n        <edition_number>1.8.1.0</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.8.1.0/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order</document>\n                <to>sales_order</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_amount</field>\n                <to>sales_order.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_amount</field>\n                <to>sales_order.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.shipping_hidden_tax_amount</field>\n                <to>sales_order.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_shipping_hidden_tax_amnt</field>\n                <to>sales_order.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_invoiced</field>\n                <to>sales_order.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_invoiced</field>\n                <to>sales_order.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_refunded</field>\n                <to>sales_order.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_refunded</field>\n                <to>sales_order.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/category_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/product_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_key,url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.paypal_ipn_customer_notified</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.failures_num</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.first_failure</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.lock_expires</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.send_email</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.9.0.0/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version191to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version191to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGrids\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGrids\\Data</data>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version191to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGrids\\Delta</delta>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/opensource-to-opensource/1.9.0.0/map.xml.dist</map_file>\n        <eav_map_file>etc/opensource-to-opensource/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/opensource-to-opensource/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/opensource-to-opensource/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/opensource-to-opensource/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/opensource-to-opensource/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/opensource-to-opensource/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/opensource-to-opensource/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/opensource-to-opensource/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/opensource-to-opensource/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <delta_document_groups_file>etc/opensource-to-opensource/deltalog.xml.dist</delta_document_groups_file>\n        <order_grids_document_groups_file>etc/opensource-to-opensource/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <map_document_groups>etc/opensource-to-opensource/map-document-groups.xml.dist</map_document_groups>\n        <class_map>etc/opensource-to-opensource/class-map.xml.dist</class_map>\n        <tier_price_map_file>etc/opensource-to-opensource/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/opensource-to-opensource/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>opensource-to-opensource</edition_migrate>\n        <edition_number>1.9.0.0</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.9.0.0/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order</document>\n                <to>sales_order</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_amount</field>\n                <to>sales_order.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_amount</field>\n                <to>sales_order.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.shipping_hidden_tax_amount</field>\n                <to>sales_order.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_shipping_hidden_tax_amnt</field>\n                <to>sales_order.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_invoiced</field>\n                <to>sales_order.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_invoiced</field>\n                <to>sales_order.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_refunded</field>\n                <to>sales_order.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_refunded</field>\n                <to>sales_order.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/category_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/product_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_key,url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.paypal_ipn_customer_notified</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.failures_num</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.first_failure</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.lock_expires</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.send_email</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.9.0.1/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version191to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version191to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGrids\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGrids\\Data</data>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version191to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGrids\\Delta</delta>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/opensource-to-opensource/1.9.0.1/map.xml.dist</map_file>\n        <eav_map_file>etc/opensource-to-opensource/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/opensource-to-opensource/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/opensource-to-opensource/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/opensource-to-opensource/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/opensource-to-opensource/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/opensource-to-opensource/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/opensource-to-opensource/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/opensource-to-opensource/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/opensource-to-opensource/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <delta_document_groups_file>etc/opensource-to-opensource/deltalog.xml.dist</delta_document_groups_file>\n        <order_grids_document_groups_file>etc/opensource-to-opensource/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <map_document_groups>etc/opensource-to-opensource/map-document-groups.xml.dist</map_document_groups>\n        <class_map>etc/opensource-to-opensource/class-map.xml.dist</class_map>\n        <tier_price_map_file>etc/opensource-to-opensource/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/opensource-to-opensource/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>opensource-to-opensource</edition_migrate>\n        <edition_number>1.9.0.1</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.9.0.1/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order</document>\n                <to>sales_order</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_amount</field>\n                <to>sales_order.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_amount</field>\n                <to>sales_order.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.shipping_hidden_tax_amount</field>\n                <to>sales_order.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_shipping_hidden_tax_amnt</field>\n                <to>sales_order.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_invoiced</field>\n                <to>sales_order.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_invoiced</field>\n                <to>sales_order.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_refunded</field>\n                <to>sales_order.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_refunded</field>\n                <to>sales_order.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/category_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/product_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_key,url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.paypal_ipn_customer_notified</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.failures_num</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.first_failure</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.lock_expires</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.send_email</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.9.1.0/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version191to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version191to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGrids\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGrids\\Data</data>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version191to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGrids\\Delta</delta>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/opensource-to-opensource/1.9.1.0/map.xml.dist</map_file>\n        <eav_map_file>etc/opensource-to-opensource/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/opensource-to-opensource/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/opensource-to-opensource/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/opensource-to-opensource/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/opensource-to-opensource/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/opensource-to-opensource/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/opensource-to-opensource/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/opensource-to-opensource/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/opensource-to-opensource/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <delta_document_groups_file>etc/opensource-to-opensource/deltalog.xml.dist</delta_document_groups_file>\n        <order_grids_document_groups_file>etc/opensource-to-opensource/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <map_document_groups>etc/opensource-to-opensource/map-document-groups.xml.dist</map_document_groups>\n        <class_map>etc/opensource-to-opensource/class-map.xml.dist</class_map>\n        <tier_price_map_file>etc/opensource-to-opensource/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/opensource-to-opensource/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>opensource-to-opensource</edition_migrate>\n        <edition_number>1.9.1.0</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.9.1.0/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order</document>\n                <to>sales_order</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_amount</field>\n                <to>sales_order.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_amount</field>\n                <to>sales_order.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.shipping_hidden_tax_amount</field>\n                <to>sales_order.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_shipping_hidden_tax_amnt</field>\n                <to>sales_order.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_invoiced</field>\n                <to>sales_order.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_invoiced</field>\n                <to>sales_order.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_refunded</field>\n                <to>sales_order.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_refunded</field>\n                <to>sales_order.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/category_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/product_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_key,url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.paypal_ipn_customer_notified</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.failures_num</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.first_failure</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.lock_expires</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.send_email</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.9.1.1/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version191to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version191to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGrids\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGrids\\Data</data>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version191to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGrids\\Delta</delta>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/opensource-to-opensource/1.9.1.1/map.xml.dist</map_file>\n        <eav_map_file>etc/opensource-to-opensource/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/opensource-to-opensource/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/opensource-to-opensource/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/opensource-to-opensource/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/opensource-to-opensource/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/opensource-to-opensource/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/opensource-to-opensource/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/opensource-to-opensource/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/opensource-to-opensource/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <delta_document_groups_file>etc/opensource-to-opensource/deltalog.xml.dist</delta_document_groups_file>\n        <order_grids_document_groups_file>etc/opensource-to-opensource/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <map_document_groups>etc/opensource-to-opensource/map-document-groups.xml.dist</map_document_groups>\n        <class_map>etc/opensource-to-opensource/class-map.xml.dist</class_map>\n        <tier_price_map_file>etc/opensource-to-opensource/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/opensource-to-opensource/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>opensource-to-opensource</edition_migrate>\n        <edition_number>1.9.1.1</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.9.1.1/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order</document>\n                <to>sales_order</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_amount</field>\n                <to>sales_order.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_amount</field>\n                <to>sales_order.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.shipping_hidden_tax_amount</field>\n                <to>sales_order.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_shipping_hidden_tax_amnt</field>\n                <to>sales_order.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_invoiced</field>\n                <to>sales_order.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_invoiced</field>\n                <to>sales_order.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_refunded</field>\n                <to>sales_order.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_refunded</field>\n                <to>sales_order.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/category_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/product_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_key,url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.paypal_ipn_customer_notified</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.failures_num</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.first_failure</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.lock_expires</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.send_email</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.9.2.0/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version191to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version191to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGrids\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGrids\\Data</data>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version191to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGrids\\Delta</delta>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/opensource-to-opensource/1.9.2.0/map.xml.dist</map_file>\n        <eav_map_file>etc/opensource-to-opensource/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/opensource-to-opensource/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/opensource-to-opensource/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/opensource-to-opensource/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/opensource-to-opensource/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/opensource-to-opensource/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/opensource-to-opensource/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/opensource-to-opensource/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/opensource-to-opensource/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <delta_document_groups_file>etc/opensource-to-opensource/deltalog.xml.dist</delta_document_groups_file>\n        <order_grids_document_groups_file>etc/opensource-to-opensource/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <map_document_groups>etc/opensource-to-opensource/map-document-groups.xml.dist</map_document_groups>\n        <class_map>etc/opensource-to-opensource/class-map.xml.dist</class_map>\n        <tier_price_map_file>etc/opensource-to-opensource/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/opensource-to-opensource/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>opensource-to-opensource</edition_migrate>\n        <edition_number>1.9.2.0</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.9.2.0/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order</document>\n                <to>sales_order</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_amount</field>\n                <to>sales_order.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_amount</field>\n                <to>sales_order.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.shipping_hidden_tax_amount</field>\n                <to>sales_order.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_shipping_hidden_tax_amnt</field>\n                <to>sales_order.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_invoiced</field>\n                <to>sales_order.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_invoiced</field>\n                <to>sales_order.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_refunded</field>\n                <to>sales_order.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_refunded</field>\n                <to>sales_order.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/category_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/product_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_key,url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>rating_option_vote.remote_ip_long</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>sendfriend_log.ip</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.paypal_ipn_customer_notified</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.failures_num</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.first_failure</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.lock_expires</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.send_email</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.9.2.1/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version191to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version191to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGrids\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGrids\\Data</data>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version191to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGrids\\Delta</delta>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/opensource-to-opensource/1.9.2.1/map.xml.dist</map_file>\n        <eav_map_file>etc/opensource-to-opensource/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/opensource-to-opensource/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/opensource-to-opensource/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/opensource-to-opensource/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/opensource-to-opensource/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/opensource-to-opensource/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/opensource-to-opensource/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/opensource-to-opensource/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/opensource-to-opensource/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <delta_document_groups_file>etc/opensource-to-opensource/deltalog.xml.dist</delta_document_groups_file>\n        <order_grids_document_groups_file>etc/opensource-to-opensource/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <map_document_groups>etc/opensource-to-opensource/map-document-groups.xml.dist</map_document_groups>\n        <class_map>etc/opensource-to-opensource/class-map.xml.dist</class_map>\n        <tier_price_map_file>etc/opensource-to-opensource/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/opensource-to-opensource/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>opensource-to-opensource</edition_migrate>\n        <edition_number>1.9.2.1</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.9.2.1/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order</document>\n                <to>sales_order</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_amount</field>\n                <to>sales_order.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_amount</field>\n                <to>sales_order.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.shipping_hidden_tax_amount</field>\n                <to>sales_order.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_shipping_hidden_tax_amnt</field>\n                <to>sales_order.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_invoiced</field>\n                <to>sales_order.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_invoiced</field>\n                <to>sales_order.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_refunded</field>\n                <to>sales_order.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_refunded</field>\n                <to>sales_order.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/category_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/product_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_key,url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>rating_option_vote.remote_ip_long</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>sendfriend_log.ip</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.paypal_ipn_customer_notified</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.failures_num</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.first_failure</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.lock_expires</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.send_email</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.9.2.2/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version191to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version191to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGrids\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGrids\\Data</data>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version191to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGrids\\Delta</delta>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/opensource-to-opensource/1.9.2.2/map.xml.dist</map_file>\n        <eav_map_file>etc/opensource-to-opensource/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/opensource-to-opensource/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/opensource-to-opensource/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/opensource-to-opensource/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/opensource-to-opensource/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/opensource-to-opensource/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/opensource-to-opensource/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/opensource-to-opensource/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/opensource-to-opensource/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <delta_document_groups_file>etc/opensource-to-opensource/deltalog.xml.dist</delta_document_groups_file>\n        <order_grids_document_groups_file>etc/opensource-to-opensource/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <map_document_groups>etc/opensource-to-opensource/map-document-groups.xml.dist</map_document_groups>\n        <class_map>etc/opensource-to-opensource/class-map.xml.dist</class_map>\n        <tier_price_map_file>etc/opensource-to-opensource/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/opensource-to-opensource/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>opensource-to-opensource</edition_migrate>\n        <edition_number>1.9.2.2</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.9.2.2/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order</document>\n                <to>sales_order</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_amount</field>\n                <to>sales_order.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_amount</field>\n                <to>sales_order.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.shipping_hidden_tax_amount</field>\n                <to>sales_order.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_shipping_hidden_tax_amnt</field>\n                <to>sales_order.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_invoiced</field>\n                <to>sales_order.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_invoiced</field>\n                <to>sales_order.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_refunded</field>\n                <to>sales_order.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_refunded</field>\n                <to>sales_order.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/category_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/product_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_key,url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>rating_option_vote.remote_ip_long</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>sendfriend_log.ip</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.paypal_ipn_customer_notified</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.failures_num</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.first_failure</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.lock_expires</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.send_email</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.9.2.3/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version191to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version191to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGrids\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGrids\\Data</data>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version191to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGrids\\Delta</delta>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/opensource-to-opensource/1.9.2.3/map.xml.dist</map_file>\n        <eav_map_file>etc/opensource-to-opensource/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/opensource-to-opensource/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/opensource-to-opensource/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/opensource-to-opensource/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/opensource-to-opensource/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/opensource-to-opensource/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/opensource-to-opensource/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/opensource-to-opensource/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/opensource-to-opensource/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <delta_document_groups_file>etc/opensource-to-opensource/deltalog.xml.dist</delta_document_groups_file>\n        <order_grids_document_groups_file>etc/opensource-to-opensource/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <map_document_groups>etc/opensource-to-opensource/map-document-groups.xml.dist</map_document_groups>\n        <class_map>etc/opensource-to-opensource/class-map.xml.dist</class_map>\n        <tier_price_map_file>etc/opensource-to-opensource/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/opensource-to-opensource/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>opensource-to-opensource</edition_migrate>\n        <edition_number>1.9.2.3</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.9.2.3/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order</document>\n                <to>sales_order</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_amount</field>\n                <to>sales_order.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_amount</field>\n                <to>sales_order.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.shipping_hidden_tax_amount</field>\n                <to>sales_order.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_shipping_hidden_tax_amnt</field>\n                <to>sales_order.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_invoiced</field>\n                <to>sales_order.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_invoiced</field>\n                <to>sales_order.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_refunded</field>\n                <to>sales_order.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_refunded</field>\n                <to>sales_order.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/category_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/product_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_key,url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>rating_option_vote.remote_ip_long</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>sendfriend_log.ip</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.paypal_ipn_customer_notified</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.failures_num</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.first_failure</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.lock_expires</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.send_email</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.9.2.4/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version191to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version191to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGrids\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGrids\\Data</data>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version191to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGrids\\Delta</delta>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/opensource-to-opensource/1.9.2.4/map.xml.dist</map_file>\n        <eav_map_file>etc/opensource-to-opensource/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/opensource-to-opensource/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/opensource-to-opensource/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/opensource-to-opensource/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/opensource-to-opensource/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/opensource-to-opensource/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/opensource-to-opensource/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/opensource-to-opensource/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/opensource-to-opensource/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <delta_document_groups_file>etc/opensource-to-opensource/deltalog.xml.dist</delta_document_groups_file>\n        <order_grids_document_groups_file>etc/opensource-to-opensource/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <map_document_groups>etc/opensource-to-opensource/map-document-groups.xml.dist</map_document_groups>\n        <class_map>etc/opensource-to-opensource/class-map.xml.dist</class_map>\n        <tier_price_map_file>etc/opensource-to-opensource/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/opensource-to-opensource/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>opensource-to-opensource</edition_migrate>\n        <edition_number>1.9.2.4</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.9.2.4/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order</document>\n                <to>sales_order</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_amount</field>\n                <to>sales_order.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_amount</field>\n                <to>sales_order.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.shipping_hidden_tax_amount</field>\n                <to>sales_order.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_shipping_hidden_tax_amnt</field>\n                <to>sales_order.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_invoiced</field>\n                <to>sales_order.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_invoiced</field>\n                <to>sales_order.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_refunded</field>\n                <to>sales_order.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_refunded</field>\n                <to>sales_order.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/category_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/product_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_key,url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>rating_option_vote.remote_ip_long</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>sendfriend_log.ip</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.paypal_ipn_customer_notified</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.failures_num</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.first_failure</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.lock_expires</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.send_email</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.9.3.0/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version191to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version191to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGrids\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGrids\\Data</data>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version191to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGrids\\Delta</delta>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/opensource-to-opensource/1.9.3.0/map.xml.dist</map_file>\n        <eav_map_file>etc/opensource-to-opensource/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/opensource-to-opensource/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/opensource-to-opensource/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/opensource-to-opensource/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/opensource-to-opensource/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/opensource-to-opensource/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/opensource-to-opensource/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/opensource-to-opensource/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/opensource-to-opensource/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <delta_document_groups_file>etc/opensource-to-opensource/deltalog.xml.dist</delta_document_groups_file>\n        <order_grids_document_groups_file>etc/opensource-to-opensource/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <map_document_groups>etc/opensource-to-opensource/map-document-groups.xml.dist</map_document_groups>\n        <class_map>etc/opensource-to-opensource/class-map.xml.dist</class_map>\n        <tier_price_map_file>etc/opensource-to-opensource/1.9.3.0/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/opensource-to-opensource/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>opensource-to-opensource</edition_migrate>\n        <edition_number>1.9.3.0</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.9.3.0/map-tier-price.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_group_price.is_percent</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_group_price.customer_group_id</datatype>\n            </ignore>\n            <transform>\n                <field>catalog_product_entity_group_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_tier_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_tier_price.percentage_value</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.9.3.0/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>customer_flowpassword</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order</document>\n                <to>sales_order</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_amount</field>\n                <to>sales_order.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_amount</field>\n                <to>sales_order.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.shipping_hidden_tax_amount</field>\n                <to>sales_order.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_shipping_hidden_tax_amnt</field>\n                <to>sales_order.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_invoiced</field>\n                <to>sales_order.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_invoiced</field>\n                <to>sales_order.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_refunded</field>\n                <to>sales_order.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_refunded</field>\n                <to>sales_order.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/category_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/product_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_key,url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>rating_option_vote.remote_ip_long</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>sendfriend_log.ip</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.paypal_ipn_customer_notified</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_daily.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_monthly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_yearly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.failures_num</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.first_failure</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.lock_expires</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.send_email</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.9.3.1/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version191to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version191to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGrids\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGrids\\Data</data>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version191to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGrids\\Delta</delta>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/opensource-to-opensource/1.9.3.1/map.xml.dist</map_file>\n        <eav_map_file>etc/opensource-to-opensource/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/opensource-to-opensource/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/opensource-to-opensource/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/opensource-to-opensource/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/opensource-to-opensource/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/opensource-to-opensource/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/opensource-to-opensource/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/opensource-to-opensource/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/opensource-to-opensource/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <delta_document_groups_file>etc/opensource-to-opensource/deltalog.xml.dist</delta_document_groups_file>\n        <order_grids_document_groups_file>etc/opensource-to-opensource/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <map_document_groups>etc/opensource-to-opensource/map-document-groups.xml.dist</map_document_groups>\n        <class_map>etc/opensource-to-opensource/class-map.xml.dist</class_map>\n        <tier_price_map_file>etc/opensource-to-opensource/1.9.3.1/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/opensource-to-opensource/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>opensource-to-opensource</edition_migrate>\n        <edition_number>1.9.3.1</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.9.3.1/map-tier-price.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_group_price.is_percent</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_group_price.customer_group_id</datatype>\n            </ignore>\n            <transform>\n                <field>catalog_product_entity_group_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_tier_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_tier_price.percentage_value</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.9.3.1/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>customer_flowpassword</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order</document>\n                <to>sales_order</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_amount</field>\n                <to>sales_order.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_amount</field>\n                <to>sales_order.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.shipping_hidden_tax_amount</field>\n                <to>sales_order.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_shipping_hidden_tax_amnt</field>\n                <to>sales_order.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_invoiced</field>\n                <to>sales_order.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_invoiced</field>\n                <to>sales_order.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_refunded</field>\n                <to>sales_order.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_refunded</field>\n                <to>sales_order.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/category_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/product_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_key,url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>rating_option_vote.remote_ip_long</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>sendfriend_log.ip</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.paypal_ipn_customer_notified</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_daily.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_monthly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_yearly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.failures_num</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.first_failure</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.lock_expires</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.send_email</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.9.3.10/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version191to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version191to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGrids\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGrids\\Data</data>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version191to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGrids\\Delta</delta>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/opensource-to-opensource/1.9.3.10/map.xml.dist</map_file>\n        <eav_map_file>etc/opensource-to-opensource/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/opensource-to-opensource/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/opensource-to-opensource/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/opensource-to-opensource/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/opensource-to-opensource/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/opensource-to-opensource/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/opensource-to-opensource/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/opensource-to-opensource/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/opensource-to-opensource/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <delta_document_groups_file>etc/opensource-to-opensource/deltalog.xml.dist</delta_document_groups_file>\n        <order_grids_document_groups_file>etc/opensource-to-opensource/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <map_document_groups>etc/opensource-to-opensource/map-document-groups.xml.dist</map_document_groups>\n        <class_map>etc/opensource-to-opensource/class-map.xml.dist</class_map>\n        <tier_price_map_file>etc/opensource-to-opensource/1.9.3.10/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/opensource-to-opensource/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>opensource-to-opensource</edition_migrate>\n        <edition_number>1.9.3.10</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.9.3.10/map-tier-price.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_group_price.is_percent</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_group_price.customer_group_id</datatype>\n            </ignore>\n            <transform>\n                <field>catalog_product_entity_group_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_tier_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_tier_price.percentage_value</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.9.3.10/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>mailchimp_errors</document>\n            </ignore>\n            <ignore>\n                <document>mailchimp_sync_batches</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>customer_flowpassword</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order</document>\n                <to>sales_order</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_amount</field>\n                <to>sales_order.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_amount</field>\n                <to>sales_order.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.shipping_hidden_tax_amount</field>\n                <to>sales_order.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_shipping_hidden_tax_amnt</field>\n                <to>sales_order.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_invoiced</field>\n                <to>sales_order.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_invoiced</field>\n                <to>sales_order.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_refunded</field>\n                <to>sales_order.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_refunded</field>\n                <to>sales_order.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/category_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/product_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_key,url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>rating_option_vote.remote_ip_long</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>sendfriend_log.ip</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.paypal_ipn_customer_notified</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_daily.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_monthly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_yearly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <field>newsletter_subscriber.subscriber_firstname</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_subscriber.subscriber_lastname</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_subscriber.mailchimp_sync_delta</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_subscriber.mailchimp_sync_error</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.mailchimp_sync_delta</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.mailchimp_sync_error</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.mailchimp_campaign_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.mailchimp_abandonedcart_flag</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.mailchimp_landing_page</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.mailchimp_sync_modified</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_sync_delta</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_sync_error</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_deleted</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_abandonedcart_flag</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_landing_page</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_campaign_id</field>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.failures_num</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.first_failure</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.lock_expires</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.send_email</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.9.3.2/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version191to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version191to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGrids\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGrids\\Data</data>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version191to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGrids\\Delta</delta>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/opensource-to-opensource/1.9.3.2/map.xml.dist</map_file>\n        <eav_map_file>etc/opensource-to-opensource/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/opensource-to-opensource/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/opensource-to-opensource/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/opensource-to-opensource/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/opensource-to-opensource/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/opensource-to-opensource/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/opensource-to-opensource/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/opensource-to-opensource/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/opensource-to-opensource/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <delta_document_groups_file>etc/opensource-to-opensource/deltalog.xml.dist</delta_document_groups_file>\n        <order_grids_document_groups_file>etc/opensource-to-opensource/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <map_document_groups>etc/opensource-to-opensource/map-document-groups.xml.dist</map_document_groups>\n        <class_map>etc/opensource-to-opensource/class-map.xml.dist</class_map>\n        <tier_price_map_file>etc/opensource-to-opensource/1.9.3.2/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/opensource-to-opensource/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>opensource-to-opensource</edition_migrate>\n        <edition_number>1.9.3.2</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.9.3.2/map-tier-price.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_group_price.is_percent</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_group_price.customer_group_id</datatype>\n            </ignore>\n            <transform>\n                <field>catalog_product_entity_group_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_tier_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_tier_price.percentage_value</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.9.3.2/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>customer_flowpassword</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order</document>\n                <to>sales_order</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_amount</field>\n                <to>sales_order.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_amount</field>\n                <to>sales_order.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.shipping_hidden_tax_amount</field>\n                <to>sales_order.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_shipping_hidden_tax_amnt</field>\n                <to>sales_order.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_invoiced</field>\n                <to>sales_order.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_invoiced</field>\n                <to>sales_order.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_refunded</field>\n                <to>sales_order.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_refunded</field>\n                <to>sales_order.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/category_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/product_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_key,url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>rating_option_vote.remote_ip_long</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>sendfriend_log.ip</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.paypal_ipn_customer_notified</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_daily.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_monthly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_yearly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.failures_num</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.first_failure</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.lock_expires</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.send_email</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.9.3.3/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version191to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version191to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGrids\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGrids\\Data</data>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version191to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGrids\\Delta</delta>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/opensource-to-opensource/1.9.3.3/map.xml.dist</map_file>\n        <eav_map_file>etc/opensource-to-opensource/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/opensource-to-opensource/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/opensource-to-opensource/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/opensource-to-opensource/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/opensource-to-opensource/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/opensource-to-opensource/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/opensource-to-opensource/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/opensource-to-opensource/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/opensource-to-opensource/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <delta_document_groups_file>etc/opensource-to-opensource/deltalog.xml.dist</delta_document_groups_file>\n        <order_grids_document_groups_file>etc/opensource-to-opensource/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <map_document_groups>etc/opensource-to-opensource/map-document-groups.xml.dist</map_document_groups>\n        <class_map>etc/opensource-to-opensource/class-map.xml.dist</class_map>\n        <tier_price_map_file>etc/opensource-to-opensource/1.9.3.3/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/opensource-to-opensource/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>opensource-to-opensource</edition_migrate>\n        <edition_number>1.9.3.3</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.9.3.3/map-tier-price.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_group_price.is_percent</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_group_price.customer_group_id</datatype>\n            </ignore>\n            <transform>\n                <field>catalog_product_entity_group_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_tier_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_tier_price.percentage_value</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.9.3.3/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>mailchimp_errors</document>\n            </ignore>\n            <ignore>\n                <document>mailchimp_sync_batches</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>customer_flowpassword</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order</document>\n                <to>sales_order</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_amount</field>\n                <to>sales_order.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_amount</field>\n                <to>sales_order.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.shipping_hidden_tax_amount</field>\n                <to>sales_order.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_shipping_hidden_tax_amnt</field>\n                <to>sales_order.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_invoiced</field>\n                <to>sales_order.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_invoiced</field>\n                <to>sales_order.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_refunded</field>\n                <to>sales_order.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_refunded</field>\n                <to>sales_order.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/category_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/product_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_key,url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>rating_option_vote.remote_ip_long</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>sendfriend_log.ip</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.paypal_ipn_customer_notified</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_daily.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_monthly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_yearly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <field>newsletter_subscriber.subscriber_firstname</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_subscriber.subscriber_lastname</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_subscriber.mailchimp_sync_delta</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_subscriber.mailchimp_sync_error</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.mailchimp_sync_delta</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.mailchimp_sync_error</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.mailchimp_campaign_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.mailchimp_abandonedcart_flag</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.mailchimp_landing_page</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.mailchimp_sync_modified</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_sync_delta</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_sync_error</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_deleted</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_abandonedcart_flag</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_landing_page</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_campaign_id</field>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.failures_num</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.first_failure</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.lock_expires</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.send_email</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.9.3.4/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version191to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version191to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGrids\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGrids\\Data</data>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version191to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGrids\\Delta</delta>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/opensource-to-opensource/1.9.3.4/map.xml.dist</map_file>\n        <eav_map_file>etc/opensource-to-opensource/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/opensource-to-opensource/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/opensource-to-opensource/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/opensource-to-opensource/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/opensource-to-opensource/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/opensource-to-opensource/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/opensource-to-opensource/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/opensource-to-opensource/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/opensource-to-opensource/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <delta_document_groups_file>etc/opensource-to-opensource/deltalog.xml.dist</delta_document_groups_file>\n        <order_grids_document_groups_file>etc/opensource-to-opensource/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <map_document_groups>etc/opensource-to-opensource/map-document-groups.xml.dist</map_document_groups>\n        <class_map>etc/opensource-to-opensource/class-map.xml.dist</class_map>\n        <tier_price_map_file>etc/opensource-to-opensource/1.9.3.4/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/opensource-to-opensource/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>opensource-to-opensource</edition_migrate>\n        <edition_number>1.9.3.4</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.9.3.4/map-tier-price.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_group_price.is_percent</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_group_price.customer_group_id</datatype>\n            </ignore>\n            <transform>\n                <field>catalog_product_entity_group_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_tier_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_tier_price.percentage_value</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.9.3.4/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>mailchimp_errors</document>\n            </ignore>\n            <ignore>\n                <document>mailchimp_sync_batches</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>customer_flowpassword</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order</document>\n                <to>sales_order</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_amount</field>\n                <to>sales_order.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_amount</field>\n                <to>sales_order.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.shipping_hidden_tax_amount</field>\n                <to>sales_order.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_shipping_hidden_tax_amnt</field>\n                <to>sales_order.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_invoiced</field>\n                <to>sales_order.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_invoiced</field>\n                <to>sales_order.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_refunded</field>\n                <to>sales_order.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_refunded</field>\n                <to>sales_order.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/category_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/product_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_key,url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>rating_option_vote.remote_ip_long</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>sendfriend_log.ip</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.paypal_ipn_customer_notified</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_daily.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_monthly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_yearly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <field>newsletter_subscriber.subscriber_firstname</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_subscriber.subscriber_lastname</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_subscriber.mailchimp_sync_delta</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_subscriber.mailchimp_sync_error</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.mailchimp_sync_delta</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.mailchimp_sync_error</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.mailchimp_campaign_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.mailchimp_abandonedcart_flag</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.mailchimp_landing_page</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.mailchimp_sync_modified</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_sync_delta</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_sync_error</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_deleted</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_abandonedcart_flag</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_landing_page</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_campaign_id</field>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.failures_num</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.first_failure</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.lock_expires</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.send_email</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.9.3.6/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version191to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version191to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGrids\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGrids\\Data</data>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version191to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGrids\\Delta</delta>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/opensource-to-opensource/1.9.3.6/map.xml.dist</map_file>\n        <eav_map_file>etc/opensource-to-opensource/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/opensource-to-opensource/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/opensource-to-opensource/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/opensource-to-opensource/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/opensource-to-opensource/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/opensource-to-opensource/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/opensource-to-opensource/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/opensource-to-opensource/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/opensource-to-opensource/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <delta_document_groups_file>etc/opensource-to-opensource/deltalog.xml.dist</delta_document_groups_file>\n        <order_grids_document_groups_file>etc/opensource-to-opensource/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <map_document_groups>etc/opensource-to-opensource/map-document-groups.xml.dist</map_document_groups>\n        <class_map>etc/opensource-to-opensource/class-map.xml.dist</class_map>\n        <tier_price_map_file>etc/opensource-to-opensource/1.9.3.6/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/opensource-to-opensource/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>opensource-to-opensource</edition_migrate>\n        <edition_number>1.9.3.6</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.9.3.6/map-tier-price.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_group_price.is_percent</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_group_price.customer_group_id</datatype>\n            </ignore>\n            <transform>\n                <field>catalog_product_entity_group_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_tier_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_tier_price.percentage_value</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.9.3.6/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>mailchimp_errors</document>\n            </ignore>\n            <ignore>\n                <document>mailchimp_sync_batches</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>customer_flowpassword</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order</document>\n                <to>sales_order</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_amount</field>\n                <to>sales_order.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_amount</field>\n                <to>sales_order.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.shipping_hidden_tax_amount</field>\n                <to>sales_order.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_shipping_hidden_tax_amnt</field>\n                <to>sales_order.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_invoiced</field>\n                <to>sales_order.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_invoiced</field>\n                <to>sales_order.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_refunded</field>\n                <to>sales_order.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_refunded</field>\n                <to>sales_order.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/category_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/product_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_key,url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>rating_option_vote.remote_ip_long</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>sendfriend_log.ip</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.paypal_ipn_customer_notified</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_daily.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_monthly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_yearly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <field>newsletter_subscriber.subscriber_firstname</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_subscriber.subscriber_lastname</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_subscriber.mailchimp_sync_delta</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_subscriber.mailchimp_sync_error</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.mailchimp_sync_delta</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.mailchimp_sync_error</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.mailchimp_campaign_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.mailchimp_abandonedcart_flag</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.mailchimp_landing_page</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.mailchimp_sync_modified</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_sync_delta</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_sync_error</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_deleted</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_abandonedcart_flag</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_landing_page</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_campaign_id</field>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.failures_num</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.first_failure</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.lock_expires</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.send_email</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.9.3.7/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version191to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version191to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGrids\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGrids\\Data</data>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version191to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGrids\\Delta</delta>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/opensource-to-opensource/1.9.3.7/map.xml.dist</map_file>\n        <eav_map_file>etc/opensource-to-opensource/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/opensource-to-opensource/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/opensource-to-opensource/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/opensource-to-opensource/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/opensource-to-opensource/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/opensource-to-opensource/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/opensource-to-opensource/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/opensource-to-opensource/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/opensource-to-opensource/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <delta_document_groups_file>etc/opensource-to-opensource/deltalog.xml.dist</delta_document_groups_file>\n        <order_grids_document_groups_file>etc/opensource-to-opensource/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <map_document_groups>etc/opensource-to-opensource/map-document-groups.xml.dist</map_document_groups>\n        <class_map>etc/opensource-to-opensource/class-map.xml.dist</class_map>\n        <tier_price_map_file>etc/opensource-to-opensource/1.9.3.7/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/opensource-to-opensource/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>opensource-to-opensource</edition_migrate>\n        <edition_number>1.9.3.7</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.9.3.7/map-tier-price.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_group_price.is_percent</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_group_price.customer_group_id</datatype>\n            </ignore>\n            <transform>\n                <field>catalog_product_entity_group_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_tier_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_tier_price.percentage_value</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.9.3.7/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>mailchimp_errors</document>\n            </ignore>\n            <ignore>\n                <document>mailchimp_sync_batches</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>customer_flowpassword</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order</document>\n                <to>sales_order</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_amount</field>\n                <to>sales_order.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_amount</field>\n                <to>sales_order.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.shipping_hidden_tax_amount</field>\n                <to>sales_order.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_shipping_hidden_tax_amnt</field>\n                <to>sales_order.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_invoiced</field>\n                <to>sales_order.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_invoiced</field>\n                <to>sales_order.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_refunded</field>\n                <to>sales_order.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_refunded</field>\n                <to>sales_order.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/category_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/product_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_key,url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>rating_option_vote.remote_ip_long</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>sendfriend_log.ip</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.paypal_ipn_customer_notified</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_daily.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_monthly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_yearly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <field>newsletter_subscriber.subscriber_firstname</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_subscriber.subscriber_lastname</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_subscriber.mailchimp_sync_delta</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_subscriber.mailchimp_sync_error</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.mailchimp_sync_delta</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.mailchimp_sync_error</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.mailchimp_campaign_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.mailchimp_abandonedcart_flag</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.mailchimp_landing_page</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.mailchimp_sync_modified</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_sync_delta</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_sync_error</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_deleted</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_abandonedcart_flag</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_landing_page</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_campaign_id</field>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.failures_num</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.first_failure</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.lock_expires</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.send_email</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.9.3.8/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version191to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version191to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGrids\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGrids\\Data</data>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version191to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGrids\\Delta</delta>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/opensource-to-opensource/1.9.3.8/map.xml.dist</map_file>\n        <eav_map_file>etc/opensource-to-opensource/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/opensource-to-opensource/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/opensource-to-opensource/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/opensource-to-opensource/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/opensource-to-opensource/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/opensource-to-opensource/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/opensource-to-opensource/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/opensource-to-opensource/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/opensource-to-opensource/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <delta_document_groups_file>etc/opensource-to-opensource/deltalog.xml.dist</delta_document_groups_file>\n        <order_grids_document_groups_file>etc/opensource-to-opensource/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <map_document_groups>etc/opensource-to-opensource/map-document-groups.xml.dist</map_document_groups>\n        <class_map>etc/opensource-to-opensource/class-map.xml.dist</class_map>\n        <tier_price_map_file>etc/opensource-to-opensource/1.9.3.8/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/opensource-to-opensource/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>opensource-to-opensource</edition_migrate>\n        <edition_number>1.9.3.8</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.9.3.8/map-tier-price.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_group_price.is_percent</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_group_price.customer_group_id</datatype>\n            </ignore>\n            <transform>\n                <field>catalog_product_entity_group_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_tier_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_tier_price.percentage_value</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.9.3.8/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>mailchimp_errors</document>\n            </ignore>\n            <ignore>\n                <document>mailchimp_sync_batches</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>customer_flowpassword</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order</document>\n                <to>sales_order</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_amount</field>\n                <to>sales_order.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_amount</field>\n                <to>sales_order.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.shipping_hidden_tax_amount</field>\n                <to>sales_order.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_shipping_hidden_tax_amnt</field>\n                <to>sales_order.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_invoiced</field>\n                <to>sales_order.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_invoiced</field>\n                <to>sales_order.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_refunded</field>\n                <to>sales_order.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_refunded</field>\n                <to>sales_order.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/category_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/product_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_key,url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>rating_option_vote.remote_ip_long</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>sendfriend_log.ip</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.paypal_ipn_customer_notified</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_daily.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_monthly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_yearly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <field>newsletter_subscriber.subscriber_firstname</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_subscriber.subscriber_lastname</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_subscriber.mailchimp_sync_delta</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_subscriber.mailchimp_sync_error</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.mailchimp_sync_delta</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.mailchimp_sync_error</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.mailchimp_campaign_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.mailchimp_abandonedcart_flag</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.mailchimp_landing_page</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.mailchimp_sync_modified</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_sync_delta</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_sync_error</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_deleted</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_abandonedcart_flag</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_landing_page</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_campaign_id</field>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.failures_num</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.first_failure</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.lock_expires</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.send_email</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.9.3.9/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version191to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version191to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGrids\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGrids\\Data</data>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version191to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGrids\\Delta</delta>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/opensource-to-opensource/1.9.3.9/map.xml.dist</map_file>\n        <eav_map_file>etc/opensource-to-opensource/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/opensource-to-opensource/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/opensource-to-opensource/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/opensource-to-opensource/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/opensource-to-opensource/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/opensource-to-opensource/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/opensource-to-opensource/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/opensource-to-opensource/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/opensource-to-opensource/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <delta_document_groups_file>etc/opensource-to-opensource/deltalog.xml.dist</delta_document_groups_file>\n        <order_grids_document_groups_file>etc/opensource-to-opensource/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <map_document_groups>etc/opensource-to-opensource/map-document-groups.xml.dist</map_document_groups>\n        <class_map>etc/opensource-to-opensource/class-map.xml.dist</class_map>\n        <tier_price_map_file>etc/opensource-to-opensource/1.9.3.9/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/opensource-to-opensource/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>opensource-to-opensource</edition_migrate>\n        <edition_number>1.9.3.9</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.9.3.9/map-tier-price.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_group_price.is_percent</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_group_price.customer_group_id</datatype>\n            </ignore>\n            <transform>\n                <field>catalog_product_entity_group_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_tier_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_tier_price.percentage_value</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.9.3.9/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>mailchimp_errors</document>\n            </ignore>\n            <ignore>\n                <document>mailchimp_sync_batches</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>customer_flowpassword</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order</document>\n                <to>sales_order</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_amount</field>\n                <to>sales_order.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_amount</field>\n                <to>sales_order.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.shipping_hidden_tax_amount</field>\n                <to>sales_order.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_shipping_hidden_tax_amnt</field>\n                <to>sales_order.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_invoiced</field>\n                <to>sales_order.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_invoiced</field>\n                <to>sales_order.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_refunded</field>\n                <to>sales_order.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_refunded</field>\n                <to>sales_order.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/category_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/product_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_key,url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>rating_option_vote.remote_ip_long</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>sendfriend_log.ip</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.paypal_ipn_customer_notified</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_daily.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_monthly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_yearly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <field>newsletter_subscriber.subscriber_firstname</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_subscriber.subscriber_lastname</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_subscriber.mailchimp_sync_delta</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_subscriber.mailchimp_sync_error</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.mailchimp_sync_delta</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.mailchimp_sync_error</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.mailchimp_campaign_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.mailchimp_abandonedcart_flag</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.mailchimp_landing_page</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.mailchimp_sync_modified</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_sync_delta</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_sync_error</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_deleted</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_abandonedcart_flag</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_landing_page</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_campaign_id</field>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.failures_num</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.first_failure</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.lock_expires</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.send_email</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.9.4.0/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version191to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version191to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGrids\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGrids\\Data</data>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version191to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGrids\\Delta</delta>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/opensource-to-opensource/1.9.4.0/map.xml.dist</map_file>\n        <eav_map_file>etc/opensource-to-opensource/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/opensource-to-opensource/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/opensource-to-opensource/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/opensource-to-opensource/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/opensource-to-opensource/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/opensource-to-opensource/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/opensource-to-opensource/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/opensource-to-opensource/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/opensource-to-opensource/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <delta_document_groups_file>etc/opensource-to-opensource/deltalog.xml.dist</delta_document_groups_file>\n        <order_grids_document_groups_file>etc/opensource-to-opensource/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <map_document_groups>etc/opensource-to-opensource/map-document-groups.xml.dist</map_document_groups>\n        <class_map>etc/opensource-to-opensource/class-map.xml.dist</class_map>\n        <tier_price_map_file>etc/opensource-to-opensource/1.9.4.0/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/opensource-to-opensource/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>opensource-to-opensource</edition_migrate>\n        <edition_number>1.9.4.0</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.9.4.0/map-tier-price.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_group_price.is_percent</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_group_price.customer_group_id</datatype>\n            </ignore>\n            <transform>\n                <field>catalog_product_entity_group_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_tier_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_tier_price.percentage_value</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.9.4.0/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>mailchimp_errors</document>\n            </ignore>\n            <ignore>\n                <document>mailchimp_sync_batches</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>customer_flowpassword</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order</document>\n                <to>sales_order</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_amount</field>\n                <to>sales_order.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_amount</field>\n                <to>sales_order.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.shipping_hidden_tax_amount</field>\n                <to>sales_order.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_shipping_hidden_tax_amnt</field>\n                <to>sales_order.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_invoiced</field>\n                <to>sales_order.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_invoiced</field>\n                <to>sales_order.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_refunded</field>\n                <to>sales_order.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_refunded</field>\n                <to>sales_order.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/category_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/product_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_key,url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>rating_option_vote.remote_ip_long</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>sendfriend_log.ip</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.paypal_ipn_customer_notified</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_daily.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_monthly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_yearly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <field>newsletter_subscriber.subscriber_firstname</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_subscriber.subscriber_lastname</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_subscriber.mailchimp_sync_delta</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_subscriber.mailchimp_sync_error</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.mailchimp_sync_delta</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.mailchimp_sync_error</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.mailchimp_campaign_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.mailchimp_abandonedcart_flag</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.mailchimp_landing_page</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.mailchimp_sync_modified</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_sync_delta</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_sync_error</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_deleted</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_abandonedcart_flag</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_landing_page</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_campaign_id</field>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.failures_num</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.first_failure</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.lock_expires</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.send_email</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.9.4.1/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version191to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version191to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGrids\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGrids\\Data</data>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <delta>Migration\\Step\\ConfigurablePrices\\Delta</delta>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <delta>Migration\\Step\\TierPrice\\Delta</delta>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <delta>Migration\\Step\\UrlRewrite\\Version191to2000Delta</delta>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGrids\\Delta</delta>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/opensource-to-opensource/1.9.4.1/map.xml.dist</map_file>\n        <eav_map_file>etc/opensource-to-opensource/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/opensource-to-opensource/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/opensource-to-opensource/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/opensource-to-opensource/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/opensource-to-opensource/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/opensource-to-opensource/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/opensource-to-opensource/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/opensource-to-opensource/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/opensource-to-opensource/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <delta_document_groups_file>etc/opensource-to-opensource/deltalog.xml.dist</delta_document_groups_file>\n        <order_grids_document_groups_file>etc/opensource-to-opensource/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <map_document_groups>etc/opensource-to-opensource/map-document-groups.xml.dist</map_document_groups>\n        <class_map>etc/opensource-to-opensource/class-map.xml.dist</class_map>\n        <tier_price_map_file>etc/opensource-to-opensource/1.9.4.1/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/opensource-to-opensource/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>opensource-to-opensource</edition_migrate>\n        <edition_number>1.9.4.1</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.9.4.1/map-tier-price.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_group_price.is_percent</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_group_price.customer_group_id</datatype>\n            </ignore>\n            <transform>\n                <field>catalog_product_entity_group_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_tier_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_tier_price.percentage_value</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.9.4.1/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>mailchimp_errors</document>\n            </ignore>\n            <ignore>\n                <document>mailchimp_sync_batches</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>customer_flowpassword</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order</document>\n                <to>sales_order</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_amount</field>\n                <to>sales_order.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_amount</field>\n                <to>sales_order.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.shipping_hidden_tax_amount</field>\n                <to>sales_order.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_shipping_hidden_tax_amnt</field>\n                <to>sales_order.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_invoiced</field>\n                <to>sales_order.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_invoiced</field>\n                <to>sales_order.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_refunded</field>\n                <to>sales_order.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_refunded</field>\n                <to>sales_order.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/category_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/product_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_key,url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>rating_option_vote.remote_ip_long</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>sendfriend_log.ip</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.paypal_ipn_customer_notified</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_daily.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_monthly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_yearly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.visitor_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <field>newsletter_subscriber.subscriber_firstname</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_subscriber.subscriber_lastname</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_subscriber.mailchimp_sync_delta</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_subscriber.mailchimp_sync_error</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.mailchimp_sync_delta</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.mailchimp_sync_error</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.mailchimp_campaign_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.mailchimp_abandonedcart_flag</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.mailchimp_landing_page</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.mailchimp_sync_modified</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_sync_delta</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_sync_error</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_deleted</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_abandonedcart_flag</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_landing_page</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_campaign_id</field>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.failures_num</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.first_failure</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.lock_expires</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.send_email</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.9.4.2/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version191to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version191to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGrids\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGrids\\Data</data>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGrids\\Delta</delta>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/opensource-to-opensource/1.9.4.2/map.xml.dist</map_file>\n        <eav_map_file>etc/opensource-to-opensource/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/opensource-to-opensource/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/opensource-to-opensource/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/opensource-to-opensource/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/opensource-to-opensource/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/opensource-to-opensource/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/opensource-to-opensource/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/opensource-to-opensource/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/opensource-to-opensource/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <delta_document_groups_file>etc/opensource-to-opensource/deltalog.xml.dist</delta_document_groups_file>\n        <order_grids_document_groups_file>etc/opensource-to-opensource/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <map_document_groups>etc/opensource-to-opensource/map-document-groups.xml.dist</map_document_groups>\n        <class_map>etc/opensource-to-opensource/class-map.xml.dist</class_map>\n        <tier_price_map_file>etc/opensource-to-opensource/1.9.4.2/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/opensource-to-opensource/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>opensource-to-opensource</edition_migrate>\n        <edition_number>1.9.4.2</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.9.4.2/map-tier-price.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_group_price.is_percent</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_group_price.customer_group_id</datatype>\n            </ignore>\n            <transform>\n                <field>catalog_product_entity_group_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_tier_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_tier_price.percentage_value</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.9.4.2/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>mailchimp_errors</document>\n            </ignore>\n            <ignore>\n                <document>mailchimp_sync_batches</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>customer_flowpassword</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order</document>\n                <to>sales_order</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_amount</field>\n                <to>sales_order.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_amount</field>\n                <to>sales_order.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.shipping_hidden_tax_amount</field>\n                <to>sales_order.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_shipping_hidden_tax_amnt</field>\n                <to>sales_order.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_invoiced</field>\n                <to>sales_order.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_invoiced</field>\n                <to>sales_order.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_refunded</field>\n                <to>sales_order.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_refunded</field>\n                <to>sales_order.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/category_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/product_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_key,url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>rating_option_vote.remote_ip_long</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>sendfriend_log.ip</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.paypal_ipn_customer_notified</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_daily.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_monthly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_yearly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.visitor_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <field>newsletter_subscriber.subscriber_firstname</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_subscriber.subscriber_lastname</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_subscriber.mailchimp_sync_delta</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_subscriber.mailchimp_sync_error</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.mailchimp_sync_delta</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.mailchimp_sync_error</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.mailchimp_campaign_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.mailchimp_abandonedcart_flag</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.mailchimp_landing_page</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.mailchimp_sync_modified</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_sync_delta</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_sync_error</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_deleted</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_abandonedcart_flag</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_landing_page</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_campaign_id</field>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.failures_num</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.first_failure</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.lock_expires</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.send_email</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.9.4.3/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version191to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version191to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGrids\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGrids\\Data</data>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGrids\\Delta</delta>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/opensource-to-opensource/1.9.4.3/map.xml.dist</map_file>\n        <eav_map_file>etc/opensource-to-opensource/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/opensource-to-opensource/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/opensource-to-opensource/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/opensource-to-opensource/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/opensource-to-opensource/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/opensource-to-opensource/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/opensource-to-opensource/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/opensource-to-opensource/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/opensource-to-opensource/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <delta_document_groups_file>etc/opensource-to-opensource/deltalog.xml.dist</delta_document_groups_file>\n        <order_grids_document_groups_file>etc/opensource-to-opensource/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <map_document_groups>etc/opensource-to-opensource/map-document-groups.xml.dist</map_document_groups>\n        <class_map>etc/opensource-to-opensource/class-map.xml.dist</class_map>\n        <tier_price_map_file>etc/opensource-to-opensource/1.9.4.3/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/opensource-to-opensource/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>opensource-to-opensource</edition_migrate>\n        <edition_number>1.9.4.3</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.9.4.3/map-tier-price.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_group_price.is_percent</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_group_price.customer_group_id</datatype>\n            </ignore>\n            <transform>\n                <field>catalog_product_entity_group_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_tier_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_tier_price.percentage_value</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.9.4.3/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>mailchimp_errors</document>\n            </ignore>\n            <ignore>\n                <document>mailchimp_sync_batches</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>customer_flowpassword</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order</document>\n                <to>sales_order</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_amount</field>\n                <to>sales_order.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_amount</field>\n                <to>sales_order.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.shipping_hidden_tax_amount</field>\n                <to>sales_order.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_shipping_hidden_tax_amnt</field>\n                <to>sales_order.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_invoiced</field>\n                <to>sales_order.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_invoiced</field>\n                <to>sales_order.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_refunded</field>\n                <to>sales_order.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_refunded</field>\n                <to>sales_order.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/category_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/product_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_key,url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>rating_option_vote.remote_ip_long</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>sendfriend_log.ip</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.paypal_ipn_customer_notified</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_daily.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_monthly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_yearly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.visitor_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <field>newsletter_subscriber.subscriber_firstname</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_subscriber.subscriber_lastname</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_subscriber.mailchimp_sync_delta</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_subscriber.mailchimp_sync_error</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.mailchimp_sync_delta</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.mailchimp_sync_error</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.mailchimp_campaign_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.mailchimp_abandonedcart_flag</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.mailchimp_landing_page</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.mailchimp_sync_modified</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_sync_delta</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_sync_error</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_deleted</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_abandonedcart_flag</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_landing_page</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_campaign_id</field>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.failures_num</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.first_failure</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.lock_expires</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.send_email</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.9.4.4/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version191to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version191to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGrids\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGrids\\Data</data>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGrids\\Delta</delta>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/opensource-to-opensource/1.9.4.4/map.xml.dist</map_file>\n        <eav_map_file>etc/opensource-to-opensource/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/opensource-to-opensource/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/opensource-to-opensource/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/opensource-to-opensource/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/opensource-to-opensource/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/opensource-to-opensource/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/opensource-to-opensource/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/opensource-to-opensource/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/opensource-to-opensource/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <delta_document_groups_file>etc/opensource-to-opensource/deltalog.xml.dist</delta_document_groups_file>\n        <order_grids_document_groups_file>etc/opensource-to-opensource/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <map_document_groups>etc/opensource-to-opensource/map-document-groups.xml.dist</map_document_groups>\n        <class_map>etc/opensource-to-opensource/class-map.xml.dist</class_map>\n        <tier_price_map_file>etc/opensource-to-opensource/1.9.4.4/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/opensource-to-opensource/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>opensource-to-opensource</edition_migrate>\n        <edition_number>1.9.4.4</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.9.4.4/map-tier-price.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_group_price.is_percent</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_group_price.customer_group_id</datatype>\n            </ignore>\n            <transform>\n                <field>catalog_product_entity_group_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_tier_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_tier_price.percentage_value</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.9.4.4/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>mailchimp_errors</document>\n            </ignore>\n            <ignore>\n                <document>mailchimp_sync_batches</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>customer_flowpassword</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order</document>\n                <to>sales_order</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_amount</field>\n                <to>sales_order.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_amount</field>\n                <to>sales_order.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.shipping_hidden_tax_amount</field>\n                <to>sales_order.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_shipping_hidden_tax_amnt</field>\n                <to>sales_order.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_invoiced</field>\n                <to>sales_order.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_invoiced</field>\n                <to>sales_order.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_refunded</field>\n                <to>sales_order.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_refunded</field>\n                <to>sales_order.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/category_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/product_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_key,url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>rating_option_vote.remote_ip_long</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>sendfriend_log.ip</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.paypal_ipn_customer_notified</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_daily.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_monthly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_yearly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.visitor_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <field>newsletter_subscriber.subscriber_firstname</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_subscriber.subscriber_lastname</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_subscriber.mailchimp_sync_delta</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_subscriber.mailchimp_sync_error</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.mailchimp_sync_delta</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.mailchimp_sync_error</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.mailchimp_campaign_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.mailchimp_abandonedcart_flag</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.mailchimp_landing_page</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.mailchimp_sync_modified</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_sync_delta</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_sync_error</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_deleted</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_abandonedcart_flag</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_landing_page</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_campaign_id</field>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.failures_num</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.first_failure</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.lock_expires</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.send_email</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.9.4.5/config.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Customer Attributes Step\">\n            <integrity>Migration\\Step\\Customer\\Integrity</integrity>\n            <data>Migration\\Step\\Customer\\Data</data>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite Step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version191to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version191to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"ConfigurablePrices step\">\n            <integrity>Migration\\Step\\ConfigurablePrices\\Integrity</integrity>\n            <data>Migration\\Step\\ConfigurablePrices\\Data</data>\n            <volume>Migration\\Step\\ConfigurablePrices\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <integrity>Migration\\Step\\OrderGrids\\Integrity</integrity>\n            <data>Migration\\Step\\OrderGrids\\Data</data>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"Tier Price Step\">\n            <integrity>Migration\\Step\\TierPrice\\Integrity</integrity>\n            <data>Migration\\Step\\TierPrice\\Data</data>\n            <volume>Migration\\Step\\TierPrice\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <integrity>Migration\\Step\\SalesIncrement\\Integrity</integrity>\n            <data>Migration\\Step\\SalesIncrement\\Data</data>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <integrity>Migration\\Step\\Inventory\\Integrity</integrity>\n            <data>Migration\\Step\\Inventory\\Data</data>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n        <step title=\"PostProcessing Step\">\n            <data>Migration\\Step\\PostProcessing\\Data</data>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Customer Attributes Step\">\n            <delta>Migration\\Step\\Customer\\Delta</delta>\n            <volume>Migration\\Step\\Customer\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"OrderGrids Step\">\n            <delta>Migration\\Step\\OrderGrids\\Delta</delta>\n            <volume>Migration\\Step\\OrderGrids\\Volume</volume>\n        </step>\n        <step title=\"SalesIncrement Step\">\n            <delta>Migration\\Step\\SalesIncrement\\Delta</delta>\n            <volume>Migration\\Step\\SalesIncrement\\Volume</volume>\n        </step>\n        <step title=\"Inventory Step\">\n            <delta>Migration\\Step\\Inventory\\Delta</delta>\n            <volume>Migration\\Step\\Inventory\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\" />\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" />\n    </destination>\n    <options>\n        <map_file>etc/opensource-to-opensource/1.9.4.5/map.xml.dist</map_file>\n        <eav_map_file>etc/opensource-to-opensource/map-eav.xml.dist</eav_map_file>\n        <eav_document_groups_file>etc/opensource-to-opensource/eav-document-groups.xml.dist</eav_document_groups_file>\n        <eav_attribute_groups_file>etc/opensource-to-opensource/eav-attribute-groups.xml.dist</eav_attribute_groups_file>\n        <log_map_file>etc/opensource-to-opensource/map-log.xml.dist</log_map_file>\n        <log_document_groups_file>etc/opensource-to-opensource/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>etc/opensource-to-opensource/settings.xml.dist</settings_map_file>\n        <customer_map_file>etc/opensource-to-opensource/map-customer.xml.dist</customer_map_file>\n        <customer_document_groups_file>etc/opensource-to-opensource/customer-document-groups.xml.dist</customer_document_groups_file>\n        <customer_attribute_groups_file>etc/opensource-to-opensource/customer-attribute-groups.xml.dist</customer_attribute_groups_file>\n        <delta_document_groups_file>etc/opensource-to-opensource/deltalog.xml.dist</delta_document_groups_file>\n        <order_grids_document_groups_file>etc/opensource-to-opensource/order-grids-document-groups.xml.dist</order_grids_document_groups_file>\n        <map_document_groups>etc/opensource-to-opensource/map-document-groups.xml.dist</map_document_groups>\n        <class_map>etc/opensource-to-opensource/class-map.xml.dist</class_map>\n        <tier_price_map_file>etc/opensource-to-opensource/1.9.4.5/map-tier-price.xml.dist</tier_price_map_file>\n        <stores_map_file>etc/opensource-to-opensource/map-stores.xml.dist</stores_map_file>\n        <!--\n        In case bulk_size=0 it will be auto-detected for every document.\n        -->\n        <bulk_size>0</bulk_size>\n        <!--\n        Set direct_document_copy = 1 for better performance.\n        NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance\n        and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database\n         -->\n        <direct_document_copy>0</direct_document_copy>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>\n        <log_file>migration.log</log_file>\n        <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>\n        <upgrade_customer_password_hash>1</upgrade_customer_password_hash>\n        <edition_migrate>opensource-to-opensource</edition_migrate>\n        <edition_number>1.9.4.5</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n        <crypt_key />\n    </options>\n</config>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.9.4.5/map-tier-price.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_group_price.is_percent</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_group_price.customer_group_id</datatype>\n            </ignore>\n            <transform>\n                <field>catalog_product_entity_group_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_tier_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_tier_price.percentage_value</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-opensource/1.9.4.5/map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>mailchimp_errors</document>\n            </ignore>\n            <ignore>\n                <document>mailchimp_sync_batches</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_items</document>\n            </ignore>\n            <ignore>\n                <document>googleshopping_types</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>m2_cl_*</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite_m2*</document>\n            </ignore>\n            <ignore>\n                <document>admin_assert</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_attribute</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_role</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_rule</document>\n            </ignore>\n            <ignore>\n                <document>api2_acl_user</document>\n            </ignore>\n            <ignore>\n                <document>api_assert</document>\n            </ignore>\n            <ignore>\n                <document>api_role</document>\n            </ignore>\n            <ignore>\n                <document>api_rule</document>\n            </ignore>\n            <ignore>\n                <document>api_session</document>\n            </ignore>\n            <ignore>\n                <document>api_user</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_categs_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_idx</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_anc_products_index_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_enabled_index</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_idx</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_tmp</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cat_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_price_index</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_bundle_stock_index</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_aggregation_to_tag</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_minimal_price</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_price</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_update</document>\n            </ignore>\n            <ignore>\n                <document>core_layout_link</document>\n            </ignore>\n            <ignore>\n                <document>widget_instance_page_layout</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ogone_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_import_type</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_products</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_status_history</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_orders_total</document>\n            </ignore>\n            <ignore>\n                <document>oscommerce_ref</document>\n            </ignore>\n            <ignore>\n                <document>paygate_authorizenet_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paypaluk_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>amazonpayments_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>chronopay_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybermut_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>cybersource_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>eway_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>flo2cash_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>ideal_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>paybox_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>protx_api_debug</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_application</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_config_data</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_history</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_images</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_notification_template</document>\n            </ignore>\n            <ignore>\n                <document>xmlconnect_queue</document>\n            </ignore>\n            <ignore>\n                <document>googlecheckout_notification</document>\n            </ignore>\n            <ignore>\n                <document>index_event</document>\n            </ignore>\n            <ignore>\n                <document>index_process</document>\n            </ignore>\n            <ignore>\n                <document>index_process_event</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>core_cache_option</document>\n            </ignore>\n            <ignore>\n                <document>core_cache</document>\n            </ignore>\n            <ignore>\n                <document>core_flag</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue</document>\n            </ignore>\n            <ignore>\n                <document>core_email_queue_recipients</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_category_values</document>\n            </ignore>\n            <ignore>\n                <document>merchandiser_vmbuild</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_export</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_batch_import</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_import_data</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_profile_history</document>\n            </ignore>\n            <ignore>\n                <document>dataflow_session</document>\n            </ignore>\n            <ignore>\n                <document>core_url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_entity_url_key</document>\n            </ignore>\n            <ignore>\n                <document>poll</document>\n            </ignore>\n            <ignore>\n                <document>poll_answer</document>\n            </ignore>\n            <ignore>\n                <document>poll_store</document>\n            </ignore>\n            <ignore>\n                <document>poll_vote</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_recurring_profile_order</document>\n            </ignore>\n            <ignore>\n                <document>tag</document>\n            </ignore>\n            <ignore>\n                <document>tag_properties</document>\n            </ignore>\n            <ignore>\n                <document>tag_relation</document>\n            </ignore>\n            <ignore>\n                <document>tag_summary</document>\n            </ignore>\n            <ignore>\n                <document>weee_discount</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_result</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>core_config_data</document>\n            </ignore>\n            <ignore>\n                <document>s_*b_*_*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>core_resource</document>\n            </ignore>\n            <ignore>\n                <document>cron_schedule</document>\n            </ignore>\n            <ignore>\n                <document>admin_user</document>\n            </ignore>\n            <ignore>\n                <document>admin_role</document>\n            </ignore>\n            <ignore>\n                <document>admin_rule</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_affected_product</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_super_attribute_pricing</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_group_price</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>permission_block</document>\n            </ignore>\n            <ignore>\n                <document>permission_variable</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_attributes</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_items</document>\n            </ignore>\n            <ignore>\n                <document>googlebase_types</document>\n            </ignore>\n            <ignore>\n                <document>customer_flowpassword</document>\n            </ignore>\n            <ignore>\n                <document>core_store</document>\n            </ignore>\n            <ignore>\n                <document>core_store_group</document>\n            </ignore>\n            <ignore>\n                <document>core_website</document>\n            </ignore>\n            <ignore>\n                <document>directory_country</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_format</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region</document>\n            </ignore>\n            <ignore>\n                <document>directory_country_region_name</document>\n            </ignore>\n            <rename>\n                <document>catalogsearch_query</document>\n                <to>search_query</to>\n            </rename>\n            <rename>\n                <document>core_variable</document>\n                <to>variable</to>\n            </rename>\n            <rename>\n                <document>core_variable_value</document>\n                <to>variable_value</to>\n            </rename>\n            <rename>\n                <document>core_email_template</document>\n                <to>email_template</to>\n            </rename>\n            <rename>\n                <document>core_translate</document>\n                <to>translation</to>\n            </rename>\n            <rename>\n                <document>core_session</document>\n                <to>session</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated</document>\n                <to>salesrule_coupon_aggregated</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_order</document>\n                <to>salesrule_coupon_aggregated_order</to>\n            </rename>\n            <rename>\n                <document>coupon_aggregated_updated</document>\n                <to>salesrule_coupon_aggregated_updated</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order</document>\n                <to>sales_order</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo</document>\n                <to>sales_creditmemo</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_comment</document>\n                <to>sales_creditmemo_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_creditmemo_item</document>\n                <to>sales_creditmemo_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice</document>\n                <to>sales_invoice</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_comment</document>\n                <to>sales_invoice_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_invoice_item</document>\n                <to>sales_invoice_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_address</document>\n                <to>sales_order_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_item</document>\n                <to>sales_order_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_payment</document>\n                <to>sales_order_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_order_status_history</document>\n                <to>sales_order_status_history</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote</document>\n                <to>quote</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address</document>\n                <to>quote_address</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_address_item</document>\n                <to>quote_address_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item</document>\n                <to>quote_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_item_option</document>\n                <to>quote_item_option</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_payment</document>\n                <to>quote_payment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_quote_shipping_rate</document>\n                <to>quote_shipping_rate</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment</document>\n                <to>sales_shipment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_comment</document>\n                <to>sales_shipment_comment</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_item</document>\n                <to>sales_shipment_item</to>\n            </rename>\n            <rename>\n                <document>sales_flat_shipment_track</document>\n                <to>sales_shipment_track</to>\n            </rename>\n            <rename>\n                <document>core_directory_storage</document>\n                <to>media_storage_directory_storage</to>\n            </rename>\n            <rename>\n                <document>core_file_storage</document>\n                <to>media_storage_file_storage</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement</document>\n                <to>paypal_billing_agreement</to>\n            </rename>\n            <rename>\n                <document>sales_billing_agreement_order</document>\n                <to>paypal_billing_agreement_order</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <move>\n                <field>cms_page.root_template</field>\n                <to>cms_page.page_layout</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_amount</field>\n                <to>sales_order.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_amount</field>\n                <to>sales_order.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.shipping_hidden_tax_amount</field>\n                <to>sales_order.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_shipping_hidden_tax_amnt</field>\n                <to>sales_order.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_invoiced</field>\n                <to>sales_order.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_invoiced</field>\n                <to>sales_order.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order.hidden_tax_refunded</field>\n                <to>sales_order.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order.base_hidden_tax_refunded</field>\n                <to>sales_order.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.hidden_tax_amount</field>\n                <to>sales_creditmemo.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_hidden_tax_amount</field>\n                <to>sales_creditmemo.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.shipping_hidden_tax_amount</field>\n                <to>sales_creditmemo.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo.base_shipping_hidden_tax_amnt</field>\n                <to>sales_creditmemo.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.hidden_tax_amount</field>\n                <to>sales_creditmemo_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_creditmemo_item.base_hidden_tax_amount</field>\n                <to>sales_creditmemo_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.hidden_tax_amount</field>\n                <to>sales_invoice.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_hidden_tax_amount</field>\n                <to>sales_invoice.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.shipping_hidden_tax_amount</field>\n                <to>sales_invoice.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice.base_shipping_hidden_tax_amnt</field>\n                <to>sales_invoice.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.hidden_tax_amount</field>\n                <to>sales_invoice_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_invoice_item.base_hidden_tax_amount</field>\n                <to>sales_invoice_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_amount</field>\n                <to>sales_order_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_amount</field>\n                <to>sales_order_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_invoiced</field>\n                <to>sales_order_item.discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_invoiced</field>\n                <to>sales_order_item.base_discount_tax_compensation_invoiced</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_refunded</field>\n                <to>sales_order_item.discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.base_hidden_tax_refunded</field>\n                <to>sales_order_item.base_discount_tax_compensation_refunded</to>\n            </move>\n            <move>\n                <field>sales_flat_order_item.hidden_tax_canceled</field>\n                <to>sales_order_item.discount_tax_compensation_canceled</to>\n            </move>\n            <move>\n                <field>sales_flat_order_payment.cc_last4</field>\n                <to>sales_order_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_payment.cc_last4</field>\n                <to>quote_payment.cc_last_4</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.hidden_tax_amount</field>\n                <to>quote_address.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_hidden_tax_amount</field>\n                <to>quote_address.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.shipping_hidden_tax_amount</field>\n                <to>quote_address.shipping_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address.base_shipping_hidden_tax_amnt</field>\n                <to>quote_address.base_shipping_discount_tax_compensation_amnt</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.hidden_tax_amount</field>\n                <to>quote_address_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_address_item.base_hidden_tax_amount</field>\n                <to>quote_address_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.hidden_tax_amount</field>\n                <to>quote_item.discount_tax_compensation_amount</to>\n            </move>\n            <move>\n                <field>sales_flat_quote_item.base_hidden_tax_amount</field>\n                <to>quote_item.base_discount_tax_compensation_amount</to>\n            </move>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/category_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_category\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_design\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_category_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"custom_layout_update\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertEavValue\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"attributeCode\" value=\"page_layout\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\TruncateSuffix\">\n                    <param name=\"suffixPath\" value=\"catalog/seo/product_url_suffix\" />\n                    <param name=\"attributeCodes\" value=\"[url_key,url_path]\" />\n                    <param name=\"entityTypeCode\" value=\"catalog_product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_page.root_template</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[one_column:1column;two_columns_left:2columns-left;two_columns_right:2columns-right;three_columns:3columns]\" />\n                    <param name=\"defaultValue\" value=\"1column\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cms_block.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>cms_page.content</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>newsletter_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>core_email_template.template_text</field>\n                <handler class=\"\\Migration\\Handler\\Placeholder\" />\n            </transform>\n            <transform>\n                <field>widget_instance.instance_type</field>\n                <handler class=\"\\Migration\\Handler\\ClassMap\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\Rule\\SerializedData\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_creditmemo_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_invoice_item.weee_tax_applied</field>\n                <handler class=\"Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery.value_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\InsertValueToEntity\" />\n            </transform>\n            <transform>\n                <field>rating_option_vote.remote_ip_long</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>sendfriend_log.ip</field>\n                <handler class=\"\\Migration\\Handler\\ConvertIp\" />\n            </transform>\n            <transform>\n                <field>catalogsearch_query.synonym_for</field>\n                <handler class=\"\\Migration\\Handler\\Synonym\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_item.product_options</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\SalesOrderItem\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_payment.method</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[paypal_direct:payflowpro;paypal_standard:paypal_express]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_order_payment.cc_number_enc</field>\n                <handler class=\"\\Migration\\Handler\\Encrypt\" />\n            </transform>\n            <transform>\n                <field>sales_flat_shipment.packages</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_payment_transaction.additional_information</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_flat_quote_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ConvertWithConditions\">\n                    <param name=\"conditionalField\" value=\"code\" />\n                    <param name=\"conditionalFieldValuesPattern\" value=\"/(parameters)|(info_buyRequest)|(attributes)|(bundle_option_ids)|(bundle_selection_ids)|(bundle_selection_attributes)/\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>wishlist_item_option.value</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\\ItemOption\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.applied_taxes</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>sales_flat_quote_address.gift_cards</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>widget_instance.widget_parameters</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>salesrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.conditions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalogrule.actions_serialized</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>admin_user.extra</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_text.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_varchar.value</field>\n                <handler class=\"\\Migration\\Handler\\CleanMultiselect\" />\n            </transform>\n            <transform>\n                <field>email_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>newsletter_template.is_legacy</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <ignore>\n                <field>admin_rule.role_type</field>\n            </ignore>\n            <ignore>\n                <field>admin_rule.assert_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax.hidden</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.paypal_ipn_customer_notified</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_item.is_nominal</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_request_number</field>\n            </ignore>\n            <ignore>\n                <field>weee_tax.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_gallery.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_creditmemo.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_transaction_checked</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.paybox_question_number</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.flo2cash_account_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.cybersource_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.ideal_issuer_list</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_payer_status</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote_payment.paypal_correlation_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.custom_layout_update_xml</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.package_theme</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.template_text_preprocessed</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_is_enable</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_simple_action</field>\n            </ignore>\n            <ignore>\n                <field>catalogrule_product.sub_discount_amount</field>\n            </ignore>\n            <ignore>\n                <field>catalogsearch_query.synonym_for</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.customer_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_status_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.invoice_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.is_virtual</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_due</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice.total_paid</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_invoice_item.shipment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.base_custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_base_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_code</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.currency_rate</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.custbalance_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_hold</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.is_multi_payment</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.real_order_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tax_percent</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.tracking_numbers</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.address_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.gift_message_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_address.tax_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_request</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.cc_raw_response</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order_payment.customer_payment_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_daily.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_monthly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_bestsellers_aggregated_yearly.product_type_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.visitor_id</field>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <field>newsletter_subscriber.subscriber_firstname</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_subscriber.subscriber_lastname</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_subscriber.mailchimp_sync_delta</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_subscriber.mailchimp_sync_error</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.mailchimp_sync_delta</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.mailchimp_sync_error</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.mailchimp_campaign_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.mailchimp_abandonedcart_flag</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.mailchimp_landing_page</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.mailchimp_sync_modified</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_sync_delta</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_sync_error</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_deleted</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_token</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_abandonedcart_flag</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_landing_page</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_quote.mailchimp_campaign_id</field>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_flat_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>customer_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_datetime</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_decimal</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_text</document>\n            </ignore>\n            <ignore>\n                <document>customer_address_entity_varchar</document>\n            </ignore>\n            <ignore>\n                <document>ui_bookmark</document>\n            </ignore>\n            <ignore>\n                <document>signifyd_case</document>\n            </ignore>\n            <ignore>\n                <document>migration_backup_*</document>\n            </ignore>\n            <ignore>\n                <document>googleoptimizer_code</document>\n            </ignore>\n            <ignore>\n                <document>indexer_state</document>\n            </ignore>\n            <ignore>\n                <document>integration</document>\n            </ignore>\n            <ignore>\n                <document>mview_state</document>\n            </ignore>\n            <ignore>\n                <document>theme</document>\n            </ignore>\n            <ignore>\n                <document>theme_file</document>\n            </ignore>\n            <ignore>\n                <document>vde_theme_change</document>\n            </ignore>\n            <ignore>\n                <document>admin_system_messages</document>\n            </ignore>\n            <ignore>\n                <document>catalog_url_rewrite_product_category</document>\n            </ignore>\n            <ignore>\n                <document>customer_visitor</document>\n            </ignore>\n            <ignore>\n                <document>url_rewrite</document>\n            </ignore>\n            <ignore>\n                <document>layout_update</document>\n            </ignore>\n            <ignore>\n                <document>layout_link</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_flat*</document>\n            </ignore>\n            <ignore>\n                <document>catalogindex_eav</document>\n            </ignore>\n            <ignore>\n                <document>catalog_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_index_default</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>customer_eav_attribute_website</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_index*</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_frontend_action</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_status_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_group_website_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_price_replica</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_product_replica</document>\n            </ignore>\n            <ignore>\n                <document>magento_catalogpermissions_index_replica</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_group</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_set</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_attribute</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_type</document>\n            </ignore>\n            <ignore>\n                <document>authorization_role</document>\n            </ignore>\n            <ignore>\n                <document>authorization_rule</document>\n            </ignore>\n            <ignore>\n                <document>setup_module</document>\n            </ignore>\n            <ignore>\n                <document>cache</document>\n            </ignore>\n            <ignore>\n                <document>cache_tag</document>\n            </ignore>\n            <ignore>\n                <document>customer_log</document>\n            </ignore>\n            <ignore>\n                <document>flag</document>\n            </ignore>\n            <ignore>\n                <document>log_customer</document>\n            </ignore>\n            <ignore>\n                <document>log_quote</document>\n            </ignore>\n            <ignore>\n                <document>log_summary_type</document>\n            </ignore>\n            <ignore>\n                <document>log_summary</document>\n            </ignore>\n            <ignore>\n                <document>log_url</document>\n            </ignore>\n            <ignore>\n                <document>log_url_info</document>\n            </ignore>\n            <ignore>\n                <document>quote_id_mask</document>\n            </ignore>\n            <ignore>\n                <document>session</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_profile</document>\n            </ignore>\n            <ignore>\n                <document>sales_sequence_meta</document>\n            </ignore>\n            <ignore>\n                <document>sequence_invoice_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_creditmemo_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_order_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_shipment_*</document>\n            </ignore>\n            <ignore>\n                <document>sequence_rma_item_*</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token</document>\n            </ignore>\n            <ignore>\n                <document>vault_payment_token_order_payment_link</document>\n            </ignore>\n            <ignore>\n                <document>search_synonyms</document>\n            </ignore>\n            <ignore>\n                <document>email_automation</document>\n            </ignore>\n            <ignore>\n                <document>email_campaign</document>\n            </ignore>\n            <ignore>\n                <document>email_catalog</document>\n            </ignore>\n            <ignore>\n                <document>email_contact</document>\n            </ignore>\n            <ignore>\n                <document>email_importer</document>\n            </ignore>\n            <ignore>\n                <document>email_order</document>\n            </ignore>\n            <ignore>\n                <document>email_review</document>\n            </ignore>\n            <ignore>\n                <document>email_rules</document>\n            </ignore>\n            <ignore>\n                <document>email_wishlist</document>\n            </ignore>\n            <ignore>\n                <document>email_abandoned_cart</document>\n            </ignore>\n            <ignore>\n                <document>email_contact_consent</document>\n            </ignore>\n            <ignore>\n                <document>email_failed_auth</document>\n            </ignore>\n            <ignore>\n                <document>email_sms_order_queue</document>\n            </ignore>\n            <ignore>\n                <document>catalog_compare_list</document>\n            </ignore>\n            <ignore>\n                <document>temando_checkout_address</document>\n            </ignore>\n            <ignore>\n                <document>temando_order</document>\n            </ignore>\n            <ignore>\n                <document>temando_shipment</document>\n            </ignore>\n            <ignore>\n                <document>temando_collection_point_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_collection_point</document>\n            </ignore>\n            <ignore>\n                <document>temando_order_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>temando_pickup_location_search</document>\n            </ignore>\n            <ignore>\n                <document>temando_quote_pickup_location</document>\n            </ignore>\n            <ignore>\n                <document>amazon_customer</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_authorization</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_capture</document>\n            </ignore>\n            <ignore>\n                <document>amazon_pending_refund</document>\n            </ignore>\n            <ignore>\n                <document>amazon_quote</document>\n            </ignore>\n            <ignore>\n                <document>amazon_sales_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_core_order</document>\n            </ignore>\n            <ignore>\n                <document>klarna_payments_quote</document>\n            </ignore>\n            <ignore>\n                <document>klarna_logs</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_invoice_sent</document>\n            </ignore>\n            <ignore>\n                <document>vertex_taxrequest</document>\n            </ignore>\n            <ignore>\n                <document>vertex_order_invoice_status</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_creditmemo_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_invoice_text_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_sales_order_item_vertex_tax_code</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_order_item</document>\n            </ignore>\n            <ignore>\n                <document>vertex_commodity_code_product</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute_option_swatch</document>\n            </ignore>\n            <ignore>\n                <document>import_history</document>\n            </ignore>\n            <ignore>\n                <document>sales_creditmemo_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_invoice_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_grid</document>\n            </ignore>\n            <ignore>\n                <document>sales_shipment_grid</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_scope*</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_recommendations</document>\n            </ignore>\n            <ignore>\n                <document>customer_group_excluded_website</document>\n            </ignore>\n            <ignore>\n                <document>store</document>\n            </ignore>\n            <ignore>\n                <document>store_group</document>\n            </ignore>\n            <ignore>\n                <document>store_website</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_info</document>\n            </ignore>\n            <ignore>\n                <document>log_visitor_online</document>\n            </ignore>\n            <ignore>\n                <document>reporting_module_status</document>\n            </ignore>\n            <ignore>\n                <document>reporting_orders</document>\n            </ignore>\n            <ignore>\n                <document>reporting_system_updates</document>\n            </ignore>\n            <ignore>\n                <document>reporting_users</document>\n            </ignore>\n            <ignore>\n                <document>reporting_counts</document>\n            </ignore>\n            <ignore>\n                <document>admin_passwords</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_expiration</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_to_entity</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_media_gallery_value_video</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_asset_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_gallery_keyword</document>\n            </ignore>\n            <ignore>\n                <document>media_content_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_asset</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_category</document>\n            </ignore>\n            <ignore>\n                <document>adobe_stock_creator</document>\n            </ignore>\n            <ignore>\n                <document>adobe_user_profile</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_entity_tier_price</document>\n            </ignore>\n            <ignore>\n                <document>customer_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>admin_user_session</document>\n            </ignore>\n            <ignore>\n                <document>password_reset_request_event</document>\n            </ignore>\n            <ignore>\n                <document>oauth_token_request_log</document>\n            </ignore>\n            <ignore>\n                <document>design_config_grid_flat</document>\n            </ignore>\n            <ignore>\n                <document>release_notification_viewer_log</document>\n            </ignore>\n            <ignore>\n                <document>catalog_category_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_attribute_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_category_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalog_product_price_cl</document>\n            </ignore>\n            <ignore>\n                <document>cataloginventory_stock_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>catalogsearch_fulltext_cl</document>\n            </ignore>\n            <ignore>\n                <document>customer_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>design_config_dummy_cl</document>\n            </ignore>\n            <ignore>\n                <document>patch_list</document>\n            </ignore>\n            <ignore>\n                <document>inventory_low_stock_notification_configuration</document>\n            </ignore>\n            <ignore>\n                <document>inventory_reservation</document>\n            </ignore>\n            <ignore>\n                <document>inventory_shipment_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_carrier_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_item</document>\n            </ignore>\n            <ignore>\n                <document>inventory_source_stock_link</document>\n            </ignore>\n            <ignore>\n                <document>inventory_stock*</document>\n            </ignore>\n            <ignore>\n                <document>inventory_geoname</document>\n            </ignore>\n            <ignore>\n                <document>inventory_order_notification</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_order</document>\n            </ignore>\n            <ignore>\n                <document>inventory_pickup_location_quote_address</document>\n            </ignore>\n            <ignore>\n                <document>braintree_credit_prices</document>\n            </ignore>\n            <ignore>\n                <document>braintree_transaction_details</document>\n            </ignore>\n            <ignore>\n                <document>admin_analytics_usage_version_log</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_feed_cl</document>\n            </ignore>\n            <ignore>\n                <document>scconnector_google_remove_cl</document>\n            </ignore>\n            <ignore>\n                <document>temando_product_attribute_mapping</document>\n            </ignore>\n            <ignore>\n                <document>vertex_custom_option_flex_field</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_rich_snippets</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_sync</document>\n            </ignore>\n            <ignore>\n                <document>yotpo_order_status_history</document>\n            </ignore>\n            <ignore>\n                <document>pagebuilder_template</document>\n            </ignore>\n            <ignore>\n                <document>tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer_assistance_allowed</document>\n            </ignore>\n            <ignore>\n                <document>vertex_customer_country</document>\n            </ignore>\n            <ignore>\n                <document>vertex_vat_country_code</document>\n            </ignore>\n            <ignore>\n                <document>email_coupon_attribute</document>\n            </ignore>\n            <ignore>\n                <document>jwt_auth_revoked</document>\n            </ignore>\n            <ignore>\n                <document>event_data</document>\n            </ignore>\n            <ignore>\n                <document>inventory_cl</document>\n            </ignore>\n            <ignore>\n                <document>quote_coupons</document>\n            </ignore>\n            <ignore>\n                <document>sales_order_coupons</document>\n            </ignore>\n            <ignore>\n                <document>salesrule_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_product_rule_cl</document>\n            </ignore>\n            <ignore>\n                <document>targetrule_rule_product_cl</document>\n            </ignore>\n            <ignore>\n                <document>magento_acknowledged_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_bulk</document>\n            </ignore>\n            <ignore>\n                <document>magento_operation</document>\n            </ignore>\n            <ignore>\n                <document>queue</document>\n            </ignore>\n            <ignore>\n                <document>queue_lock</document>\n            </ignore>\n            <ignore>\n                <document>admin_adobe_ims_webapi</document>\n            </ignore>\n            <ignore>\n                <document>queue_message</document>\n            </ignore>\n            <ignore>\n                <document>queue_message_status</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_country_codes</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_trusted</document>\n            </ignore>\n            <ignore>\n                <document>msp_tfa_user_config</document>\n            </ignore>\n            <ignore>\n                <document>login_as_customer</document>\n            </ignore>\n            <ignore>\n                <document>magento_login_as_customer_log</document>\n            </ignore>\n            <ignore>\n                <document>queue_poison_pill</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>admin_user.interface_locale</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"en_US\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>cataloginventory_stock_item.website_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>rating.is_active</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>authorization_role.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"2\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.real_base_amount</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0.0000\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_tax_item.taxable_item_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"product\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>oauth_token.user_type</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"1\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>widget_instance.theme_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"3\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>sales_order_status_state.visible_on_front</field>\n                <handler class=\"\\Migration\\Handler\\SalesOrderStatusState\\SetVisibleOnFront\" />\n            </transform>\n            <transform>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n                <handler class=\"\\Migration\\Handler\\Gallery\\SetEntityId\" />\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"option_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_option\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n                <handler class=\"\\Migration\\Handler\\BundleParentProduct\">\n                    <param name=\"parentField\" value=\"selection_id\" />\n                    <param name=\"documentWithProductId\" value=\"catalog_product_bundle_selection\" />\n                    <param name=\"fieldWithProductId\" value=\"parent_product_id\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>product_alert_price.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>product_alert_stock.store_id</field>\n                <handler class=\"\\Migration\\Handler\\ProductAlertStoreId\" />\n            </transform>\n            <transform>\n                <field>quote_address_item.store_id</field>\n                <handler class=\"\\Migration\\Handler\\QuoteMultiAddressStoreId\" />\n            </transform>\n            <ignore>\n                <field>quote_address_item.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_price.store_id</field>\n            </ignore>\n            <ignore>\n                <field>product_alert_stock.store_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.media_type</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery.disabled</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_entity_media_gallery_value.record_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_compare_item.list_id</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.interface_locale</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.failures_num</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.first_failure</field>\n            </ignore>\n            <ignore>\n                <field>admin_user.lock_expires</field>\n            </ignore>\n            <ignore>\n                <field>rating.is_active</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.send_email</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment.customer_note_notify</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_item.tax_ratio</field>\n            </ignore>\n            <ignore>\n                <field>authorization_role.user_type</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock.website_id</field>\n            </ignore>\n            <ignore>\n                <field>cataloginventory_stock_item.website_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_nonce.consumer_id</field>\n            </ignore>\n            <ignore>\n                <field>oauth_token.user_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_status_state.visible_on_front</field>\n            </ignore>\n            <ignore>\n                <field>widget_instance.theme_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.real_base_amount</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.associated_item_id</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_tax_item.taxable_item_type</field>\n            </ignore>\n            <ignore>\n                <field>sales_creditmemo_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_invoice_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_shipment_grid.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>sales_order.send_email</field>\n            </ignore>\n            <ignore>\n                <field>quote_item.is_excluded_product</field>\n            </ignore>\n            <ignore>\n                <field>checkout_agreement.mode</field>\n            </ignore>\n            <ignore>\n                <field>magento_customersegment_event.segment_event_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_category_product.entity_id</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.meta_title</field>\n            </ignore>\n            <ignore>\n                <field>sales_order_address.vertex_vat_country_code</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_selection_price.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>catalog_product_bundle_option_value.parent_product_id</field>\n            </ignore>\n            <ignore>\n                <field>core_config_data.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>cms_page.layout_update_selected</field>\n            </ignore>\n            <ignore>\n                <field>email_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>newsletter_template.is_legacy</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.updated_at</field>\n            </ignore>\n            <ignore>\n                <field>importexport_importdata.is_processed</field>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_coupon.expiration_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>quote.customer_note</datatype>\n            </ignore>\n            <ignore>\n                <field>admin_user.refresh_token</field>\n            </ignore>\n            <ignore>\n                <field>salesrule_coupon.generated_by_dotmailer</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_country_code</field>\n            </ignore>\n            <ignore>\n                <field>quote_address.validated_vat_number</field>\n            </ignore>\n            <ignore>\n                <datatype>quote_payment.cc_exp_month</datatype>\n            </ignore>\n            <ignore>\n                <datatype>weee_tax.state</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sendfriend_log.ip</datatype>\n            </ignore>\n            <ignore>\n                <datatype>rating_option_vote.remote_ip_long</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_consumer.rejected_callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_category_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_text.value</datatype>\n            </ignore>\n            <ignore>\n                <datatype>oauth_token.callback_url</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_bundle_price_index.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_group_website.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalogrule_product_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_customer_group.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>salesrule_product_attribute.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>paypal_settlement_report.report_date</datatype>\n            </ignore>\n            <ignore>\n                <datatype>sales_order_item.product_options</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-opensource/class-map.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<classmap xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n          xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/class-map.xsd\">\n    <rename>\n        <from>catalogrule/rule_condition_combine</from>\n        <to>Magento\\CatalogRule\\Model\\Rule\\Condition\\Combine</to>\n    </rename>\n    <rename>\n        <from>adminhtml/catalog_category_helper_pricestep</from>\n        <to>Magento\\Catalog\\Block\\Adminhtml\\Category\\Helper\\Pricestep</to>\n    </rename>\n    <rename>\n        <from>adminhtml/catalog_category_helper_sortby_available</from>\n        <to>Magento\\Catalog\\Block\\Adminhtml\\Category\\Helper\\Sortby\\Available</to>\n    </rename>\n    <rename>\n        <from>adminhtml/catalog_category_helper_sortby_default</from>\n        <to>Magento\\Catalog\\Block\\Adminhtml\\Category\\Helper\\Sortby\\DefaultSortby</to>\n    </rename>\n    <rename>\n        <from>adminhtml/catalog_product_helper_form_msrp_enabled</from>\n        <to />\n    </rename>\n    <rename>\n        <from>adminhtml/catalog_product_helper_form_msrp_price</from>\n        <to>Magento\\Msrp\\Block\\Adminhtml\\Product\\Helper\\Form\\Type\\Price</to>\n    </rename>\n    <rename>\n        <from>bundle/product_attribute_source_price_view</from>\n        <to>Magento\\Bundle\\Model\\Product\\Attribute\\Source\\Price\\View</to>\n    </rename>\n    <rename>\n        <from>catalog/attribute_backend_customlayoutupdate</from>\n        <to>Magento\\Catalog\\Model\\Attribute\\Backend\\Customlayoutupdate</to>\n    </rename>\n    <rename>\n        <from>catalog/category</from>\n        <to>Magento\\Catalog\\Model\\ResourceModel\\Category</to>\n    </rename>\n    <rename>\n        <from>catalog/category_attribute_backend_image</from>\n        <to>Magento\\Catalog\\Model\\Category\\Attribute\\Backend\\Image</to>\n    </rename>\n    <rename>\n        <from>catalog/category_attribute_backend_sortby</from>\n        <to>Magento\\Catalog\\Model\\Category\\Attribute\\Backend\\Sortby</to>\n    </rename>\n    <rename>\n        <from>catalog/category_attribute_backend_urlkey</from>\n        <to />\n    </rename>\n    <rename>\n        <from>catalog/product_attribute_backend_urlkey</from>\n        <to />\n    </rename>\n    <rename>\n        <from>catalog/category_attribute_collection</from>\n        <to>Magento\\Catalog\\Model\\ResourceModel\\Category\\Attribute\\Collection</to>\n    </rename>\n    <rename>\n        <from>catalog/category_attribute_source_layout</from>\n        <to>Magento\\Catalog\\Model\\Category\\Attribute\\Source\\Layout</to>\n    </rename>\n    <rename>\n        <from>catalog/category_attribute_source_mode</from>\n        <to>Magento\\Catalog\\Model\\Category\\Attribute\\Source\\Mode</to>\n    </rename>\n    <rename>\n        <from>catalog/category_attribute_source_page</from>\n        <to>Magento\\Catalog\\Model\\Category\\Attribute\\Source\\Page</to>\n    </rename>\n    <rename>\n        <from>catalog/category_attribute_source_sortby</from>\n        <to>Magento\\Catalog\\Model\\Category\\Attribute\\Source\\Sortby</to>\n    </rename>\n    <rename>\n        <from>catalog/category_widget_link</from>\n        <to>Magento\\Catalog\\Block\\Category\\Widget\\Link</to>\n    </rename>\n    <rename>\n        <from>catalog/entity_product_attribute_design_options_container</from>\n        <to>Magento\\Catalog\\Model\\Entity\\Product\\Attribute\\Design\\Options\\Container</to>\n    </rename>\n    <rename>\n        <from>catalog/product</from>\n        <to>Magento\\Catalog\\Model\\ResourceModel\\Product</to>\n    </rename>\n    <rename>\n        <from>catalog/product_attribute_backend_boolean</from>\n        <to>Magento\\Catalog\\Model\\Product\\Attribute\\Backend\\Boolean</to>\n    </rename>\n    <rename>\n        <from>catalog/product_attribute_backend_media</from>\n        <to />\n    </rename>\n    <rename>\n        <from>catalog/product_attribute_backend_msrp</from>\n        <to />\n    </rename>\n    <rename>\n        <from>catalog/product_attribute_backend_price</from>\n        <to>Magento\\Catalog\\Model\\Product\\Attribute\\Backend\\Price</to>\n    </rename>\n    <rename>\n        <from>catalog/product_attribute_backend_recurring</from>\n        <to />\n    </rename>\n    <rename>\n        <from>catalog/product_attribute_backend_sku</from>\n        <to>Magento\\Catalog\\Model\\Product\\Attribute\\Backend\\Sku</to>\n    </rename>\n    <rename>\n        <from>catalog/product_attribute_backend_startdate</from>\n        <to>Magento\\Catalog\\Model\\Attribute\\Backend\\Startdate</to>\n    </rename>\n    <rename>\n        <from>catalog/product_attribute_backend_startdate_specialprice</from>\n        <to>Magento\\Catalog\\Model\\Attribute\\Backend\\Startdate</to>\n    </rename>\n    <rename>\n        <from>catalog/product_attribute_backend_tierprice</from>\n        <to>Magento\\Catalog\\Model\\Product\\Attribute\\Backend\\Tierprice</to>\n    </rename>\n    <rename>\n        <from>catalog/product_attribute_collection</from>\n        <to>Magento\\Catalog\\Model\\ResourceModel\\Product\\Attribute\\Collection</to>\n    </rename>\n    <rename>\n        <from>catalog/product_attribute_frontend_image</from>\n        <to>Magento\\Catalog\\Model\\Product\\Attribute\\Frontend\\Image</to>\n    </rename>\n    <rename>\n        <from>catalog/product_attribute_source_countryofmanufacture</from>\n        <to>Magento\\Catalog\\Model\\Product\\Attribute\\Source\\Countryofmanufacture</to>\n    </rename>\n    <rename>\n        <from>catalog/product_attribute_source_layout</from>\n        <to>Magento\\Catalog\\Model\\Product\\Attribute\\Source\\Layout</to>\n    </rename>\n    <rename>\n        <from>catalog/product_attribute_source_msrp_type_enabled</from>\n        <to />\n    </rename>\n    <rename>\n        <from>catalog/product_attribute_source_msrp_type_price</from>\n        <to>Magento\\Msrp\\Model\\Product\\Attribute\\Source\\Type\\Price</to>\n    </rename>\n    <rename>\n        <from>catalog/product_status</from>\n        <to>Magento\\Catalog\\Model\\Product\\Attribute\\Source\\Status</to>\n    </rename>\n    <rename>\n        <from>catalog/product_visibility</from>\n        <to>Magento\\Catalog\\Model\\Product\\Visibility</to>\n    </rename>\n    <rename>\n        <from>catalog/product_widget_link</from>\n        <to>Magento\\Catalog\\Block\\Product\\Widget\\Link</to>\n    </rename>\n    <rename>\n        <from>catalog/product_widget_new</from>\n        <to>Magento\\Catalog\\Block\\Product\\Widget\\NewWidget</to>\n    </rename>\n    <rename>\n        <from>catalog/resource_eav_attribute</from>\n        <to>Magento\\Catalog\\Model\\ResourceModel\\Eav\\Attribute</to>\n    </rename>\n    <rename>\n        <from>catalogrule/rule_action_collection</from>\n        <to>Magento\\CatalogRule\\Model\\Rule\\Action\\Collection</to>\n    </rename>\n    <rename>\n        <from>catalogrule/rule_action_product</from>\n        <to>Magento\\CatalogRule\\Model\\Rule\\Action\\Product</to>\n    </rename>\n    <rename>\n        <from>catalogrule/rule_condition_product</from>\n        <to>Magento\\CatalogRule\\Model\\Rule\\Condition\\Product</to>\n    </rename>\n    <rename>\n        <from>catalogrule/rule_product_price</from>\n        <to>Magento\\CatalogRule\\Model\\Rule\\Product\\Price</to>\n    </rename>\n    <rename>\n        <from>cms/widget_block</from>\n        <to>Magento\\Cms\\Block\\Widget\\Block</to>\n    </rename>\n    <rename>\n        <from>cms/widget_page_link</from>\n        <to>Magento\\Cms\\Block\\Widget\\Page\\Link</to>\n    </rename>\n    <rename>\n        <from>core/design_source_design</from>\n        <to>Magento\\Theme\\Model\\Theme\\Source\\Theme</to>\n    </rename>\n    <rename>\n        <from>customer/address</from>\n        <to>Magento\\Customer\\Model\\ResourceModel\\Address</to>\n    </rename>\n    <rename>\n        <from>customer/address_attribute_collection</from>\n        <to>Magento\\Customer\\Model\\ResourceModel\\Address\\Attribute\\Collection</to>\n    </rename>\n    <rename>\n        <from>customer/attribute</from>\n        <to>Magento\\Customer\\Model\\Attribute</to>\n    </rename>\n    <rename>\n        <from>customer/attribute_backend_data_boolean</from>\n        <to>Magento\\Customer\\Model\\Attribute\\Backend\\Data\\Boolean</to>\n    </rename>\n    <rename>\n        <from>customer/attribute_collection</from>\n        <to>Magento\\Customer\\Model\\ResourceModel\\Attribute\\Collection</to>\n    </rename>\n    <rename>\n        <from>customer/attribute_data_postcode</from>\n        <to>Magento\\Customer\\Model\\Attribute\\Data\\Postcode</to>\n    </rename>\n    <rename>\n        <from>customer/customer</from>\n        <to>Magento\\Customer\\Model\\ResourceModel\\Customer</to>\n    </rename>\n    <rename>\n        <from>customer/customer_attribute_backend_billing</from>\n        <to>Magento\\Customer\\Model\\Customer\\Attribute\\Backend\\Billing</to>\n    </rename>\n    <rename>\n        <from>customer/customer_attribute_backend_password</from>\n        <to>Magento\\Customer\\Model\\Customer\\Attribute\\Backend\\Password</to>\n    </rename>\n    <rename>\n        <from>customer/customer_attribute_backend_shipping</from>\n        <to>Magento\\Customer\\Model\\Customer\\Attribute\\Backend\\Shipping</to>\n    </rename>\n    <rename>\n        <from>customer/customer_attribute_backend_store</from>\n        <to>Magento\\Customer\\Model\\Customer\\Attribute\\Backend\\Store</to>\n    </rename>\n    <rename>\n        <from>customer/customer_attribute_backend_website</from>\n        <to>Magento\\Customer\\Model\\Customer\\Attribute\\Backend\\Website</to>\n    </rename>\n    <rename>\n        <from>customer/customer_attribute_source_group</from>\n        <to>Magento\\Customer\\Model\\Customer\\Attribute\\Source\\Group</to>\n    </rename>\n    <rename>\n        <from>customer/customer_attribute_source_store</from>\n        <to>Magento\\Customer\\Model\\Customer\\Attribute\\Source\\Store</to>\n    </rename>\n    <rename>\n        <from>customer/customer_attribute_source_website</from>\n        <to>Magento\\Customer\\Model\\Customer\\Attribute\\Source\\Website</to>\n    </rename>\n    <rename>\n        <from>customer/entity_address_attribute_backend_region</from>\n        <to>Magento\\Customer\\Model\\ResourceModel\\Address\\Attribute\\Backend\\Region</to>\n    </rename>\n    <rename>\n        <from>customer/entity_address_attribute_backend_street</from>\n        <to>Magento\\Eav\\Model\\Entity\\Attribute\\Backend\\DefaultBackend</to>\n    </rename>\n    <rename>\n        <from>customer/entity_address_attribute_source_country</from>\n        <to>Magento\\Customer\\Model\\ResourceModel\\Address\\Attribute\\Source\\Country</to>\n    </rename>\n    <rename>\n        <from>customer/entity_address_attribute_source_region</from>\n        <to>Magento\\Customer\\Model\\ResourceModel\\Address\\Attribute\\Source\\Region</to>\n    </rename>\n    <rename>\n        <from>eav/entity_attribute_backend_array</from>\n        <to>Magento\\Eav\\Model\\Entity\\Attribute\\Backend\\ArrayBackend</to>\n    </rename>\n    <rename>\n        <from>eav/entity_attribute_backend_datetime</from>\n        <to>Magento\\Eav\\Model\\Entity\\Attribute\\Backend\\Datetime</to>\n    </rename>\n    <rename>\n        <from>eav/entity_attribute_backend_time_created</from>\n        <to>Magento\\Eav\\Model\\Entity\\Attribute\\Backend\\Time\\Created</to>\n    </rename>\n    <rename>\n        <from>eav/entity_attribute_backend_time_updated</from>\n        <to>Magento\\Eav\\Model\\Entity\\Attribute\\Backend\\Time\\Updated</to>\n    </rename>\n    <rename>\n        <from>eav/entity_attribute_frontend_datetime</from>\n        <to>Magento\\Eav\\Model\\Entity\\Attribute\\Frontend\\Datetime</to>\n    </rename>\n    <rename>\n        <from>eav/entity_attribute_source_boolean</from>\n        <to>Magento\\Eav\\Model\\Entity\\Attribute\\Source\\Boolean</to>\n    </rename>\n    <rename>\n        <from>eav/entity_attribute_source_table</from>\n        <to>Magento\\Eav\\Model\\Entity\\Attribute\\Source\\Table</to>\n    </rename>\n    <rename>\n        <from>eav/entity_increment_numeric</from>\n        <to>Magento\\Eav\\Model\\Entity\\Increment\\NumericValue</to>\n    </rename>\n    <rename>\n        <from>giftmessage/adminhtml_product_helper_form_config</from>\n        <to>Magento\\GiftMessage\\Block\\Adminhtml\\Product\\Helper\\Form\\Config</to>\n    </rename>\n    <rename>\n        <from>reports/product_widget_compared</from>\n        <to>Magento\\Reports\\Block\\Product\\Widget\\Compared</to>\n    </rename>\n    <rename>\n        <from>reports/product_widget_viewed</from>\n        <to>Magento\\Reports\\Block\\Product\\Widget\\Viewed</to>\n    </rename>\n    <rename>\n        <from>sales/order</from>\n        <to>Magento\\Sales\\Model\\ResourceModel\\Order</to>\n    </rename>\n    <rename>\n        <from>sales/order_creditmemo</from>\n        <to>Magento\\Sales\\Model\\ResourceModel\\Order\\Creditmemo</to>\n    </rename>\n    <rename>\n        <from>sales/order_invoice</from>\n        <to>Magento\\Sales\\Model\\ResourceModel\\Order\\Invoice</to>\n    </rename>\n    <rename>\n        <from>sales/order_shipment</from>\n        <to>Magento\\Sales\\Model\\ResourceModel\\Order\\Shipment</to>\n    </rename>\n    <rename>\n        <from>sales/widget_guest_form</from>\n        <to>Magento\\Sales\\Block\\Widget\\Guest\\Form</to>\n    </rename>\n    <rename>\n        <from>salesrule/rule_action_collection</from>\n        <to>Magento\\CatalogRule\\Model\\Rule\\Action\\Collection</to>\n    </rename>\n    <rename>\n        <from>salesrule/rule_action_product</from>\n        <to>Magento\\CatalogRule\\Model\\Rule\\Action\\Product</to>\n    </rename>\n    <rename>\n        <from>salesrule/rule_condition_address</from>\n        <to>Magento\\SalesRule\\Model\\Rule\\Condition\\Address</to>\n    </rename>\n    <rename>\n        <from>salesrule/rule_condition_combine</from>\n        <to>Magento\\SalesRule\\Model\\Rule\\Condition\\Combine</to>\n    </rename>\n    <rename>\n        <from>salesrule/rule_condition_product</from>\n        <to>Magento\\SalesRule\\Model\\Rule\\Condition\\Product</to>\n    </rename>\n    <rename>\n        <from>salesrule/rule_condition_product_combine</from>\n        <to>Magento\\SalesRule\\Model\\Rule\\Condition\\Product\\Combine</to>\n    </rename>\n    <rename>\n        <from>salesrule/rule_condition_product_found</from>\n        <to>Magento\\SalesRule\\Model\\Rule\\Condition\\Product\\Found</to>\n    </rename>\n    <rename>\n        <from>salesrule/rule_condition_product_subselect</from>\n        <to>Magento\\SalesRule\\Model\\Rule\\Condition\\Product\\Subselect</to>\n    </rename>\n    <rename>\n        <from>salesrule/rule_customer</from>\n        <to>Magento\\SalesRule\\Model\\Rule\\Customer</to>\n    </rename>\n    <rename>\n        <from>salesrule/rule_product</from>\n        <to>Magento\\SalesRule\\Model\\Rule\\Product</to>\n    </rename>\n    <rename>\n        <from>tax/class_source_product</from>\n        <to>Magento\\Tax\\Model\\TaxClass\\Source\\Product</to>\n    </rename>\n    <rename>\n        <from>weee/attribute_backend_weee_tax</from>\n        <to>Magento\\Weee\\Model\\Attribute\\Backend\\Weee\\Tax</to>\n    </rename>\n    <rename>\n        <from>sales_entity/order_shipment_attribute_backend_child</from>\n        <to></to>\n    </rename>\n    <rename>\n        <from>sales_entity/order_attribute_backend_child</from>\n        <to></to>\n    </rename>\n    <rename>\n        <from>sales_entity/invoice_attribute_backend_child</from>\n        <to></to>\n    </rename>\n    <rename>\n        <from>sales_entity/order_invoice_attribute_backend_child</from>\n        <to></to>\n    </rename>\n    <rename>\n        <from>sales_entity/order_attribute_backend_billing</from>\n        <to></to>\n    </rename>\n    <rename>\n        <from>sales_entity/order_attribute_backend_parent</from>\n        <to></to>\n    </rename>\n    <rename>\n        <from>sales_entity/order_attribute_backend_shipping</from>\n        <to></to>\n    </rename>\n    <rename>\n        <from>sales_entity/order_creditmemo_attribute_backend_child</from>\n        <to></to>\n    </rename>\n    <rename>\n        <from>sales_entity/order_creditmemo_attribute_backend_parent</from>\n        <to></to>\n    </rename>\n    <rename>\n        <from>sales_entity/order_invoice_attribute_backend_order</from>\n        <to></to>\n    </rename>\n    <rename>\n        <from>sales_entity/order_invoice_attribute_backend_parent</from>\n        <to></to>\n    </rename>\n    <rename>\n        <from>sales_entity/order_shipment_attribute_backend_parent</from>\n        <to></to>\n    </rename>\n    <rename>\n        <from>sales/quote</from>\n        <to>Magento\\Quote\\Model\\Quote</to>\n    </rename>\n    <rename>\n        <from>sales/quote_address</from>\n        <to>Magento\\Quote\\Model\\Quote\\Address</to>\n    </rename>\n    <rename>\n        <from>sales/quote_address_rate</from>\n        <to>Magento\\Quote\\Model\\Quote\\Address\\Rate</to>\n    </rename>\n    <rename>\n        <from>sales/quote_address_item</from>\n        <to>Magento\\Quote\\Model\\Quote\\Address\\Item</to>\n    </rename>\n    <rename>\n        <from>sales/quote_payment</from>\n        <to>Magento\\Quote\\Model\\Quote\\Payment</to>\n    </rename>\n    <rename>\n        <from>sales/quote_item</from>\n        <to>Magento\\Quote\\Model\\Quote\\Item</to>\n    </rename>\n\n    <rename>\n        <from>sales/order_address</from>\n        <to>Magento\\Sales\\Model\\Order\\Address</to>\n    </rename>\n    <rename>\n        <from>sales/order_item</from>\n        <to>Magento\\Sales\\Model\\Order\\Item</to>\n    </rename>\n    <rename>\n        <from>sales/order_payment</from>\n        <to>Magento\\Sales\\Model\\Order\\Payment</to>\n    </rename>\n    <rename>\n        <from>sales/order_status_history</from>\n        <to>Magento\\Sales\\Model\\Order\\Status\\History</to>\n    </rename>\n    <rename>\n        <from>sales/order_shipment_track</from>\n        <to>Magento\\Sales\\Model\\Order\\Shipment\\Track</to>\n    </rename>\n    <rename>\n        <from>sales/order_shipment_item</from>\n        <to>Magento\\Sales\\Model\\Order\\Shipment\\Item</to>\n    </rename>\n    <rename>\n        <from>sales/order_shipment_comment</from>\n        <to>Magento\\Sales\\Model\\Order\\Shipment\\Comment</to>\n    </rename>\n    <rename>\n        <from>sales/order_payment</from>\n        <to>Magento\\Sales\\Model\\Order\\Payment</to>\n    </rename>\n    <rename>\n        <from>sales/order_invoice_item</from>\n        <to>Magento\\Sales\\Model\\Order\\Invoice\\Item</to>\n    </rename>\n    <rename>\n        <from>sales/order_invoice_comment</from>\n        <to>Magento\\Sales\\Model\\Order\\Invoice\\Comment</to>\n    </rename>\n    <rename>\n        <from>sales/order_creditmemo_item</from>\n        <to>Magento\\Sales\\Model\\Order\\Creditmemo\\Item</to>\n    </rename>\n    <rename>\n        <from>sales/order_creditmemo_comment</from>\n        <to>Magento\\Sales\\Model\\Order\\Creditmemo\\Comment</to>\n    </rename>\n    <rename>\n        <from>eav/entity_attribute_backend_default</from>\n        <to>Magento\\Eav\\Model\\Entity\\Attribute\\Backend\\DefaultBackend</to>\n    </rename>\n    <rename>\n        <from>eav/entity_attribute_frontend_default</from>\n        <to>Magento\\Eav\\Model\\Entity\\Attribute\\Frontend\\DefaultFrontend</to>\n    </rename>\n</classmap>\n"
  },
  {
    "path": "etc/opensource-to-opensource/customer-attribute-groups.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<groups xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/groups.xsd\">\n    <group name=\"customer_entity\">\n        <attribute>created_in</attribute>\n        <attribute>prefix</attribute>\n        <attribute>firstname</attribute>\n        <attribute>middlename</attribute>\n        <attribute>lastname</attribute>\n        <attribute>suffix</attribute>\n        <attribute>dob</attribute>\n        <attribute>password_hash</attribute>\n        <attribute>rp_token</attribute>\n        <attribute>rp_token_created_at</attribute>\n        <attribute>default_billing</attribute>\n        <attribute>default_shipping</attribute>\n        <attribute>taxvat</attribute>\n        <attribute>confirmation</attribute>\n        <attribute>gender</attribute>\n    </group>\n    <group name=\"customer_address_entity\">\n        <attribute>city</attribute>\n        <attribute>company</attribute>\n        <attribute>country_id</attribute>\n        <attribute>fax</attribute>\n        <attribute>firstname</attribute>\n        <attribute>lastname</attribute>\n        <attribute>middlename</attribute>\n        <attribute>postcode</attribute>\n        <attribute>prefix</attribute>\n        <attribute>region</attribute>\n        <attribute>region_id</attribute>\n        <attribute>street</attribute>\n        <attribute>suffix</attribute>\n        <attribute>telephone</attribute>\n        <attribute>vat_id</attribute>\n        <attribute>vat_is_valid</attribute>\n        <attribute>vat_request_date</attribute>\n        <attribute>vat_request_id</attribute>\n        <attribute>vat_request_success</attribute>\n    </group>\n</groups>\n"
  },
  {
    "path": "etc/opensource-to-opensource/customer-document-groups.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<groups xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/groups.xsd\">\n    <group name=\"source_documents\">\n        <document key=\"entity_id\">customer_entity</document>\n        <document key=\"value_id\">customer_entity_datetime</document>\n        <document key=\"value_id\">customer_entity_decimal</document>\n        <document key=\"value_id\">customer_entity_int</document>\n        <document key=\"value_id\">customer_entity_text</document>\n        <document key=\"value_id\">customer_entity_varchar</document>\n        <document key=\"entity_id\">customer_address_entity</document>\n        <document key=\"value_id\">customer_address_entity_datetime</document>\n        <document key=\"value_id\">customer_address_entity_decimal</document>\n        <document key=\"value_id\">customer_address_entity_int</document>\n        <document key=\"value_id\">customer_address_entity_text</document>\n        <document key=\"value_id\">customer_address_entity_varchar</document>\n    </group>\n    <group name=\"eav_entities\">\n        <document>customer</document>\n        <document>customer_address</document>\n    </group>\n    <group name=\"customer\">\n        <document key=\"entity_id\">customer_entity</document>\n        <document key=\"value_id\">customer_entity_datetime</document>\n        <document key=\"value_id\">customer_entity_decimal</document>\n        <document key=\"value_id\">customer_entity_int</document>\n        <document key=\"value_id\">customer_entity_text</document>\n        <document key=\"value_id\">customer_entity_varchar</document>\n    </group>\n    <group name=\"customer_address\">\n        <document key=\"entity_id\">customer_address_entity</document>\n        <document key=\"value_id\">customer_address_entity_datetime</document>\n        <document key=\"value_id\">customer_address_entity_decimal</document>\n        <document key=\"value_id\">customer_address_entity_int</document>\n        <document key=\"value_id\">customer_address_entity_text</document>\n        <document key=\"value_id\">customer_address_entity_varchar</document>\n    </group>\n    <group name=\"source_entity_documents\">\n        <document>customer_entity</document>\n        <document>customer_address_entity</document>\n    </group>\n</groups>\n"
  },
  {
    "path": "etc/opensource-to-opensource/deltalog.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<groups xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/groups.xsd\">\n    <group name=\"delta_map\">\n        <document key=\"catalog_compare_item_id\">catalog_compare_item</document>\n        <document key=\"item_id\">cataloginventory_stock_item</document>\n        <document key=\"subscriber_id\">newsletter_subscriber</document>\n        <document key=\"entity_id\">sales_flat_quote</document>\n        <document key=\"address_id\">sales_flat_quote_address</document>\n        <document key=\"item_id\">sales_flat_quote_item</document>\n        <document key=\"option_id\">sales_flat_quote_item_option</document>\n        <document key=\"rate_id\">sales_flat_quote_shipping_rate</document>\n        <document key=\"payment_id\">sales_flat_quote_payment</document>\n        <document key=\"entity_id\">sales_flat_order_address</document>\n        <document key=\"item_id\">sales_flat_order_item</document>\n        <document key=\"entity_id\">sales_flat_order_payment</document>\n        <document key=\"entity_id\">sales_flat_order_status_history</document>\n        <document key=\"entity_id\">sales_flat_order_grid</document>\n        <document key=\"wishlist_id\">wishlist</document>\n        <document key=\"wishlist_item_id\">wishlist_item</document>\n        <document key=\"option_id\">wishlist_item_option</document>\n        <document key=\"index_id\">report_viewed_product_index</document>\n        <document key=\"index_id\">report_compared_product_index</document>\n        <document key=\"event_id\">report_event</document>\n        <document key=\"review_id\">review</document>\n        <document key=\"detail_id\">review_detail</document>\n        <document key=\"review_id\">review_store</document>\n        <document key=\"vote_id\">rating_option_vote</document>\n        <document key=\"primary_id\">rating_option_vote_aggregated</document>\n        <document key=\"primary_id\">review_entity_summary</document>\n        <document key=\"entity_id\">sales_flat_shipment</document>\n        <document key=\"entity_id\">sales_flat_shipment_item</document>\n        <document key=\"entity_id\">sales_flat_shipment_track</document>\n        <document key=\"entity_id\">sales_flat_shipment_grid</document>\n        <document key=\"entity_id\">sales_flat_shipment_comment</document>\n        <document key=\"entity_id\">sales_flat_creditmemo</document>\n        <document key=\"entity_id\">sales_flat_creditmemo_item</document>\n        <document key=\"entity_id\">sales_flat_creditmemo_grid</document>\n        <document key=\"entity_id\">sales_flat_invoice</document>\n        <document key=\"entity_id\">sales_flat_invoice_item</document>\n        <document key=\"entity_id\">sales_flat_invoice_grid</document>\n        <document key=\"purchased_id\">downloadable_link_purchased</document>\n        <document key=\"item_id\">downloadable_link_purchased_item</document>\n        <document key=\"gift_message_id\">gift_message</document>\n        <document key=\"address_item_id\">sales_flat_quote_address_item</document>\n        <document key=\"tax_id\">sales_order_tax</document>\n        <document key=\"tax_item_id\">sales_order_tax_item</document>\n        <document key=\"entity_id\">sales_flat_order</document>\n        <document key=\"transaction_id\">sales_payment_transaction</document>\n        <document key=\"entity_id\">catalog_category_entity</document>\n        <document key=\"value_id\">catalog_category_entity_datetime</document>\n        <document key=\"value_id\">catalog_category_entity_decimal</document>\n        <document key=\"value_id\">catalog_category_entity_int</document>\n        <document key=\"value_id\">catalog_category_entity_text</document>\n        <document key=\"value_id\">catalog_category_entity_varchar</document>\n        <document key=\"category_id,product_id\">catalog_category_product</document>\n        <document key=\"entity_id\">catalog_product_entity</document>\n        <document key=\"value_id\">catalog_product_entity_datetime</document>\n        <document key=\"value_id\">catalog_product_entity_decimal</document>\n        <document key=\"value_id\">catalog_product_entity_int</document>\n        <document key=\"value_id\">catalog_product_entity_media_gallery</document>\n        <document key=\"value_id\">catalog_product_entity_media_gallery_value</document>\n        <document key=\"value_id\">catalog_product_entity_text</document>\n        <document key=\"value_id\">catalog_product_entity_varchar</document>\n        <document key=\"option_id\">catalog_product_option</document>\n        <document key=\"option_price_id\">catalog_product_option_price</document>\n        <document key=\"option_title_id\">catalog_product_option_title</document>\n        <document key=\"option_type_price_id\">catalog_product_option_type_price</document>\n        <document key=\"option_type_title_id\">catalog_product_option_type_title</document>\n        <document key=\"option_type_id\">catalog_product_option_type_value</document>\n        <document key=\"parent_id,child_id\">catalog_product_relation</document>\n        <document key=\"link_id\">catalog_product_link</document>\n        <document key=\"product_link_attribute_id\">catalog_product_link_attribute</document>\n        <document key=\"value_id\">catalog_product_link_attribute_int</document>\n        <document key=\"value_id\">catalog_product_link_attribute_decimal</document>\n        <document key=\"value_id\">catalog_product_link_attribute_varchar</document>\n        <document key=\"product_id,website_id\">catalog_product_website</document>\n        <document key=\"option_id\">catalog_product_bundle_option</document>\n        <document key=\"value_id\">catalog_product_bundle_option_value</document>\n        <document key=\"selection_id\">catalog_product_bundle_selection</document>\n        <document key=\"selection_id,website_id\">catalog_product_bundle_selection_price</document>\n        <document key=\"link_id\">downloadable_link</document>\n        <document key=\"price_id\">downloadable_link_price</document>\n        <document key=\"title_id\">downloadable_link_title</document>\n        <document key=\"sample_id\">downloadable_sample</document>\n        <document key=\"title_id\">downloadable_sample_title</document>\n        <document key=\"link_id\">catalog_product_super_link</document>\n        <document key=\"product_super_attribute_id\">catalog_product_super_attribute</document>\n        <document key=\"value_id\">catalog_product_super_attribute_label</document>\n    </group>\n    <group name=\"delta_log\">\n        <document key=\"visitor_id\">log_visitor</document>\n    </group>\n    <group name=\"delta_customer\">\n        <document key=\"entity_id\">customer_entity</document>\n        <document key=\"value_id\">customer_entity_datetime</document>\n        <document key=\"value_id\">customer_entity_decimal</document>\n        <document key=\"value_id\">customer_entity_int</document>\n        <document key=\"value_id\">customer_entity_text</document>\n        <document key=\"value_id\">customer_entity_varchar</document>\n        <document key=\"entity_id\">customer_address_entity</document>\n        <document key=\"value_id\">customer_address_entity_datetime</document>\n        <document key=\"value_id\">customer_address_entity_decimal</document>\n        <document key=\"value_id\">customer_address_entity_int</document>\n        <document key=\"value_id\">customer_address_entity_text</document>\n        <document key=\"value_id\">customer_address_entity_varchar</document>\n    </group>\n    <group name=\"delta_sales_sequence\">\n        <document key=\"entity_store_id\">eav_entity_store</document>\n    </group>\n    <group name=\"delta_inventory\">\n        <document key=\"item_id\">cataloginventory_stock_item</document>\n        <document key=\"entity_id\">sales_flat_shipment</document>\n    </group>\n    <group name=\"delta_tier_price\">\n        <document key=\"entity_id,all_groups,customer_group_id,website_id\">catalog_product_entity_group_price</document>\n        <document key=\"entity_id,all_groups,customer_group_id,qty,website_id\">catalog_product_entity_tier_price</document>\n    </group>\n    <group name=\"delta_url_rewrite\">\n        <document key=\"url_rewrite_id\">core_url_rewrite</document>\n    </group>\n    <group name=\"delta_configurable_price\">\n        <document key=\"value_id\">catalog_product_super_attribute_pricing</document>\n    </group>\n</groups>\n"
  },
  {
    "path": "etc/opensource-to-opensource/eav-attribute-groups.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<groups xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/groups.xsd\">\n    <group name=\"ignore\">\n        <attribute type=\"catalog_product\">msrp_enabled</attribute>\n        <attribute type=\"catalog_product\">group_price</attribute>\n        <attribute type=\"catalog_product\">is_recurring</attribute>\n        <attribute type=\"catalog_product\">recurring_profile</attribute>\n    </group>\n    <group name=\"frontend_input_empty_allowed\">\n        <attribute type=\"catalog_product\">samples_title</attribute>\n        <attribute type=\"catalog_product\">links_title</attribute>\n        <attribute type=\"catalog_product\">links_exist</attribute>\n        <attribute type=\"catalog_product\">links_purchased_separately</attribute>\n        <attribute type=\"catalog_product\">old_id</attribute>\n        <attribute type=\"catalog_product\">price_type</attribute>\n        <attribute type=\"catalog_product\">sku_type</attribute>\n        <attribute type=\"catalog_product\">weight_type</attribute>\n        <attribute type=\"catalog_product\">shipment_type</attribute>\n        <attribute type=\"catalog_product\">url_path</attribute>\n        <attribute type=\"catalog_category\">url_path</attribute>\n        <attribute type=\"catalog_category\">path</attribute>\n        <attribute type=\"catalog_category\">path_in_store</attribute>\n        <attribute type=\"catalog_category\">position</attribute>\n        <attribute type=\"catalog_category\">level</attribute>\n        <attribute type=\"catalog_category\">all_children</attribute>\n        <attribute type=\"catalog_category\">children</attribute>\n        <attribute type=\"catalog_category\">children_count</attribute>\n        <attribute type=\"order\">currency_rate</attribute>\n        <attribute type=\"order\">tax_percent</attribute>\n        <attribute type=\"order\">currency_base_id</attribute>\n        <attribute type=\"order\">real_order_id</attribute>\n        <attribute type=\"order\">currency_code</attribute>\n        <attribute type=\"order_item\">qty</attribute>\n        <attribute type=\"order_item\">tier_price</attribute>\n        <attribute type=\"order_item\">model</attribute>\n        <attribute type=\"order_address\">address_id</attribute>\n        <attribute type=\"order_address\">tax_id</attribute>\n        <attribute type=\"order_payment\">cc_raw_request</attribute>\n        <attribute type=\"order_payment\">cc_raw_response</attribute>\n        <attribute type=\"order_status\">status</attribute>\n        <attribute type=\"order_status\">comments</attribute>\n    </group>\n</groups>\n"
  },
  {
    "path": "etc/opensource-to-opensource/eav-document-groups.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<groups xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/groups.xsd\">\n    <group name=\"documents\">\n        <document>eav_attribute_group</document>\n        <document>eav_attribute_set</document>\n        <document>eav_attribute</document>\n        <document>eav_entity_attribute</document>\n        <document>catalog_eav_attribute</document>\n        <document>customer_eav_attribute</document>\n        <document>eav_entity_type</document>\n    </group>\n    <group name=\"documents_attribute_extended\">\n        <document key=\"attribute_id\">catalog_eav_attribute</document>\n        <document key=\"attribute_id\">customer_eav_attribute</document>\n    </group>\n    <group name=\"documents_leftover_values\">\n        <document>catalog_category_entity_datetime</document>\n        <document>catalog_category_entity_decimal</document>\n        <document>catalog_category_entity_int</document>\n        <document>catalog_category_entity_text</document>\n        <document>catalog_category_entity_varchar</document>\n        <document>catalog_eav_attribute</document>\n        <document>catalog_product_entity_datetime</document>\n        <document>catalog_product_entity_decimal</document>\n        <document>catalog_product_entity_gallery</document>\n        <document>catalog_product_entity_int</document>\n        <document>catalog_product_entity_media_gallery</document>\n        <document>catalog_product_entity_text</document>\n        <document>catalog_product_entity_varchar</document>\n        <document>customer_address_entity_datetime</document>\n        <document>customer_address_entity_decimal</document>\n        <document>customer_address_entity_int</document>\n        <document>customer_address_entity_text</document>\n        <document>customer_address_entity_varchar</document>\n        <document>customer_eav_attribute</document>\n        <document>customer_eav_attribute_website</document>\n        <document>customer_entity_datetime</document>\n        <document>customer_entity_decimal</document>\n        <document>customer_entity_int</document>\n        <document>customer_entity_text</document>\n        <document>customer_entity_varchar</document>\n        <document>customer_form_attribute</document>\n        <document>eav_attribute_label</document>\n        <document>eav_attribute_option</document>\n        <document>eav_entity_attribute</document>\n        <document>eav_form_element</document>\n        <document>salesrule_product_attribute</document>\n        <document>weee_tax</document>\n    </group>\n    <group name=\"documents_attribute_set_leftover_values\">\n        <document>catalog_product_entity_datetime</document>\n        <document>catalog_product_entity_decimal</document>\n        <document>catalog_product_entity_gallery</document>\n        <document>catalog_product_entity_int</document>\n        <document>catalog_product_entity_text</document>\n        <document>catalog_product_entity_varchar</document>\n    </group>\n</groups>\n"
  },
  {
    "path": "etc/opensource-to-opensource/log-document-groups.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<groups xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/groups.xsd\">\n    <group name=\"source_documents\">\n        <document>log_visitor</document>\n    </group>\n    <group name=\"destination_documents_to_clear\">\n        <!--\n        <document>log_customer</document>\n        <document>log_quote</document>\n        <document>log_summary</document>\n        <document>log_summary_type</document>\n        <document>log_url</document>\n        <document>log_url_info</document>\n        <document>log_visitor</document>\n        <document>log_visitor_info</document>\n        <document>log_visitor_online</document>\n        -->\n    </group>\n</groups>\n"
  },
  {
    "path": "etc/opensource-to-opensource/map-customer.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <field_rules>\n            <ignore>\n                <field>customer_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.attribute_set_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.attribute_set_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity_varchar.entity_type_id</field>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>customer_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.prefix</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.firstname</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.middlename</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.lastname</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.suffix</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.dob</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.password_hash</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.rp_token</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.rp_token_created_at</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.default_billing</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.default_shipping</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.taxvat</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.confirmation</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.gender</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.session_cutoff</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.city</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.company</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.country_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.fax</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.firstname</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.lastname</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.middlename</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.postcode</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.prefix</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.region</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.region_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.street</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.suffix</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.telephone</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.vat_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.vat_is_valid</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.vat_request_date</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.vat_request_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.vat_request_success</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.failures_num</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.first_failure</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.lock_expires</field>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-opensource/map-document-groups.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<groups xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/groups.xsd\">\n    <group name=\"destination_documents_update_on_duplicate\">\n        <document key=\"query_text,store_id\">search_query</document>\n        <document key=\"visitor_id,product_id\">report_viewed_product_index</document>\n    </group>\n</groups>\n"
  },
  {
    "path": "etc/opensource-to-opensource/map-eav.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules />\n        <field_rules>\n            <transform>\n                <field>eav_attribute.attribute_model</field>\n                <handler class=\"\\Migration\\Handler\\EavAttribute\\ConvertModel\" />\n            </transform>\n            <transform>\n                <field>eav_attribute.backend_model</field>\n                <handler class=\"\\Migration\\Handler\\EavAttribute\\ConvertModel\" />\n            </transform>\n            <transform>\n                <field>eav_attribute.backend_type</field>\n                <handler class=\"\\Migration\\Handler\\EavAttribute\\BackendTypeForMultiselect\" />\n            </transform>\n            <transform>\n                <field>eav_attribute.frontend_model</field>\n                <handler class=\"\\Migration\\Handler\\EavAttribute\\ConvertModel\" />\n            </transform>\n            <transform>\n                <field>eav_attribute.source_model</field>\n                <handler class=\"\\Migration\\Handler\\EavAttribute\\ConvertModel\" />\n            </transform>\n            <transform>\n                <field>eav_attribute.default_value</field>\n                <handler class=\"\\Migration\\Handler\\ConvertTimestampToDate\" />\n            </transform>\n\n            <transform>\n                <field>catalog_eav_attribute.frontend_input_renderer</field>\n                <handler class=\"\\Migration\\Handler\\EavAttribute\\ConvertModel\" />\n            </transform>\n            <transform>\n                <field>customer_eav_attribute.data_model</field>\n                <handler class=\"\\Migration\\Handler\\EavAttribute\\ConvertModel\" />\n            </transform>\n            <transform>\n                <field>customer_eav_attribute.is_visible</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"middlename\" />\n                    <param name=\"value\" value=\"0\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>customer_eav_attribute.input_filter</field>\n                <handler class=\"\\Migration\\Handler\\SetValueAttributeCondition\">\n                    <param name=\"attributeCode\" value=\"created_at\" />\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>customer_eav_attribute.validate_rules</field>\n                <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n            </transform>\n            <transform>\n                <field>eav_entity_type.entity_model</field>\n                <handler class=\"\\Migration\\Handler\\EavAttribute\\ConvertModel\" />\n            </transform>\n            <transform>\n                <field>eav_entity_type.attribute_model</field>\n                <handler class=\"\\Migration\\Handler\\EavAttribute\\ConvertModel\" />\n            </transform>\n            <transform>\n                <field>eav_entity_type.entity_table</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[\n                    customer/entity:customer_entity;\n                    customer/address_entity:customer_address_entity;\n                    sales/order:sales_order;\n                    sales/order_entity:sales_order_entity;\n                    catalog/category:catalog_category_entity;\n                    catalog/product:catalog_product_entity;\n                    sales/quote:quote;\n                    sales/quote_address:quote_address;\n                    sales/quote_entity:quote_entity;\n                    sales/quote_item:quote_item;\n                    sales/invoice:sales_invoice\n                    ]\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>eav_entity_type.increment_model</field>\n                <handler class=\"\\Migration\\Handler\\GetDestinationValue\">\n                    <param name=\"setNullIfEmpty\" value=\"true\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>eav_entity_type.additional_attribute_table</field>\n                <handler class=\"\\Migration\\Handler\\GetDestinationValue\">\n                    <param name=\"setNullIfEmpty\" value=\"true\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>eav_entity_type.entity_attribute_collection</field>\n                <handler class=\"\\Migration\\Handler\\EavAttribute\\ConvertModel\" />\n            </transform>\n\n            <transform>\n                <field>eav_attribute_set.sort_order</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"100\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>eav_attribute_group.sort_order</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"+100\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_eav_attribute.apply_to</field>\n                <handler class=\"\\Migration\\Handler\\EavAttribute\\ApplyTo\" />\n            </transform>\n            <ignore>\n                <field>catalog_eav_attribute.is_configurable</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_eav_attribute.search_weight</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>catalog_eav_attribute.is_required_in_admin_store</field>\n            </ignore>\n            <ignore>\n                <field>eav_attribute_group.attribute_group_code</field>\n            </ignore>\n            <ignore>\n                <field>eav_attribute_group.tab_group_code</field>\n            </ignore>\n            <ignore>\n                <field>catalog_eav_attribute.search_weight</field>\n            </ignore>\n            <ignore>\n                <field>catalog_eav_attribute.additional_data</field>\n            </ignore>\n            <ignore>\n                <field>catalog_eav_attribute.is_used_in_grid</field>\n            </ignore>\n            <ignore>\n                <field>catalog_eav_attribute.is_visible_in_grid</field>\n            </ignore>\n            <ignore>\n                <field>catalog_eav_attribute.is_filterable_in_grid</field>\n            </ignore>\n            <ignore>\n                <field>catalog_eav_attribute.is_pagebuilder_enabled</field>\n            </ignore>\n            <ignore>\n                <field>customer_eav_attribute.is_used_in_grid</field>\n            </ignore>\n            <ignore>\n                <field>customer_eav_attribute.is_visible_in_grid</field>\n            </ignore>\n            <ignore>\n                <field>customer_eav_attribute.is_filterable_in_grid</field>\n            </ignore>\n            <ignore>\n                <field>customer_eav_attribute.is_searchable_in_grid</field>\n            </ignore>\n            <ignore>\n                <field>customer_eav_attribute.grid_filter_condition_type</field>\n            </ignore>\n            <transform>\n                <field>eav_attribute_group.attribute_group_code</field>\n                <handler class=\"\\Migration\\Handler\\EavAttributeGroup\\SetGroupCode\" />\n            </transform>\n            <transform>\n                <field>eav_attribute_group.tab_group_code</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"basic\" />\n                </handler>\n            </transform>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-opensource/map-log.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <rename>\n                <document>log_visitor</document>\n                <to>customer_visitor</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <ignore>\n                <field>log_visitor.last_url_id</field>\n            </ignore>\n            <ignore>\n                <field>log_visitor.store_id</field>\n            </ignore>\n            <move>\n                <field>log_visitor.first_visit_at</field>\n                <to>customer_visitor.created_at</to>\n            </move>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>log_visitor</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <ignore>\n                <field>customer_visitor.customer_id</field>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-opensource/map-stores.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <rename>\n                <document>core_store</document>\n                <to>store</to>\n            </rename>\n            <rename>\n                <document>core_store_group</document>\n                <to>store_group</to>\n            </rename>\n            <rename>\n                <document>core_website</document>\n                <to>store_website</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <ignore>\n                <field>core_website.is_staging</field>\n            </ignore>\n            <ignore>\n                <field>core_website.master_login</field>\n            </ignore>\n            <ignore>\n                <field>core_website.master_password</field>\n            </ignore>\n            <ignore>\n                <field>core_website.visibility</field>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>store_group.code</field>\n            </ignore>\n            <transform>\n                <field>store_group.code</field>\n                <handler class=\"\\Migration\\Handler\\StoreGroupCode\" />\n            </transform>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-opensource/map-tier-price.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_group_price.is_percent</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_group_price.customer_group_id</datatype>\n            </ignore>\n            <transform>\n                <field>catalog_product_entity_group_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_product_entity_tier_price.value_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"NULL\" />\n                </handler>\n            </transform>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_tier_price.percentage_value</field>\n            </ignore>\n            <ignore>\n                <datatype>catalog_product_entity_tier_price.customer_group_id</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "etc/opensource-to-opensource/order-grids-document-groups.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<groups xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/groups.xsd\">\n    <group name=\"source_documents\">\n        <document key=\"entity_id\">sales_flat_order</document>\n        <document key=\"entity_id\">sales_flat_order_address</document>\n        <document key=\"entity_id\">sales_flat_invoice</document>\n        <document key=\"entity_id\">sales_flat_shipment</document>\n        <document key=\"entity_id\">sales_flat_creditmemo</document>\n        <document key=\"entity_id\">sales_flat_order_payment</document>\n    </group>\n</groups>\n"
  },
  {
    "path": "etc/opensource-to-opensource/settings.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<settings xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n          xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/settings.xsd\">\n    <key>\n        <ignore>\n            <path>advanced/modules_disable_output/*</path>\n        </ignore>\n        <ignore>\n            <path>api/config/compliance_wsi</path>\n        </ignore>\n        <ignore>\n            <path>api/config/session_timeout</path>\n        </ignore>\n        <ignore>\n            <path>api/config/wsdl_cache_enabled</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/additional_protection_enabled</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/additional_protection_min_value</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/additional_protection_rounding</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/additional_protection_use_subtotal</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/additional_protection_value</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/allowed_methods</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/contentdesc</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/debug</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/default_height</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/default_length</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/default_width</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/dutiable</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/dutypaymenttype</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/free_method</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/free_shipping_enable</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/free_shipping_subtotal</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/gateway_url</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/handling_action</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/handling_fee</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/handling_type</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/hazardous_materials</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/id</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/intl_shipment_days</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/max_package_weight</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/password</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/sallowspecific</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/shipment_days</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/shipment_requesttype</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/shipment_type</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/shipping_intlkey</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/shipping_key</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/showmethod</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/sort_order</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/specificerrmsg</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhl/title</path>\n        </ignore>\n        <ignore>\n            <path>carriers/dhlint/doc_methods</path>\n        </ignore>\n        <ignore>\n            <path>carriers/ups/shipaccept_xml_url</path>\n        </ignore>\n        <ignore>\n            <path>carriers/ups/shipconfirm_xml_url</path>\n        </ignore>\n        <ignore>\n            <path>carriers/ups/tracking_xml_url</path>\n        </ignore>\n        <ignore>\n            <path>catalog/merchandiser/ajax_page_load</path>\n        </ignore>\n        <ignore>\n            <path>catalog/merchandiser/attribute_codes</path>\n        </ignore>\n        <ignore>\n            <path>catalog/merchandiser/column_count</path>\n        </ignore>\n        <ignore>\n            <path>catalog/merchandiser/cron_setup</path>\n        </ignore>\n        <ignore>\n            <path>catalog/merchandiser/hide_disabled</path>\n        </ignore>\n        <ignore>\n            <path>catalog/merchandiser/hide_invisible</path>\n        </ignore>\n        <ignore>\n            <path>catalog/merchandiser/hide_product_position_field</path>\n        </ignore>\n        <ignore>\n            <path>catalog/merchandiser/new_products_handler</path>\n        </ignore>\n        <ignore>\n            <path>catalog/merchandiser/rebuild_on_categorysave</path>\n        </ignore>\n        <ignore>\n            <path>catalog/merchandiser/rebuild_on_cron</path>\n        </ignore>\n        <ignore>\n            <path>catalog/merchandiser/rebuild_on_productsave</path>\n        </ignore>\n        <ignore>\n            <path>catalog/merchandiser/show_creation_date</path>\n        </ignore>\n        <ignore>\n            <path>catalog/merchandiser/show_extra_images</path>\n        </ignore>\n        <ignore>\n            <path>catalog/product_image/base_width</path>\n        </ignore>\n        <ignore>\n            <path>catalog/product_image/small_width</path>\n        </ignore>\n        <ignore>\n            <path>catalog/search/engine</path>\n        </ignore>\n        <ignore>\n            <path>catalog/search/max_query_words</path>\n        </ignore>\n        <ignore>\n            <path>catalog/search/search_type</path>\n        </ignore>\n        <ignore>\n            <path>catalog/search/use_layered_navigation_count</path>\n        </ignore>\n        <ignore>\n            <path>catalog/seo/site_map</path>\n        </ignore>\n        <ignore>\n            <path>catalog/sitemap/lines_perpage</path>\n        </ignore>\n        <ignore>\n            <path>catalog/sitemap/tree_mode</path>\n        </ignore>\n        <ignore>\n            <path>configswatches/general/enabled</path>\n        </ignore>\n        <ignore>\n            <path>configswatches/general/product_list_attribute</path>\n        </ignore>\n        <ignore>\n            <path>configswatches/general/swatch_attributes</path>\n        </ignore>\n        <ignore>\n            <path>configswatches/layered_nav_dimensions/height</path>\n        </ignore>\n        <ignore>\n            <path>configswatches/layered_nav_dimensions/width</path>\n        </ignore>\n        <ignore>\n            <path>configswatches/product_detail_dimensions/height</path>\n        </ignore>\n        <ignore>\n            <path>configswatches/product_detail_dimensions/width</path>\n        </ignore>\n        <ignore>\n            <path>configswatches/product_listing_dimensions/height</path>\n        </ignore>\n        <ignore>\n            <path>configswatches/product_listing_dimensions/width</path>\n        </ignore>\n        <ignore>\n            <path>crontab/jobs/catalog_product_alert/run/model</path>\n        </ignore>\n        <ignore>\n            <path>customer/address_templates/js_template</path>\n        </ignore>\n        <ignore>\n            <path>customer/password/require_admin_user_to_change_user_password</path>\n        </ignore>\n        <ignore>\n            <path>design/email/css_non_inline</path>\n        </ignore>\n        <ignore>\n            <path>design/email/footer</path>\n        </ignore>\n        <ignore>\n            <path>design/email/header</path>\n        </ignore>\n        <ignore>\n            <path>design/email/logo_height</path>\n        </ignore>\n        <ignore>\n            <path>design/email/logo_width</path>\n        </ignore>\n        <ignore>\n            <path>design/package/name</path>\n        </ignore>\n        <ignore>\n            <path>design/package/ua_regexp</path>\n        </ignore>\n        <ignore>\n            <path>design/theme/default</path>\n        </ignore>\n        <ignore>\n            <path>design/theme/default_ua_regexp</path>\n        </ignore>\n        <ignore>\n            <path>design/theme/layout</path>\n        </ignore>\n        <ignore>\n            <path>design/theme/layout_ua_regexp</path>\n        </ignore>\n        <ignore>\n            <path>design/theme/locale</path>\n        </ignore>\n        <ignore>\n            <path>design/theme/skin</path>\n        </ignore>\n        <ignore>\n            <path>design/theme/skin_ua_regexp</path>\n        </ignore>\n        <ignore>\n            <path>dev/debug/profiler</path>\n        </ignore>\n        <ignore>\n            <path>dev/log/active</path>\n        </ignore>\n        <ignore>\n            <path>dev/log/exception_file</path>\n        </ignore>\n        <ignore>\n            <path>dev/log/file</path>\n        </ignore>\n        <ignore>\n            <path>general/content_staging/block_frontend</path>\n        </ignore>\n        <ignore>\n            <path>general/content_staging/block_frontend_stub</path>\n        </ignore>\n        <ignore>\n            <path>general/content_staging/create_entry_point</path>\n        </ignore>\n        <ignore>\n            <path>general/content_staging/entry_points_folder_name</path>\n        </ignore>\n        <ignore>\n            <path>general/store_information/address</path>\n        </ignore>\n        <ignore>\n            <path>general/store_information/hours</path>\n        </ignore>\n        <ignore>\n            <path>google/analytics/anonymization</path>\n        </ignore>\n        <ignore>\n            <path>google/analytics/type</path>\n        </ignore>\n        <ignore>\n            <path>index_management/index_clean_schedule/enabled</path>\n        </ignore>\n        <ignore>\n            <path>index_management/index_clean_schedule/frequency</path>\n        </ignore>\n        <ignore>\n            <path>index_management/index_clean_schedule/time</path>\n        </ignore>\n        <ignore>\n            <path>index_management/index_options/category_flat</path>\n        </ignore>\n        <ignore>\n            <path>index_management/index_options/category_product</path>\n        </ignore>\n        <ignore>\n            <path>index_management/index_options/category_url_rewrite</path>\n        </ignore>\n        <ignore>\n            <path>index_management/index_options/fulltext</path>\n        </ignore>\n        <ignore>\n            <path>index_management/index_options/product_flat</path>\n        </ignore>\n        <ignore>\n            <path>index_management/index_options/product_price_and_stock</path>\n        </ignore>\n        <ignore>\n            <path>index_management/index_options/product_url_rewrite</path>\n        </ignore>\n        <ignore>\n            <path>index_management/index_options/redirect_url_rewrite</path>\n        </ignore>\n        <ignore>\n            <path>moneybookers/settings/activationstatus</path>\n        </ignore>\n        <ignore>\n            <path>moneybookers/settings/customer_id</path>\n        </ignore>\n        <ignore>\n            <path>moneybookers/settings/moneybookers_email</path>\n        </ignore>\n        <ignore>\n            <path>oauth/email/template</path>\n        </ignore>\n        <ignore>\n            <path>payment/ccsave/active</path>\n        </ignore>\n        <ignore>\n            <path>payment/ccsave/allowspecific</path>\n        </ignore>\n        <ignore>\n            <path>payment/ccsave/cctypes</path>\n        </ignore>\n        <ignore>\n            <path>payment/ccsave/centinel</path>\n        </ignore>\n        <ignore>\n            <path>payment/ccsave/max_order_total</path>\n        </ignore>\n        <ignore>\n            <path>payment/ccsave/min_order_total</path>\n        </ignore>\n        <ignore>\n            <path>payment/ccsave/order_status</path>\n        </ignore>\n        <ignore>\n            <path>payment/ccsave/sort_order</path>\n        </ignore>\n        <ignore>\n            <path>payment/ccsave/title</path>\n        </ignore>\n        <ignore>\n            <path>payment/ccsave/useccv</path>\n        </ignore>\n        <ignore>\n            <path>payment/dd_settings/active</path>\n        </ignore>\n        <ignore>\n            <path>payment/dd_settings/allowspecific</path>\n        </ignore>\n        <ignore>\n            <path>payment/dd_settings/title</path>\n        </ignore>\n        <ignore>\n            <path>payment/hosted_pro/mobile_optimized</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_acc/active</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_acc/allowspecific</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_acc/sort_order</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_acc/title</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_csi/active</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_csi/allowspecific</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_csi/sort_order</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_csi/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_csi/title</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_did/active</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_did/allowspecific</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_did/sort_order</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_did/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_did/title</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_dnk/active</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_dnk/allowspecific</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_dnk/sort_order</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_dnk/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_dnk/title</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_ebt/active</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_ebt/allowspecific</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_ebt/sort_order</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_ebt/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_ebt/title</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_ent/active</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_ent/allowspecific</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_ent/sort_order</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_ent/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_ent/title</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_gcb/active</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_gcb/allowspecific</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_gcb/sort_order</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_gcb/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_gcb/title</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_gir/active</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_gir/allowspecific</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_gir/sort_order</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_gir/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_gir/title</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_idl/active</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_idl/allowspecific</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_idl/sort_order</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_idl/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_idl/title</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_lsr/active</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_lsr/allowspecific</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_lsr/sort_order</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_lsr/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_lsr/title</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_mae/active</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_mae/allowspecific</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_mae/sort_order</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_mae/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_mae/title</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_npy/active</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_npy/allowspecific</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_npy/sort_order</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_npy/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_npy/title</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_obt/active</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_obt/allowspecific</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_obt/sort_order</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_obt/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_obt/title</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_pli/active</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_pli/allowspecific</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_pli/sort_order</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_pli/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_pli/title</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_psp/active</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_psp/allowspecific</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_psp/sort_order</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_psp/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_psp/title</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_pwy/active</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_pwy/allowspecific</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_pwy/sort_order</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_pwy/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_pwy/title</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_sft/active</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_sft/allowspecific</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_sft/sort_order</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_sft/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_sft/title</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_so2/active</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_so2/allowspecific</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_so2/sort_order</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_so2/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_so2/title</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_wlt/active</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_wlt/allowspecific</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_wlt/sort_order</path>\n        </ignore>\n        <ignore>\n            <path>payment/moneybookers_wlt/title</path>\n        </ignore>\n        <ignore>\n            <path>payment/payflow_advanced/mobile_optimized</path>\n        </ignore>\n        <ignore>\n            <path>payment/payflow_link/mobile_optimized</path>\n        </ignore>\n        <ignore>\n            <path>payment/verisign/active</path>\n        </ignore>\n        <ignore>\n            <path>payment/verisign/allowspecific</path>\n        </ignore>\n        <ignore>\n            <path>payment/verisign/cctypes</path>\n        </ignore>\n        <ignore>\n            <path>payment/verisign/centinel</path>\n        </ignore>\n        <ignore>\n            <path>payment/verisign/debug</path>\n        </ignore>\n        <ignore>\n            <path>payment/verisign/partner</path>\n        </ignore>\n        <ignore>\n            <path>payment/verisign/payment_action</path>\n        </ignore>\n        <ignore>\n            <path>payment/verisign/pwd</path>\n        </ignore>\n        <ignore>\n            <path>payment/verisign/sandbox_flag</path>\n        </ignore>\n        <ignore>\n            <path>payment/verisign/sort_order</path>\n        </ignore>\n        <ignore>\n            <path>payment/verisign/title</path>\n        </ignore>\n        <ignore>\n            <path>payment/verisign/use_proxy</path>\n        </ignore>\n        <ignore>\n            <path>payment/verisign/useccv</path>\n        </ignore>\n        <ignore>\n            <path>payment/verisign/user</path>\n        </ignore>\n        <ignore>\n            <path>payment/verisign/vendor</path>\n        </ignore>\n        <ignore>\n            <path>payment/verisign/verify_peer</path>\n        </ignore>\n        <ignore>\n            <path>payment/authorizenet/centinel_api_url</path>\n        </ignore>\n        <ignore>\n            <path>payment/authorizenet/centinel_api_url</path>\n        </ignore>\n        <ignore>\n            <path>payment/authorizenet/centinel_backend</path>\n        </ignore>\n        <ignore>\n            <path>payment/authorizenet/centinel_is_mode_strict</path>\n        </ignore>\n        <ignore>\n            <path>payment/authorizenet/heading_3dsecure</path>\n        </ignore>\n        <ignore>\n            <path>payment/authorizenet_directpost/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/authorizenet/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/account/merchant_country</path>\n        </ignore>\n        <ignore>\n            <path>payment/braintree_basic/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/ccsave/centinel_api_url</path>\n        </ignore>\n        <ignore>\n            <path>payment/ccsave/centinel_is_mode_strict</path>\n        </ignore>\n        <ignore>\n            <path>payment/ccsave/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/cybersource_soap/email_customer</path>\n        </ignore>\n        <ignore>\n            <path>payment/cybersource_soap/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/dibs/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/eway_direct/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/firstdata/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/paybox_direct/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/payone_gate/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/sagepay_direct/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>payment/worldpay_direct/specificcountry</path>\n        </ignore>\n        <ignore>\n            <path>rewrite_matchers/category/priority</path>\n        </ignore>\n        <ignore>\n            <path>rewrite_matchers/product/priority</path>\n        </ignore>\n        <ignore>\n            <path>rewrite_matchers/redirect/priority</path>\n        </ignore>\n        <ignore>\n            <path>rss/catalog/salesrule</path>\n        </ignore>\n        <ignore>\n            <path>rss/catalog/tag</path>\n        </ignore>\n        <ignore>\n            <path>sales/msrp/apply_for_all</path>\n        </ignore>\n        <ignore>\n            <path>system/page_cache/allowed_depth</path>\n        </ignore>\n        <ignore>\n            <path>system/page_cache/max_cache_size</path>\n        </ignore>\n        <ignore>\n            <path>system/page_cache/multicurrency</path>\n        </ignore>\n        <ignore>\n            <path>system/page_crawl/enable</path>\n        </ignore>\n        <ignore>\n            <path>system/page_crawl/multicurrency</path>\n        </ignore>\n        <ignore>\n            <path>system/page_crawl/threads</path>\n        </ignore>\n        <ignore>\n            <path>tax/weee/discount</path>\n        </ignore>\n        <ignore>\n            <path>web/default/no_route</path>\n        </ignore>\n        <ignore>\n            <path>web/polls/poll_check_by_ip</path>\n        </ignore>\n        <ignore>\n            <path>web/secure/base_js_url</path>\n        </ignore>\n        <ignore>\n            <path>web/secure/base_media_url</path>\n        </ignore>\n        <ignore>\n            <path>web/secure/base_skin_url</path>\n        </ignore>\n        <ignore>\n            <path>web/secure/base_url</path>\n        </ignore>\n        <ignore>\n            <path>web/secure/base_link_url</path>\n        </ignore>\n        <ignore>\n            <path>web/unsecure/base_js_url</path>\n        </ignore>\n        <ignore>\n            <path>web/unsecure/base_media_url</path>\n        </ignore>\n        <ignore>\n            <path>web/unsecure/base_skin_url</path>\n        </ignore>\n        <ignore>\n            <path>web/unsecure/base_url</path>\n        </ignore>\n        <ignore>\n            <path>web/unsecure/base_link_url</path>\n        </ignore>\n        <ignore>\n            <path>admin/url/custom</path>\n        </ignore>\n        <ignore>\n            <path>admin/url/custom_path</path>\n        </ignore>\n        <ignore>\n            <path>admin/url/use_custom_path</path>\n        </ignore>\n        <ignore>\n            <path>admin/url/use_custom</path>\n        </ignore>\n        <ignore>\n            <path>catalog/search/solr_server_password</path>\n        </ignore>\n        <ignore>\n            <path>catalog/search/solr_test_connect_wizard</path>\n        </ignore>\n        <ignore>\n            <path>catalog/seo/priority</path>\n        </ignore>\n        <ignore>\n            <path>sales/product_sku/allowed_groups</path>\n        </ignore>\n        <ignore>\n            <path>system/page_cache/debug</path>\n        </ignore>\n        <ignore>\n            <path>design/theme/template</path>\n        </ignore>\n        <ignore>\n            <path>design/theme/template_ua_regexp</path>\n        </ignore>\n        <ignore>\n            <path>admin/security/session_cookie_lifetime</path>\n        </ignore>\n        <ignore>\n            <path>web/cookie/*</path>\n        </ignore>\n        <ignore>\n            <path>general/locale/timezone</path>\n        </ignore>\n        <rename>\n            <path>api/config/charset</path>\n            <to>webapi/soap/charset</to>\n        </rename>\n        <rename>\n            <path>carriers/dhlint/account</path>\n            <to>carriers/dhl/account</to>\n        </rename>\n        <rename>\n            <path>carriers/dhlint/active</path>\n            <to>carriers/dhl/active</to>\n        </rename>\n        <rename>\n            <path>carriers/dhlint/content_type</path>\n            <to>carriers/dhl/content_type</to>\n        </rename>\n        <rename>\n            <path>carriers/dhlint/debug</path>\n            <to>carriers/dhl/debug</to>\n        </rename>\n        <rename>\n            <path>carriers/dhlint/divide_order_weight</path>\n            <to>carriers/dhl/divide_order_weight</to>\n        </rename>\n        <rename>\n            <path>carriers/dhlint/free_shipping_enable</path>\n            <to>carriers/dhl/free_shipping_enable</to>\n        </rename>\n        <rename>\n            <path>carriers/dhlint/free_shipping_subtotal</path>\n            <to>carriers/dhl/free_shipping_subtotal</to>\n        </rename>\n        <rename>\n            <path>carriers/dhlint/gateway_url</path>\n            <to>carriers/dhl/gateway_url</to>\n        </rename>\n        <rename>\n            <path>carriers/dhlint/handling_action</path>\n            <to>carriers/dhl/handling_action</to>\n        </rename>\n        <rename>\n            <path>carriers/dhlint/handling_fee</path>\n            <to>carriers/dhl/handling_fee</to>\n        </rename>\n        <rename>\n            <path>carriers/dhlint/handling_type</path>\n            <to>carriers/dhl/handling_type</to>\n        </rename>\n        <rename>\n            <path>carriers/dhlint/id</path>\n            <to>carriers/dhl/id</to>\n        </rename>\n        <rename>\n            <path>carriers/dhlint/password</path>\n            <to>carriers/dhl/password</to>\n        </rename>\n        <rename>\n            <path>carriers/dhlint/ready_time</path>\n            <to>carriers/dhl/ready_time</to>\n        </rename>\n        <rename>\n            <path>carriers/dhlint/sallowspecific</path>\n            <to>carriers/dhl/sallowspecific</to>\n        </rename>\n        <rename>\n            <path>carriers/dhlint/showmethod</path>\n            <to>carriers/dhl/showmethod</to>\n        </rename>\n        <rename>\n            <path>carriers/dhlint/size</path>\n            <to>carriers/dhl/size</to>\n        </rename>\n        <rename>\n            <path>carriers/dhlint/sort_order</path>\n            <to>carriers/dhl/sort_order</to>\n        </rename>\n        <rename>\n            <path>carriers/dhlint/specificcountry</path>\n            <to>carriers/dhl/specificcountry</to>\n        </rename>\n        <rename>\n            <path>carriers/dhlint/specificerrmsg</path>\n            <to>carriers/dhl/specificerrmsg</to>\n        </rename>\n        <rename>\n            <path>carriers/dhlint/title</path>\n            <to>carriers/dhl/title</to>\n        </rename>\n        <rename>\n            <path>carriers/dhlint/unit_of_measure</path>\n            <to>carriers/dhl/unit_of_measure</to>\n        </rename>\n        <rename>\n            <path>contacts/contacts/enabled</path>\n            <to>contact/contact/enabled</to>\n        </rename>\n        <rename>\n            <path>contacts/email/email_template</path>\n            <to>contact/email/email_template</to>\n        </rename>\n        <rename>\n            <path>contacts/email/recipient_email</path>\n            <to>contact/email/recipient_email</to>\n        </rename>\n        <rename>\n            <path>contacts/email/sender_email_identity</path>\n            <to>contact/email/sender_email_identity</to>\n        </rename>\n        <rename>\n            <path>crontab/jobs/catalog_product_alert/schedule/cron_expr</path>\n            <to>crontab/default/jobs/catalog_product_alert/schedule/cron_expr</to>\n        </rename>\n        <rename>\n            <path>crontab/jobs/currency_rates_update/schedule/cron_expr</path>\n            <to>crontab/default/jobs/currency_rates_update/schedule/cron_expr</to>\n        </rename>\n        <rename>\n            <path>crontab/jobs/log_clean/schedule/cron_expr</path>\n            <to>crontab/default/jobs/log_clean/schedule/cron_expr</to>\n        </rename>\n        <rename>\n            <path>crontab/jobs/log_clean/run/model</path>\n            <to>crontab/default/jobs/log_clean/run/model</to>\n        </rename>\n        <rename>\n            <path>crontab/jobs/send_notification/schedule/cron_expr</path>\n            <to>crontab/default/jobs/send_notification/schedule/cron_expr</to>\n        </rename>\n        <rename>\n            <path>crontab/jobs/send_notification/run/model</path>\n            <to>crontab/default/jobs/send_notification/run/model</to>\n        </rename>\n        <rename>\n            <path>crontab/jobs/sitemap_generate/schedule/cron_expr</path>\n            <to>crontab/default/jobs/sitemap_generate/schedule/cron_expr</to>\n        </rename>\n        <rename>\n            <path>crontab/jobs/sitemap_generate/run/model</path>\n            <to>crontab/default/jobs/sitemap_generate/run/model</to>\n        </rename>\n        <rename>\n            <path>crontab/jobs/system_backup/schedule/cron_expr</path>\n            <to>crontab/default/jobs/system_backup/schedule/cron_expr</to>\n        </rename>\n        <rename>\n            <path>crontab/jobs/system_backup/run/model</path>\n            <to>crontab/default/jobs/system_backup/run/model</to>\n        </rename>\n        <rename>\n            <path>design/head/default_robots</path>\n            <to>design/search_engine_robots/default_robots</to>\n        </rename>\n        <rename>\n            <path>design/header/logo_src_small</path>\n            <to>design/header/logo_src</to>\n        </rename>\n        <rename>\n            <path>general/store_information/merchant_country</path>\n            <to>general/store_information/country_id</to>\n        </rename>\n        <rename>\n            <path>payment/paypaluk_express/active</path>\n            <to>payment/payflow_express/active</to>\n        </rename>\n        <rename>\n            <path>payment/paypaluk_express/allowspecific</path>\n            <to>payment/payflow_express/allowspecific</to>\n        </rename>\n        <rename>\n            <path>payment/paypaluk_express/debug</path>\n            <to>payment/payflow_express/debug</to>\n        </rename>\n        <rename>\n            <path>payment/paypaluk_express/line_items_enabled</path>\n            <to>payment/payflow_express/line_items_enabled</to>\n        </rename>\n        <rename>\n            <path>payment/paypaluk_express/payment_action</path>\n            <to>payment/payflow_express/payment_action</to>\n        </rename>\n        <rename>\n            <path>payment/paypaluk_express/sort_order</path>\n            <to>payment/payflow_express/sort_order</to>\n        </rename>\n        <rename>\n            <path>payment/paypaluk_express/title</path>\n            <to>payment/payflow_express/title</to>\n        </rename>\n        <rename>\n            <path>payment/paypaluk_express/verify_peer</path>\n            <to>payment/payflow_express/verify_peer</to>\n        </rename>\n        <rename>\n            <path>payment/paypaluk_express/visible_on_cart</path>\n            <to>payment/payflow_express/visible_on_cart</to>\n        </rename>\n        <rename>\n            <path>payment/paypaluk_express/visible_on_product</path>\n            <to>payment/payflow_express/visible_on_product</to>\n        </rename>\n        <rename>\n            <path>payment/paypaluk_express_bml/active</path>\n            <to>payment/payflow_express_bml/active</to>\n        </rename>\n        <rename>\n            <path>payment/paypal_standard/active</path>\n            <to>payment/wps_express/active</to>\n        </rename>\n        <rename>\n            <path>payment/paypal_wps_express/active</path>\n            <to>payment/wps_express/active</to>\n        </rename>\n        <rename>\n            <path>rss/order/status_notified</path>\n            <to>rss/order/status</to>\n        </rename>\n        <rename>\n            <path>shipping/option/checkout_multiple</path>\n            <to>multishipping/options/checkout_multiple</to>\n        </rename>\n        <rename>\n            <path>shipping/option/checkout_multiple_maximum_qty</path>\n            <to>multishipping/options/checkout_multiple_maximum_qty</to>\n        </rename>\n        <rename>\n            <path>system/cron/history_cleanup_every</path>\n            <to>system/cron/default/history_cleanup_every</to>\n        </rename>\n        <rename>\n            <path>system/cron/history_failure_lifetime</path>\n            <to>system/cron/default/history_failure_lifetime</to>\n        </rename>\n        <rename>\n            <path>system/cron/history_success_lifetime</path>\n            <to>system/cron/default/history_success_lifetime</to>\n        </rename>\n        <rename>\n            <path>system/cron/schedule_ahead_for</path>\n            <to>system/cron/default/schedule_ahead_for</to>\n        </rename>\n        <rename>\n            <path>system/cron/schedule_generate_every</path>\n            <to>system/cron/default/schedule_generate_every</to>\n        </rename>\n        <rename>\n            <path>system/cron/schedule_lifetime</path>\n            <to>system/cron/default/schedule_lifetime</to>\n        </rename>\n    </key>\n    <value>\n        <transform>\n            <path>catalog/category/root_id</path>\n            <handler class=\"\\Migration\\Handler\\Settings\\CategoryRootId\" />\n        </transform>\n        <transform>\n            <path>catalog/seo/category_url_suffix</path>\n            <handler class=\"\\Migration\\Handler\\Settings\\UrlSuffix\" />\n        </transform>\n        <transform>\n            <path>catalog/seo/product_url_suffix</path>\n            <handler class=\"\\Migration\\Handler\\Settings\\UrlSuffix\" />\n        </transform>\n        <transform>\n            <path>payment/payflow_advanced/pwd</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>paypal/wpp/api_username</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>paypal/wpp/api_password</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>paypal/wpp/api_signature</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>paypal/fetch_reports/ftp_login</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>paypal/fetch_reports/ftp_password</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>payment/verisign/user</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>payment/verisign/pwd</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>payment/payflow_link/pwd</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>payment/authorizenet_directpost/login</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>payment/authorizenet_directpost/trans_key</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>payment/authorizenet_directpost/trans_md5</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>payment/authorizenet/login</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>payment/authorizenet/trans_key</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>carriers/ups/password</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>carriers/ups/username</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>carriers/ups/access_license_number</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>carriers/usps/userid</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>carriers/usps/password</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>carriers/fedex/account</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>carriers/fedex/meter_number</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>carriers/fedex/key</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>carriers/fedex/password</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>carriers/dhl/id</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>carriers/dhl/password</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>carriers/dhl/shipping_key</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>carriers/dhl/shipping_intlkey</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>carriers/dhlint/id</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>carriers/dhlint/password</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>payment_services/centinel/password</path>\n            <handler class=\"\\Migration\\Handler\\Encrypt\" />\n        </transform>\n        <transform>\n            <path>cataloginventory/item_options/min_sale_qty</path>\n            <handler class=\"\\Migration\\Handler\\SerializeToJson\">\n                <param name=\"suppressWarning\" value=\"true\" />\n            </handler>\n        </transform>\n        <transform>\n            <path>currency/options/customsymbol</path>\n            <handler class=\"\\Migration\\Handler\\SerializeToJson\" />\n        </transform>\n    </value>\n</settings>\n"
  },
  {
    "path": "etc/settings.xsd",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<xs:schema elementFormDefault=\"qualified\" xmlns:xs=\"http://www.w3.org/2001/XMLSchema\">\n    <xs:element name=\"settings\" type=\"settingsType\" />\n\n    <xs:complexType name=\"settingsType\">\n        <xs:sequence>\n            <xs:element name=\"key\" type=\"keyType\" />\n            <xs:element name=\"value\" type=\"valueType\" />\n        </xs:sequence>\n    </xs:complexType>\n\n    <xs:complexType name=\"keyType\">\n        <xs:choice minOccurs=\"1\" maxOccurs=\"unbounded\">\n            <xs:element name=\"ignore\" type=\"ignoreType\" maxOccurs=\"unbounded\" minOccurs=\"0\" />\n            <xs:element name=\"rename\" type=\"renameType\" maxOccurs=\"unbounded\" minOccurs=\"0\" />\n        </xs:choice>\n    </xs:complexType>\n\n    <xs:complexType name=\"ignoreType\">\n        <xs:sequence>\n            <xs:element name=\"path\" type=\"configPathTypeWithWildcard\" maxOccurs=\"1\" minOccurs=\"1\" />\n        </xs:sequence>\n    </xs:complexType>\n\n    <xs:complexType name=\"renameType\">\n        <xs:sequence>\n            <xs:element name=\"path\" type=\"configPathType\" maxOccurs=\"1\" minOccurs=\"1\" />\n            <xs:element name=\"to\" type=\"configPathType\" maxOccurs=\"1\" minOccurs=\"1\" />\n        </xs:sequence>\n    </xs:complexType>\n\n    <xs:complexType name=\"valueType\">\n        <xs:choice minOccurs=\"1\" maxOccurs=\"unbounded\">\n            <xs:element name=\"transform\" type=\"transformType\" />\n        </xs:choice>\n    </xs:complexType>\n\n    <xs:complexType name=\"transformType\">\n        <xs:sequence>\n            <xs:element name=\"path\" type=\"configPathType\" maxOccurs=\"1\" minOccurs=\"1\" />\n            <xs:element name=\"handler\" type=\"handlerType\" maxOccurs=\"1\" minOccurs=\"1\" />\n        </xs:sequence>\n    </xs:complexType>\n\n\n    <xs:simpleType name=\"configPathTypeWithWildcard\">\n        <xs:restriction base=\"xs:string\">\n            <xs:minLength value=\"1\" />\n            <xs:pattern value=\"[0-9a-zA-Z_/\\\\*]+\" />\n        </xs:restriction>\n    </xs:simpleType>\n\n    <xs:simpleType name=\"configPathType\">\n        <xs:restriction base=\"xs:string\">\n            <xs:minLength value=\"1\" />\n            <xs:pattern value=\"[0-9a-zA-Z_/\\\\]+\" />\n        </xs:restriction>\n    </xs:simpleType>\n\n    <xs:complexType name=\"handlerType\">\n        <xs:sequence>\n            <xs:element name=\"param\" type=\"handlerParamType\" maxOccurs=\"unbounded\" minOccurs=\"0\" />\n        </xs:sequence>\n        <xs:attribute name=\"class\" use=\"required\">\n            <xs:simpleType>\n                <xs:restriction base=\"xs:string\">\n                    <xs:pattern value=\"[0-9a-zA-Z\\\\\\\\]+\" />\n                </xs:restriction>\n            </xs:simpleType>\n        </xs:attribute>\n    </xs:complexType>\n\n    <xs:complexType name=\"handlerParamType\">\n        <xs:attribute name=\"name\" type=\"xs:string\" use=\"required\" />\n        <xs:attribute name=\"value\" type=\"xs:string\" use=\"required\" />\n    </xs:complexType>\n</xs:schema>\n"
  },
  {
    "path": "registration.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n\n\\Magento\\Framework\\Component\\ComponentRegistrar::register(\n    \\Magento\\Framework\\Component\\ComponentRegistrar::MODULE,\n    'Magento_DataMigrationTool',\n    __DIR__\n);\n"
  },
  {
    "path": "src/Migration/App/ConsoleOutputFactory.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\App;\n\nuse Symfony\\Component\\Console\\Output\\ConsoleOutput;\nuse Symfony\\Component\\Console\\Formatter\\OutputFormatterInterface;\n\n/**\n * Class ConsoleOutputFactory\n */\nclass ConsoleOutputFactory\n{\n    /**\n     * Create\n     *\n     * @param int $verbosity\n     * @param bool $decorated\n     * @param OutputFormatterInterface|null $formatter\n     * @return ConsoleOutput\n     */\n    public function create(\n        $verbosity = ConsoleOutput::VERBOSITY_NORMAL,\n        $decorated = null,\n        OutputFormatterInterface $formatter = null\n    ) {\n        return new ConsoleOutput($verbosity, $decorated, $formatter);\n    }\n}\n"
  },
  {
    "path": "src/Migration/App/Mode/ModeInterface.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\App\\Mode;\n\n/**\n * Interface ModeInterface\n */\ninterface ModeInterface\n{\n    /**\n     * Run tool in particular mode\n     *\n     * @return bool\n     */\n    public function run();\n}\n"
  },
  {
    "path": "src/Migration/App/Mode/StepList.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\App\\Mode;\n\n/**\n * Class AbstractMode\n */\nclass StepList\n{\n    /**\n     * @var \\Migration\\App\\Step\\StageFactory\n     */\n    protected $stepFactory;\n\n    /**\n     * @var \\Migration\\Config\n     */\n    protected $config;\n\n    /**\n     * @var array\n     */\n    protected $data;\n\n    /**\n     * @var string\n     */\n    protected $mode;\n\n    /**\n     * @param \\Migration\\App\\Step\\StageFactory $stepFactory\n     * @param \\Migration\\Config $config\n     * @param string $mode\n     */\n    public function __construct(\n        \\Migration\\App\\Step\\StageFactory $stepFactory,\n        \\Migration\\Config $config,\n        $mode\n    ) {\n        $this->stepFactory = $stepFactory;\n        $this->config = $config;\n        $this->mode = $mode;\n    }\n\n    /**\n     * Create instances\n     *\n     * @return void\n     */\n    protected function createInstances()\n    {\n        array_walk_recursive($this->data, function (&$item, $key) {\n            if (!is_array($item)) {\n                $item = $this->stepFactory->create($item, ['stage' => $key, 'mode' => $this->mode]);\n            }\n        });\n    }\n\n    /**\n     * Get steps\n     *\n     * @return array\n     */\n    public function getSteps()\n    {\n        if (empty($this->data)) {\n            $this->data = $this->config->getSteps($this->mode);\n            $this->createInstances();\n        }\n        return $this->data;\n    }\n}\n"
  },
  {
    "path": "src/Migration/App/Progress/File.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\App\\Progress;\n\nuse Magento\\Framework\\App\\Filesystem\\DirectoryList;\nuse Magento\\Framework\\Filesystem;\n\n/**\n * Class File\n */\nclass File\n{\n    /**\n     * @var string\n     */\n    protected $lockFileName = 'migration-tool-progress.lock';\n\n    /**\n     * @var \\Magento\\Framework\\Filesystem\\DriverInterface\n     */\n    protected $filesystemDriver;\n\n    /**\n     * @var Filesystem\n     */\n    protected $filesystem;\n\n    /**\n     * @var array\n     */\n    protected $data = [];\n\n    /**\n     * @param \\Magento\\Framework\\Filesystem\\Driver\\File $filesystemDriver\n     * @param \\Magento\\Framework\\Filesystem $filesystem\n     */\n    public function __construct(\n        \\Magento\\Framework\\Filesystem\\Driver\\File $filesystemDriver,\n        \\Magento\\Framework\\Filesystem $filesystem\n    ) {\n        $this->filesystemDriver = $filesystemDriver;\n        $this->filesystem = $filesystem;\n    }\n\n    /**\n     * Load progress from serialized file\n     *\n     * @return bool|array\n     */\n    public function getData()\n    {\n        if (empty($this->data)) {\n            $fileContents = $this->filesystemDriver->fileGetContents($this->getLockFile());\n            $data = $this->serializeToJson($fileContents);\n            if (is_array($data)) {\n                $this->data = $data;\n            }\n        }\n        return $this->data;\n    }\n\n    /**\n     * Writing data to lock file\n     *\n     * @param array $data\n     * @return bool\n     */\n    public function saveData($data)\n    {\n        if ($this->filesystemDriver->isExists($this->getLockFile())) {\n            $this->filesystemDriver->filePutContents($this->getLockFile(), json_encode($data));\n            $this->data = $data;\n            return true;\n        }\n        return false;\n    }\n\n    /**\n     * Get lock file\n     *\n     * @return string\n     */\n    protected function getLockFile()\n    {\n        $lockFileDir = $this->filesystem->getDirectoryRead(DirectoryList::VAR_DIR)->getAbsolutePath();\n        $lockFile = $lockFileDir . DIRECTORY_SEPARATOR . $this->lockFileName;\n        if (!$this->filesystemDriver->isExists($lockFile)) {\n            $this->filesystemDriver->filePutContents($lockFile, 0);\n        }\n        return $lockFile;\n    }\n\n    /**\n     * Clear lock file\n     *\n     * @return $this\n     */\n    public function clearLockFile()\n    {\n        $this->saveData([]);\n        return $this;\n    }\n\n    /**\n     * Serialize to json\n     *\n     * @param string $fileContents\n     * @return mixed\n     */\n    private function serializeToJson($fileContents)\n    {\n        $isJson = (strpos($fileContents, '{') === 0);\n\n        if ($isJson) {\n            $data = json_decode($fileContents, true);\n        } else {\n            //Convert file to JSON format\n            $data = @unserialize($fileContents);\n\n            if (is_array($data)) {\n                $this->saveData($data);\n            }\n        }\n        return $data;\n    }\n}\n"
  },
  {
    "path": "src/Migration/App/Progress.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\App;\n\n/**\n * Class Progress\n */\nclass Progress\n{\n    const RESULT_KEY = 'result';\n\n    const PROCESS_KEY = 'process';\n\n    /**\n     * @var array\n     */\n    protected $data = [];\n\n    /**\n     * @var Progress\\File\n     */\n    protected $file;\n\n    /**\n     * @param Progress\\File $file\n     */\n    public function __construct(\n        Progress\\File $file\n    ) {\n        $this->file = $file;\n    }\n\n    /**\n     * Save result\n     *\n     * @param mixed $object\n     * @param string $stage\n     * @param bool $result\n     * @return $this\n     */\n    public function saveResult($object, $stage, $result)\n    {\n        $data = $this->file->getData();\n        $name = $this->getName($object);\n        $data[$name][$stage][self::RESULT_KEY] = $result;\n        $this->file->saveData($data);\n        return $this;\n    }\n\n    /**\n     * Is completed\n     *\n     * @param mixed $object\n     * @param string $stage\n     * @return bool\n     */\n    public function isCompleted($object, $stage)\n    {\n        $data = $this->file->getData();\n        $name = $this->getName($object);\n        return !empty($data[$name][$stage][self::RESULT_KEY]);\n    }\n\n    /**\n     * Save processed entities\n     *\n     * @param mixed $object\n     * @param string $stage\n     * @param array $processedEntities\n     * @return void\n     */\n    public function saveProcessedEntities($object, $stage, array $processedEntities)\n    {\n        $data = $this->file->getData();\n        $name = $this->getName($object);\n        $data[$name][$stage][self::PROCESS_KEY] = $processedEntities;\n        $this->file->saveData($data);\n    }\n\n    /**\n     * Add processed entity\n     *\n     * @param mixed $object\n     * @param string $stage\n     * @param string $entity\n     * @return bool\n     */\n    public function addProcessedEntity($object, $stage, $entity)\n    {\n        $entities = $this->getProcessedEntities($object, $stage);\n        if (in_array($entity, $entities)) {\n            return false;\n        }\n        $entities[] = $entity;\n        $this->saveProcessedEntities($object, $stage, $entities);\n        return true;\n    }\n\n    /**\n     * Reset processed entities\n     *\n     * @param mixed $object\n     * @param string $stage\n     * @return void\n     */\n    public function resetProcessedEntities($object, $stage)\n    {\n        $this->saveProcessedEntities($object, $stage, []);\n    }\n\n    /**\n     * Get processed entities\n     *\n     * @param mixed $object\n     * @param string $stage\n     * @return array\n     */\n    public function getProcessedEntities($object, $stage)\n    {\n        $data = $this->file->getData();\n        $name = $this->getName($object);\n        if (!empty($data[$name][$stage][self::PROCESS_KEY])) {\n            return $data[$name][$stage][self::PROCESS_KEY];\n        }\n        return [];\n    }\n\n    /**\n     * Reset\n     *\n     * @param mixed|null $object\n     * @return void\n     */\n    public function reset($object = null)\n    {\n        if (empty($object)) {\n            $this->file->clearLockFile();\n            return;\n        } else {\n            $data = $this->file->getData();\n            if (!empty($data[$this->getName($object)])) {\n                unset($data[$this->getName($object)]);\n                $this->file->saveData($data);\n            }\n        }\n    }\n\n    /**\n     * Get name\n     *\n     * @param mixed $object\n     * @return null|string\n     */\n    protected function getName($object)\n    {\n        if (is_string($object)) {\n            $name = $object;\n        } else {\n            $name = get_class($object);\n        }\n        \n        return $name;\n    }\n}\n"
  },
  {
    "path": "src/Migration/App/ProgressBar/LogLevelProcessor.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\App\\ProgressBar;\n\nuse Migration\\App\\ProgressBarFactory;\nuse Symfony\\Component\\Console\\Helper\\ProgressBar;\nuse Symfony\\Component\\Console\\Output\\OutputInterface;\nuse Symfony\\Component\\Console\\Output\\NullOutput;\nuse Migration\\App\\ConsoleOutputFactory;\nuse Migration\\Logger\\Manager as LogManager;\nuse Migration\\Config;\n\n/**\n * Class LogLevelProcessor\n */\nclass LogLevelProcessor\n{\n    const PROGRESS_BAR_FORMAT_OPTION = 'progress_bar_format';\n\n    /**\n     * @var LogManager\n     */\n    protected $logManager;\n\n    /**\n     * @var NullOutput\n     */\n    protected $nullOutput;\n\n    /**\n     * @var OutputInterface\n     */\n    protected $consoleOutput;\n\n    /**\n     * @var ConsoleOutputFactory\n     */\n    protected $consoleOutputFactory;\n\n    /**\n     * @var ProgressBarFactory\n     */\n    protected $progressBarFactory;\n\n    /**\n     * @var Config\n     */\n    protected $config;\n\n    /**\n     * @var ProgressBar\n     */\n    private $progressBar;\n\n    /**\n     * @param LogManager $logManager\n     * @param ProgressBarFactory $progressBarFactory\n     * @param NullOutput $nullOutput\n     * @param ConsoleOutputFactory $consoleOutputFactory\n     * @param Config $config\n     */\n    public function __construct(\n        LogManager $logManager,\n        ProgressBarFactory $progressBarFactory,\n        NullOutput $nullOutput,\n        ConsoleOutputFactory $consoleOutputFactory,\n        Config $config\n    ) {\n        $this->logManager = $logManager;\n        $this->nullOutput = $nullOutput;\n        $this->consoleOutputFactory = $consoleOutputFactory;\n        $this->progressBarFactory = $progressBarFactory;\n        $this->config = $config;\n    }\n\n    /**\n     * Get progress bar\n     *\n     * @return ProgressBar\n     */\n    protected function getProgressBar()\n    {\n        if (null == $this->progressBar) {\n            $this->progressBar = $this->progressBarFactory->create($this->getOutputInstance());\n            $this->progressBar->setFormat($this->config->getOption(self::PROGRESS_BAR_FORMAT_OPTION));\n        }\n        return $this->progressBar;\n    }\n\n    /**\n     * Get output instance\n     *\n     * @return OutputInterface\n     */\n    protected function getOutputInstance()\n    {\n        if (null == $this->consoleOutput) {\n            $this->consoleOutput = LogManager::LOG_LEVEL_ERROR == $this->logManager->getLogLevel() ?\n                $this->nullOutput :\n                $this->consoleOutputFactory->create();\n        }\n        return $this->consoleOutput;\n    }\n\n    /**\n     * Start\n     *\n     * @param int $max\n     * @param bool $forceLogLevel\n     * @return void\n     */\n    public function start($max, $forceLogLevel = false)\n    {\n        if ($this->canRun($forceLogLevel)) {\n            echo PHP_EOL;\n            $max = ($max == 0) ? 1: $max;\n            $this->getProgressBar()->start($max);\n            $this->getProgressBar()->setOverwrite(true);\n        }\n    }\n\n    /**\n     * Advance\n     *\n     * @param bool $forceLogLevel\n     * @return void\n     */\n    public function advance($forceLogLevel = false)\n    {\n        if ($this->canRun($forceLogLevel)) {\n            $this->getProgressBar()->advance();\n        }\n    }\n\n    /**\n     * Finish\n     *\n     * @param bool $forceLogLevel\n     * @return void\n     */\n    public function finish($forceLogLevel = false)\n    {\n        if ($this->canRun($forceLogLevel)) {\n            $this->getProgressBar()->finish();\n        }\n    }\n\n    /**\n     * Can run\n     *\n     * @param mixed $forceLogLevel\n     * @return bool\n     */\n    protected function canRun($forceLogLevel)\n    {\n        $canRun = false;\n        if ($forceLogLevel == LogManager::LOG_LEVEL_DEBUG\n            && $this->logManager->getLogLevel() == LogManager::LOG_LEVEL_DEBUG\n        ) {\n            $canRun = true;\n        } else if ($forceLogLevel == LogManager::LOG_LEVEL_INFO\n            && $this->logManager->getLogLevel() == LogManager::LOG_LEVEL_INFO) {\n            $canRun = true;\n        } else if ($forceLogLevel === false) {\n            $canRun = true;\n        }\n        return $canRun;\n    }\n}\n"
  },
  {
    "path": "src/Migration/App/ProgressBarFactory.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\App;\n\nuse Symfony\\Component\\Console\\Helper\\ProgressBar;\nuse Symfony\\Component\\Console\\Output\\OutputInterface;\n\n/**\n * Class ProgressBarFactory\n */\nclass ProgressBarFactory\n{\n    /**\n     * Create\n     *\n     * @param OutputInterface $output\n     * @return ProgressBar\n     */\n    public function create(OutputInterface $output)\n    {\n        return new ProgressBar($output);\n    }\n}\n"
  },
  {
    "path": "src/Migration/App/SetupDeltaLog.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\App;\n\nuse Migration\\Reader\\Groups;\nuse Migration\\App\\Step\\StageInterface;\nuse Migration\\ResourceModel\\Source;\nuse Migration\\Logger\\Logger;\n\n/**\n * Class SetupDeltaLog\n */\nclass SetupDeltaLog implements StageInterface\n{\n    /**\n     * @var Source\n     */\n    protected $source;\n\n    /**\n     * @var Groups\n     */\n    protected $groupsReader;\n\n    /**\n     * @var ProgressBar\\LogLevelProcessor\n     */\n    protected $progress;\n\n    /**\n     * @var \\Migration\\Reader\\GroupsFactory\n     */\n    private $groupsFactory;\n\n    /**\n     * @var Logger\n     */\n    private $logger;\n\n    /**\n     * @param Source $source\n     * @param \\Migration\\Reader\\GroupsFactory $groupsFactory\n     * @param ProgressBar\\LogLevelProcessor $progress\n     * @param Logger $logger\n     */\n    public function __construct(\n        Source $source,\n        \\Migration\\Reader\\GroupsFactory $groupsFactory,\n        ProgressBar\\LogLevelProcessor $progress,\n        Logger $logger\n    ) {\n        $this->source = $source;\n        $this->groupsFactory = $groupsFactory;\n        $this->progress = $progress;\n        $this->logger = $logger;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function perform()\n    {\n        $countDeltaDocuments = 0;\n        $countDeltaDocumentsCreated = 0;\n        $deltaLogs = [];\n        $deltaLogsGroups = $this->getGroupsReader()->getGroups();\n        $this->progress->start(count($deltaLogsGroups, COUNT_RECURSIVE) - count($deltaLogsGroups));\n        /**\n         * Eliminate duplicates\n         */\n        foreach ($deltaLogsGroups as $deltaDocuments) {\n            foreach ($deltaDocuments as $documentName => $idKeys) {\n                $deltaLogs[$documentName] = explode(',', $idKeys);\n            }\n        }\n        foreach ($deltaLogs as $documentName => $idKeys) {\n            $this->progress->advance();\n            $countDeltaDocuments++;\n            if ($this->source->getDocument($documentName)) {\n                $countDeltaDocumentsCreated += (int) $this->source->createDelta($documentName, $idKeys);\n            }\n        }\n        $this->progress->finish();\n        if ($countDeltaDocuments != $countDeltaDocumentsCreated) {\n            $this->logger->warning(\n                sprintf(\n                    'Some of the delta log tables were not created. Expected:%s. Actual:%s',\n                    $countDeltaDocuments,\n                    $countDeltaDocumentsCreated\n                )\n            );\n        }\n        return true;\n    }\n\n    /**\n     * Get groups reader\n     *\n     * @return Groups\n     */\n    private function getGroupsReader()\n    {\n        if (null == $this->groupsReader) {\n            $this->groupsReader = $this->groupsFactory->create('delta_document_groups_file');\n        }\n        return $this->groupsReader;\n    }\n}\n"
  },
  {
    "path": "src/Migration/App/Step/AbstractDelta.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\App\\Step;\n\nuse Migration\\Logger\\Logger;\nuse Migration\\Reader\\GroupsFactory;\nuse Migration\\Reader\\MapFactory;\nuse Migration\\Reader\\MapInterface;\nuse Migration\\ResourceModel\\Source;\nuse Migration\\ResourceModel;\n\n/**\n * Class AbstractDelta\n */\nabstract class AbstractDelta implements StageInterface\n{\n    /**\n     * @var Source\n     */\n    protected $source;\n\n    /**\n     * @var MapInterface\n     */\n    protected $mapReader;\n\n    /**\n     * @var []\n     */\n    protected $deltaDocuments;\n\n    /**\n     * @var Logger\n     */\n    protected $logger;\n\n    /**\n     * @var ResourceModel\\Destination\n     */\n    protected $destination;\n\n    /**\n     * @var ResourceModel\\RecordFactory\n     */\n    protected $recordFactory;\n\n    /**\n     * @var \\Migration\\RecordTransformerFactory\n     */\n    protected $recordTransformerFactory;\n\n    /**\n     * @var string\n     */\n    protected $mapConfigOption;\n\n    /**\n     * @var string\n     */\n    protected $groupName;\n\n    /**\n     * @var bool\n     */\n    protected $eolOnce = false;\n\n    /**\n     * @var array\n     */\n    protected $documentsDuplicateOnUpdate = [];\n\n    /**\n     * @param Source $source\n     * @param MapFactory $mapFactory\n     * @param GroupsFactory $groupsFactory\n     * @param Logger $logger\n     * @param ResourceModel\\Destination $destination\n     * @param ResourceModel\\RecordFactory $recordFactory\n     * @param \\Migration\\RecordTransformerFactory $recordTransformerFactory\n     */\n    public function __construct(\n        Source $source,\n        MapFactory $mapFactory,\n        GroupsFactory $groupsFactory,\n        Logger $logger,\n        ResourceModel\\Destination $destination,\n        ResourceModel\\RecordFactory $recordFactory,\n        \\Migration\\RecordTransformerFactory $recordTransformerFactory\n    ) {\n        $this->source = $source;\n        $this->mapReader = $mapFactory->create($this->mapConfigOption);\n        $this->deltaDocuments = $groupsFactory->create('delta_document_groups_file')->getGroup($this->groupName);\n        $this->logger = $logger;\n        $this->destination = $destination;\n        $this->recordFactory = $recordFactory;\n        $this->recordTransformerFactory = $recordTransformerFactory;\n    }\n\n    /**\n     * Perform\n     *\n     * @return bool\n     * @throws \\Migration\\Exception\n     */\n    public function perform()\n    {\n        $sourceDocuments = array_flip($this->source->getDocumentList());\n        foreach ($this->deltaDocuments as $documentName => $idKeys) {\n            $idKeys = explode(',', $idKeys);\n            if (!$this->source->getDocument($documentName)) {\n                continue;\n            }\n            $deltaLogName = $this->source->getDeltaLogName($documentName);\n            if (!isset($sourceDocuments[$deltaLogName])) {\n                throw new \\Migration\\Exception(sprintf('Deltalog for %s is not installed', $documentName));\n            }\n            $destinationName = $this->getDocumentMap($documentName, MapInterface::TYPE_SOURCE);\n            if (!$destinationName) {\n                continue;\n            }\n            if ($this->source->getRecordsCount($deltaLogName) == 0) {\n                continue;\n            }\n            $this->logger->debug(sprintf('%s has changes', $documentName));\n            if (!$this->eolOnce) {\n                $this->eolOnce = true;\n                echo PHP_EOL;\n            }\n            $this->processDeletedRecords($documentName, $idKeys, $destinationName);\n            $this->processChangedRecords($documentName, $idKeys);\n        }\n        return true;\n    }\n\n    /**\n     * Mark processed records for deletion\n     *\n     * @param string $documentName\n     * @param array $idKeys\n     * @param [] $ids\n     * @return void\n     */\n    protected function markRecordsProcessed($documentName, $idKeys, $items)\n    {\n        /** @var ResourceModel\\Adapter\\Mysql $adapter */\n        $adapter = $this->source->getAdapter();\n        if (count($idKeys) == 1) {\n            $idKey = array_shift($idKeys);\n            $items = array_column($items, $idKey);\n            $items = implode(\"','\", $items);\n            $adapter->updateDocument($documentName, ['processed' => 1], \"`$idKey` IN ('$items')\");\n        } else if (count($idKeys) > 1 && is_array($items)) {\n            foreach ($items as $item) {\n                $andFields = [];\n                foreach ($idKeys as $idKey) {\n                    $andFields[] = \"$idKey = $item[$idKey]\";\n                }\n                $adapter->updateDocument($documentName, ['processed' => 1], implode(' AND ', $andFields));\n            }\n        }\n    }\n\n    /**\n     * Process deleted records\n     *\n     * @param string $documentName\n     * @param array $idKeys\n     * @param string $destinationName\n     * @return void\n     */\n    protected function processDeletedRecords($documentName, $idKeys, $destinationName)\n    {\n        $this->destination->getAdapter()->setForeignKeyChecks(1);\n        while (!empty($items = $this->source->getDeletedRecords($documentName, $idKeys))) {\n            echo('.');\n            $this->destination->deleteRecords(\n                $this->destination->addDocumentPrefix($destinationName),\n                $idKeys,\n                $items\n            );\n            $documentNameDelta = $this->source->getDeltaLogName($documentName);\n            $documentNameDelta = $this->source->addDocumentPrefix($documentNameDelta);\n            $this->markRecordsProcessed($documentNameDelta, $idKeys, $items);\n        }\n        $this->destination->getAdapter()->setForeignKeyChecks(0);\n    }\n\n    /**\n     * Process changed records\n     *\n     * @param string $documentName\n     * @param array $idKeys\n     * @return void\n     */\n    protected function processChangedRecords($documentName, $idKeys)\n    {\n        $destinationName = $this->getDocumentMap($documentName, MapInterface::TYPE_SOURCE);\n        $sourceDocument = $this->source->getDocument($documentName);\n        $destDocument = $this->destination->getDocument($destinationName);\n        $recordTransformer = $this->getRecordTransformer($sourceDocument, $destDocument);\n        while (!empty($items = $this->source->getChangedRecords($documentName, $idKeys))) {\n            $destinationRecords = $destDocument->getRecords();\n            foreach ($items as $data) {\n                echo('.');\n                $this->transformData(\n                    $data,\n                    $sourceDocument,\n                    $destDocument,\n                    $recordTransformer,\n                    $destinationRecords\n                );\n            }\n            $fieldsUpdateOnDuplicate = (!empty($this->documentsDuplicateOnUpdate[$destinationName]))\n                ? $this->documentsDuplicateOnUpdate[$destinationName]\n                : false;\n            $this->updateChangedRecords($destinationName, $destinationRecords, $fieldsUpdateOnDuplicate);\n            $documentNameDelta = $this->source->getDeltaLogName($documentName);\n            $documentNameDelta = $this->source->addDocumentPrefix($documentNameDelta);\n            $this->markRecordsProcessed($documentNameDelta, $idKeys, $items);\n        };\n    }\n\n    /**\n     * Update changed records\n     *\n     * @param $destinationName\n     * @param $destinationRecords\n     * @param $fieldsUpdateOnDuplicate\n     */\n    protected function updateChangedRecords($destinationName, $destinationRecords, $fieldsUpdateOnDuplicate)\n    {\n        $this->destination->updateChangedRecords($destinationName, $destinationRecords, $fieldsUpdateOnDuplicate);\n    }\n\n    /**\n     * Transform data\n     *\n     * @param array $data\n     * @param ResourceModel\\Document $sourceDocument\n     * @param ResourceModel\\Document $destDocument\n     * @param \\Migration\\RecordTransformer $recordTransformer\n     * @param ResourceModel\\Record\\Collection $destinationRecords\n     * @return void\n     */\n    protected function transformData($data, $sourceDocument, $destDocument, $recordTransformer, $destinationRecords)\n    {\n        if ($recordTransformer) {\n            $record = $this->recordFactory->create(['document' => $sourceDocument, 'data' => $data]);\n            $destRecord = $this->recordFactory->create(['document' => $destDocument]);\n            $recordTransformer->transform($record, $destRecord);\n        } else {\n            $destRecord = $this->recordFactory->create(['document' => $destDocument, 'data' => $data]);\n        }\n        $destinationRecords->addRecord($destRecord);\n    }\n\n    /**\n     * Get record transformer\n     *\n     * @param ResourceModel\\Document $sourceDocument\n     * @param ResourceModel\\Document $destinationDocument\n     * @return \\Migration\\RecordTransformer\n     */\n    protected function getRecordTransformer($sourceDocument, $destinationDocument)\n    {\n        $recordTransformer = $this->recordTransformerFactory->create(\n            [\n                'sourceDocument' => $sourceDocument,\n                'destDocument' => $destinationDocument,\n                'mapReader' => $this->mapReader\n            ]\n        );\n        $recordTransformer->init();\n        return $recordTransformer;\n    }\n\n    /**\n     * Get document map\n     *\n     * @param string $document\n     * @param string $type\n     * @return mixed\n     */\n    protected function getDocumentMap($document, $type)\n    {\n        return $this->mapReader->getDocumentMap($document, $type);\n    }\n}\n"
  },
  {
    "path": "src/Migration/App/Step/AbstractIntegrity.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\App\\Step;\n\nuse Migration\\Logger\\Logger;\nuse Migration\\App\\ProgressBar;\nuse Migration\\Reader\\MapFactory;\nuse Migration\\Reader\\MapInterface;\nuse Migration\\ResourceModel;\nuse Migration\\Config;\n\n/**\n * Class AbstractIntegrity\n *\n * @SuppressWarnings(PHPMD.NumberOfChildren)\n */\nabstract class AbstractIntegrity implements StageInterface\n{\n    /**\n     * ResourceModel of source\n     *\n     * @var ResourceModel\\Source\n     */\n    protected $source;\n\n    /**\n     * ResourceModel of destination\n     *\n     * @var ResourceModel\\Destination\n     */\n    protected $destination;\n\n    /**\n     * Logger instance\n     *\n     * @var Logger\n     */\n    protected $logger;\n\n    /**\n     * Missing documents\n     *\n     * @var array\n     */\n    protected $missingDocuments;\n\n    /**\n     * Missing document fields\n     *\n     * @var array\n     */\n    protected $missingDocumentFields;\n\n    /**\n     * Not mapped documents\n     *\n     * @var array\n     */\n    protected $notMappedDocuments;\n\n    /**\n     * Not mapped document fields\n     *\n     * @var array\n     */\n    protected $notMappedDocumentFields;\n\n    /**\n     * Mismatch in data type of fields\n     *\n     * @var array\n     */\n    protected $mismatchDocumentFieldDataTypes;\n\n    /**\n     * Incompatible data in field of document\n     *\n     * @var array\n     */\n    protected $incompatibleDocumentFieldsData;\n\n    /**\n     * Map reader\n     *\n     * @var \\Migration\\Reader\\MapInterface\n     */\n    protected $map;\n\n    /**\n     * LogLevelProcessor instance\n     *\n     * @var ProgressBar\\LogLevelProcessor\n     */\n    protected $progress;\n\n    /**\n     * @var Config\n     */\n    protected $config;\n\n    /**\n     * @param ProgressBar\\LogLevelProcessor $progress\n     * @param Logger $logger\n     * @param Config $config\n     * @param ResourceModel\\Source $source\n     * @param ResourceModel\\Destination $destination\n     * @param MapFactory $mapFactory\n     * @param string $mapConfigOption\n     */\n    public function __construct(\n        ProgressBar\\LogLevelProcessor $progress,\n        Logger $logger,\n        Config $config,\n        ResourceModel\\Source $source,\n        ResourceModel\\Destination $destination,\n        MapFactory $mapFactory,\n        $mapConfigOption\n    ) {\n        $this->logger = $logger;\n        $this->config = $config;\n        $this->progress = $progress;\n        $this->source = $source;\n        $this->destination = $destination;\n        $this->map = $mapFactory->create($mapConfigOption);\n    }\n\n    /**\n     * Returns number of iterations for integrity check\n     *\n     * @return mixed\n     */\n    abstract protected function getIterationsCount();\n\n    /**\n     * Check if source and destination resources have equal document names and fields\n     *\n     * @param array $documents\n     * @param string $type - allowed values: MapInterface::TYPE_SOURCE, MapInterface::TYPE_DEST\n     * @param bool $verifyFields\n     * @return $this\n     */\n    protected function check($documents, $type, $verifyFields = true)\n    {\n        $documents = $this->filterIgnoredDocuments($documents, $type);\n        if (!empty($documents)) {\n            $source = $type == MapInterface::TYPE_SOURCE ? $this->source : $this->destination;\n            $destination = $type == MapInterface::TYPE_SOURCE ? $this->destination : $this->source;\n            $destDocuments = array_flip($destination->getDocumentList());\n\n            foreach ($documents as $sourceDocumentName) {\n                $this->progress->advance();\n                $destinationDocumentName = $this->getMappedDocumentName($sourceDocumentName, $type);\n\n                $sourceDocument = $source->getDocument($sourceDocumentName);\n                $destinationDocument = $destination->getDocument($destinationDocumentName);\n\n                if (!isset($destDocuments[$destinationDocumentName]) || !$sourceDocument || !$destinationDocument) {\n                    $this->notMappedDocuments[$type][$sourceDocumentName] = true;\n                } else {\n                    if ($verifyFields) {\n                        $this->verifyFields($sourceDocument, $destinationDocument, $type);\n                    }\n                }\n            }\n        }\n        return $this;\n    }\n\n    /**\n     * Get mapped document name\n     *\n     * @param string $documentName\n     * @param string $type\n     * @return mixed\n     */\n    protected function getMappedDocumentName($documentName, $type)\n    {\n        return $this->map->getDocumentMap($documentName, $type);\n    }\n\n    /**\n     * Filter ignored documents\n     *\n     * @param array $documents\n     * @param string $type\n     * @return array\n     */\n    protected function filterIgnoredDocuments($documents, $type)\n    {\n        $result = [];\n        foreach ($documents as $document) {\n            if (!$this->map->isDocumentIgnored($document, $type)) {\n                $result[] = $document;\n            }\n        }\n        return $result;\n    }\n\n    /**\n     * Verify fields\n     *\n     * @param ResourceModel\\Document $sourceDocument\n     * @param ResourceModel\\Document $destinationDocument\n     * @param string $type\n     * @return void\n     */\n    protected function verifyFields($sourceDocument, $destinationDocument, $type)\n    {\n        $sourceFields = $sourceDocument->getStructure()->getFields();\n        $destFields = $destinationDocument->getStructure()->getFields();\n        foreach ($sourceFields as $sourceField => $sourceFieldMetaData) {\n            $mappedField = $this->map->getFieldMap($sourceDocument->getName(), $sourceField, $type);\n            if ($mappedField) {\n                if (!isset($destFields[$mappedField])) {\n                    $this->notMappedDocumentFields[$type][$sourceDocument->getName()][] = $mappedField;\n                } else if ($sourceFieldMetaData['DATA_TYPE'] != $destFields[$mappedField]['DATA_TYPE']\n                    && !$this->map->isFieldDataTypeIgnored($sourceDocument->getName(), $sourceField, $type)\n                ) {\n                    $this->mismatchDocumentFieldDataTypes[$type][$sourceDocument->getName()][] = $sourceField;\n                }\n            }\n        }\n    }\n\n    /**\n     * Process missing entities and log them in to the file\n     *\n     * @return bool\n     */\n    protected function checkForErrors()\n    {\n        $checkDocuments = $this->checkDocuments();\n        $checkDocumentFields = $this->checkDocumentFields();\n        $checkMismatchDocumentFieldDataTypes = $this->checkMismatchDocumentFieldDataTypes();\n        $checkDocumentFieldsData = $this->checkDocumentFieldsData();\n        return\n            $checkDocuments\n            && $checkDocumentFields\n            && $checkMismatchDocumentFieldDataTypes\n            && $checkDocumentFieldsData;\n    }\n\n    /**\n     * Check documents\n     *\n     * @return bool\n     */\n    protected function checkDocuments()\n    {\n        $check = function ($data, $messagePattern, $type) {\n            $isSuccess = true;\n            if (isset($data[$type])) {\n                $logLevel = $this->config->getOption(Config::OPTION_AUTO_RESOLVE) ? Logger::WARNING : Logger::ERROR;\n                $isSuccess = false;\n                $this->logger->addRecord($logLevel, sprintf(\n                    $messagePattern,\n                    implode(',', array_keys($data[$type]))\n                ));\n            }\n            return $isSuccess;\n        };\n        $missingDocumentsSource = $check(\n            $this->missingDocuments,\n            'Source documents are missing: %s',\n            MapInterface::TYPE_SOURCE\n        );\n        $missingDocumentsDestination = $check(\n            $this->missingDocuments,\n            'Destination documents are missing: %s',\n            MapInterface::TYPE_DEST\n        );\n        $notMappedDocumentsSource = $check(\n            $this->notMappedDocuments,\n            'Source documents are not mapped: %s',\n            MapInterface::TYPE_SOURCE\n        );\n        $notMappedDocumentsDestination = $check(\n            $this->notMappedDocuments,\n            'Destination documents are not mapped: %s',\n            MapInterface::TYPE_DEST\n        );\n\n        return $missingDocumentsSource\n            && $missingDocumentsDestination\n            && $notMappedDocumentsSource\n            && $notMappedDocumentsDestination;\n    }\n\n    /**\n     * Check fields of document\n     *\n     * @return bool\n     */\n    protected function checkDocumentFields()\n    {\n        $check = function ($data, $messagePattern, $type) {\n            $isSuccess = true;\n            if (isset($data[$type])) {\n                $logLevel = $this->config->getOption(Config::OPTION_AUTO_RESOLVE) ? Logger::WARNING : Logger::ERROR;\n                $isSuccess = false;\n                foreach ($data[$type] as $document => $fields) {\n                    $this->logger->addRecord($logLevel, sprintf(\n                        $messagePattern,\n                        $document,\n                        implode(',', $fields)\n                    ));\n                }\n            }\n            return $isSuccess;\n        };\n        $missingDocumentsSource = $check(\n            $this->missingDocumentFields,\n            'Source fields are missing. Document: %s. Fields: %s',\n            MapInterface::TYPE_SOURCE\n        );\n        $missingDocumentsDestination = $check(\n            $this->missingDocumentFields,\n            'Destination fields are missing. Document: %s. Fields: %s',\n            MapInterface::TYPE_DEST\n        );\n        $notMappedDocumentsSource = $check(\n            $this->notMappedDocumentFields,\n            'Source fields are not mapped. Document: %s. Fields: %s',\n            MapInterface::TYPE_SOURCE\n        );\n        $notMappedDocumentsDestination = $check(\n            $this->notMappedDocumentFields,\n            'Destination fields are not mapped. Document: %s. Fields: %s',\n            MapInterface::TYPE_DEST\n        );\n\n        return $missingDocumentsSource\n            && $missingDocumentsDestination\n            && $notMappedDocumentsSource\n            && $notMappedDocumentsDestination;\n    }\n\n    /**\n     * Check mismatch in data types of document field\n     *\n     * @return bool\n     */\n    protected function checkMismatchDocumentFieldDataTypes()\n    {\n        if (isset($this->mismatchDocumentFieldDataTypes[MapInterface::TYPE_SOURCE])) {\n            foreach ($this->mismatchDocumentFieldDataTypes[MapInterface::TYPE_SOURCE] as $document => $fields) {\n                $this->logger->warning(sprintf(\n                    'Mismatch of data types. Source document: %s. Fields: %s',\n                    $document,\n                    implode(',', $fields)\n                ));\n            }\n        }\n        if (isset($this->mismatchDocumentFieldDataTypes[MapInterface::TYPE_DEST])) {\n            foreach ($this->mismatchDocumentFieldDataTypes[MapInterface::TYPE_DEST] as $document => $fields) {\n                $this->logger->warning(sprintf(\n                    'Mismatch of data types. Destination document: %s. Fields: %s',\n                    $document,\n                    implode(',', $fields)\n                ));\n            }\n        }\n        return true;\n    }\n\n    /**\n     * Check data in document fields\n     *\n     * @return bool\n     */\n    protected function checkDocumentFieldsData()\n    {\n        $isSuccess = true;\n        $logLevel = $this->config->getOption(Config::OPTION_AUTO_RESOLVE) ? Logger::WARNING : Logger::ERROR;\n        if (isset($this->incompatibleDocumentFieldsData[MapInterface::TYPE_SOURCE])) {\n            foreach ($this->incompatibleDocumentFieldsData[MapInterface::TYPE_SOURCE] as $errorDetail) {\n                $this->logger->addRecord($logLevel, sprintf(\n                    'Incompatibility in data. Source document: %s. Field: %s. Error: %s',\n                    $errorDetail['document'],\n                    $errorDetail['field'],\n                    $errorDetail['error']\n                ));\n                $isSuccess = false;\n            }\n        }\n        if (isset($this->incompatibleDocumentFieldsData[MapInterface::TYPE_DEST])) {\n            foreach ($this->incompatibleDocumentFieldsData[MapInterface::TYPE_DEST] as $errorDetail) {\n                $this->logger->addRecord($logLevel, sprintf(\n                    'Incompatibility in data. Destination document: %s. Field: %s. Error: %s',\n                    $errorDetail['document'],\n                    $errorDetail['field'],\n                    $errorDetail['error']\n                ));\n                $isSuccess = false;\n            }\n        }\n        return $isSuccess;\n    }\n}\n"
  },
  {
    "path": "src/Migration/App/Step/AbstractVolume.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\App\\Step;\n\nuse Migration\\Logger\\Logger;\n\n/**\n * Class AbstractVolume\n */\nabstract class AbstractVolume implements StageInterface\n{\n    /**\n     * @var Logger\n     */\n    protected $logger;\n\n    /**\n     * @var array\n     */\n    protected $errors = [];\n\n    /**\n     * @param Logger $logger\n     */\n    public function __construct(\n        Logger $logger\n    ) {\n        $this->logger = $logger;\n    }\n\n    /**\n     * Process errors\n     *\n     * @param int $errorLevel\n     * @return bool\n     */\n    protected function checkForErrors($errorLevel = Logger::WARNING)\n    {\n        foreach ($this->errors as $error) {\n            $this->logger->addRecord($errorLevel, $error);\n        }\n        return empty($this->errors);\n    }\n}\n"
  },
  {
    "path": "src/Migration/App/Step/RollbackInterface.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n\nnamespace Migration\\App\\Step;\n\n/**\n * Interface RollbackInterface\n */\ninterface RollbackInterface\n{\n    /**\n     * Perform rollback\n     *\n     * @return mixed\n     */\n    public function rollback();\n}\n"
  },
  {
    "path": "src/Migration/App/Step/StageFactory.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\App\\Step;\n\nuse Magento\\Framework\\ObjectManagerInterface;\nuse Migration\\Exception;\n\n/**\n * Class StageFactory\n */\nclass StageFactory\n{\n    /**\n     * @var array\n     */\n    protected $steps;\n\n    /**\n     * @var ObjectManagerInterface\n     */\n    protected $objectManager;\n\n    /**\n     * @param ObjectManagerInterface $objectManager\n     */\n    public function __construct(\n        ObjectManagerInterface $objectManager\n    ) {\n        $this->objectManager = $objectManager;\n    }\n\n    /**\n     * Create\n     *\n     * @param string $stageClass\n     * @param array $arguments\n     * @return StageInterface\n     * @throws Exception\n     */\n    public function create($stageClass, array $arguments = [])\n    {\n        $step = $this->objectManager->create($stageClass, $arguments);\n        if (!($step instanceof StageInterface)) {\n            throw new Exception(\"Class: $stageClass must implement StageInterface.\");\n        }\n\n        return $step;\n    }\n}\n"
  },
  {
    "path": "src/Migration/App/Step/StageInterface.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n\nnamespace Migration\\App\\Step;\n\n/**\n * Interface StageInterface\n */\ninterface StageInterface\n{\n    /**\n     * Perform the stage\n     *\n     * @return bool\n     */\n    public function perform();\n}\n"
  },
  {
    "path": "src/Migration/Config.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration;\n\nuse \\Magento\\Framework\\App\\Arguments\\ValidationState;\n\n/**\n * Class Config\n */\nclass Config\n{\n    const CONFIGURATION_FILE = 'config.xml';\n\n    const CONFIGURATION_SCHEMA = 'config.xsd';\n\n    const RESOURCE_TYPE_SOURCE = 'source';\n\n    const RESOURCE_TYPE_DESTINATION = 'destination';\n\n    const EDITION_MIGRATE_OPENSOURCE_TO_OPENSOURCE = 'opensource-to-opensource';\n\n    const EDITION_MIGRATE_OPENSOURCE_TO_COMMERCE = 'opensource-to-commerce';\n\n    const EDITION_MIGRATE_COMMERCE_TO_COMMERCE = 'commerce-to-commerce';\n\n    const OPTION_AUTO_RESOLVE = 'auto_resolve';\n\n    /**\n     * @var \\DOMXPath\n     */\n    protected $config;\n\n    /**\n     * @var array\n     */\n    protected $options;\n\n    /**\n     * @var ValidationState\n     */\n    protected $validationState;\n\n    /**\n     * @param ValidationState $validationState\n     */\n    public function __construct(\n        ValidationState $validationState\n    ) {\n        $this->validationState = $validationState;\n        date_default_timezone_set('UTC');\n    }\n\n    /**\n     * Init configuration\n     *\n     * @param string $configFile\n     * @return $this\n     * @throws Exception\n     */\n    public function init($configFile = null)\n    {\n        if ($configFile === null) {\n            $configFile = $this->getConfigDirectoryPath() . self::CONFIGURATION_FILE;\n        }\n\n        if (empty($configFile) || !file_exists($configFile)) {\n            throw new Exception('Invalid config filename: '. $configFile);\n        }\n\n        $xml = file_get_contents($configFile);\n        $document = new \\Magento\\Framework\\Config\\Dom($xml, $this->validationState);\n\n        if (!$document->validate($this->getConfigDirectoryPath() . self::CONFIGURATION_SCHEMA)) {\n            throw new Exception('XML file is invalid.');\n        }\n\n        $this->config = new \\DOMXPath($document->getDom());\n        foreach ($this->config->query('//options/*') as $item) {\n            $this->options[$item->nodeName] = $item->nodeValue;\n        }\n        return $this;\n    }\n\n    /**\n     * Get Migration Tool Configuration Dir\n     *\n     * @return string\n     */\n    protected function getConfigDirectoryPath()\n    {\n        return dirname(dirname(__DIR__)) . '/etc/';\n    }\n\n    /**\n     * Get list of steps\n     *\n     * @param string $mode\n     * @return array\n     */\n    public function getSteps($mode)\n    {\n        $steps = [];\n        /** @var \\DOMElement $item */\n        foreach ($this->config->query(\"//steps[@mode='{$mode}']/step\") as $item) {\n            if (empty($item->attributes) || !$item->hasAttribute('title')) {\n                continue;\n            }\n            $title = $item->getAttribute('title');\n            /** @var \\DOMElement $stage */\n            foreach ($item->childNodes as $stage) {\n                if ($stage->nodeType == XML_ELEMENT_NODE) {\n                    $steps[$title][$stage->nodeName] = $stage->nodeValue;\n                }\n            }\n        }\n        return $steps;\n    }\n\n    /**\n     * Get step data\n     *\n     * @param string $mode\n     * @param string $name\n     * @return array\n     */\n    public function getStep($mode, $name)\n    {\n        $step = [];\n        /** @var \\DOMNodeList $stepsDom */\n        $stepsDom = $this->config->query(\"//steps[@mode='{$mode}']/step[@title='{$name}']\");\n        if ($stepsDom->length == 0) {\n            return $step;\n        }\n        /** @var \\DOMElement $stepDom */\n        $stepDom = $stepsDom->item(0);\n        /** @var \\DOMElement $child */\n        foreach ($stepDom->childNodes as $child) {\n            if ($child->nodeType == XML_ELEMENT_NODE) {\n                $step[$child->nodeName] = $child->nodeValue;\n            }\n        }\n        return $step;\n    }\n\n    /**\n     * Returns configuration array for $resourceType connection\n     *\n     * @param string $resourceType type, one of two: self::CONNECTION_TYPE_SOURCE or self::CONNECTION_TYPE_DESTINATION\n     * @return array\n     */\n    public function getResourceConfig($resourceType)\n    {\n        $this->validateResourceType($resourceType);\n        $params = [];\n        $sourceNode = $this->config->query('//' . $resourceType);\n        if ($sourceNode->item(0)->attributes->getNamedItem('version')) {\n            $params['version'] = $sourceNode->item(0)->attributes->getNamedItem('version')->nodeValue;\n        }\n        $source = $this->config->query('//' . $resourceType . '/*[1]');\n        /** @var \\DOMElement $item */\n        foreach ($source as $item) {\n            $params['type'] = $item->nodeName;\n            $params[$item->nodeName] = [];\n            /** @var \\DOMNamedNodeMap $attribute */\n            if ($item->hasAttributes()) {\n                /** @var \\DOMAttr $attribute */\n                foreach ($item->attributes as $attribute) {\n                    $params[$item->nodeName][$attribute->name] = $attribute->value;\n                }\n            }\n        }\n        return $params;\n    }\n\n    /**\n     * Get source configuration\n     *\n     * @return array\n     */\n    public function getSource()\n    {\n        return $this->getResourceConfig(self::RESOURCE_TYPE_SOURCE);\n    }\n\n    /**\n     * Get destination configuration\n     *\n     * @return array\n     */\n    public function getDestination()\n    {\n        return $this->getResourceConfig(self::RESOURCE_TYPE_DESTINATION);\n    }\n\n    /**\n     * Validate resource type\n     *\n     * @param string $type\n     * @throws Exception\n     * @return void\n     */\n    protected function validateResourceType($type)\n    {\n        if (!in_array($type, [self::RESOURCE_TYPE_SOURCE, self::RESOURCE_TYPE_DESTINATION])) {\n            throw new Exception('Unknown resource type: ' . $type);\n        }\n    }\n\n    /**\n     * Get option's value by name\n     *\n     * @param string $name\n     * @return mixed\n     */\n    public function getOption($name)\n    {\n        return isset($this->options[$name]) ? $this->options[$name] : null;\n    }\n\n    /**\n     * Set value for option\n     *\n     * @param string $name\n     * @param string $value\n     * @return void\n     */\n    public function setOption($name, $value)\n    {\n        $this->options[$name] = $value;\n    }\n}\n"
  },
  {
    "path": "src/Migration/Console/AbstractMigrateCommand.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Console;\n\nuse Symfony\\Component\\Console\\Input\\InputInterface;\nuse Symfony\\Component\\Console\\Output\\OutputInterface;\nuse Symfony\\Component\\Console\\Input\\InputArgument;\nuse Symfony\\Component\\Console\\Input\\InputOption;\nuse Symfony\\Component\\Console\\Command\\Command;\nuse Migration\\Logger\\Manager;\nuse Migration\\Config;\nuse Migration\\App\\Progress;\nuse Migration\\Exception;\n\n/**\n * Class AbstractMigrateCommand\n */\nclass AbstractMigrateCommand extends Command\n{\n    /**#@+\n     * Keys and shortcuts for input arguments and options\n     */\n    const INPUT_KEY_CONFIG = 'config';\n    const INPUT_KEY_RESET = 'reset';\n    const INPUT_KEY_AUTO = 'auto';\n    /**#@-*/\n\n    /**\n     * @var Config\n     */\n    protected $config;\n\n    /**\n     * @var Manager\n     */\n    protected $logManager;\n\n    /**\n     * @var Progress\n     */\n    protected $progress;\n\n    /**\n     * Verbosity levels\n     *\n     * @var array\n     */\n    protected $verbosityLevels = [\n        OutputInterface::VERBOSITY_QUIET => Manager::LOG_LEVEL_ERROR,\n        OutputInterface::VERBOSITY_NORMAL => Manager::LOG_LEVEL_INFO,\n        OutputInterface::VERBOSITY_VERBOSE => Manager::LOG_LEVEL_INFO,\n        OutputInterface::VERBOSITY_VERY_VERBOSE => Manager::LOG_LEVEL_DEBUG,\n        OutputInterface::VERBOSITY_DEBUG => Manager::LOG_LEVEL_DEBUG\n    ];\n\n    /**\n     * @param Config $config\n     * @param Manager $logManager\n     * @param Progress $progress\n     */\n    public function __construct(\n        Config $config,\n        Manager $logManager,\n        Progress $progress\n    ) {\n        $this->config = $config;\n        $this->logManager = $logManager;\n        $this->progress = $progress;\n\n        parent::__construct();\n    }\n\n    /**\n     * Initialization of the command\n     *\n     * @return void\n     */\n    protected function configure()\n    {\n        $this->setDefinition([\n            new InputArgument(\n                self::INPUT_KEY_CONFIG,\n                InputArgument::REQUIRED,\n                'Path to main configuration file, i.e.: etc/m1_version/config.xml'\n            ),\n            new InputOption(\n                self::INPUT_KEY_RESET,\n                'r',\n                InputOption::VALUE_NONE,\n                'Reset the current position of migration to start from the beginning'\n            ),\n            new InputOption(\n                self::INPUT_KEY_AUTO,\n                'a',\n                InputOption::VALUE_NONE,\n                'Automatically resolve issues on the way of migration'\n            ),\n        ]);\n        parent::configure();\n    }\n\n    /**\n     * Initialize\n     *\n     * @param InputInterface $input\n     * @param OutputInterface $output\n     * @throws Exception\n     * @return void\n     */\n    protected function initialize(InputInterface $input, OutputInterface $output)\n    {\n\n        $config = $input->getArgument(self::INPUT_KEY_CONFIG);\n        $this->config->init($config);\n\n        $reset = $input->getOption(self::INPUT_KEY_RESET);\n        if ($reset && $this->canReset()) {\n            $output->writeln('Reset the current position of migration to start from the beginning');\n            $this->progress->reset();\n        }\n\n        $autoResolve = $input->getOption(self::INPUT_KEY_AUTO);\n        if ($autoResolve) {\n            $this->config->setOption(Config::OPTION_AUTO_RESOLVE, 1);\n        }\n\n        if ($output->getVerbosity() > 1) {\n            $this->logManager->process($this->verbosityLevels[$output->getVerbosity()]);\n        } else {\n            $this->logManager->process();\n        }\n    }\n\n    /**\n     * @return bool\n     */\n    protected function canReset()\n    {\n        return true;\n    }\n}\n"
  },
  {
    "path": "src/Migration/Console/CommandList.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Console;\n\nuse Magento\\Framework\\ObjectManagerInterface;\n\n/**\n * Class CommandList\n */\nclass CommandList implements \\Magento\\Framework\\Console\\CommandListInterface\n{\n    /**\n     * Service Manager\n     *\n     * @var ObjectManagerInterface\n     */\n    private $objectManager;\n\n    /**\n     * @param ObjectManagerInterface $objectManager\n     */\n    public function __construct(ObjectManagerInterface $objectManager)\n    {\n        $this->objectManager = $objectManager;\n    }\n\n    /**\n     * Gets list of command classes\n     *\n     * @return string[]\n     */\n    protected function getCommandsClasses()\n    {\n        return [\n            \\Migration\\Console\\MigrateSettingsCommand::class,\n            \\Migration\\Console\\MigrateDataCommand::class,\n            \\Migration\\Console\\MigrateDeltaCommand::class\n        ];\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function getCommands()\n    {\n        $commands = [];\n        foreach ($this->getCommandsClasses() as $class) {\n            if (class_exists($class)) {\n                $commands[] = $this->objectManager->get($class);\n            } else {\n                throw new \\Exception('Class ' . $class . ' does not exist');\n            }\n        }\n        return $commands;\n    }\n}\n"
  },
  {
    "path": "src/Migration/Console/MigrateDataCommand.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Console;\n\nuse Symfony\\Component\\Console\\Command\\Command;\nuse Symfony\\Component\\Console\\Input\\InputInterface;\nuse Symfony\\Component\\Console\\Output\\OutputInterface;\n\n/**\n * Class MigrateDataCommand\n */\nclass MigrateDataCommand extends AbstractMigrateCommand\n{\n    /**\n     * @var \\Migration\\Mode\\Data\n     */\n    private $dataMode;\n\n    /**\n     * @var string\n     */\n    private $name = 'migrate:data';\n\n    /**\n     * @param \\Migration\\Config $config\n     * @param \\Migration\\Logger\\Manager $logManager\n     * @param \\Migration\\App\\Progress $progress\n     * @param \\Migration\\Mode\\Data $dataMode\n     */\n    public function __construct(\n        \\Migration\\Config $config,\n        \\Migration\\Logger\\Manager $logManager,\n        \\Migration\\App\\Progress $progress,\n        \\Migration\\Mode\\Data $dataMode\n    ) {\n        $this->dataMode = $dataMode;\n        parent::__construct($config, $logManager, $progress);\n    }\n\n    /**\n     * Initialization of the command\n     *\n     * @return void\n     */\n    protected function configure()\n    {\n        $this->setName($this->name)\n            ->setDescription('Main migration of data');\n        parent::configure();\n    }\n\n    /**\n     * @inheritdoc\n     */\n    protected function execute(InputInterface $input, OutputInterface $output)\n    {\n        $this->dataMode->run();\n        return Command::SUCCESS;\n    }\n}\n"
  },
  {
    "path": "src/Migration/Console/MigrateDeltaCommand.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Console;\n\nuse Symfony\\Component\\Console\\Command\\Command;\nuse Symfony\\Component\\Console\\Input\\InputInterface;\nuse Symfony\\Component\\Console\\Output\\OutputInterface;\n\n/**\n * Class MigrateDeltaCommand\n */\nclass MigrateDeltaCommand extends AbstractMigrateCommand\n{\n    /**\n     * @var \\Migration\\Mode\\Delta\n     */\n    private $deltaMode;\n\n    /**\n     * @var string\n     */\n    private $name = 'migrate:delta';\n\n    /**\n     * @param \\Migration\\Config $config\n     * @param \\Migration\\Logger\\Manager $logManager\n     * @param \\Migration\\App\\Progress $progress\n     * @param \\Migration\\Mode\\Delta $deltaMode\n     */\n    public function __construct(\n        \\Migration\\Config $config,\n        \\Migration\\Logger\\Manager $logManager,\n        \\Migration\\App\\Progress $progress,\n        \\Migration\\Mode\\Delta $deltaMode\n    ) {\n        $this->deltaMode = $deltaMode;\n        parent::__construct($config, $logManager, $progress);\n    }\n\n    /**\n     * Initialization of the command\n     *\n     * @return void\n     */\n    protected function configure()\n    {\n        $this->setName($this->name)\n            ->setDescription('Migrate the data is added into Magento after the main migration');\n        parent::configure();\n    }\n\n    /**\n     * @inheritdoc\n     */\n    protected function execute(InputInterface $input, OutputInterface $output)\n    {\n        $this->deltaMode->run();\n        return Command::SUCCESS;\n    }\n\n    /**\n     * @return bool\n     */\n    protected function canReset()\n    {\n        return false;\n    }\n}\n"
  },
  {
    "path": "src/Migration/Console/MigrateSettingsCommand.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Console;\n\nuse Symfony\\Component\\Console\\Command\\Command;\nuse Symfony\\Component\\Console\\Input\\InputInterface;\nuse Symfony\\Component\\Console\\Output\\OutputInterface;\n\n/**\n * Class MigrateSettingsCommand\n */\nclass MigrateSettingsCommand extends AbstractMigrateCommand\n{\n    /**\n     * @var \\Migration\\Mode\\Settings\n     */\n    private $settingsMode;\n\n    /**\n     * @var string\n     */\n    private $name = 'migrate:settings';\n\n    /**\n     * @param \\Migration\\Config $config\n     * @param \\Migration\\Logger\\Manager $logManager\n     * @param \\Migration\\App\\Progress $progress\n     * @param \\Migration\\Mode\\Settings $settingsMode\n     */\n    public function __construct(\n        \\Migration\\Config $config,\n        \\Migration\\Logger\\Manager $logManager,\n        \\Migration\\App\\Progress $progress,\n        \\Migration\\Mode\\Settings $settingsMode\n    ) {\n        $this->settingsMode = $settingsMode;\n        parent::__construct($config, $logManager, $progress);\n    }\n\n    /**\n     * Initialization of the command\n     *\n     * @return void\n     */\n    protected function configure()\n    {\n        $this->setName($this->name)\n            ->setDescription('Migrate system configuration');\n        parent::configure();\n    }\n\n    /**\n     * @inheritdoc\n     */\n    protected function execute(InputInterface $input, OutputInterface $output): int\n    {\n        $this->settingsMode->run();\n        return Command::SUCCESS;\n    }\n}\n"
  },
  {
    "path": "src/Migration/Exception.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration;\n\n/**\n * Class Exception\n */\nclass Exception extends \\Exception\n{\n\n}\n"
  },
  {
    "path": "src/Migration/Handler/AbstractHandler.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Handler;\n\nuse Migration\\ResourceModel\\Record;\nuse Migration\\Exception;\n\n/**\n * Class AbstractHandler\n * @SuppressWarnings(PHPMD.NumberOfChildren)\n */\nabstract class AbstractHandler implements HandlerInterface\n{\n    /**\n     * Field, processed by the handler\n     *\n     * @var string\n     */\n    protected $field;\n\n    /**\n     * @inheritdoc\n     */\n    public function setField($field)\n    {\n        $this->field = $field;\n        return $this;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function validate(Record $record)\n    {\n        if (!in_array($this->field, $record->getFields())) {\n            throw new Exception(\"{$this->field} field not found in the record.\");\n        }\n    }\n}\n"
  },
  {
    "path": "src/Migration/Handler/AddPrefix.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Handler;\n\nuse Migration\\ResourceModel\\Record;\n\n/**\n * Handler to set constant value to the field\n */\nclass AddPrefix extends AbstractHandler implements HandlerInterface\n{\n    /**\n     * @var string\n     */\n    protected $prefix;\n\n    /**\n     * @param string $prefix\n     */\n    public function __construct($prefix)\n    {\n        $this->prefix = $prefix;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function handle(Record $recordToHandle, Record $oppositeRecord)\n    {\n        $this->validate($recordToHandle);\n        $recordToHandle->setValue($this->field, $this->prefix . $recordToHandle->getValue($this->field));\n    }\n}\n"
  },
  {
    "path": "src/Migration/Handler/BundleParentProduct.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Handler;\n\nuse Migration\\ResourceModel\\Record;\nuse Migration\\ResourceModel\\Source;\nuse Migration\\ResourceModel\\Adapter\\Mysql;\n\n/**\n * Handler for finding bundle product id and set it to processed field\n */\nclass BundleParentProduct extends AbstractHandler\n{\n    /**\n     * @var string\n     */\n    private $parentField;\n\n    /**\n     * @var string\n     */\n    private $documentWithProductId;\n\n    /**\n     * @var string\n     */\n    private $fieldWithProductId;\n\n    /**\n     * @var Source\n     */\n    private $source;\n\n    /**\n     * @param Source $source\n     * @param string $parentField\n     * @param string $documentWithProductId\n     * @param string $fieldWithProductId\n     */\n    public function __construct(Source $source, $parentField, $documentWithProductId, $fieldWithProductId)\n    {\n        $this->source = $source;\n        $this->parentField = $parentField;\n        $this->documentWithProductId = $documentWithProductId;\n        $this->fieldWithProductId = $fieldWithProductId;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function handle(Record $recordToHandle, Record $oppositeRecord)\n    {\n        $this->validate($recordToHandle);\n        $parentRowId  = $recordToHandle->getValue($this->parentField);\n        $productId = $this->getProductId($parentRowId);\n        $productId = $productId ?: 0;\n        $recordToHandle->setValue($this->field, $productId);\n    }\n\n    /**\n     * Find product\n     *\n     * @param int $parentRowId\n     * @return mixed\n     */\n    private function getProductId($parentRowId)\n    {\n        /** @var Mysql $adapter */\n        $adapter = $this->source->getAdapter();\n        $query = $adapter->getSelect()->from(\n            $this->source->addDocumentPrefix($this->documentWithProductId),\n            [$this->fieldWithProductId]\n        )->where(\"{$this->parentField} = ?\", $parentRowId);\n        return $query->getAdapter()->fetchOne($query);\n    }\n}\n"
  },
  {
    "path": "src/Migration/Handler/ClassMap.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Handler;\n\nuse Migration\\ResourceModel\\Record;\n\n/**\n * Handler to convert class names\n */\nclass ClassMap extends AbstractHandler implements HandlerInterface\n{\n    /**\n     * @var \\Migration\\Reader\\ClassMap\n     */\n    protected $classMap;\n\n    /**\n     * @param \\Migration\\Reader\\ClassMap $classMap\n     */\n    public function __construct(\n        \\Migration\\Reader\\ClassMap $classMap\n    ) {\n        $this->classMap = $classMap;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function handle(Record $recordToHandle, Record $oppositeRecord)\n    {\n        $this->validate($recordToHandle);\n        $className = $recordToHandle->getValue($this->field);\n        $className = $this->classMap->convertClassName($className) ?: null;\n        $recordToHandle->setValue($this->field, $className);\n    }\n}\n"
  },
  {
    "path": "src/Migration/Handler/CleanMultiselect.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Handler;\n\nuse Migration\\ResourceModel\\Adapter\\Mysql;\nuse Migration\\ResourceModel\\Record;\nuse Migration\\ResourceModel\\Source;\n\n/**\n * Class CleanMultiselect transforms records with value 24,,,41,, into 24,41\n */\nclass CleanMultiselect extends AbstractHandler implements HandlerInterface\n{\n    /**\n     * Attribute IDs\n     *\n     * @var array|bool\n     */\n    private $attributeIds = false;\n\n    /**\n     * @var Source\n     */\n    private $source;\n\n    /**\n     * @var string\n     */\n    private $frontendInput = 'multiselect';\n\n    /**\n     * @var string\n     */\n    private $entityTypeCode = 'catalog_product';\n\n    /**\n     * @param Source $source\n     */\n    public function __construct(Source $source)\n    {\n        $this->source = $source;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function handle(Record $recordToHandle, Record $oppositeRecord)\n    {\n        $attributeIds = $this->getAttributeIds();\n        if ($attributeIds && in_array($recordToHandle->getValue('attribute_id'), $attributeIds)) {\n            $value = $recordToHandle->getValue($this->field) ? $recordToHandle->getValue($this->field) : '';\n            $value = explode(',', $value);\n            $value = array_filter($value);\n            $value = implode(',', $value);\n            $recordToHandle->setValue($this->field, $value);\n        }\n    }\n\n    /**\n     * Get attribute ids of multiselect frontend input\n     *\n     * @return array\n     */\n    private function getAttributeIds()\n    {\n        if ($this->attributeIds === false) {\n            /** @var Mysql $adapter */\n            $adapter = $this->source->getAdapter();\n            $query = $adapter->getSelect()->from(\n                ['ea' => $this->source->addDocumentPrefix('eav_attribute')],\n                ['ea.attribute_id']\n            )->join(\n                ['eet' => $this->source->addDocumentPrefix('eav_entity_type')],\n                'ea.entity_type_id = eet.entity_type_id',\n                []\n            )->where(\n                'ea.frontend_input = ?', $this->frontendInput\n            )->where(\n                'eet.entity_type_code = ?', $this->entityTypeCode\n            );\n            $this->attributeIds = $query->getAdapter()->fetchCol($query);\n        }\n        return $this->attributeIds;\n    }\n}\n"
  },
  {
    "path": "src/Migration/Handler/Convert.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Handler;\n\nuse Migration\\ResourceModel\\Record;\nuse Migration\\Exception;\n\n/**\n * Handler to transform field according to the map\n */\nclass Convert extends AbstractHandler implements HandlerInterface\n{\n    /**\n     * @var string\n     */\n    protected $map = [];\n\n    /**\n     * @var string|null\n     */\n    protected $defaultValue;\n\n    /**\n     * @param string $map\n     * @param string|null $defaultValue\n     * @throws Exception\n     */\n    public function __construct($map, $defaultValue = null)\n    {\n        $map = rtrim($map, ']');\n        $map = ltrim($map, '[');\n        $map = explode(';', $map);\n        $resultMap = [];\n        foreach ($map as $mapRecord) {\n            $explodedRecord = explode(':', trim($mapRecord));\n            if (count($explodedRecord) != 2) {\n                throw new Exception('Invalid map provided to convert handler');\n            }\n            list($key, $value) = $explodedRecord;\n            $resultMap[$key] = $value;\n        }\n        $this->map = $resultMap;\n        if ($defaultValue) {\n            $this->defaultValue = $defaultValue;\n        }\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function handle(Record $recordToHandle, Record $oppositeRecord)\n    {\n        $this->validate($recordToHandle);\n        $value = $recordToHandle->getValue($this->field);\n        if (isset($this->map[$value])) {\n            $value = $this->map[$value];\n        } elseif (null != $this->defaultValue) {\n            $value = $this->defaultValue;\n        }\n        $recordToHandle->setValue($this->field, $value);\n    }\n}\n"
  },
  {
    "path": "src/Migration/Handler/ConvertDateFormat.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Handler;\n\nuse Migration\\ResourceModel\\Record;\n\n/**\n * Handler to transform field according to the map\n */\nclass ConvertDateFormat extends AbstractHandler implements HandlerInterface\n{\n    /**\n     * @inheritdoc\n     */\n    public function handle(Record $recordToHandle, Record $oppositeRecord)\n    {\n        $replacePairs = [\n            '<date_format>full</date_format>' => '<date_format>' . \\IntlDateFormatter::FULL . '</date_format>',\n            '<date_format>long</date_format>' => '<date_format>' . \\IntlDateFormatter::LONG . '</date_format>',\n            '<date_format>medium</date_format>' => '<date_format>' . \\IntlDateFormatter::MEDIUM . '</date_format>',\n            '<date_format>short</date_format>' => '<date_format>' . \\IntlDateFormatter::SHORT . '</date_format>'\n        ];\n        $this->validate($recordToHandle);\n        $value = $recordToHandle->getValue($this->field);\n        $newValue = strtr($value, $replacePairs);\n        $recordToHandle->setValue($this->field, $newValue);\n    }\n}\n"
  },
  {
    "path": "src/Migration/Handler/ConvertEavValue.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Handler;\n\nuse Migration\\ResourceModel\\Adapter\\Mysql;\nuse Migration\\ResourceModel\\Record;\nuse Migration\\ResourceModel\\Source;\nuse Migration\\Config;\nuse Migration\\Exception;\nuse Migration\\Step\\DatabaseStage;\n\n/**\n * Class ConverEavValue\n */\nclass ConvertEavValue extends AbstractHandler implements HandlerInterface\n{\n    /**\n     * Map data\n     *\n     * @var array\n     */\n    protected $map;\n\n    /**\n     * Attribute IDs\n     *\n     * @var array\n     */\n    protected $attributeIds;\n\n    /**\n     * Can start\n     *\n     * @var bool\n     */\n    protected $canStart;\n\n    /**\n     * @var Source\n     */\n    protected $source;\n\n    /**\n     * @var string\n     */\n    protected $attributeCode;\n\n    /**\n     * @param Config $config\n     * @param Source $source\n     * @param string $map\n     * @param string $attributeCode\n     * @throws Exception\n     */\n    public function __construct(Config $config, Source $source, $map, $attributeCode)\n    {\n        $this->source = $source;\n        $this->attributeCode = $attributeCode;\n        $this->canStart = $config->getSource()['type'] == DatabaseStage::SOURCE_TYPE;\n        if ($this->canStart) {\n            $map = rtrim($map, ']');\n            $map = ltrim($map, '[');\n            $map = explode(';', $map);\n            $resultMap = [];\n            foreach ($map as $mapRecord) {\n                $explodedRecord = explode(':', trim($mapRecord));\n                if (count($explodedRecord) != 2) {\n                    throw new Exception('Invalid map provided to convert handler');\n                }\n                list($key, $value) = $explodedRecord;\n                $resultMap[$key] = $value;\n            }\n            $this->map = $resultMap;\n        }\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function handle(Record $recordToHandle, Record $oppositeRecord)\n    {\n        if (!$this->canStart) {\n            return;\n        }\n        $this->validate($recordToHandle);\n        $attributeIds = $this->getAttributeIds();\n        if (isset($attributeIds[$recordToHandle->getValue('attribute_id')])) {\n            $value = $recordToHandle->getValue($this->field);\n            if (isset($this->map[$value])) {\n                $value = $this->map[$value];\n            }\n            $recordToHandle->setValue($this->field, $value);\n        }\n    }\n\n    /**\n     * Get attribute ids\n     *\n     * @return array\n     */\n    protected function getAttributeIds()\n    {\n        if (empty($this->attributeIds)) {\n            /** @var Mysql $adapter */\n            $adapter = $this->source->getAdapter();\n            $query = $adapter->getSelect()->from($this->source->addDocumentPrefix('eav_attribute'), ['attribute_id'])\n                    ->where('attribute_code = ?', $this->attributeCode);\n            $this->attributeIds = array_flip($query->getAdapter()->fetchCol($query));\n        }\n        return $this->attributeIds;\n    }\n}\n"
  },
  {
    "path": "src/Migration/Handler/ConvertIp.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Handler;\n\nuse Migration\\ResourceModel\\Record;\n\n/**\n * Handler to convert Ip with different formats\n */\nclass ConvertIp extends AbstractHandler implements HandlerInterface\n{\n    /**\n     * @inheritdoc\n     */\n    public function handle(Record $recordToHandle, Record $oppositeRecord)\n    {\n        $this->validate($recordToHandle);\n\n        $value = $recordToHandle->getValue($this->field);\n        if (filter_var($value, FILTER_VALIDATE_IP, FILTER_FLAG_IPV4)\n            || filter_var($value, FILTER_VALIDATE_IP, FILTER_FLAG_IPV6)\n        ) {\n            $newValue = (int)ip2long($value);\n        } else if (@inet_ntop($value) !== false) {\n            $newValue = (int)ip2long(inet_ntop($value));\n        } else {\n            $newValue = 0;\n        }\n\n        $recordToHandle->setValue($this->field, $newValue);\n    }\n}\n"
  },
  {
    "path": "src/Migration/Handler/ConvertTimestampToDate.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Handler;\n\nuse Migration\\ResourceModel\\Record;\n\n/**\n * Handler to format timestamp to date\n */\nclass ConvertTimestampToDate extends AbstractHandler implements HandlerInterface\n{\n    /**\n     * @inheritdoc\n     */\n    public function handle(Record $recordToHandle, Record $oppositeRecord)\n    {\n        $this->validate($recordToHandle);\n        $value = $recordToHandle->getValue($this->field);\n        if ($value && is_numeric($value) && $recordToHandle->getValue('frontend_input') == 'date') {\n            $date = new \\DateTime();\n            $date->setTimestamp($value);\n            $newValue = $date->format('Y-m-d H:i:s');\n            $recordToHandle->setValue($this->field, $newValue);\n        }\n    }\n}\n"
  },
  {
    "path": "src/Migration/Handler/EavAttribute/ApplyTo.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Handler\\EavAttribute;\n\nuse Migration\\Handler\\AbstractHandler;\nuse Migration\\ResourceModel\\Record;\nuse Migration\\ResourceModel\\Adapter\\Mysql;\nuse Migration\\ResourceModel\\Source;\n\n/**\n * Class applyTo\n */\nclass ApplyTo extends AbstractHandler\n{\n\n    /**\n     * @var string\n     */\n    private $eavAttributesData = [];\n\n    /**\n     * @var Source\n     */\n    private $source;\n\n    /**\n     * @var string\n     */\n    private $eavAttributeTable = 'eav_attribute';\n\n    /**\n     * @param Source $source\n     */\n    public function __construct(Source $source)\n    {\n        $this->source = $source;\n    }\n\n    /**\n     * Manually created product attributes should have NULL value\n     *\n     * @param Record $recordToHandle\n     * @param Record $oppositeRecord\n     * @return void\n     */\n    public function handle(Record $recordToHandle, Record $oppositeRecord)\n    {\n        $this->validate($recordToHandle);\n        $fieldValueOpposite = $oppositeRecord->getValue($this->field);\n        $attributeId = $recordToHandle->getValue('attribute_id');\n        $attributeIdOpposite = $oppositeRecord->getValue('attribute_id');\n        if (!$attributeIdOpposite && $this->checkIfUserDefined($attributeId)) {\n            $recordToHandle->setValue($this->field, null);\n        } else {\n            $recordToHandle->setValue($this->field, $fieldValueOpposite);\n        }\n    }\n\n    /**\n     * Check if the attribute is user defined\n     *\n     * @param int $attributeId\n     * @return bool\n     */\n    protected function checkIfUserDefined($attributeId)\n    {\n        if (empty($this->eavAttributesData)) {\n            /** @var Mysql $adapter */\n            $adapter = $this->source->getAdapter();\n            $select = $adapter->getSelect()\n                ->from(\n                    [$this->source->addDocumentPrefix($this->eavAttributeTable)],\n                    ['attribute_id', 'is_user_defined']\n                );\n            $this->eavAttributesData = $select->getAdapter()->fetchAll($select);\n        }\n        foreach ($this->eavAttributesData as $attribute) {\n            if ($attribute['attribute_id'] == $attributeId && $attribute['is_user_defined']) {\n                return true;\n            }\n        }\n        return false;\n    }\n}\n"
  },
  {
    "path": "src/Migration/Handler/EavAttribute/BackendTypeForMultiselect.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Handler\\EavAttribute;\n\nuse Migration\\Handler\\AbstractHandler;\nuse Migration\\ResourceModel\\Record;\nuse Migration\\ResourceModel\\Source;\n\n/**\n * Class BackendTypeForMultiselect\n */\nclass BackendTypeForMultiselect extends AbstractHandler\n{\n    /**\n     * @var Source\n     */\n    protected $source;\n\n    /**\n     * @var string\n     */\n    private $productEntityTypeId;\n\n    public function __construct(Source $source)\n    {\n        $this->source = $source;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function handle(Record $recordToHandle, Record $oppositeRecord)\n    {\n        $this->validate($recordToHandle);\n        if ($recordToHandle->getValue('frontend_input') == 'multiselect'\n            && $recordToHandle->getValue('entity_type_id') == $this->getProductEntityTypeId()\n        ) {\n            $recordToHandle->setValue($this->field, 'varchar');\n        }\n    }\n\n\n    /**\n     * Get Product Entity Type Id\n     *\n     * @return int\n     */\n    protected function getProductEntityTypeId()\n    {\n        if (null === $this->productEntityTypeId) {\n            /** @var \\Magento\\Framework\\DB\\Select $select */\n            $select = $this->source->getAdapter()->getSelect();\n            $select->from(\n                ['eet' => $this->source->addDocumentPrefix('eav_entity_type')],\n                ['eet.entity_type_id']\n            )->where(\n                'eet.entity_type_code = \"catalog_product\"'\n            );\n            $this->productEntityTypeId = $select->getAdapter()->fetchOne($select);\n        }\n        return $this->productEntityTypeId;\n    }\n}\n"
  },
  {
    "path": "src/Migration/Handler/EavAttribute/ConvertModel.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Handler\\EavAttribute;\n\nuse Migration\\Reader\\ClassMap;\nuse Migration\\Handler\\AbstractHandler;\nuse Migration\\ResourceModel\\Record;\n\n/**\n * Class ConvertClass\n */\nclass ConvertModel extends AbstractHandler\n{\n    /**\n     * @var ClassMap\n     */\n    protected $classMap;\n\n    /**\n     * @param ClassMap $classMap\n     */\n    public function __construct(ClassMap $classMap)\n    {\n        $this->classMap = $classMap;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function handle(Record $recordToHandle, Record $oppositeRecord)\n    {\n        $this->validate($recordToHandle);\n        $sourceModel = $recordToHandle->getValue($this->field);\n        $destinationModel = $oppositeRecord->getValue($this->field);\n        $sourceModelConverted = $this->classMap->convertClassName($sourceModel);\n        if (empty($sourceModel) && !empty($destinationModel)) {\n            $recordToHandle->setValue($this->field, $destinationModel);\n        } elseif (empty($sourceModel) || empty($sourceModelConverted)) {\n            $recordToHandle->setValue($this->field, null);\n        } else {\n            $recordToHandle->setValue($this->field, $sourceModelConverted);\n        }\n    }\n}\n"
  },
  {
    "path": "src/Migration/Handler/EavAttributeGroup/SetGroupCode.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Handler\\EavAttributeGroup;\n\nuse Migration\\ResourceModel\\Record;\nuse Migration\\ResourceModel\\Adapter\\Mysql;\nuse Migration\\ResourceModel\\Source;\nuse Migration\\Config;\nuse Migration\\Exception;\nuse Migration\\Step\\DatabaseStage;\nuse Migration\\Model\\Eav\\AttributeGroupNameToCodeMap;\nuse Magento\\Framework\\Filter\\Translit;\n\n/**\n * Class SetGroupCode\n */\nclass SetGroupCode extends \\Migration\\Handler\\AbstractHandler implements \\Migration\\Handler\\HandlerInterface\n{\n    /**\n     * Can start\n     *\n     * @var bool\n     */\n    private $canStart;\n\n    /**\n     * @var Source\n     */\n    private $source;\n\n    /**\n     * @var Translit\n     */\n    private $translitFilter;\n\n    /**\n     * @param Config $config\n     * @param Translit $translitFilter\n     * @param Source $source\n     * @throws Exception\n     */\n    public function __construct(Config $config, Translit $translitFilter, Source $source)\n    {\n        $this->canStart = $config->getSource()['type'] == DatabaseStage::SOURCE_TYPE;\n        $this->translitFilter = $translitFilter;\n        $this->source = $source;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function handle(Record $recordToHandle, Record $oppositeRecord)\n    {\n        if (!$this->canStart) {\n            return;\n        }\n        $this->validate($recordToHandle);\n        $groupName = $recordToHandle->getValue('attribute_group_name');\n        $groupCode = trim(\n            preg_replace(\n                '/[^a-z0-9]+/',\n                '-',\n                $this->translitFilter->filter(strtolower($groupName))\n            ),\n            '-'\n        );\n        $groupCode = empty($groupCode) ? md5($groupCode) : $groupCode;\n        $recordToHandle->setValue($this->field, $groupCode);\n    }\n}\n"
  },
  {
    "path": "src/Migration/Handler/Encrypt.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Handler;\n\nuse Magento\\Framework\\App\\ObjectManager;\nuse Migration\\ResourceModel\\Record;\nuse Migration\\Handler\\AbstractHandler;\nuse Migration\\Exception;\n\n/**\n * Handler to convert encoded value to value compatible with M2\n */\nclass Encrypt extends AbstractHandler\n{\n    const CRYPT_KEY = 'crypt_key';\n\n    /**\n     * @var \\Magento\\Framework\\Encryption\\Encryptor\n     */\n    protected $encryptor;\n\n    /**\n     * @var \\Magento\\Framework\\Encryption\\CryptFactory\n     */\n    protected $cryptFactory;\n\n    /**\n     * @var \\Migration\\Config\n     */\n    protected $configReader;\n\n    /**\n     * @var string\n     */\n    protected $cryptKey;\n\n    /**\n     * Encrypt constructor.\n     *\n     * @param \\Magento\\Framework\\Encryption\\Encryptor $encryptor\n     * @param \\Magento\\Framework\\Encryption\\CryptFactory $cryptFactory\n     * @param \\Migration\\Config $configReader\n     */\n    public function __construct(\n        \\Magento\\Framework\\Encryption\\Encryptor $encryptor,\n        \\Magento\\Framework\\Encryption\\CryptFactory $cryptFactory,\n        \\Migration\\Config $configReader\n    ) {\n        $this->cryptFactory  = $cryptFactory;\n        $this->encryptor = $encryptor;\n        $this->configReader = $configReader;\n\n        $this->cryptKey = $this->configReader->getOption(self::CRYPT_KEY);\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function handle(Record $recordToHandle, Record $oppositeRecord)\n    {\n        $field = $this->field ?: 'value';\n        $value  = $recordToHandle->getValue($field);\n        if (!$value) {\n            return;\n        }\n        $this->validate($recordToHandle);\n        $parts          = explode(':', $value, 4);\n        $partsCount     = count($parts);\n        if ($partsCount == 4) {\n            $initVector     = $parts[2];\n            $encryptedValue = $parts[3];\n            $mode           = MCRYPT_MODE_CBC;\n            $cypher         = MCRYPT_RIJNDAEL_128;\n        } else {\n            $initVector     = false;\n            $encryptedValue = $value;\n            $mode           = MCRYPT_MODE_ECB;\n            $cypher         = MCRYPT_BLOWFISH;\n        }\n\n        $crypt = $this->cryptFactory->create([\n            'key'        => $this->cryptKey,\n            'cipher'     => $cypher,\n            'mode'       => $mode,\n            'initVector' => $initVector,\n        ]);\n        $decryptedValue = trim($crypt->decrypt(base64_decode((string)$encryptedValue)));\n        $encodedValue = $this->encryptor->encrypt($decryptedValue);\n        $recordToHandle->setValue($field, $encodedValue);\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function validate(Record $record)\n    {\n        if (empty($this->cryptKey)) {\n            throw new Exception(\"\\\"crypt_key\\\" option is not defined the configuration.\");\n        }\n\n        parent::validate($record);\n    }\n}\n"
  },
  {
    "path": "src/Migration/Handler/FieldCopy.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Handler;\n\nuse Migration\\ResourceModel\\Record;\n\n/**\n * Handler to copy field value to some other field\n */\nclass FieldCopy extends AbstractHandler implements HandlerInterface\n{\n    /**\n     * @var string\n     */\n    protected $fieldCopy;\n\n    /**\n     * @param string $fieldCopy\n     */\n    public function __construct($fieldCopy)\n    {\n        $this->fieldCopy = $fieldCopy;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function handle(Record $recordToHandle, Record $oppositeRecord)\n    {\n        $this->validate($recordToHandle);\n        $fieldCopyValue = $recordToHandle->getValue($this->fieldCopy);\n        if ($fieldCopyValue) {\n            $recordToHandle->setValue($this->field, $fieldCopyValue);\n        }\n    }\n}\n"
  },
  {
    "path": "src/Migration/Handler/Gallery/InsertValueToEntity.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Handler\\Gallery;\n\nuse Migration\\Handler\\AbstractHandler;\nuse Migration\\ResourceModel\\Destination;\nuse Migration\\ResourceModel\\Record;\nuse Migration\\Config;\nuse Magento\\Framework\\Module\\ModuleListInterface;\n\n/**\n * Class InsertValueToEntity\n */\nclass InsertValueToEntity extends AbstractHandler\n{\n    /**\n     * @var Destination\n     */\n    protected $destination;\n\n    /**\n     * @var string\n     */\n    protected $valueToEntityDocument = 'catalog_product_entity_media_gallery_value_to_entity';\n\n    /**\n     * @var string\n     */\n    protected $entityField = 'entity_id';\n\n    /**\n     * @var string\n     */\n    protected $editionMigrate = '';\n\n    /**\n     * @var ModuleListInterface\n     */\n    private $moduleList;\n\n    /**\n     * @param Destination $destination\n     * @param Config $config\n     * @param ModuleListInterface $moduleList\n     */\n    public function __construct(\n        Destination $destination,\n        Config $config,\n        ModuleListInterface $moduleList\n    ) {\n        $this->destination = $destination;\n        $this->editionMigrate = $config->getOption('edition_migrate');\n        $this->moduleList = $moduleList;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function handle(Record $recordToHandle, Record $oppositeRecord)\n    {\n        $this->validate($recordToHandle);\n        $entityIdName = $this->editionMigrate == Config::EDITION_MIGRATE_OPENSOURCE_TO_OPENSOURCE\n            || $this->moduleList->has('Magento_CatalogStaging') === false\n            ? $this->entityField\n            : 'row_id';\n        $record['value_id'] = $recordToHandle->getValue($this->field);\n        $record[$entityIdName] = $recordToHandle->getValue($this->entityField);\n        $this->destination->saveRecords($this->valueToEntityDocument, [$record]);\n    }\n}\n"
  },
  {
    "path": "src/Migration/Handler/Gallery/SetEntityId.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Handler\\Gallery;\n\nuse Migration\\Handler\\AbstractHandler;\nuse Migration\\ResourceModel\\Record;\nuse Migration\\ResourceModel\\Adapter\\Mysql;\nuse Migration\\ResourceModel\\Source;\n\n/**\n * Class SetEntityId\n */\nclass SetEntityId extends AbstractHandler\n{\n    /**\n     * @var string\n     */\n    protected $mediaGalleryDocument = 'catalog_product_entity_media_gallery';\n\n    /**\n     * @var string\n     */\n    protected $valueIdField = 'value_id';\n\n    /**\n     * @var string\n     */\n    protected $entityIdField = 'entity_id';\n\n    /**\n     * @var Source\n     */\n    protected $source;\n\n    /**\n     * @param Source $source\n     */\n    public function __construct(Source $source)\n    {\n        $this->source = $source;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function handle(Record $recordToHandle, Record $oppositeRecord)\n    {\n        $this->validate($recordToHandle);\n        $entityId = $this->getEntityId($recordToHandle->getValue($this->valueIdField));\n        $recordToHandle->setValue($this->field, $entityId);\n    }\n\n    /**\n     * Get entity id\n     *\n     * @param int $valueId\n     * @return int\n     */\n    protected function getEntityId($valueId)\n    {\n        /** @var Mysql $adapter */\n        $adapter = $this->source->getAdapter();\n        $query = $adapter->getSelect()\n            ->from(\n                ['mg' => $this->source->addDocumentPrefix($this->mediaGalleryDocument)],\n                [$this->entityIdField]\n            )->where(\"mg.{$this->valueIdField} = ?\", $valueId);\n        return (int) $query->getAdapter()->fetchOne($query);\n    }\n}\n"
  },
  {
    "path": "src/Migration/Handler/GetDestinationValue.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Handler;\n\nuse Migration\\ResourceModel\\Record;\n\n/**\n * Handler to set constant value to the field\n */\nclass GetDestinationValue extends AbstractHandler implements HandlerInterface\n{\n    /**\n     * @var bool\n     */\n    protected $setNullIfEmpty;\n\n    /**\n     * @param bool $setNullIfEmpty\n     */\n    public function __construct($setNullIfEmpty = false)\n    {\n        $this->setNullIfEmpty = $setNullIfEmpty === 'true' ? true : false;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function handle(Record $recordToHandle, Record $oppositeRecord)\n    {\n        $this->validate($recordToHandle);\n        if ($oppositeRecord->getValue($this->field) !== null || $this->setNullIfEmpty) {\n            $recordToHandle->setValue($this->field, $oppositeRecord->getValue($this->field));\n        }\n    }\n}\n"
  },
  {
    "path": "src/Migration/Handler/GetEventStatus.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Handler;\n\nuse Migration\\ResourceModel\\Record;\nuse Migration\\Exception;\n\n/**\n * Handler to transform catalog event status based on start and end dates\n */\nclass GetEventStatus extends AbstractHandler implements HandlerInterface\n{\n    const EVENT_OPEN = 0;\n\n    const EVENT_UPCOMING = 1;\n\n    const EVENT_CLOSED = 2;\n\n    /**\n     * @inheritdoc\n     */\n    public function handle(Record $recordToHandle, Record $oppositeRecord)\n    {\n        $this->validate($recordToHandle);\n        $dates = [\n            'start' => $recordToHandle->getValue('date_start'),\n            'end' =>$recordToHandle->getValue('date_end')\n        ];\n        $currentDate = date('Y-m-d H:i:s');\n        if (($dates['start'] <= $currentDate) && ($dates['end'] > $currentDate)) {\n            $status = self::EVENT_OPEN;\n        } elseif (($dates['start'] > $currentDate) && ($dates['end'] > $currentDate)) {\n            $status = self::EVENT_UPCOMING;\n        } else {\n            $status = self::EVENT_CLOSED;\n        }\n        $recordToHandle->setValue($this->field, $status);\n    }\n}\n"
  },
  {
    "path": "src/Migration/Handler/HandlerInterface.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Handler;\n\nuse Migration\\ResourceModel\\Record;\n\n/**\n * Interface HandlerInterface\n */\ninterface HandlerInterface\n{\n    /**\n     * Handle source or destination records\n     *\n     * @param Record $recordToHandle\n     * @param Record $oppositeRecord\n     * @return mixed\n     */\n    public function handle(Record $recordToHandle, Record $oppositeRecord);\n\n    /**\n     * Setting field, which should be processed in the handler\n     *\n     * @param string $field\n     * @return $this\n     */\n    public function setField($field);\n}\n"
  },
  {
    "path": "src/Migration/Handler/Manager.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Handler;\n\nuse Magento\\Framework\\ObjectManagerInterface;\nuse Migration\\Exception;\n\n/**\n * Class Manager\n */\nclass Manager\n{\n    /**\n     * @var HandlerInterface[]\n     */\n    protected $handlers = [];\n\n    /**\n     * @var ObjectManagerInterface\n     */\n    protected $objectManager;\n\n    /**\n     * @param ObjectManagerInterface $objectManager\n     */\n    public function __construct(\n        ObjectManagerInterface $objectManager\n    ) {\n        $this->objectManager = $objectManager;\n    }\n\n    /**\n     * Init handler\n     *\n     * @param string $field\n     * @param array $handlerConfig\n     * @param string|null $handlerKey\n     * @return void\n     * @throws Exception\n     */\n    public function initHandler($field, $handlerConfig = [], $handlerKey = null)\n    {\n        if (empty($handlerConfig)) {\n            return;\n        }\n\n        if (empty($handlerConfig['class'])) {\n            throw new Exception('Handler class name not specified.');\n        }\n\n        $handler = $this->objectManager->create($handlerConfig['class'], $handlerConfig['params']);\n        if (!($handler instanceof HandlerInterface)) {\n            throw new Exception(\"'{$handlerConfig['class']}' is not correct handler.\");\n        }\n        $handler->setField($field);\n        $handlerKey = $handlerKey ?: $field;\n        $this->handlers[$handlerKey] = $handler;\n    }\n\n    /**\n     * Get handler for $field field\n     *\n     * @param string $handlerKey\n     * @return HandlerInterface|null\n     */\n    public function getHandler($handlerKey)\n    {\n        if (!empty($this->handlers[$handlerKey])) {\n            return $this->handlers[$handlerKey];\n        }\n        return null;\n    }\n\n    /**\n     * Get all handlers\n     *\n     * @return array\n     */\n    public function getHandlers()\n    {\n        return $this->handlers;\n    }\n}\n"
  },
  {
    "path": "src/Migration/Handler/Placeholder.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Handler;\n\nuse Migration\\ResourceModel\\Record;\n\n/**\n * Handler to set constant value to the field\n */\nclass Placeholder extends AbstractHandler implements HandlerInterface\n{\n    /**\n     * @var \\Migration\\Reader\\ClassMap\n     */\n    protected $classMap;\n\n    /**\n     * @param \\Migration\\Reader\\ClassMap $classMap\n     */\n    public function __construct(\n        \\Migration\\Reader\\ClassMap $classMap\n    ) {\n        $this->classMap = $classMap;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function handle(Record $recordToHandle, Record $oppositeRecord)\n    {\n        $this->validate($recordToHandle);\n        $content = $recordToHandle->getValue($this->field);\n        if ($this->hasPlaceholders($content)) {\n            $content = $this->processContent($content);\n        }\n        $recordToHandle->setValue($this->field, $content);\n    }\n\n    /**\n     * Whether widget content has placeholders\n     *\n     * @param string $content\n     * @return int\n     */\n    protected function hasPlaceholders($content)\n    {\n        return preg_match('/({{widget|{{block).*}}/mU', $content);\n    }\n\n    /**\n     * Process widget placeholders content\n     *\n     * @param string $content\n     * @return mixed\n     */\n    protected function processContent($content)\n    {\n        $classSource = [];\n        $classDestination = [];\n        foreach ($this->classMap->getMap() as $classOldFashion => $classNewStyle) {\n            $classSource[] = sprintf('type=\"%s\"', $classOldFashion);\n            $classNewStyle = $classNewStyle ?? '';\n            $classDestination[] = sprintf('type=\"%s\"', str_replace('\\\\', '\\\\\\\\', $classNewStyle));\n        }\n        $content = str_replace($classSource, $classDestination, $content);\n        // cut off name of a module from template path\n        $content = preg_replace('/({{widget|{{block)(.*template=\")(.*\\/)(.*\".*}})/mU', '$1$2$4', $content);\n        // remove all unknown widgets\n        $content = preg_replace('/{{widget type=\"[\\w\\-_]+\\/[\\w\\-_]+\".+}}/mU', '', $content);\n        return $content;\n    }\n}\n"
  },
  {
    "path": "src/Migration/Handler/ProductAlertStoreId.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Handler;\n\nuse Migration\\ResourceModel\\Adapter\\Mysql;\nuse Migration\\ResourceModel\\Record;\nuse Migration\\ResourceModel\\Source;\n\n/**\n * Handler for product alert store id\n */\nclass ProductAlertStoreId extends AbstractHandler\n{\n    /**\n     * @var array\n     */\n    protected $storeWebsite = [];\n\n    /**\n     * @var Source\n     */\n    protected $source;\n\n    /**\n     * @param Source $source\n     */\n    public function __construct(Source $source)\n    {\n        $this->source = $source;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function handle(Record $recordToHandle, Record $oppositeRecord)\n    {\n        $this->validate($recordToHandle);\n        $websiteId = $recordToHandle->getValue('website_id');\n        if (empty($websiteId)) {\n            return;\n        }\n        $storeId = $this->getDefaultStoreId($websiteId);\n        $recordToHandle->setValue($this->field, $storeId);\n    }\n\n    /**\n     * Get default store id\n     *\n     * @param int|string $websiteId\n     * @return array\n     */\n    private function getDefaultStoreId($websiteId)\n    {\n        if (empty($this->storeWebsite[$websiteId])) {\n            /** @var Mysql $adapter */\n            $adapter = $this->source->getAdapter();\n            $query = $adapter->getSelect()->from(\n                ['cw' => $this->source->addDocumentPrefix('core_website')],\n                []\n            )->join(\n                ['csg' => $this->source->addDocumentPrefix('core_store_group')],\n                'csg.group_id = cw.default_group_id',\n                ['default_store_id']\n            )->where('cw.website_id = ?', $websiteId);\n            $this->storeWebsite[$websiteId] = $query->getAdapter()->fetchOne($query);\n        }\n        return $this->storeWebsite[$websiteId];\n    }\n}\n"
  },
  {
    "path": "src/Migration/Handler/QuoteMultiAddressStoreId.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Handler;\n\nuse Migration\\ResourceModel\\Adapter\\Mysql;\nuse Migration\\ResourceModel\\Record;\nuse Migration\\ResourceModel\\Source;\n\n/**\n * Handler for quote multi address store id\n */\nclass QuoteMultiAddressStoreId extends AbstractHandler\n{\n    /**\n     * @var Source\n     */\n    protected $source;\n\n    /**\n     * @param Source $source\n     */\n    public function __construct(Source $source)\n    {\n        $this->source = $source;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function handle(Record $recordToHandle, Record $oppositeRecord)\n    {\n        $this->validate($recordToHandle);\n        $quoteItemId = $recordToHandle->getValue('quote_item_id');\n        $storeId = $this->getStoreId($quoteItemId);\n        $recordToHandle->setValue($this->field, $storeId);\n    }\n\n    /**\n     * Get store id\n     *\n     * @param int|string $quoteItemId\n     * @return string\n     */\n    private function getStoreId($quoteItemId)\n    {\n        /** @var Mysql $adapter */\n        $adapter = $this->source->getAdapter();\n        $query = $adapter->getSelect()->from(\n            [$this->source->addDocumentPrefix('sales_flat_quote_item')],\n            ['store_id']\n        )->where('item_id = ?', $quoteItemId);\n        return $query->getAdapter()->fetchOne($query);\n    }\n}\n"
  },
  {
    "path": "src/Migration/Handler/Rule/ConditionSql.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Handler\\Rule;\n\nuse Migration\\Handler\\AbstractHandler;\nuse Migration\\Reader\\MapFactory;\nuse Migration\\Reader\\Map;\nuse Migration\\Reader\\MapInterface;\nuse Migration\\ResourceModel\\Destination;\nuse Migration\\ResourceModel\\Record;\nuse Migration\\ResourceModel\\Source;\n\n/**\n * Class ConditionSql\n */\nclass ConditionSql extends AbstractHandler\n{\n    /**\n     * @var Map\n     */\n    protected $map;\n\n    /**\n     * @var Source\n     */\n    protected $source;\n\n    /**\n     * @var Destination\n     */\n    protected $destination;\n\n    /**\n     * @param MapFactory $mapFactory\n     * @param Source $source\n     * @param Destination $destination\n     */\n    public function __construct(MapFactory $mapFactory, Source $source, Destination $destination)\n    {\n        $this->map = $mapFactory->create('map_file');\n        $this->source = $source;\n        $this->destination = $destination;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function handle(Record $recordToHandle, Record $oppositeRecord)\n    {\n        $this->validate($recordToHandle);\n        $sourcePatterns = [];\n        $destinationPatters = [];\n        foreach ($this->source->getDocumentList() as $document) {\n            $destDocumentName = $this->map->getDocumentMap($document, MapInterface::TYPE_SOURCE);\n            if ($destDocumentName === false) {\n                continue;\n            }\n            $sourcePatterns[] = sprintf('`%s`', $this->source->addDocumentPrefix($document));\n            $destinationPatters[] = sprintf('`%s`', $this->destination->addDocumentPrefix($destDocumentName));\n        }\n        $newValue = str_replace($sourcePatterns, $destinationPatters, $recordToHandle->getValue($this->field));\n        $recordToHandle->setValue($this->field, $newValue);\n    }\n}\n"
  },
  {
    "path": "src/Migration/Handler/Rule/CustomerSegmentConditionSql.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Handler\\Rule;\n\nuse Migration\\Handler\\AbstractHandler;\nuse Migration\\Reader\\MapFactory;\nuse Migration\\Reader\\Map;\nuse Migration\\Reader\\MapInterface;\nuse Migration\\ResourceModel\\Destination;\nuse Migration\\ResourceModel\\Record;\nuse Migration\\ResourceModel\\Source;\n\n/**\n * Class CustomerSegmentConditionSql\n */\nclass CustomerSegmentConditionSql extends AbstractHandler\n{\n    /**\n     * @var Map\n     */\n    protected $mapMain;\n\n    /**\n     * @var Map\n     */\n    protected $mapSalesOrder;\n\n    /**\n     * @var Source\n     */\n    protected $source;\n\n    /**\n     * @var Destination\n     */\n    protected $destination;\n\n    /**\n     * @param MapFactory $mapFactory\n     * @param Source $source\n     * @param Destination $destination\n     */\n    public function __construct(MapFactory $mapFactory, Source $source, Destination $destination)\n    {\n        $this->mapMain = $mapFactory->create('map_file');\n        $this->mapSalesOrder = $mapFactory->create('sales_order_map_file');\n        $this->source = $source;\n        $this->destination = $destination;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function handle(Record $recordToHandle, Record $oppositeRecord)\n    {\n        $this->validate($recordToHandle);\n        $sourcePatterns = [];\n        $destinationPatters = [];\n        foreach ($this->source->getDocumentList() as $document) {\n            $destDocumentName = $this->getDestDocumentName($document);\n            if ($destDocumentName === false) {\n                continue;\n            }\n            $sourcePatterns[] = sprintf('`%s`', $this->source->addDocumentPrefix($document));\n            $destinationPatters[] = sprintf('`%s`', $this->destination->addDocumentPrefix($destDocumentName));\n        }\n        $newValue = str_replace($sourcePatterns, $destinationPatters, $recordToHandle->getValue($this->field));\n        $recordToHandle->setValue($this->field, $newValue);\n    }\n\n    /**\n     * Get dest document name\n     *\n     * @param string $sourceDocumentName\n     * @return mixed\n     */\n    protected function getDestDocumentName($sourceDocumentName)\n    {\n        return $this->mapMain->getDocumentMap($sourceDocumentName, MapInterface::TYPE_SOURCE)\n            ? $this->mapMain->getDocumentMap($sourceDocumentName, MapInterface::TYPE_SOURCE)\n            : $this->mapSalesOrder->getDocumentMap($sourceDocumentName, MapInterface::TYPE_SOURCE);\n    }\n}\n"
  },
  {
    "path": "src/Migration/Handler/Rule/NormalizationIds.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Handler\\Rule;\n\nuse Migration\\Handler\\AbstractHandler;\nuse Migration\\ResourceModel\\Destination;\nuse Migration\\ResourceModel\\Record;\nuse Migration\\ResourceModel\\RecordFactory;\nuse Migration\\Config;\n\n/**\n * Class NormalizationIds\n */\nclass NormalizationIds extends AbstractHandler\n{\n\n    /**\n     * @var Destination\n     */\n    protected $destination;\n\n    /**\n     * @var string\n     */\n    protected $normalizationDocument;\n\n    /**\n     * @var string\n     */\n    protected $normalizationField;\n\n    /**\n     * @var string\n     */\n    protected $editionMigrate = '';\n\n    /**\n     * @param Destination $destination\n     * @param Config $config\n     * @param null|string $normalizationDocument\n     * @param null|string $normalizationField\n     */\n    public function __construct(\n        Destination $destination,\n        Config $config,\n        $normalizationDocument = null,\n        $normalizationField = null\n    ) {\n        $this->normalizationDocument = $normalizationDocument;\n        $this->normalizationField = $normalizationField;\n        $this->destination = $destination;\n        $this->editionMigrate = $config->getOption('edition_migrate');\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function handle(Record $recordToHandle, Record $oppositeRecord)\n    {\n        $this->validate($recordToHandle);\n        $ids = explode(',', $recordToHandle->getValue($this->field));\n        $normalizedRecords = [];\n        $entityIdName = $this->editionMigrate == Config::EDITION_MIGRATE_OPENSOURCE_TO_OPENSOURCE\n            ? 'rule_id'\n            : 'row_id';\n        foreach ($ids as $id) {\n            $normalizedRecords[] = [\n                $entityIdName => $recordToHandle->getValue('rule_id'),\n                $this->normalizationField => $id\n            ];\n        }\n        if ($normalizedRecords) {\n            $this->destination->clearDocument($this->normalizationDocument);\n            $this->destination->saveRecords($this->normalizationDocument, $normalizedRecords);\n        }\n    }\n}\n"
  },
  {
    "path": "src/Migration/Handler/Rule/SerializedData.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Handler\\Rule;\n\nuse Migration\\Reader\\ClassMap;\nuse Migration\\Handler\\AbstractHandler;\nuse Migration\\ResourceModel\\Record;\n\n/**\n * Class SerializedRules\n */\nclass SerializedData extends AbstractHandler\n{\n    /**\n     * @var ClassMap\n     */\n    protected $classMap;\n\n    /**\n     * @param ClassMap $classMap\n     */\n    public function __construct(ClassMap $classMap)\n    {\n        $this->classMap = $classMap;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function handle(Record $recordToHandle, Record $oppositeRecord)\n    {\n        $this->validate($recordToHandle);\n        $unserializedData = unserialize($recordToHandle->getValue($this->field));\n        if (is_array($unserializedData)) {\n            $recordToHandle->setValue($this->field, serialize($this->replaceValues($unserializedData)));\n        }\n    }\n\n    /**\n     * Replace values\n     *\n     * @param array $data\n     * @return array\n     */\n    protected function replaceValues(array $data)\n    {\n        foreach ($data as &$value) {\n            if (is_array($value)) {\n                $value = $this->replaceValues($value);\n            } elseif (is_string($value)) {\n                $valueConverted = $this->classMap->convertClassName($value);\n                $value  = ($valueConverted != '') ? $valueConverted : $value;\n            }\n        }\n\n        return $data;\n    }\n}\n"
  },
  {
    "path": "src/Migration/Handler/SalesOrderStatusState/SetVisibleOnFront.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Handler\\SalesOrderStatusState;\n\nuse Migration\\ResourceModel\\Record;\nuse Migration\\Handler\\AbstractHandler;\nuse Migration\\Handler\\HandlerInterface;\n\n/**\n * Handler to set constant value to the field\n */\nclass SetVisibleOnFront extends AbstractHandler implements HandlerInterface\n{\n    /**\n     * @var array\n     */\n    protected $initiallyInvisible = [\n        'pending_ogone-pending_payment' => 0,\n        'pending_payment-pending_payment' => 0,\n        'processed_ogone-processing' => 0\n    ];\n\n    /**\n     * @var array\n     */\n    protected $invisibleStates = ['pending_payment'];\n\n    /**\n     * @inheritdoc\n     */\n    public function handle(Record $recordToHandle, Record $oppositeRecord)\n    {\n        $this->validate($recordToHandle);\n        $key = $recordToHandle->getValue('status') . '-' . $recordToHandle->getValue('state');\n        if (isset($this->initiallyInvisible[$key])\n            || in_array($recordToHandle->getValue('state'), $this->invisibleStates)\n        ) {\n            $recordToHandle->setValue('visible_on_front', 0);\n        } else {\n            $recordToHandle->setValue('visible_on_front', 1);\n        }\n    }\n}\n"
  },
  {
    "path": "src/Migration/Handler/Sequence.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Handler;\n\nuse Migration\\ResourceModel\\Record;\nuse Migration\\ResourceModel\\Destination;\n\n/**\n * Handler to create new record in Sequence table\n */\nclass Sequence extends AbstractHandler implements HandlerInterface\n{\n    /**\n     * @var string\n     */\n    protected $table;\n\n    /**\n     * @var Destination\n     */\n    protected $destination;\n\n    /**\n     * @var array\n     */\n    protected $sequenceTablesCleaned = [];\n\n    /**\n     * @var string\n     */\n    private $createdVersionField = 'created_in';\n\n    /**\n     * @var string\n     */\n    private $updatedVersionField = 'updated_in';\n\n    /**\n     * @var int\n     */\n    private $minVersion = 1;\n\n    /**\n     * @var int\n     */\n    private $maxVersion = 2147483647;\n\n    /**\n     * @param string $table\n     * @param Destination $destination\n     */\n    public function __construct($table, Destination $destination)\n    {\n        $this->table = $table;\n        $this->destination = $destination;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function handle(Record $recordToHandle, Record $oppositeRecord)\n    {\n        $this->validate($recordToHandle);\n        $id = $recordToHandle->getValue($this->field);\n        if ($id && $this->table) {\n            $this->destination->saveRecords($this->table, [['sequence_value' => $id]], true);\n        }\n        if (!array_diff([$this->createdVersionField, $this->updatedVersionField], $oppositeRecord->getFields())) {\n            $oppositeRecord->setValue($this->createdVersionField, $this->minVersion);\n            $oppositeRecord->setValue($this->updatedVersionField, $this->maxVersion);\n        }\n    }\n}\n"
  },
  {
    "path": "src/Migration/Handler/SerializeToJson/ConvertWithConditions.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Handler\\SerializeToJson;\n\nuse Migration\\Logger\\Logger;\nuse Migration\\ResourceModel\\Record;\nuse Migration\\Exception;\nuse Migration\\Handler\\AbstractHandler;\nuse Migration\\Model\\DocumentIdField;\n\n/**\n * Handler to transform field according to the map for special tables with additional logic\n */\nclass ConvertWithConditions extends AbstractHandler\n{\n    /**\n     * Property which checks for additional statement during processing main field\n     *\n     * @var string\n     */\n    protected $conditionalField;\n\n    /**\n     * Pattern for values from additional field which should be processed with default unserialize flow\n     *\n     * @var string\n     */\n    protected $conditionalFieldValuesPattern;\n\n    /**\n     * Sometimes fields has a broken serialize data, for example enterprise_logging_event_changes.result_data.\n     * If property sets to true, ignore all notices from unserialize()\n     *\n     * @var bool\n     *\n     */\n    protected $ignoreBrokenData;\n\n    /**\n     * @var Logger\n     */\n    protected $logger;\n\n    /**\n     * @var DocumentIdField\n     */\n    protected $documentIdFiled;\n\n    /**\n     * @param string $conditionalField\n     * @param string $conditionalFieldValuesPattern\n     * @param Logger $logger\n     * @param DocumentIdField $documentIdField\n     * @param bool $ignoreBrokenData\n     */\n    public function __construct(\n        $conditionalField,\n        $conditionalFieldValuesPattern,\n        Logger $logger,\n        DocumentIdField $documentIdField,\n        $ignoreBrokenData = true\n    ) {\n        $this->conditionalField = $conditionalField;\n        $this->conditionalFieldValuesPattern = $conditionalFieldValuesPattern;\n        $this->logger = $logger;\n        $this->ignoreBrokenData = $ignoreBrokenData;\n        $this->documentIdFiled = $documentIdField;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function handle(Record $recordToHandle, Record $oppositeRecord)\n    {\n        $this->validate($recordToHandle);\n        $value = $recordToHandle->getValue($this->field);\n        if (null !== $value) {\n            if ($this->shouldProcessField($recordToHandle->getData()[$this->conditionalField])) {\n                try {\n                    $unserializedData = unserialize($value);\n                } catch (\\Exception $exception) {\n                    if (!$this->ignoreBrokenData) {\n                        throw new \\Exception($exception);\n                    }\n                    $this->logger->warning(sprintf(\n                        'Could not unserialize data of %s.%s with record id %s',\n                        $recordToHandle->getDocument()->getName(),\n                        $this->field,\n                        $recordToHandle->getValue($this->documentIdFiled->getFiled($recordToHandle->getDocument()))\n                    ));\n                    $this->logger->warning(\"\\n\");\n                    $recordToHandle->setValue($this->field, null);\n                    return;\n                }\n                $value = json_encode($unserializedData);\n            }\n        }\n        $recordToHandle->setValue($this->field, $value);\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function validate(Record $record)\n    {\n        parent::validate($record);\n        if ($this->conditionalField && !isset($record->getData()[$this->conditionalField])) {\n            throw new Exception(\"Conditional field {$this->conditionalField} not found in the record.\");\n        }\n    }\n\n    /**\n     * Should process field\n     *\n     * @param string $valueOfConditionalField\n     * @return bool\n     */\n    protected function shouldProcessField($valueOfConditionalField)\n    {\n        preg_match($this->conditionalFieldValuesPattern, $valueOfConditionalField, $matches);\n        return (bool)$matches;\n    }\n}\n"
  },
  {
    "path": "src/Migration/Handler/SerializeToJson/ItemOption.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n\nnamespace Migration\\Handler\\SerializeToJson;\n\nuse Migration\\ResourceModel\\Record;\nuse Migration\\Exception;\nuse Migration\\Handler\\AbstractHandler;\n\n/**\n * Handler to transform item option\n */\nclass ItemOption extends AbstractHandler\n{\n    const ITEM_OPTION_FIELD = 'code';\n    const ITEM_OPTION_FORMAT = '/option_\\d+/';\n\n    /**\n     * @inheritdoc\n     */\n    public function handle(Record $recordToHandle, Record $oppositeRecord)\n    {\n        $this->validate($recordToHandle);\n        $value = $recordToHandle->getValue($this->field);\n        if (null !== $value) {\n            if ($this->shouldProcessField($recordToHandle->getData()[self::ITEM_OPTION_FIELD])) {\n                $unserializeData = @unserialize($value);\n                $value = (false === $unserializeData) ? $value : json_encode($unserializeData);\n            }\n        }\n        $recordToHandle->setValue($this->field, $value);\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function validate(Record $record)\n    {\n        parent::validate($record);\n        if (!isset($record->getData()[self::ITEM_OPTION_FIELD])) {\n            throw new Exception(sprintf(\"Field %s not found in the record.\", self::ITEM_OPTION_FIELD));\n        }\n    }\n\n    /**\n     * Should process field\n     *\n     * @param string $itemOptionValue\n     * @return bool\n     */\n    protected function shouldProcessField($itemOptionValue)\n    {\n        preg_match(self::ITEM_OPTION_FORMAT, $itemOptionValue, $matches);\n        return (bool)$matches;\n    }\n}\n"
  },
  {
    "path": "src/Migration/Handler/SerializeToJson/SalesOrderItem.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Handler\\SerializeToJson;\n\nuse Migration\\ResourceModel\\Record;\nuse Migration\\Handler\\AbstractHandler;\nuse Migration\\Logger\\Logger;\nuse Migration\\Model\\DocumentIdField;\n\n/**\n * Handler to transform field from sales_order_item\n * @SuppressWarnings(CyclomaticComplexity)\n */\nclass SalesOrderItem extends AbstractHandler\n{\n    /**\n     * Sometimes fields has a broken serialized data\n     * If property sets to true, ignore all notices from unserialize()\n     *\n     * @var bool\n     *\n     */\n    private $ignoreBrokenData;\n\n    /**\n     * @var Logger\n     */\n    private $logger;\n\n    /**\n     * @var DocumentIdField\n     */\n    private $documentIdFiled;\n\n    /**\n     * @param Logger $logger\n     * @param DocumentIdField $documentIdField\n     * @param bool $ignoreBrokenData\n     */\n    public function __construct(Logger $logger, DocumentIdField $documentIdField, $ignoreBrokenData = true)\n    {\n        $this->logger = $logger;\n        $this->ignoreBrokenData = (bool)$ignoreBrokenData;\n        $this->documentIdFiled = $documentIdField;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function handle(Record $recordToHandle, Record $oppositeRecord)\n    {\n        $this->validate($recordToHandle);\n        $value = $recordToHandle->getValue($this->field);\n        if (null !== $value) {\n            try {\n                $unserializedData = unserialize($value);\n            } catch (\\Exception $exception) {\n                if (!$this->ignoreBrokenData) {\n                    throw new \\Exception($exception);\n                }\n                $this->logger->warning(sprintf(\n                    'Could not unserialize data of %s.%s with record id %s',\n                    $recordToHandle->getDocument()->getName(),\n                    $this->field,\n                    $recordToHandle->getValue($this->documentIdFiled->getFiled($recordToHandle->getDocument()))\n                ));\n                $this->logger->warning(\"\\n\");\n                $recordToHandle->setValue($this->field, null);\n                return;\n            }\n\n            if (isset($unserializedData['options'])) {\n                foreach ($unserializedData['options'] as $key => $option) {\n                    if (is_array($option)\n                        && array_key_exists('option_type', $option)\n                        && $option['option_type'] === 'file'\n                    ) {\n                        $optionValue = $option['option_value'] ? unserialize($option['option_value']) :\n                            $option['option_value'];\n                        $unserializedData['options'][$key]['option_value'] = json_encode($optionValue);\n                    }\n                }\n            }\n            if (isset($unserializedData['bundle_selection_attributes'])) {\n                $bundleSelectionAttributes = $unserializedData['bundle_selection_attributes'] ?\n                    unserialize($unserializedData['bundle_selection_attributes']) :\n                    $unserializedData['bundle_selection_attributes'];\n                $unserializedData['bundle_selection_attributes'] = json_encode($bundleSelectionAttributes);\n            }\n            $value = json_encode($unserializedData);\n        }\n        $recordToHandle->setValue($this->field, $value);\n    }\n}\n"
  },
  {
    "path": "src/Migration/Handler/SerializeToJson.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Handler;\n\nuse Migration\\ResourceModel\\Record;\nuse Migration\\Logger\\Logger;\nuse Migration\\Model\\DocumentIdField;\n\n/**\n * Handler to transform field according to the map\n */\nclass SerializeToJson extends AbstractHandler\n{\n    /**\n     * @var bool\n     *\n     */\n    private $migrateBrokenData;\n\n    /**\n     * @var bool\n     */\n    private $suppressWarning;\n\n    /**\n     * @var Logger\n     */\n    private $logger;\n\n    /**\n     * @var DocumentIdField\n     */\n    private $documentIdFiled;\n\n    /**\n     * @param Logger $logger\n     * @param DocumentIdField $documentIdField\n     * @param bool $migrateBrokenData\n     * @param bool $suppressWarning\n     */\n    public function __construct(\n        Logger $logger,\n        DocumentIdField $documentIdField,\n        $migrateBrokenData = true,\n        $suppressWarning = false\n    ) {\n        $this->logger = $logger;\n        $this->documentIdFiled = $documentIdField;\n        if ($migrateBrokenData === true || $migrateBrokenData == 'true') {\n            $this->migrateBrokenData = true;\n        } else {\n            $this->migrateBrokenData = false;\n        }\n        if ($suppressWarning === true || $suppressWarning == 'true') {\n            $this->suppressWarning = true;\n        } else {\n            $this->suppressWarning = false;\n        }\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function handle(Record $recordToHandle, Record $oppositeRecord)\n    {\n        $this->validate($recordToHandle);\n        $value = $recordToHandle->getValue($this->field);\n        if (null !== $value) {\n            try {\n                $unserializeData = unserialize($value);\n            } catch (\\Exception $exception) {\n                if (!$this->migrateBrokenData) {\n                    throw new \\Exception($exception);\n                }\n                if (!$this->suppressWarning) {\n                    $this->logger->warning(sprintf(\n                        'Could not unserialize data of %s.%s with record id %s',\n                        $recordToHandle->getDocument()->getName(),\n                        $this->field,\n                        $recordToHandle->getValue($this->documentIdFiled->getFiled($recordToHandle->getDocument()))\n                    ));\n                    $this->logger->warning(\"\\n\");\n                }\n                $recordToHandle->setValue($this->field, null);\n                return;\n            }\n            $value = json_encode($unserializeData);\n        }\n        $recordToHandle->setValue($this->field, $value);\n    }\n}\n"
  },
  {
    "path": "src/Migration/Handler/SetDefaultWebsiteId.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Handler;\n\nuse Migration\\ResourceModel\\Record;\nuse Migration\\ResourceModel\\Source;\n\n/**\n * Class SetDefaultWebsiteId\n */\nclass SetDefaultWebsiteId extends AbstractHandler\n{\n\n    /**\n     * @var Source\n     */\n    protected $source;\n\n    /**\n     * @var string\n     */\n    protected $defaultWebsiteId;\n\n    /**\n     * @param Source $source\n     */\n    public function __construct(Source $source)\n    {\n        $this->source = $source;\n        $this->defaultWebsiteId = null;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function handle(Record $recordToHandle, Record $oppositeRecord)\n    {\n        if (empty($this->defaultWebsiteId)) {\n            $this->validate($recordToHandle);\n            foreach ($this->source->getRecords('core_website', 0) as $websiteData) {\n                if ($websiteData['is_default'] == '1') {\n                    $this->defaultWebsiteId = $websiteData[$this->field];\n                    break;\n                }\n            }\n        }\n        $recordToHandle->setValue($this->field, $this->defaultWebsiteId);\n    }\n}\n"
  },
  {
    "path": "src/Migration/Handler/SetHash.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Handler;\n\nuse Migration\\ResourceModel\\Record;\nuse Migration\\Exception;\n\n/**\n * Handler to set hash value to the field, based on other field\n */\nclass SetHash extends AbstractHandler implements HandlerInterface\n{\n    /**\n     * @var string\n     */\n    protected $hash;\n\n    /**\n     * @var string\n     */\n    protected $baseField;\n\n    /**\n     * @var array\n     */\n    protected $supportedHashAlgorithms = ['crc32'];\n\n    /**\n     * @param string $hash\n     * @param string $baseField\n     */\n    public function __construct($hash, $baseField)\n    {\n        $this->hash      = $hash;\n        $this->baseField = $baseField;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function handle(Record $recordToHandle, Record $oppositeRecord)\n    {\n        $this->validate($recordToHandle);\n\n        $oppositeValue  = $oppositeRecord->getValue($this->baseField);\n        $hashMethod     = $this->hash;\n        $resultValue    = $hashMethod($oppositeValue);\n\n        $recordToHandle->setValue($this->field, $resultValue);\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function validate(Record $record)\n    {\n        if (!in_array($this->hash, $this->supportedHashAlgorithms)) {\n            throw new Exception(\"{$this->hash} hash algorithm is not supported.\");\n        }\n        parent::validate($record);\n    }\n}\n"
  },
  {
    "path": "src/Migration/Handler/SetValue.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Handler;\n\nuse Migration\\ResourceModel\\Record;\n\n/**\n * Handler to set constant value to the field\n */\nclass SetValue extends AbstractHandler implements HandlerInterface\n{\n    /**\n     * @var string\n     */\n    protected $value;\n\n    /**\n     * @param string $value\n     */\n    public function __construct($value)\n    {\n        $this->value = (strtoupper($value) === 'NULL') ? null : $value;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function handle(Record $recordToHandle, Record $oppositeRecord)\n    {\n        $this->validate($recordToHandle);\n        $valueStored = $recordToHandle->getValue($this->field);\n        $value = $this->value;\n        if (is_string($value)) {\n            $operator = substr($value, 0, 1);\n            $value = substr($value, 1);\n            switch ($operator) {\n                case '+':\n                    $value = $valueStored + $value;\n                    break;\n                case '-';\n                    $value = $valueStored - $value;\n                    break;\n                default:\n                    $value = $this->value;\n            }\n        }\n        $recordToHandle->setValue($this->field, $value);\n    }\n}\n"
  },
  {
    "path": "src/Migration/Handler/SetValueAttributeCondition.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Handler;\n\nuse Migration\\ResourceModel\\Record;\nuse Migration\\ResourceModel\\Adapter\\Mysql;\nuse Migration\\ResourceModel\\Source;\n\n/**\n * Handler to set value for a field of a record for certain attribute code\n */\nclass SetValueAttributeCondition extends AbstractHandler implements HandlerInterface\n{\n    /**\n     * @var string\n     */\n    protected $value;\n\n    /**\n     * @var string\n     */\n    protected $attributeCode;\n\n    /**\n     * @var Source\n     */\n    protected $source;\n\n    /**\n     * @var string\n     */\n    protected $eavAttributeTable = 'eav_attribute';\n\n    /**\n     * @var string\n     */\n    static protected $eavAttributeData = [];\n\n    /**\n     * @param string $attributeCode\n     * @param string $value\n     * @param Source $source\n     */\n    public function __construct($attributeCode, $value, Source $source)\n    {\n        $this->value = (strtoupper($value) === 'NULL') ? null : $value;\n        $this->attributeCode = $attributeCode;\n        $this->source = $source;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function handle(Record $recordToHandle, Record $oppositeRecord)\n    {\n        $this->validate($recordToHandle);\n        if ($this->checkAttributeIdCode($recordToHandle->getValue('attribute_id'), $this->attributeCode)) {\n            $recordToHandle->setValue($this->field, $this->value);\n        }\n    }\n\n    /**\n     * Check if attribute id of record and attribute code are in main eav table\n     *\n     * @param int $attributeIdOfRecord\n     * @param string $attributeCode\n     * @return bool\n     */\n    protected function checkAttributeIdCode($attributeIdOfRecord, $attributeCode)\n    {\n        if (empty(self::$eavAttributeData)) {\n            /** @var Mysql $adapter */\n            $adapter = $this->source->getAdapter();\n            $select = $adapter->getSelect()\n                ->from(\n                    [$this->source->addDocumentPrefix($this->eavAttributeTable)],\n                    ['attribute_id', 'attribute_code']\n                );\n            self::$eavAttributeData = $select->getAdapter()->fetchAll($select);\n        }\n        foreach (self::$eavAttributeData as $attribute) {\n            if ($attribute['attribute_id'] == $attributeIdOfRecord && $attribute['attribute_code'] == $attributeCode) {\n                return true;\n            }\n        }\n        return false;\n    }\n}\n"
  },
  {
    "path": "src/Migration/Handler/Settings/CategoryRootId.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Handler\\Settings;\n\nuse Migration\\ResourceModel\\Record;\nuse Migration\\Handler\\AbstractHandler;\n\n/**\n * Handler to convert category root id\n */\nclass CategoryRootId extends AbstractHandler\n{\n    const SOURCE_DEFAULT_CATEGORY_ID = 2;\n\n    /**\n     * @inheritdoc\n     */\n    public function handle(Record $recordToHandle, Record $oppositeRecord)\n    {\n        $this->validate($recordToHandle);\n        $value = $recordToHandle->getValue($this->field);\n        if ($value == self::SOURCE_DEFAULT_CATEGORY_ID) {\n            $recordToHandle->setValue($this->field, null);\n        }\n    }\n}\n"
  },
  {
    "path": "src/Migration/Handler/Settings/Template.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Handler\\Settings;\n\nuse Migration\\ResourceModel\\Record;\nuse Migration\\Handler\\AbstractHandler;\n\n/**\n * Handler to convert name of template\n */\nclass Template extends AbstractHandler\n{\n    /**\n     * @inheritdoc\n     */\n    public function handle(Record $recordToHandle, Record $oppositeRecord)\n    {\n        $this->validate($recordToHandle);\n        $value = $recordToHandle->getValue($this->field);\n        $valueOpposite = $oppositeRecord->getValue($this->field);\n        if (!is_numeric($value) && $valueOpposite) {\n            $value = $valueOpposite;\n        }\n        $recordToHandle->setValue($this->field, $value);\n    }\n}\n"
  },
  {
    "path": "src/Migration/Handler/Settings/UrlSuffix.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Handler\\Settings;\n\nuse Migration\\ResourceModel\\Record;\nuse Migration\\Handler\\AbstractHandler;\n\n/**\n * Handler to convert url suffix\n */\nclass UrlSuffix extends AbstractHandler\n{\n    /**\n     * @inheritdoc\n     */\n    public function handle(Record $recordToHandle, Record $oppositeRecord)\n    {\n        $this->validate($recordToHandle);\n        $value = $recordToHandle->getValue($this->field);\n        if ($value && is_string($value) && substr($value, 0, 1) != '.') {\n            $value = '.' . $value;\n        }\n        $recordToHandle->setValue($this->field, $value);\n    }\n}\n"
  },
  {
    "path": "src/Migration/Handler/StoreGroupCode.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Handler;\n\nuse Migration\\Logger\\Logger;\nuse Migration\\ResourceModel\\Record;\nuse Migration\\ResourceModel\\Source;\nuse Migration\\ResourceModel\\Adapter\\Mysql;\n\n/**\n * Handler to create store group code from its name\n */\nclass StoreGroupCode extends AbstractHandler\n{\n    /**\n     * @var array\n     */\n    private $storeGroup = [];\n\n    /**\n     * @var Source\n     */\n    private $source;\n\n    /**\n     * @var Logger\n     */\n    private $logger;\n\n    /**\n     * @param Logger $logger\n     * @param Source $source\n     */\n    public function __construct(Logger $logger, Source $source)\n    {\n        $this->source = $source;\n        $this->logger = $logger;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function handle(Record $recordToHandle, Record $oppositeRecord)\n    {\n        $this->validate($recordToHandle);\n        $code = $this->getCodeFromName($recordToHandle);\n        if (empty($code)) {\n            $code = 'store_group';\n        }\n        $recordToHandle->setValue($this->field, $code);\n    }\n\n    /**\n     * @param Record $recordToHandle\n     * @return string\n     */\n    private function getCodeFromName(Record $recordToHandle)\n    {\n        $groupIdRecord = $recordToHandle->getValue('group_id');\n        $tableName = $recordToHandle->getDocument()->getName();\n        if (empty($this->storeGroup)) {\n            $names = [];\n            /** @var Mysql $adapter */\n            $adapter = $this->source->getAdapter();\n            $query = $adapter->getSelect()->from(\n                $this->source->addDocumentPrefix('core_store_group'),\n                ['group_id', 'name']\n            );\n            $this->storeGroup = $query->getAdapter()->fetchAssoc($query);\n            foreach ($this->storeGroup as $groupId => $group) {\n                $name = $group['name'];\n                $code = preg_replace('/\\s+/', '_', $name);\n                $code = preg_replace('/[^a-z0-9-_]/', '', strtolower($code));\n                $code = preg_replace('/^[^a-z]+/', '', $code);\n                if (in_array($name, $names)) {\n                    $code = $code . '-' . md5(mt_rand());\n                    $this->logger->warning(sprintf(\n                        'Duplicated code in %s.%s Record id %s',\n                        $tableName,\n                        $this->field,\n                        $groupId\n                    ));\n                    $this->logger->warning(PHP_EOL);\n                }\n                $names[] = $name;\n                $this->storeGroup[$groupId]['code'] = $code;\n            }\n        }\n        return $this->storeGroup[$groupIdRecord]['code'];\n    }\n}\n"
  },
  {
    "path": "src/Migration/Handler/Synonym.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Handler;\n\nuse Migration\\ResourceModel\\Adapter\\Mysql;\nuse Migration\\ResourceModel\\Destination;\nuse Migration\\ResourceModel\\Record;\nuse Migration\\ResourceModel\\Source;\n\n/**\n * Handler for synonyms\n */\nclass Synonym extends AbstractHandler implements HandlerInterface\n{\n    /**\n     * @var string\n     */\n    protected $synonymsTable = 'search_synonyms';\n\n    /**\n     * @var array\n     */\n    protected $storeWebsite = [];\n\n    /**\n     * @var Source\n     */\n    protected $source;\n\n    /**\n     * @var Destination\n     */\n    protected $destination;\n\n    /**\n     * @param Source $source\n     * @param Destination $destination\n     */\n    public function __construct(Source $source, Destination $destination)\n    {\n        $this->source = $source;\n        $this->destination = $destination;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function handle(Record $recordToHandle, Record $oppositeRecord)\n    {\n        $this->validate($recordToHandle);\n        $synonyms = $recordToHandle->getValue($this->field);\n        $storeId = $recordToHandle->getValue('store_id');\n        if (empty($synonyms)) {\n            return;\n        }\n        $synonyms .= sprintf('\"%s\",', $recordToHandle->getValue('query_text'));\n        $websiteId = $this->getWebsiteId($storeId);\n        $record = ['synonyms' => $synonyms, 'store_id' => $storeId, 'website_id' => $websiteId];\n        $this->destination->saveRecords($this->synonymsTable, [$record]);\n    }\n\n    /**\n     * Get website id\n     *\n     * @param int|string $storeId\n     * @return array\n     */\n    protected function getWebsiteId($storeId)\n    {\n        if (empty($this->storeWebsite[$storeId])) {\n            /** @var Mysql $adapter */\n            $adapter = $this->source->getAdapter();\n            $query = $adapter->getSelect()->from($this->source->addDocumentPrefix('core_store'), ['website_id'])\n                ->where('store_id = ?', $storeId);\n            $this->storeWebsite[$storeId] = $query->getAdapter()->fetchOne($query);\n        }\n        return $this->storeWebsite[$storeId];\n    }\n}\n"
  },
  {
    "path": "src/Migration/Handler/Timezone.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Handler;\n\nuse Migration\\ResourceModel\\Record;\nuse Migration\\Exception;\n\n/**\n * Handler to set offset for date and time fields while migration\n */\nclass Timezone extends AbstractHandler implements HandlerInterface\n{\n    const MIN_OFFSET = -14;\n\n    const MAX_OFFSET = 12;\n\n    const SIGN_PLUS  = '+';\n\n    const SIGN_MINUS = '-';\n\n    const TYPE_INT = 'int';\n\n    /**\n     * @var string\n     */\n    protected $offset;\n\n    /**\n     * @var array\n     */\n    protected $supportedDatatypes = [\n        self::TYPE_INT,\n        \\Magento\\Framework\\DB\\Ddl\\Table::TYPE_INTEGER,\n        \\Magento\\Framework\\DB\\Ddl\\Table::TYPE_TIMESTAMP,\n        \\Magento\\Framework\\DB\\Ddl\\Table::TYPE_DATETIME,\n    ];\n\n    /**\n     * @param string $offset\n     */\n    public function __construct($offset)\n    {\n        $this->offset = $offset;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function handle(Record $recordToHandle, Record $oppositeRecord)\n    {\n        $this->validate($recordToHandle);\n\n        $value  = $recordToHandle->getValue($this->field);\n\n        if (!$value || !$this->offset) {\n            return;\n        }\n\n        $fieldType = $recordToHandle->getStructure()->getFields()[$this->field]['DATA_TYPE'];\n        $isTypeInt = in_array($fieldType, [self::TYPE_INT, \\Magento\\Framework\\DB\\Ddl\\Table::TYPE_INTEGER]);\n\n        if ($isTypeInt) {\n            $dateTime = new \\DateTime();\n            $dateTime->setTimestamp($value);\n        } else {\n            $dateTime = new \\DateTime($value);\n        }\n\n        $dateTime->modify($this->offset . ' hour');\n\n        if ($isTypeInt) {\n            $value = $dateTime->getTimestamp();\n        } else {\n            $value = $dateTime->format(\\Magento\\Framework\\DB\\Adapter\\Pdo\\Mysql::TIMESTAMP_FORMAT);\n        }\n\n        $recordToHandle->setValue($this->field, $value);\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function validate(Record $record)\n    {\n        $offsetInt  = $this->offset;\n\n        $sign = substr($this->offset, 0, 1);\n        if (in_array($sign, [self::SIGN_PLUS, self::SIGN_MINUS])) {\n            $offsetInt = substr($this->offset, 1, strlen($this->offset) - 1);\n        } else {\n            $sign = self::SIGN_PLUS;\n        }\n\n        if ((self::SIGN_PLUS === $sign) && ($offsetInt > self::MAX_OFFSET)\n         || (self::SIGN_MINUS === $sign) && ($offsetInt < self::MIN_OFFSET)) {\n            throw new Exception(\n                'Offset can have value between '\n                . '\"' . self::MIN_OFFSET . '\" and \"' . self::SIGN_PLUS . self::MAX_OFFSET . '\"\"'\n            );\n        }\n\n        $fieldType = $record->getStructure()->getFields()[$this->field]['DATA_TYPE'];\n        if (!in_array($fieldType, $this->supportedDatatypes)) {\n            throw new Exception('Provided datatype for field \"' . $this->field . '\" is not supported');\n        }\n\n        parent::validate($record);\n    }\n}\n"
  },
  {
    "path": "src/Migration/Handler/TruncateSuffix.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Handler;\n\nuse Migration\\Config;\nuse Migration\\ResourceModel\\Adapter\\Mysql;\nuse Migration\\ResourceModel\\Record;\nuse Migration\\ResourceModel\\Source;\nuse Migration\\Step\\DatabaseStage;\n\n/**\n * Class TruncateSuffix\n */\nclass TruncateSuffix extends AbstractHandler implements HandlerInterface\n{\n    const DEFAULT_SUFFIX = '.html';\n\n    /**\n     * Attribute IDs\n     *\n     * @var array\n     */\n    protected $attributeIds;\n\n    /**\n     * @var string\n     */\n    protected $suffixPath;\n\n    /**\n     * @var string\n     */\n    protected $suffix = false;\n\n    /**\n     * Can start\n     *\n     * @var bool\n     */\n    protected $canStart;\n\n    /**\n     * @var Source\n     */\n    protected $source;\n\n    /**\n     * @var string\n     */\n    protected $attributeCodes;\n\n    /**\n     * @var string\n     */\n    protected $entityTypeCode;\n\n    /**\n     * TruncateSuffix constructor.\n     * @param Config $config\n     * @param Source $source\n     * @param string $suffixPath\n     * @param string $attributeCodes\n     * @param string $entityTypeCode\n     */\n    public function __construct(Config $config, Source $source, $suffixPath, $attributeCodes, $entityTypeCode)\n    {\n        $this->canStart = $config->getSource()['type'] == DatabaseStage::SOURCE_TYPE;\n        if ($this->canStart) {\n            $this->source = $source;\n            $this->suffixPath = $suffixPath;\n            $attributeCodes = rtrim($attributeCodes, ']');\n            $attributeCodes = ltrim($attributeCodes, '[');\n            $this->attributeCodes = explode(',', $attributeCodes);\n            $this->entityTypeCode = $entityTypeCode;\n        }\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function handle(Record $recordToHandle, Record $oppositeRecord)\n    {\n        if (!$this->canStart || !$this->getSuffix()) {\n            return;\n        }\n        $attributeIds = $this->getAttributeIds();\n        if (in_array($recordToHandle->getValue('attribute_id'), $attributeIds)) {\n            $suffix = '~' . preg_quote($this->getSuffix()) . '$~';\n            $value = $recordToHandle->getValue($this->field);\n            $value = preg_replace($suffix, '', $value);\n            $recordToHandle->setValue($this->field, $value);\n        }\n    }\n\n    /**\n     * Get attribute ids\n     *\n     * @return array\n     */\n    protected function getAttributeIds()\n    {\n        if (null === $this->attributeIds) {\n            /** @var Mysql $adapter */\n            $adapter = $this->source->getAdapter();\n            $query = $adapter->getSelect()->from(\n                ['ea' => $this->source->addDocumentPrefix('eav_attribute')],\n                ['ea.attribute_id']\n            )->join(\n                ['eet' => $this->source->addDocumentPrefix('eav_entity_type')],\n                'ea.entity_type_id = eet.entity_type_id',\n                []\n            )\n                ->where('ea.attribute_code IN (?)', $this->attributeCodes)\n                ->where('eet.entity_type_code = ?', $this->entityTypeCode);\n            $this->attributeIds = $query->getAdapter()->fetchCol($query);\n        }\n        return $this->attributeIds;\n    }\n\n    /**\n     * Get suffix\n     *\n     * @return string\n     */\n    protected function getSuffix()\n    {\n        if (false === $this->suffix) {\n            /** @var Mysql $adapter */\n            $adapter = $this->source->getAdapter();\n            $query = $adapter->getSelect()->from($this->source->addDocumentPrefix('core_config_data'), ['value'])\n                ->where('path = ?', $this->suffixPath)\n                ->limit(1);\n            $result = $query->getAdapter()->fetchOne($query);\n            $this->suffix = $result ?: self::DEFAULT_SUFFIX;\n        }\n        return $this->suffix;\n    }\n}\n"
  },
  {
    "path": "src/Migration/Handler/VisualMerchandiser/Attribute.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Handler\\VisualMerchandiser;\n\nuse Migration\\ResourceModel\\Record;\nuse Migration\\Handler\\AbstractHandler;\n\n/**\n * Class Attribute\n */\nclass Attribute extends AbstractHandler\n{\n    const DESTINATION_DEFAULT_SKU_ATTRIBUTE = \"SKU\";\n\n    /**\n     * @inheritdoc\n     */\n    public function handle(Record $recordToHandle, Record $oppositeRecord)\n    {\n        $this->validate($recordToHandle);\n        $value = $recordToHandle->getValue($this->field);\n        $valueArr = explode(',', $value);\n        if (!array_search(strtolower(self::DESTINATION_DEFAULT_SKU_ATTRIBUTE), array_map('strtolower', $valueArr))) {\n            array_push($valueArr, self::DESTINATION_DEFAULT_SKU_ATTRIBUTE);\n        }\n        $recordToHandle->setValue($this->field, implode(',', $valueArr));\n    }\n}\n"
  },
  {
    "path": "src/Migration/Handler/VisualMerchandiser/InsertMode.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Handler\\VisualMerchandiser;\n\nuse Migration\\ResourceModel\\Record;\nuse Migration\\Handler\\AbstractHandler;\n\n/**\n * Class InsertMode\n */\nclass InsertMode extends AbstractHandler\n{\n    /**\n     * @inheritdoc\n     */\n    public function handle(Record $recordToHandle, Record $oppositeRecord)\n    {\n        $valueMap = [\n            '1' => '0',\n            '2' => '1'\n        ];\n        $this->validate($recordToHandle);\n        $value = $recordToHandle->getValue($this->field);\n        $recordToHandle->setValue($this->field, $valueMap[$value]);\n    }\n}\n"
  },
  {
    "path": "src/Migration/Handler/VisualMerchandiser/SmartAttribute.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Handler\\VisualMerchandiser;\n\nuse Migration\\Handler\\AbstractHandler;\nuse Migration\\ResourceModel\\Record;\n\n/**\n * Class SmartAttribute\n */\nclass SmartAttribute extends AbstractHandler\n{\n    const ATTRIBUTE_CODE_NAME = 'attribute_codes';\n    const ATTRIBUTE_VALUE_NAME = 'smart_attributes';\n\n    /**\n     * @inheritdoc\n     */\n    public function handle(Record $recordToHandle, Record $oppositeRecord)\n    {\n        $count = 0;\n        $attributes = [];\n        $this->validate($recordToHandle);\n        $attributeCode = $recordToHandle->getValue(self::ATTRIBUTE_CODE_NAME);\n        $attributeCodeArr = explode(',', $attributeCode);\n        $attributeValues = unserialize($recordToHandle->getValue(self::ATTRIBUTE_VALUE_NAME));\n        if (is_array($attributeValues)) {\n            foreach ($attributeValues as $attributeValue) {\n                $attribute = $this->parseOperator($attributeValue['value']);\n                $attribute['attribute'] = $attributeCodeArr[$count];\n                $attribute['logic'] = $attributeValue['link'];\n                $count++;\n                $attributes[] = $attribute;\n            }\n            $attributeString = \\Zend_Json::encode($attributes);\n\n            $recordToHandle->setValue($this->field, $attributeString);\n        }\n    }\n\n    /**\n     * Parse operator\n     *\n     * @param string $attribute\n     * @return array\n     */\n    protected function parseOperator($attribute)\n    {\n        $result = [];\n        $possibleValues = [\n            'gte'   => '>=',\n            'lte'   => '<=',\n            'eq'    => '=',\n            'neq'   => '!',\n            'gt'    => '>',\n            'lt'    => '<',\n            'like'  => '*'\n        ];\n        foreach ($possibleValues as $operator => $value) {\n            if (strpos($attribute, $value) !== false) {\n                $result['operator'] = $operator;\n                $result['value'] = trim(str_replace($value, \"\", $attribute));\n            }\n        }\n        if (empty($result)) {\n            $result['operator'] = 'eq';\n            $result['value'] = $attribute;\n        }\n\n        return $result;\n    }\n}\n"
  },
  {
    "path": "src/Migration/Logger/ConsoleHandler.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Logger;\n\nuse Monolog\\Formatter\\FormatterInterface;\nuse Monolog\\Handler\\FormattableHandlerInterface;\nuse Monolog\\Handler\\HandlerInterface;\nuse Monolog\\Handler\\AbstractHandler;\nuse Psr\\Log\\LogLevel;\nuse Monolog\\LogRecord;\n\n/**\n * Processing logger handler creation for migration application\n */\nclass ConsoleHandler extends AbstractHandler implements HandlerInterface, FormattableHandlerInterface\n{\n    const COLOR_RESET   = '0';\n    const COLOR_BLACK   = '0;30';\n    const COLOR_RED     = '0;31';\n    const COLOR_GREEN   = '0;32';\n    const COLOR_YELLOW  = '0;33';\n    const COLOR_BLUE    = '0;34';\n    const COLOR_MAGENTA = '0;35';\n    const COLOR_CYAN    = '0;36';\n    const COLOR_WHITE   = '0;37';\n\n    /**\n     * @var FormatterInterface\n     */\n    private $formatter;\n\n    /**\n     * Paint the message to specified color\n     *\n     * @param string $string\n     * @param string $color\n     * @return string\n     */\n    protected function colorize($string, $color)\n    {\n        return \"\\x1b[{$color}m\" . $string . \"\\x1b[\" . self::COLOR_RESET . \"m\";\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function handle(LogRecord $record): bool\n    {\n        if (!$this->isHandling($record)) {\n            return false;\n        }\n        $record['formatted'] = $this->getFormatter()->format($record);\n        switch ($record['level']) {\n            case LogLevel::ERROR:\n            case LogLevel::CRITICAL:\n                echo PHP_EOL . $this->colorize($record['formatted'], self::COLOR_RED);\n                break;\n            case LogLevel::WARNING:\n                echo PHP_EOL . $this->colorize($record['formatted'], self::COLOR_YELLOW);\n                break;\n            case LogLevel::NOTICE:\n                echo PHP_EOL . $this->colorize($record['formatted'], self::COLOR_BLUE);\n                break;\n            default:\n                echo PHP_EOL . $record['formatted'];\n        }\n        return false === $this->bubble;\n    }\n\n    /**\n     * Sets the formatter.\n     *\n     * @param FormatterInterface $formatter\n     */\n    public function setFormatter(FormatterInterface $formatter): HandlerInterface\n    {\n        $this->formatter = $formatter;\n        return $this;\n    }\n\n    /**\n     * Gets the formatter.\n     *\n     * @return FormatterInterface\n     */\n    public function getFormatter(): FormatterInterface\n    {\n        if (!$this->formatter) {\n            throw new \\LogicException('No formatter has been set and this handler does not have a default formatter');\n        }\n        return $this->formatter;\n    }\n}\n"
  },
  {
    "path": "src/Migration/Logger/FileHandler.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Logger;\n\nuse Magento\\Framework\\Filesystem\\Driver\\File;\nuse Migration\\Config;\nuse Magento\\Framework\\App\\Filesystem\\DirectoryList;\nuse Monolog\\Formatter\\FormatterInterface;\nuse Monolog\\Handler\\HandlerInterface;\nuse Monolog\\LogRecord;\n\n/**\n * Processing logger handler creation for migration application\n */\nclass FileHandler extends \\Monolog\\Handler\\AbstractHandler implements \\Monolog\\Handler\\HandlerInterface\n{\n    /**\n     * @var File\n     */\n    protected $file;\n\n    /**\n     * Permissions for new sub-directories\n     *\n     * @var int\n     */\n    protected $permissions = 0777;\n\n    /**\n     * @var Config\n     */\n    protected $config;\n\n    /**\n     * @var \\Magento\\Framework\\Filesystem\n     */\n    private $filesystem;\n\n    /**\n     * @var FormatterInterface\n     */\n    private $formatter;\n\n    /**\n     * @param File $file\n     * @param Config $config\n     * @param \\Magento\\Framework\\Filesystem $filesystem\n     */\n    public function __construct(File $file, Config $config, \\Magento\\Framework\\Filesystem $filesystem)\n    {\n        $this->file = $file;\n        $this->config = $config;\n        $this->filesystem = $filesystem;\n        parent::__construct();\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function handle(LogRecord $record): bool\n    {\n        if (!$this->isHandling($record)) {\n            return false;\n        }\n        $logFile = $this->config->getOption('log_file');\n        $record['formatted'] = $this->getFormatter()->format($record);\n        if ($logFile) {\n            $filePath = $this->getFilePath($logFile);\n            $this->file->filePutContents($filePath, $record['formatted'] . PHP_EOL, FILE_APPEND);\n        }\n        return false === $this->bubble;\n    }\n\n    /**\n     * Get file path\n     *\n     * @param string $logFile\n     * @return string\n     */\n    protected function getFilePath($logFile)\n    {\n        $logFileDir = dirname($logFile);\n        if (!$this->file->getRealPath($logFileDir)) {\n            if (substr($logFileDir, 0, 1) != '/') {\n                $logFileDir = $this->filesystem->getDirectoryRead(DirectoryList::VAR_DIR)->getAbsolutePath()\n                    . $logFileDir;\n                $logFile = $logFileDir . DIRECTORY_SEPARATOR . basename($logFile);\n            }\n            if (!$this->file->isExists($logFileDir)) {\n                $this->file->createDirectory($logFileDir, $this->permissions);\n            }\n        } elseif ($logFileDir == '.') {\n            $logFile = $this->filesystem->getDirectoryRead(DirectoryList::VAR_DIR)->getAbsolutePath()\n                . basename($logFile);\n        }\n        return $logFile;\n    }\n\n    /**\n     * Sets the formatter.\n     *\n     * @param FormatterInterface $formatter\n     */\n    public function setFormatter(FormatterInterface $formatter): HandlerInterface\n    {\n        $this->formatter = $formatter;\n        return $this;\n    }\n\n    /**\n     * Gets the formatter.\n     *\n     * @return FormatterInterface\n     */\n    public function getFormatter(): FormatterInterface\n    {\n        if (!$this->formatter) {\n            throw new \\LogicException('No formatter has been set and this handler does not have a default formatter');\n        }\n        return $this->formatter;\n    }\n}\n"
  },
  {
    "path": "src/Migration/Logger/Logger.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n\nnamespace Migration\\Logger;\n\nuse Monolog\\JsonSerializableDateTimeImmutable;\nuse Monolog\\Level;\n\n/**\n * Processing logger handler creation for migration application\n */\nclass Logger extends \\Monolog\\Logger\n{\n    /**\n     * All messages from logger\n     *\n     * @var array\n     */\n    protected static $messages = [];\n\n    /**\n     * @param string $name\n     * @param array $handlers\n     * @param array $processors\n     */\n    public function __construct($name = 'Migration', array $handlers = [], array $processors = [])\n    {\n        parent::__construct($name, $handlers, $processors);\n    }\n\n    /**\n     * @inheritdoc\n     */\n\n    public function addRecord(int|Level $level, string $message, array $context = [], JsonSerializableDateTimeImmutable|null $datetime = null): bool\n    {\n        $levelValue = $level instanceof Level ? $level->value : $level;\n        $processed = parent::addRecord($levelValue, $message, $context);\n        self::$messages[$levelValue][] = $message;\n        return $processed;\n    }\n\n    /**\n     * Returns all log messages\n     *\n     * @return array\n     */\n    public static function getMessages()\n    {\n        return self::$messages;\n    }\n\n    /**\n     * Clear all log messages\n     *\n     * @return void\n     */\n    public static function clearMessages()\n    {\n        self::$messages = [];\n    }\n}\n"
  },
  {
    "path": "src/Migration/Logger/Manager.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n\nnamespace Migration\\Logger;\n\nuse Psr\\Log\\LogLevel;\n\n/**\n * Processing logger handler creation for migration application\n */\nclass Manager\n{\n    /** Log levels */\n    const LOG_LEVEL_ERROR = 'error';\n\n    const LOG_LEVEL_INFO = 'info';\n\n    const LOG_LEVEL_DEBUG = 'debug';\n\n    /**\n     * @var Logger\n     */\n    protected $logger;\n\n    /**\n     * @var \\Monolog\\Handler\\AbstractHandler[]\n     */\n    protected $handlers;\n\n    /**\n     * @var MessageFormatter\n     */\n    protected $formatter;\n\n    /**\n     * @var MessageProcessor\n     */\n    protected $processor;\n\n    /**\n     * @var string|null\n     */\n    protected $logLevel = null;\n\n    /**\n     * @var array\n     */\n    protected $logLevels = [\n        self::LOG_LEVEL_ERROR => LogLevel::ERROR,\n        self::LOG_LEVEL_INFO => LogLevel::INFO,\n        self::LOG_LEVEL_DEBUG => LogLevel::DEBUG\n    ];\n\n    /**\n     * @param Logger $logger\n     * @param ConsoleHandler $consoleHandler\n     * @param FileHandler $fileHandler\n     * @param MessageFormatter $formatter\n     * @param MessageProcessor $messageProcessor\n     */\n    public function __construct(\n        Logger $logger,\n        ConsoleHandler $consoleHandler,\n        FileHandler $fileHandler,\n        MessageFormatter $formatter,\n        MessageProcessor $messageProcessor\n    ) {\n        $this->logger = $logger;\n        $this->handlers = [$consoleHandler, $fileHandler];\n        $this->formatter = $formatter;\n        $this->processor = $messageProcessor;\n    }\n\n    /**\n     * Process\n     *\n     * @param string $logLevel\n     * @return $this\n     * @throws \\Migration\\Exception\n     */\n    public function process($logLevel = self::LOG_LEVEL_INFO)\n    {\n        $logLevel = strtolower($logLevel);\n        if (empty($this->logLevels[$logLevel])) {\n            throw new \\Migration\\Exception(\"Invalid log level '$logLevel' provided.\");\n        }\n        foreach ($this->handlers as $handler) {\n            $handler->setLevel($this->logLevels[$logLevel])->setFormatter($this->formatter);\n            $this->logger->pushHandler($handler);\n        }\n        $this->logger->pushProcessor([$this->processor, 'setExtra']);\n        $this->logLevel = $logLevel;\n        return $this;\n    }\n\n    /**\n     * Get log level\n     *\n     * @return null|string\n     */\n    public function getLogLevel()\n    {\n        return $this->logLevel;\n    }\n}\n"
  },
  {
    "path": "src/Migration/Logger/MessageFormatter.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Logger;\n\nuse Monolog\\LogRecord;\n\n/**\n * Format logger messages corresponding to verbosity level\n */\nclass MessageFormatter extends \\Monolog\\Formatter\\LineFormatter implements \\Monolog\\Formatter\\FormatterInterface\n{\n    /**\n     * @inheritdoc\n     */\n    protected string $format;\n\n    /**\n     * @inheritdoc\n     */\n    public function format(LogRecord $record): string\n    {\n        $this->format = $this->getLevelFormat($record['level_name']);\n        return parent::format($record);\n    }\n\n    /**\n     * Get level format\n     *\n     * @param string $levelName\n     * @return string\n     */\n    protected function getLevelFormat($levelName)\n    {\n        switch ($levelName) {\n            case 'INFO':\n                $format = \"[%datetime%][INFO]%extra.mode%%extra.stage%%extra.step%: %message%\";\n                break;\n            case 'DEBUG':\n                $format = \"[%datetime%][DEBUG]%extra.mode%%extra.stage%%extra.step%%extra.table%: %message%\";\n                break;\n            case 'ERROR':\n                $format = \"[%datetime%][ERROR]: %message%\";\n                break;\n            case 'WARNING':\n                $format = \"[%datetime%][WARNING]: %message%\";\n                break;\n            case 'NOTICE':\n                $format = \"[NOTICE]: %message%\";\n                break;\n            default:\n                $format = \"%message%\";\n        }\n        return $format;\n    }\n}\n"
  },
  {
    "path": "src/Migration/Logger/MessageProcessor.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Logger;\n\nuse Monolog\\LogRecord;\n\n/**\n * Logger messages processor\n */\nclass MessageProcessor\n{\n    /**\n     * @var array\n     */\n    protected $extra = [\n        'mode' => '',\n        'stage' => '',\n        'step' => '',\n        'table' => ''\n    ];\n\n    /**\n     * Set extra\n     *\n     * @param LogRecord $record\n     * @return array\n     */\n    public function setExtra(LogRecord $record)\n    {\n        foreach ($record['context'] as $key => $value) {\n            switch ($key) {\n                case 'mode':\n                    $this->extra[$key] = '[mode: ' . $value . ']';\n                    break;\n                case 'stage':\n                    $this->extra[$key] = '[stage: ' . $value . ']';\n                    break;\n                case 'step':\n                    $this->extra[$key] = '[step: ' . $value . ']';\n                    break;\n                case 'table':\n                    $this->extra[$key] = '[table: ' . $value . ']';\n                    break;\n            }\n        }\n        $record['extra'] = $this->extra;\n        return $record;\n    }\n}\n"
  },
  {
    "path": "src/Migration/Mode/AbstractMode.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Mode;\n\nuse Migration\\App\\Progress;\nuse Migration\\App\\Step\\StageInterface;\nuse Migration\\Logger\\Logger;\n\n/**\n * Abstract Mode\n */\nabstract class AbstractMode\n{\n    /**\n     * @var \\Migration\\App\\Mode\\StepListFactory\n     */\n    protected $stepListFactory;\n\n    /**\n     * @var Logger\n     */\n    protected $logger;\n\n    /**\n     * @var Progress\n     */\n    protected $progress;\n\n    /**\n     * @var string\n     */\n    protected $mode;\n\n    /**\n     * @var bool\n     */\n    protected $canBeCompleted = true;\n\n    /**\n     * @var string\n     */\n    protected $autoResolveMessage = 'You can use --auto or -a option to ignore not mapped differences'\n        . ' between source and destination to continue migration';\n\n    /**\n     * @param Progress $progress\n     * @param Logger $logger\n     * @param \\Migration\\App\\Mode\\StepListFactory $stepListFactory\n     */\n    public function __construct(\n        Progress $progress,\n        Logger $logger,\n        \\Migration\\App\\Mode\\StepListFactory $stepListFactory\n    ) {\n        $this->progress = $progress;\n        $this->logger = $logger;\n        $this->stepListFactory = $stepListFactory;\n    }\n\n    /**\n     * Run stage\n     *\n     * @param StageInterface $object\n     * @param string $step\n     * @param string $stage\n     * @param boolean $force\n     * @return bool\n     */\n    protected function runStage($object, $step, $stage, $force = false)\n    {\n        $this->logger->info(\n            'started',\n            ['step' => $step, 'stage' => $stage, 'mode' => $this->mode]\n        );\n        if ($this->progress->isCompleted($object, $stage) && !$force) {\n            return true;\n        }\n        try {\n            $result = $object->perform();\n        } catch (\\Migration\\Exception $e) {\n            $this->logger->error($e->getMessage());\n            return false;\n        }\n\n        if ($result && $this->canBeCompleted) {\n            $this->progress->saveResult($object, $stage, $result);\n        }\n\n        return $result;\n    }\n}\n"
  },
  {
    "path": "src/Migration/Mode/Data.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Mode;\n\nuse Migration\\App\\SetupDeltaLog;\nuse Migration\\App\\Mode\\StepList;\nuse Migration\\App\\Progress;\nuse Migration\\App\\Step\\RollbackInterface;\nuse Migration\\Logger\\Logger;\nuse Migration\\Exception;\nuse Migration\\Config;\n\n/**\n * Class Migration\n */\nclass Data extends AbstractMode implements \\Migration\\App\\Mode\\ModeInterface\n{\n    /**\n     * @inheritdoc\n     */\n    protected $mode = 'data';\n\n    /**\n     * @var SetupDeltaLog\n     */\n    protected $setupDeltaLog;\n\n    /**\n     * @var \\Migration\\Config\n     */\n    protected $configReader;\n\n    /**\n     * @param Progress $progress\n     * @param Logger $logger\n     * @param \\Migration\\App\\Mode\\StepListFactory $stepListFactory\n     * @param SetupDeltaLog $setupDeltaLog\n     * @param \\Migration\\Config $configReader\n     */\n    public function __construct(\n        Progress $progress,\n        Logger $logger,\n        \\Migration\\App\\Mode\\StepListFactory $stepListFactory,\n        SetupDeltaLog $setupDeltaLog,\n        Config $configReader\n    ) {\n        parent::__construct($progress, $logger, $stepListFactory);\n        $this->setupDeltaLog = $setupDeltaLog;\n        $this->configReader = $configReader;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function run()\n    {\n        /** @var StepList $steps */\n        $steps = $this->stepListFactory->create(['mode' => 'data']);\n        $this->runIntegrity($steps);\n        $this->setupDeltalog();\n\n        foreach ($steps->getSteps() as $stepName => $step) {\n            if (empty($step['data'])) {\n                continue;\n            }\n            $this->runData($step, $stepName);\n            if (!empty($step['volume'])) {\n                $this->runVolume($step, $stepName);\n            }\n        }\n\n        $this->logger->info('Migration completed');\n        return true;\n    }\n\n    /**\n     * Run integrity\n     *\n     * @param StepList $steps\n     * @throws Exception\n     * @return void\n     */\n    protected function runIntegrity(StepList $steps)\n    {\n        $autoResolve = $this->configReader->getOption(Config::OPTION_AUTO_RESOLVE);\n        $result = true;\n        foreach ($steps->getSteps() as $stepName => $step) {\n            if (!empty($step['integrity'])) {\n                $result = $this->runStage($step['integrity'], $stepName, 'integrity check') && $result;\n            }\n        }\n        if (!$result && !$autoResolve) {\n            $this->logger->notice($this->autoResolveMessage);\n            throw new Exception('Integrity Check failed');\n        }\n    }\n\n    /**\n     * Setup triggers\n     *\n     * @throws Exception\n     * @return void\n     */\n    protected function setupDeltalog()\n    {\n        if (!$this->runStage($this->setupDeltaLog, 'Stage', 'setup triggers')) {\n            throw new Exception('Setup triggers failed');\n        }\n    }\n\n    /**\n     * Run data\n     *\n     * @param array $step\n     * @param string $stepName\n     * @throws Exception\n     * @return void\n     */\n    protected function runData(array $step, $stepName)\n    {\n        if (!$this->runStage($step['data'], $stepName, 'data migration')) {\n            $this->rollback($step['data'], $stepName);\n            throw new Exception('Data Migration failed');\n        }\n    }\n\n    /**\n     * Run volume\n     *\n     * @param array $step\n     * @param string $stepName\n     * @throws Exception\n     * @return void\n     */\n    protected function runVolume(array $step, $stepName)\n    {\n        if (!$this->runStage($step['volume'], $stepName, 'volume check')) {\n            $this->rollback($step['data'], $stepName);\n            if ($this->configReader->getStep('delta', $stepName)) {\n                $this->logger->warning('Volume Check failed');\n            } else {\n                throw new Exception('Volume Check failed');\n            }\n        }\n    }\n\n    /**\n     * Rollback\n     *\n     * @param RollbackInterface $stage\n     * @param string $stepName\n     * @return void\n     */\n    protected function rollback($stage, $stepName)\n    {\n        if ($stage instanceof RollbackInterface) {\n            $this->logger->info('Error occurred. Rollback.');\n            $this->logger->info(sprintf('%s: rollback', $stepName));\n            try {\n                $stage->rollback();\n            } catch (\\Migration\\Exception $e) {\n                $this->logger->error($e->getMessage());\n            }\n            $this->progress->reset($stage);\n            $this->logger->info('Please fix errors and run Migration Tool again');\n        }\n    }\n}\n"
  },
  {
    "path": "src/Migration/Mode/Delta.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Mode;\n\nuse Migration\\App\\Progress;\nuse Migration\\App\\Step\\StageInterface;\nuse Migration\\Logger\\Logger;\nuse Migration\\Exception;\nuse Migration\\App\\Mode\\StepList;\nuse Migration\\Reader\\Groups;\nuse Migration\\ResourceModel\\Adapter\\Mysql;\nuse Migration\\ResourceModel\\Source;\n\n/**\n * Class Delta\n */\nclass Delta extends AbstractMode implements \\Migration\\App\\Mode\\ModeInterface\n{\n    /**\n     * @var int\n     */\n    protected $autoRestart;\n\n    /**\n     * @inheritdoc\n     */\n    protected $mode = 'delta';\n\n    /**\n     * @var bool\n     */\n    protected $canBeCompleted = false;\n\n    /**\n     * @var Source\n     */\n    protected $source;\n\n    /**\n     * @var Groups\n     */\n    protected $groupsReader;\n\n    /**\n     * @var \\Migration\\Reader\\GroupsFactory\n     */\n    private $groupsFactory;\n\n    /**\n     * @param Progress $progress\n     * @param Logger $logger\n     * @param \\Migration\\App\\Mode\\StepListFactory $stepListFactory\n     * @param Source $source\n     * @param \\Migration\\Reader\\GroupsFactory $groupsFactory\n     * @param int $autoRestart\n     */\n    public function __construct(\n        Progress $progress,\n        Logger $logger,\n        \\Migration\\App\\Mode\\StepListFactory $stepListFactory,\n        Source $source,\n        \\Migration\\Reader\\GroupsFactory $groupsFactory,\n        $autoRestart = 5\n    ) {\n        $this->source = $source;\n        $this->autoRestart = $autoRestart;\n        $this->groupsFactory = $groupsFactory;\n        parent::__construct($progress, $logger, $stepListFactory);\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function run()\n    {\n        do {\n            /** @var StepList $steps */\n            $steps = $this->stepListFactory->create(['mode' => 'delta']);\n            /**\n             * @var string $stepName\n             * @var StageInterface[] $step\n             */\n            foreach ($steps->getSteps() as $stepName => $step) {\n                if (empty($step['delta'])) {\n                    continue;\n                }\n                $this->runDelta($step, $stepName);\n                if (!empty($step['volume'])) {\n                    $this->runVolume($step, $stepName);\n                }\n            }\n\n            $deltaLogs = $this->getGroupsReader()->getGroups();\n            foreach ($deltaLogs as $deltaDocuments) {\n                foreach (array_keys($deltaDocuments) as $documentName) {\n                    /** @var Mysql $adapter */\n                    $adapter = $this->source->getAdapter();\n                    $adapter->deleteProcessedRecords(\n                        $this->source->addDocumentPrefix(\n                            $this->source->getDeltaLogName($documentName)\n                        )\n                    );\n                }\n            }\n\n            $this->logger->info('Migration completed successfully');\n            if ($this->autoRestart) {\n                $this->logger->info(\"Automatic restart in {$this->autoRestart} sec. Use CTRL-C to abort\");\n                sleep($this->autoRestart);\n            }\n        } while ($this->autoRestart);\n        return true;\n    }\n\n    /**\n     * Run delta\n     *\n     * @param array $step\n     * @param string $stepName\n     * @throws Exception\n     * @return void\n     */\n    private function runDelta(array $step, $stepName)\n    {\n        if (!$this->runStage($step['delta'], $stepName, 'delta delivering')) {\n            throw new Exception('Delta delivering failed');\n        }\n    }\n\n    /**\n     * Run volume\n     *\n     * @param array $step\n     * @param string $stepName\n     * @throws Exception\n     * @return void\n     */\n    private function runVolume(array $step, $stepName)\n    {\n        if (!$this->runStage($step['volume'], $stepName, 'volume check', true)) {\n            $this->logger->warning('Volume Check failed');\n        }\n    }\n\n    /**\n     * Get groups reader\n     *\n     * @return Groups\n     */\n    private function getGroupsReader()\n    {\n        if (null == $this->groupsReader) {\n            $this->groupsReader = $this->groupsFactory->create('delta_document_groups_file');\n        }\n        return $this->groupsReader;\n    }\n}\n"
  },
  {
    "path": "src/Migration/Mode/Settings.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Mode;\n\nuse Migration\\App\\Mode\\StepList;\nuse Migration\\App\\Progress;\nuse Migration\\Logger\\Logger;\nuse Migration\\Exception;\nuse Migration\\Config;\n\n/**\n * Class Settings\n */\nclass Settings extends AbstractMode implements \\Migration\\App\\Mode\\ModeInterface\n{\n    /**\n     * @inheritdoc\n     */\n    protected $mode = 'settings';\n\n    /**\n     * @var \\Migration\\Config\n     */\n    protected $configReader;\n\n    /**\n     * @param Progress $progress\n     * @param Logger $logger\n     * @param \\Migration\\App\\Mode\\StepListFactory $stepListFactory\n     * @param \\Migration\\Config $configReader\n     */\n    public function __construct(\n        Progress $progress,\n        Logger $logger,\n        \\Migration\\App\\Mode\\StepListFactory $stepListFactory,\n        Config $configReader\n    ) {\n        parent::__construct($progress, $logger, $stepListFactory);\n        $this->configReader = $configReader;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function run()\n    {\n        /** @var StepList $steps */\n        $steps = $this->stepListFactory->create(['mode' => 'settings']);\n        $this->runIntegrity($steps);\n\n        foreach ($steps->getSteps() as $stepName => $step) {\n            if (empty($step['data'])) {\n                continue;\n            }\n            $this->runData($step, $stepName);\n            if (!empty($step['volume'])) {\n                $this->runVolume($step, $stepName);\n            }\n        }\n\n        $this->logger->info('Migration completed');\n        return true;\n    }\n\n    /**\n     * Run integrity\n     *\n     * @param StepList $steps\n     * @throws Exception\n     * @return void\n     */\n    private function runIntegrity(StepList $steps)\n    {\n        $autoResolve = $this->configReader->getOption(Config::OPTION_AUTO_RESOLVE);\n        $result = true;\n        foreach ($steps->getSteps() as $stepName => $step) {\n            if (!empty($step['integrity'])) {\n                $result = $this->runStage($step['integrity'], $stepName, 'integrity check') && $result;\n            }\n        }\n        if (!$result && !$autoResolve) {\n            $this->logger->notice($this->autoResolveMessage);\n            throw new Exception('Integrity Check failed');\n        }\n    }\n\n    /**\n     * Run data\n     *\n     * @param array $step\n     * @param string $stepName\n     * @throws Exception\n     * @return void\n     */\n    private function runData(array $step, $stepName)\n    {\n        if (!$this->runStage($step['data'], $stepName, 'data migration')) {\n            throw new Exception('Data Migration failed');\n        }\n    }\n\n    /**\n     * Run volume\n     *\n     * @param array $step\n     * @param string $stepName\n     * @throws Exception\n     * @return void\n     */\n    private function runVolume(array $step, $stepName)\n    {\n        if (!$this->runStage($step['volume'], $stepName, 'volume check')) {\n            $this->logger->warning('Volume Check failed');\n        }\n    }\n}\n"
  },
  {
    "path": "src/Migration/Model/DocumentIdField.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Model;\n\nuse \\Migration\\ResourceModel\\Document;\n\n/**\n * Class DocumentIdField\n */\nclass DocumentIdField\n{\n    /**\n     * Get filed\n     *\n     * @param Document $document\n     * @return string|null\n     */\n    public function getFiled(Document $document)\n    {\n        $fields = $document->getStructure()->getFields();\n        foreach ($fields as $params) {\n            if ($params['PRIMARY'] && $params['IDENTITY']) {\n                return $params['COLUMN_NAME'];\n            }\n        }\n        foreach ($fields as $params) {\n            if ($params['PRIMARY']) {\n                return $params['COLUMN_NAME'];\n            }\n        }\n        return null;\n    }\n}\n"
  },
  {
    "path": "src/Migration/Model/PasswordHashResolver.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Model;\n\nuse Magento\\Customer\\Model\\Customer;\nuse Magento\\Customer\\Model\\ResourceModel\\Customer as CustomerResourceModel;\n\n/**\n * Class password hash resolver\n */\nclass PasswordHashResolver\n{\n\n    /**\n     * @var CustomerResourceModel\n     */\n    protected $customerResourceModel;\n\n    /**\n     * @param CustomerResourceModel $customerResourceModel\n     */\n    public function __construct(\n        CustomerResourceModel $customerResourceModel\n    ) {\n        $this->customerResourceModel = $customerResourceModel;\n    }\n\n    /**\n     * Resolve password hash\n     *\n     * @param Customer $customer\n     * @return mixed\n     */\n    public function resolve(Customer $customer)\n    {\n        $select = $this->customerResourceModel->getConnection()->select();\n        $select->from(\n                ['ce' => $this->customerResourceModel->getTable('customer_entity_varchar')],\n                'ce.value'\n            );\n        $select->where('ce.attribute_id = ?', $customer->getAttribute('password_hash')->getId());\n        $select->where('ce.entity_id = ?', $customer->getId());\n        $passwordHash = $select->getAdapter()->fetchOne($select);\n        $passwordHash = $passwordHash ?: $customer->getPasswordHash();\n        return $passwordHash;\n    }\n}\n"
  },
  {
    "path": "src/Migration/Model/PasswordVerifier.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Model;\n\n/**\n * Class PasswordVerifier\n */\nclass PasswordVerifier\n{\n    /**\n     * Verify password\n     *\n     * @param string $password\n     * @param string $passwordHash\n     * @return bool|void\n     */\n    public function verify($password, $passwordHash)\n    {\n        $passwordHashExplode = explode(':', $passwordHash);\n        $hash = $passwordHashExplode[0];\n        $salt = $passwordHashExplode[1] ?? '';\n        if ($this->isBcrypt($hash)) {\n            return password_verify($password, $hash);\n        } else if ($this->isSha512($hash)) {\n            return hash('sha512', $salt . $password) === $hash;\n        }\n        return;\n    }\n\n    /**\n     * Check if hash is Bcrypt algorithm\n     *\n     * @param string $hash\n     * @return bool\n     */\n    public function isBcrypt($hash)\n    {\n        if (stripos($hash, '$2y$') === 0) {\n            return true;\n        }\n        return false;\n    }\n\n    /**\n     * Check if hash is sha-512 algorithm\n     *\n     * @param string $hash\n     * @return bool\n     */\n    public function isSha512($hash)\n    {\n        $hash = explode(':', $hash)[0];\n        if (strlen($hash) === 128) {\n            return true;\n        }\n        return false;\n    }\n}\n"
  },
  {
    "path": "src/Migration/Plugin/Customer/Model/AuthenticationPlugin.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Plugin\\Customer\\Model;\n\nuse Magento\\Customer\\Model\\CustomerRegistry;\nuse Magento\\Customer\\Model\\ResourceModel\\Customer as CustomerResourceModel;\nuse Magento\\Framework\\Encryption\\EncryptorInterface as Encryptor;\nuse Migration\\Model\\PasswordVerifier;\nuse Migration\\Model\\PasswordHashResolver;\nuse Magento\\Customer\\Model\\Authentication;\n\n/**\n * Plugin for Authentication\n */\nclass AuthenticationPlugin\n{\n    /**\n     * @var CustomerRegistry\n     */\n    private $customerRegistry;\n\n    /**\n     * @var CustomerResourceModel\n     */\n    private $customerResourceModel;\n\n    /**\n     * @var PasswordVerifier\n     */\n    private $passwordVerifier;\n\n    /**\n     * @var PasswordHashResolver\n     */\n    private $passwordHashResolver;\n\n    /**\n     * @var Encryptor\n     */\n    private $encryptor;\n\n    /**\n     * @param CustomerRegistry $customerRegistry\n     * @param CustomerResourceModel $customerResourceModel\n     * @param PasswordVerifier $passwordVerifier\n     * @param Encryptor $encryptor\n     */\n    public function __construct(\n        CustomerRegistry $customerRegistry,\n        CustomerResourceModel $customerResourceModel,\n        PasswordVerifier $passwordVerifier,\n        PasswordHashResolver $passwordHashResolver,\n        Encryptor $encryptor\n    ) {\n        $this->customerRegistry = $customerRegistry;\n        $this->customerResourceModel = $customerResourceModel;\n        $this->passwordVerifier = $passwordVerifier;\n        $this->passwordHashResolver = $passwordHashResolver;\n        $this->encryptor = $encryptor;\n    }\n\n    /**\n     * Replace customer password hash in case it is Bcrypt or sha-512 algorithms\n     *\n     * @param Authentication $subject\n     * @param int $customerId\n     * @param string $password\n     * @return void\n     */\n    public function beforeAuthenticate(\n        Authentication $subject,\n        $customerId,\n        $password\n    ) {\n        $customer = $this->customerRegistry->retrieve($customerId);\n        $hash = $this->passwordHashResolver->resolve($customer);\n        if ($this->passwordVerifier->verify($password, $hash)) {\n            $this->customerRegistry->remove($customerId);\n            $hash = $this->encryptor->getHash($password, true);\n            $this->customerResourceModel->getConnection()->update(\n                $this->customerResourceModel->getTable('customer_entity'),\n                [\n                    'password_hash' => $hash\n                ],\n                $this->customerResourceModel->getConnection()->quoteInto('entity_id = ?', $customerId)\n            );\n        }\n    }\n}\n"
  },
  {
    "path": "src/Migration/Reader/ClassMap.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Reader;\n\nuse \\Migration\\Config;\nuse \\Migration\\Exception;\nuse \\Magento\\Framework\\App\\Arguments\\ValidationState;\n\n/**\n * Class ClassMap\n */\nclass ClassMap\n{\n    /**\n     * Option in config file, which indicates the location of map file for settings\n     */\n    const MAP_FILE_OPTION = 'class_map';\n\n    /**\n     * XSD schema of configuration file\n     */\n    const CONFIGURATION_SCHEMA = 'class-map.xsd';\n\n    /**\n     * @var \\DOMXPath\n     */\n    protected $xml;\n\n    /**\n     * @var array\n     */\n    protected $map = null;\n\n    /**\n     * @var Config\n     */\n    protected $config;\n\n    /**\n     * @var ValidationState\n     */\n    protected $validationState;\n\n    /**\n     * @param Config $config\n     * @param ValidationState $validationState\n     * @throws Exception\n     */\n    public function __construct(\n        Config $config,\n        ValidationState $validationState\n    ) {\n        $this->config = $config;\n        $this->validationState = $validationState;\n        $this->validate();\n    }\n\n    /**\n     * Validating xml file\n     *\n     * @return $this\n     * @throws Exception\n     */\n    protected function validate()\n    {\n        $mapFile = $this->config->getOption(self::MAP_FILE_OPTION);\n        $rootDir = dirname(dirname(dirname(__DIR__))) . DIRECTORY_SEPARATOR;\n        $configFile = file_exists($mapFile) ? $mapFile : $rootDir . $mapFile;\n        if (!is_file($configFile)) {\n            throw new Exception('Invalid map filename: ' . $configFile);\n        }\n        $xml = file_get_contents($configFile);\n        $document = new \\Magento\\Framework\\Config\\Dom($xml, $this->validationState);\n\n        if (!$document->validate($rootDir .'etc/' . self::CONFIGURATION_SCHEMA)) {\n            throw new Exception('XML file is invalid.');\n        }\n\n        $this->xml = new \\DOMXPath($document->getDom());\n        return $this;\n    }\n\n    /**\n     * Convert class name\n     *\n     * @param string $className\n     * @return null|string\n     */\n    public function convertClassName($className)\n    {\n        if (is_string($className) && array_key_exists($className, $this->getMap())) {\n            return $this->getMap()[$className];\n        }\n        return '';\n    }\n\n    /**\n     * Has map\n     *\n     * @param string $className\n     * @return bool\n     */\n    public function hasMap($className)\n    {\n        if (is_string($className) && array_key_exists($className, $this->getMap())) {\n            return true;\n        }\n        return false;\n    }\n\n    /**\n     * Get map\n     *\n     * @return array|mixed\n     * @throws Exception\n     */\n    public function getMap()\n    {\n        if ($this->map === null) {\n            /** @var \\DOMNodeList $renameNodes */\n            /** @var \\DOMElement $renameNode */\n            /** @var \\DOMElement $classNode */\n            $renameNodes = $this->xml->query('/classmap/*');\n            foreach ($renameNodes as $renameNode) {\n                $map = ['from' => null, 'to' => null];\n                foreach ($renameNode->childNodes as $classNode) {\n                    if ($classNode->nodeName == 'from') {\n                        $map['from'] = $classNode->nodeValue;\n                    } else if ($classNode->nodeName == 'to') {\n                        $map['to'] = $classNode->nodeValue ?: null;\n                    }\n                }\n                if ($map['from']) {\n                    $this->map[$map['from']] = $map['to'];\n                }\n            }\n        }\n        return $this->map;\n    }\n}\n"
  },
  {
    "path": "src/Migration/Reader/Groups.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Reader;\n\nuse Migration\\Exception;\nuse \\Magento\\Framework\\App\\Arguments\\ValidationState;\n\n/**\n * Class Groups\n */\nclass Groups\n{\n    const CONFIGURATION_SCHEMA = 'groups.xsd';\n\n    /**\n     * @var \\DOMXPath\n     */\n    protected $xml;\n\n    /**\n     * @var ValidationState\n     */\n    protected $validationState;\n\n    /**\n     * @param ValidationState $validationState\n     * @param string $groupsFile\n     * @throws Exception\n     */\n    public function __construct(\n        ValidationState $validationState,\n        $groupsFile = ''\n    ) {\n        $this->validationState = $validationState;\n        if (!empty($groupsFile)) {\n            $this->init($groupsFile);\n        }\n    }\n\n    /**\n     * Init configuration\n     *\n     * @param string $groupsFile\n     * @return $this\n     * @throws Exception\n     */\n    public function init($groupsFile)\n    {\n        $xmlFile = file_exists($groupsFile) ? $groupsFile : $this->getRootDir() . $groupsFile;\n        if (!is_file($xmlFile)) {\n            throw new Exception('Invalid groups filename: ' . $xmlFile);\n        }\n\n        $xml = file_get_contents($xmlFile);\n        $document = new \\Magento\\Framework\\Config\\Dom($xml, $this->validationState);\n\n        if (!$document->validate($this->getRootDir() .'etc/' . self::CONFIGURATION_SCHEMA)) {\n            throw new Exception('XML file is invalid.');\n        }\n\n        $this->xml = new \\DOMXPath($document->getDom());\n        return $this;\n    }\n\n    /**\n     * Get Migration Tool Configuration Dir\n     *\n     * @return string\n     */\n    protected function getRootDir()\n    {\n        return dirname(dirname(dirname(__DIR__))) . DIRECTORY_SEPARATOR;\n    }\n\n    /**\n     * Get Group\n     *\n     * @param string $name\n     * @return array\n     */\n    public function getGroup($name)\n    {\n        $result = [];\n        if (!$this->xml) {\n            return $result;\n        }\n        $queryResult = $this->xml->query(sprintf('//group[@name=\"%s\"]', $name));\n        if ($queryResult->length > 0) {\n            /** @var \\DOMElement $document */\n            $node = $queryResult->item(0);\n            /** @var \\DOMElement $item */\n            foreach ($node->childNodes as $item) {\n                if ($item->nodeType == XML_ELEMENT_NODE) {\n                    if ($item->hasAttribute('key')) {\n                        $result[$item->nodeValue] = $item->getAttribute('key');\n                    } else if ($item->hasAttribute('type')) {\n                        $result[$item->nodeValue][] = $item->getAttribute('type');\n                    } else {\n                        $result[$item->nodeValue] = '';\n                    }\n                }\n            }\n        }\n        return $result;\n    }\n\n    /**\n     * Get all groups\n     *\n     * @return array\n     */\n    public function getGroups()\n    {\n        $result = [];\n        if (!$this->xml) {\n            return $result;\n        }\n        $queryResult = $this->xml->query('//group');\n        if ($queryResult->length > 0) {\n            /** @var \\DOMElement $item */\n            foreach ($queryResult as $item) {\n                $result[$item->getAttribute('name')] = $this->getGroup($item->getAttribute('name'));\n            }\n        }\n        return $result;\n    }\n}\n"
  },
  {
    "path": "src/Migration/Reader/GroupsFactory.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Reader;\n\n/**\n * Factory class for @see \\Migration\\Reader\\Groups\n */\nclass GroupsFactory\n{\n    /**\n     * Object Manager instance\n     *\n     * @var \\Magento\\Framework\\ObjectManagerInterface\n     */\n    protected $objectManager = null;\n\n    /**\n     * Instance name to create\n     *\n     * @var string\n     */\n    protected $instanceName = null;\n\n    /**\n     * Instance name to create\n     *\n     * @var \\Migration\\Config\n     */\n    protected $config;\n\n    /**\n     * Factory constructor\n     *\n     * @param \\Magento\\Framework\\ObjectManagerInterface $objectManager\n     * @param \\Migration\\Config $config\n     * @param string $instanceName\n     */\n    public function __construct(\n        \\Magento\\Framework\\ObjectManagerInterface $objectManager,\n        \\Migration\\Config $config,\n        $instanceName = \\Migration\\Reader\\Groups::class\n    ) {\n        $this->objectManager = $objectManager;\n        $this->config = $config;\n        $this->instanceName = $instanceName;\n    }\n\n    /**\n     * Create groups from file specified in config option\n     *\n     * @param string $configOption\n     * @return \\Migration\\Reader\\Groups\n     */\n    public function create($configOption)\n    {\n        $groupsFile = $this->config->getOption($configOption);\n        return $this->objectManager->create($this->instanceName, ['groupsFile' => $groupsFile]);\n    }\n}\n"
  },
  {
    "path": "src/Migration/Reader/Map.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Reader;\n\nuse Magento\\Framework\\App\\Arguments\\ValidationState;\nuse Migration\\Exception;\n\n/**\n * Class Map\n */\nclass Map implements MapInterface\n{\n    const CONFIGURATION_SCHEMA = 'map.xsd';\n\n    /**\n     * @var \\DOMXPath\n     */\n    protected $xml;\n\n    /**\n     * @var array\n     */\n    protected $ignoredDocuments = [];\n\n    /**\n     * @var array\n     */\n    protected $ignoredFields = [];\n\n    /**\n     * @var array\n     */\n    protected $ignoredDataTypeFields = [];\n\n    /**\n     * @var array\n     */\n    protected $documentsMap = [];\n\n    /**\n     * @var array\n     */\n    protected $fieldsMap = [];\n\n    /**\n     * @var array\n     */\n    protected $wildcards;\n\n    /**\n     * @var ValidationState\n     */\n    protected $validationState;\n\n    /**\n     * @param ValidationState $validationState\n     * @param string $mapFile\n     * @throws Exception\n     */\n    public function __construct(\n        ValidationState $validationState,\n        $mapFile\n    ) {\n        $this->validationState = $validationState;\n        $this->init($mapFile);\n    }\n\n    /**\n     * Init configuration\n     *\n     * @param string $mapFile\n     * @return $this\n     * @throws Exception\n     */\n    protected function init($mapFile)\n    {\n        $this->ignoredDocuments = [];\n        $this->wildcards = null;\n\n        $configFile = file_exists($mapFile) ? $mapFile : $this->getRootDir() . $mapFile;\n        if (!is_file($configFile)) {\n            throw new Exception('Invalid map filename: ' . $mapFile);\n        }\n\n        $xml = file_get_contents($configFile);\n        $document = new \\Magento\\Framework\\Config\\Dom($xml, $this->validationState);\n\n        if (!$document->validate($this->getRootDir() .'etc/' . self::CONFIGURATION_SCHEMA)) {\n            throw new Exception('XML file is invalid.');\n        }\n\n        $this->xml = new \\DOMXPath($document->getDom());\n        return $this;\n    }\n\n    /**\n     * Get Migration Tool Configuration Dir\n     *\n     * @return string\n     */\n    protected function getRootDir()\n    {\n        return dirname(dirname(dirname(__DIR__))) . DIRECTORY_SEPARATOR;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function isFieldIgnored($document, $field, $type)\n    {\n        $key = $document . '-' . $field . '-' . $type;\n        if (isset($this->ignoredFields[$key])) {\n            return $this->ignoredFields[$key];\n        }\n        $this->validateType($type);\n        $map = $this->xml->query(sprintf('//%s/field_rules/ignore/field[text()=\"%s.%s\"]', $type, $document, $field));\n        $this->ignoredFields[$key] = ($map->length > 0);\n        return $this->ignoredFields[$key];\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function isFieldDataTypeIgnored($document, $field, $type)\n    {\n        $key = $document . '-' . $field . '-' . $type;\n        if (isset($this->ignoredDataTypeFields[$key])) {\n            return $this->ignoredDataTypeFields[$key];\n        }\n        $this->validateType($type);\n        $map = $this->xml->query(sprintf('//%s/field_rules/ignore/datatype[text()=\"%s.%s\"]', $type, $document, $field));\n        $this->ignoredDataTypeFields[$key] = ($map->length > 0);\n        return $this->ignoredDataTypeFields[$key];\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function isDocumentIgnored($document, $type)\n    {\n        $key = $document . '-' . $type;\n        if (isset($this->ignoredDocuments[$key])) {\n            return $this->ignoredDocuments[$key];\n        }\n        $this->validateType($type);\n        $map = $this->xml->query(sprintf('//%s/document_rules/ignore/document[text()=\"%s\"]', $type, $document));\n        $result = ($map->length > 0);\n        if (!$result) {\n            foreach ($this->getWildcards($type) as $documentWildCard) {\n                $regexp = '/^' . str_replace('*', '.*', $documentWildCard->nodeValue) . '/';\n                $result = preg_match($regexp, $document) > 0;\n                if ($result === true) {\n                    break;\n                }\n            }\n        }\n        $this->ignoredDocuments[$key] = $result;\n        return $this->ignoredDocuments[$key];\n    }\n\n    /**\n     * Get wildcards\n     *\n     * @param string $type\n     * @return mixed\n     */\n    protected function getWildcards($type)\n    {\n        if ($this->wildcards === null || !isset($this->wildcards[$type])) {\n            $this->wildcards[$type] = [];\n            $searchExpression = sprintf('//%s/document_rules/ignore/document[contains (.,\"*\")]', $type);\n            foreach ($this->xml->query($searchExpression) as $wildcard) {\n                $this->wildcards[$type][] = $wildcard;\n            }\n        }\n        return $this->wildcards[$type];\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function isDocumentMapped($document, $type)\n    {\n        if ($this->isDocumentIgnored($document, $type)) {\n            return false;\n        }\n        /** @var \\DOMNodeList $result */\n        $result = $this->xml->query(sprintf('//source/document_rules/rename/*[text()=\"%s\"]', $document));\n        return $result->length > 0;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function isFieldMapped($document, $field, $type)\n    {\n        if ($this->isFieldIgnored($document, $field, $type)) {\n            return false;\n        }\n        /** @var \\DOMNodeList $result */\n        $result = $this->xml->query(sprintf('//source/field_rules/move/*[text()=\"%s.%s\"]', $document, $field));\n        return $result->length > 0;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function getDocumentMap($document, $type)\n    {\n        $key = $document . '-' . $type;\n        if (isset($this->documentsMap[$key])) {\n            return $this->documentsMap[$key];\n        }\n\n        if ($this->isDocumentIgnored($document, $type)) {\n            return false;\n        }\n\n        $result = $document;\n        if ($this->isDocumentMapped($document, $type)) {\n            $queryResult = $this->xml->query(sprintf('//source/document_rules/rename/*[text()=\"%s\"]', $document));\n            if ($queryResult->length > 0) {\n                /** @var \\DOMElement $node */\n                foreach ($queryResult->item(0)->parentNode->childNodes as $node) {\n                    if ($node->nodeType == XML_ELEMENT_NODE && $node->nodeValue != $document) {\n                        $result = $node->nodeValue;\n                    }\n                }\n            }\n        }\n        $this->documentsMap[$key] = $result;\n        return $this->documentsMap[$key];\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function getFieldMap($document, $field, $type)\n    {\n        $key = $document . '-' . $field . '-' . $type;\n        if (isset($this->fieldsMap[$key])) {\n            return $this->fieldsMap[$key];\n        }\n\n        if ($this->isFieldIgnored($document, $field, $type)) {\n            return false;\n        }\n\n        $documentMap = $this->getDocumentMap($document, $type);\n        if ($documentMap !== false) {\n            $result =  $documentMap . '.' . $field;\n        } else {\n            throw new Exception('Document has ambiguous configuration: ' . $document);\n        }\n\n        if (!$this->isFieldMapped($document, $field, $type)) {\n            $this->fieldsMap[$key] = explode('.', $result)[1];\n            return $this->fieldsMap[$key];\n        }\n\n        $queryResult = $this->xml->query(\n            sprintf('//source/field_rules/move/*[text()=\"%s.%s\"]', $document, $field)\n        );\n        if ($queryResult->length > 0) {\n            /** @var \\DOMElement $node */\n            foreach ($queryResult->item(0)->parentNode->childNodes as $node) {\n                if ($node->nodeType == XML_ELEMENT_NODE && $node->nodeValue != $document . '.' . $field) {\n                    $result = $node->nodeValue;\n                }\n            }\n        }\n        $this->validateFieldMap($result, $this->getOppositeType($type));\n        $this->fieldsMap[$key] = explode('.', $result)[1];\n\n        return $this->fieldsMap[$key];\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function getHandlerConfigs($document, $field, $type)\n    {\n        $this->validateType($type);\n        $configs = [];\n\n        $nodes = $this->xml->query(\n            sprintf('//%s/field_rules/transform[field/text()=\"%s.%s\"]/handler', $type, $document, $field)\n        );\n        \n        /** @var \\DOMElement $node */\n        foreach ($nodes as $node) {\n            $config = [\n                'class'  => $node->getAttribute('class'),\n                'params' => [],\n            ];\n            /** @var \\DOMElement $param */\n            foreach ($node->childNodes as $param) {\n                if ($param->nodeType == XML_ELEMENT_NODE) {\n                    $config['params'][$param->getAttribute('name')] = $param->getAttribute('value');\n                }\n            }\n\n            $configs[]= $config;\n        }\n\n        return $configs;\n    }\n\n    /**\n     * Validate type\n     *\n     * @param string $type\n     * @return void\n     * @throws Exception\n     */\n    protected function validateType($type)\n    {\n        if (!in_array($type, [MapInterface::TYPE_SOURCE, MapInterface::TYPE_DEST])) {\n            throw new Exception('Unknown resource type: ' . $type);\n        }\n    }\n\n    /**\n     * Get Opposite Type\n     *\n     * @param string $type\n     * @return string\n     */\n    protected function getOppositeType($type)\n    {\n        return $type == MapInterface::TYPE_SOURCE\n            ? MapInterface::TYPE_DEST\n            : MapInterface::TYPE_SOURCE;\n    }\n\n    /**\n     * Validate Field Map\n     *\n     * @param string $value\n     * @param string $type\n     * @return bool\n     * @throws Exception\n     */\n    protected function validateFieldMap($value, $type)\n    {\n        $valueParts = explode('.', $value);\n        if ($this->getDocumentMap($valueParts[0], $type) === false) {\n            throw new Exception('Document has ambiguous configuration: ' . $valueParts[0]);\n        }\n        if ($this->isFieldIgnored($valueParts[0], $valueParts[1], $type)) {\n            throw new Exception('Field has ambiguous configuration: ' . $value);\n        }\n        return true;\n    }\n}\n"
  },
  {
    "path": "src/Migration/Reader/MapFactory.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Reader;\n\n/**\n * Factory class for @see \\Migration\\Reader\\Map\n */\nclass MapFactory\n{\n    /**\n     * Object Manager instance\n     *\n     * @var \\Magento\\Framework\\ObjectManagerInterface\n     */\n    protected $objectManager = null;\n\n    /**\n     * Instance name to create\n     *\n     * @var string\n     */\n    protected $instanceName = null;\n\n    /**\n     * Instance name to create\n     *\n     * @var \\Migration\\Config\n     */\n    protected $config;\n\n    /**\n     * @param \\Magento\\Framework\\ObjectManagerInterface $objectManager\n     * @param \\Migration\\Config $config\n     * @param string $instanceName\n     */\n    public function __construct(\n        \\Magento\\Framework\\ObjectManagerInterface $objectManager,\n        \\Migration\\Config $config,\n        $instanceName = \\Migration\\Reader\\Map::class\n    ) {\n        $this->objectManager = $objectManager;\n        $this->config = $config;\n        $this->instanceName = $instanceName;\n    }\n\n    /**\n     * Create map from file specified in config option\n     *\n     * @param string $configOption\n     * @return \\Migration\\Reader\\Map\n     */\n    public function create($configOption)\n    {\n        $mapFile = $this->config->getOption($configOption);\n        return $this->objectManager->create($this->instanceName, ['mapFile' => $mapFile]);\n    }\n}\n"
  },
  {
    "path": "src/Migration/Reader/MapInterface.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Reader;\n\n/**\n * Interface MapInterface\n */\ninterface MapInterface\n{\n    const TYPE_SOURCE = 'source';\n    const TYPE_DEST = 'destination';\n\n    /**\n     * Is field ignored\n     *\n     * @param string $document\n     * @param string $field\n     * @param string $type\n     * @return mixed\n     */\n    public function isFieldIgnored($document, $field, $type);\n\n    /**\n     * Is field data type ignored\n     *\n     * @param string $document\n     * @param string $field\n     * @param string $type\n     * @return mixed\n     */\n    public function isFieldDataTypeIgnored($document, $field, $type);\n\n    /**\n     * Is document ignored\n     *\n     * @param string $document\n     * @param string $type\n     * @return mixed\n     */\n    public function isDocumentIgnored($document, $type);\n\n    /**\n     * Is document mapped\n     *\n     * @param string $document\n     * @param string $type\n     * @return mixed\n     */\n    public function isDocumentMapped($document, $type);\n\n    /**\n     * Is field mapped\n     *\n     * @param string $document\n     * @param string $field\n     * @param string $type\n     * @return mixed\n     */\n    public function isFieldMapped($document, $field, $type);\n\n    /**\n     * Get document map\n     *\n     * @param string $document\n     * @param string $type\n     * @return mixed\n     */\n    public function getDocumentMap($document, $type);\n\n    /**\n     * Get field map\n     *\n     * @param string $document\n     * @param string $field\n     * @param string $type\n     * @return mixed\n     */\n    public function getFieldMap($document, $field, $type);\n\n    /**\n     * Get handler configs\n     *\n     * @param string $document\n     * @param string $field\n     * @param string $type\n     * @return mixed\n     */\n    public function getHandlerConfigs($document, $field, $type);\n}\n"
  },
  {
    "path": "src/Migration/Reader/Settings.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Reader;\n\nuse Migration\\Config;\nuse Migration\\Exception;\nuse \\Magento\\Framework\\App\\Arguments\\ValidationState;\n\n/**\n * Class Settings\n */\nclass Settings\n{\n    /**\n     * Option in config file, which indicates the location of map file for settings\n     */\n    const MAP_FILE_OPTION = 'settings_map_file';\n\n    /**\n     * XSD schema of configuration file\n     */\n    const CONFIGURATION_SCHEMA = 'settings.xsd';\n\n    /**\n     * Configuration of application\n     *\n     * @var Config\n     */\n    protected $config;\n\n    /**\n     * Settings map\n     *\n     * @var \\DOMXPath\n     */\n    protected $xml;\n\n    /**\n     * Saving ignored nodes\n     *\n     * @var array\n     */\n    protected $ignoredNodes = [];\n\n    /**\n     * Saving mapped nodes\n     *\n     * @var array\n     */\n    protected $mappedNodes = [];\n\n    /**\n     * Saving handlers for nodes\n     *\n     * @var array\n     */\n    protected $nodeHandle = [];\n\n    /**\n     * Saving wildcards, present in configuration\n     *\n     * @var array\n     */\n    protected $wildcards = [];\n\n    /**\n     * @var ValidationState\n     */\n    protected $validationState;\n\n    /**\n     * @param Config $config\n     * @param ValidationState $validationState\n     */\n    public function __construct(\n        Config $config,\n        ValidationState $validationState\n    ) {\n        $this->config = $config;\n        $this->validationState = $validationState;\n        $this->validate();\n    }\n\n    /**\n     * Validating xml file\n     *\n     * @return $this\n     * @throws Exception\n     */\n    protected function validate()\n    {\n        $mapFile = $this->config->getOption(self::MAP_FILE_OPTION);\n        $rootDir = dirname(dirname(dirname(__DIR__))) . DIRECTORY_SEPARATOR;\n        $configFile = file_exists($mapFile) ? $mapFile : $rootDir . $mapFile;\n        if (!is_file($configFile)) {\n            throw new Exception('Invalid map filename: ' . $configFile);\n        }\n\n        $xml = file_get_contents($configFile);\n        $document = new \\Magento\\Framework\\Config\\Dom($xml, $this->validationState);\n\n        if (!$document->validate($rootDir .'etc/' . self::CONFIGURATION_SCHEMA)) {\n            throw new Exception('XML file is invalid.');\n        }\n\n        $this->xml = new \\DOMXPath($document->getDom());\n        return $this;\n    }\n\n    /**\n     * Parsing, saving and returning the list of wildcards in map file\n     *\n     * @return array\n     */\n    protected function getWildcards()\n    {\n        if (empty($this->wildcards)) {\n            $searchExpression = '//key/ignore/path[contains (.,\"*\")]';\n            foreach ($this->xml->query($searchExpression) as $wildcard) {\n                $this->wildcards[] = $wildcard;\n            }\n        }\n        return $this->wildcards;\n    }\n\n    /**\n     * Check if the setting should be ignored\n     *\n     * @param string $path\n     * @return bool\n     */\n    public function isNodeIgnored($path)\n    {\n        if (isset($this->ignoredNodes[$path])) {\n            return $this->ignoredNodes[$path];\n        }\n\n        $map = $this->xml->query(sprintf('//key/ignore/path[text()=\"%s\"]', $path));\n        $result = ($map->length > 0);\n        if (!$result) {\n            foreach ($this->getWildcards() as $settingWildcard) {\n                $regexp = str_replace(\"/\", \"\\\\/\", $settingWildcard->nodeValue);\n                $regexp = '/^' . str_replace('*', '.+', $regexp) . '/';\n                $result = preg_match($regexp, $path) > 0;\n                if ($result === true) {\n                    break;\n                }\n            }\n        }\n\n        $this->ignoredNodes[$path] = $result;\n        return $this->ignoredNodes[$path];\n    }\n\n    /**\n     * Check of node is mapped\n     *\n     * @param string $path\n     * @return bool\n     */\n    public function isNodeMapped($path)\n    {\n        if ($this->isNodeIgnored($path)) {\n            return false;\n        }\n        $map = $this->xml->query(sprintf('//key/rename/path[text()=\"%s\"]', $path));\n        return $map->length > 0;\n    }\n\n    /**\n     * Getting the name of the path in the destination database\n     *\n     * @param string $path\n     * @return string\n     */\n    public function getNodeMap($path)\n    {\n        if (isset($this->mappedNodes[$path])) {\n            return $this->mappedNodes[$path];\n        }\n        $this->mappedNodes[$path] = $path;\n        if ($this->isNodeMapped($path)) {\n            $queryResult = $this->xml->query(sprintf('//key/rename/path[text()=\"%s\"]', $path));\n            if ($queryResult->length > 0) {\n                /** @var \\DOMElement $node */\n                foreach ($queryResult->item(0)->parentNode->childNodes as $node) {\n                    if (($node->nodeType == XML_ELEMENT_NODE) && ($node->nodeName == 'to')) {\n                        $this->mappedNodes[$path] = $node->nodeValue;\n                        break;\n                    }\n                }\n            }\n        }\n        return $this->mappedNodes[$path];\n    }\n\n    /**\n     * Getting the value handler for given path\n     *\n     * @param string $path\n     * @return bool|string\n     */\n    public function getValueHandler($path)\n    {\n        if (isset($this->nodeHandle[$path])) {\n            return $this->nodeHandle[$path];\n        }\n        if ($this->isNodeIgnored($path)) {\n            return false;\n        }\n\n        $this->nodeHandle[$path] = false;\n        $queryResult = $this->xml->query(sprintf('//value/transform/path[text()=\"%s\"]', $path));\n        if ($queryResult->length > 0) {\n            /** @var \\DOMElement $node */\n            foreach ($queryResult->item(0)->parentNode->childNodes as $node) {\n                if (($node->nodeType == XML_ELEMENT_NODE) && ($node->nodeName == 'handler')) {\n                    $handler['class'] = $node->getAttribute('class');\n                    $handler['params'] = [];\n                    /** @var \\DOMElement $param */\n                    foreach ($node->childNodes as $param) {\n                        if ($param->nodeType == XML_ELEMENT_NODE) {\n                            $handler['params'][$param->getAttribute('name')] = $param->getAttribute('value');\n                        }\n                    }\n                    $this->nodeHandle[$path] = $handler;\n                    break;\n                }\n            }\n        }\n        return $this->nodeHandle[$path];\n    }\n}\n"
  },
  {
    "path": "src/Migration/RecordTransformer.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration;\n\nuse Migration\\Handler\\AbstractHandler;\nuse Migration\\Reader\\MapInterface;\nuse Migration\\ResourceModel\\Record;\n\n/**\n * Class RecordTransformer\n */\nclass RecordTransformer\n{\n    /**\n     * @var ResourceModel\\Document\n     */\n    protected $sourceDocument;\n\n    /**\n     * @var ResourceModel\\Document\n     */\n    protected $destDocument;\n\n    /**\n     * @var Handler\\ManagerFactory\n     */\n    protected $handlerManagerFactory;\n\n    /**\n     * @var Handler\\Manager\n     */\n    protected $sourceHandlerManager;\n\n    /**\n     * @var Handler\\Manager\n     */\n    protected $destHandlerManager;\n\n    /**\n     * @var MapInterface\n     */\n    protected $mapReader;\n\n    /**\n     * @param ResourceModel\\Document $sourceDocument\n     * @param ResourceModel\\Document $destDocument\n     * @param Handler\\ManagerFactory $handlerManagerFactory\n     * @param MapInterface $mapReader\n     */\n    public function __construct(\n        ResourceModel\\Document $sourceDocument,\n        ResourceModel\\Document $destDocument,\n        Handler\\ManagerFactory $handlerManagerFactory,\n        MapInterface $mapReader\n    ) {\n        $this->sourceDocument = $sourceDocument;\n        $this->destDocument = $destDocument;\n        $this->handlerManagerFactory = $handlerManagerFactory;\n        $this->mapReader = $mapReader;\n    }\n\n    /**\n     * Transform\n     *\n     * @param Record $from\n     * @param Record $to\n     * @return void\n     */\n    public function transform(Record $from, Record $to)\n    {\n        $this->applyHandlers($this->sourceHandlerManager, $from, $to);\n        $this->copy($from, $to);\n        $this->applyHandlers($this->destHandlerManager, $to, $to);\n    }\n\n    /**\n     * Init\n     *\n     * @return $this\n     */\n    public function init()\n    {\n        $this->sourceHandlerManager = $this->initHandlerManager(MapInterface::TYPE_SOURCE);\n        $this->destHandlerManager = $this->initHandlerManager(MapInterface::TYPE_DEST);\n        return $this;\n    }\n\n    /**\n     * Init handler manager\n     *\n     * @param string $type\n     * @return Handler\\Manager\n     */\n    protected function initHandlerManager($type = MapInterface::TYPE_SOURCE)\n    {\n        /** @var ResourceModel\\Document $document */\n        $document = (MapInterface::TYPE_SOURCE == $type) ? $this->sourceDocument : $this->destDocument;\n        /** @var Handler\\Manager $handlerManager */\n        $handlerManager = $this->handlerManagerFactory->create();\n        $fields = $document->getStructure()->getFields();\n        foreach (array_keys($fields) as $field) {\n            $handlerConfigs = $this->mapReader->getHandlerConfigs($document->getName(), $field, $type);\n            foreach ($handlerConfigs as $handlerConfig) {\n                $handlerKey = md5($field . $handlerConfig['class']);\n                $handlerManager->initHandler($field, $handlerConfig, $handlerKey);\n            }\n        }\n        return $handlerManager;\n    }\n\n    /**\n     * Apply handlers\n     *\n     * @param Handler\\Manager $handlerManager\n     * @param Record $recordToHandle\n     * @param Record $oppositeRecord\n     * @return void\n     */\n    public function applyHandlers(Handler\\Manager $handlerManager, Record $recordToHandle, Record $oppositeRecord)\n    {\n        foreach ($handlerManager->getHandlers() as $handler) {\n            /** @var $handler AbstractHandler */\n            $handler->handle($recordToHandle, $oppositeRecord);\n        }\n    }\n\n    /**\n     * Copy\n     *\n     * @param Record $from\n     * @param Record $to\n     * @return void\n     */\n    protected function copy(Record $from, Record $to)\n    {\n        $sourceDocumentName = $this->sourceDocument->getName();\n        $sourceFields = $from->getFields();\n        $sourceFieldsExtra = array_diff($sourceFields, $to->getFields());\n        $data = [];\n        foreach ($sourceFields as $key => $field) {\n            if ($this->mapReader->isFieldIgnored($sourceDocumentName, $field, MapInterface::TYPE_SOURCE)) {\n                continue;\n            }\n            $fieldMap = $this->mapReader->getFieldMap($sourceDocumentName, $field, MapInterface::TYPE_SOURCE);\n            if ($fieldMap == $field && in_array($field, $sourceFieldsExtra)) {\n                continue;\n            }\n            $data[$fieldMap] = $from->getValue($field);\n        }\n        foreach ($data as $key => $value) {\n            $to->setValue($key, $value);\n        }\n    }\n}\n"
  },
  {
    "path": "src/Migration/ResourceModel/AbstractCollection.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\ResourceModel;\n\n/**\n * Record iterator class\n */\nabstract class AbstractCollection implements \\Iterator, \\Countable\n{\n    /**\n     * @var array\n     */\n    protected $data;\n\n    /**\n     * @var int\n     */\n    protected $position;\n\n    /**\n     * @param array $data\n     */\n    public function __construct(array $data = [])\n    {\n        $this->data = $data;\n        $this->rewind();\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function current(): mixed\n    {\n        return $this->data[$this->position];\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function key(): mixed\n    {\n        return $this->position;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function next(): void\n    {\n        $this->position++;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function rewind(): void\n    {\n        $this->position = 0;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function valid(): bool\n    {\n        return $this->key() < count($this->data);\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function count(): int\n    {\n        return count($this->data);\n    }\n}\n"
  },
  {
    "path": "src/Migration/ResourceModel/AbstractResource.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n\nnamespace Migration\\ResourceModel;\n\n/**\n * Abstract class for source and destination classes\n */\nabstract class AbstractResource\n{\n    /**\n     * Default bulk size if not set in config\n     */\n    const DEFAULT_BULK_SIZE = 100;\n\n    /**\n     * Max bulk size allowed\n     */\n    const MAX_BULK_SIZE = 50000;\n\n    /**\n     * Empirically detected average memory size required for 1 column\n     */\n    const MEMORY_PER_FIELD = 3000;\n\n    /**\n     * @var AdapterInterface\n     */\n    protected $adapter;\n\n    /**\n     * @var \\Migration\\Config\n     */\n    protected $configReader;\n\n    /**\n     * @var \\Migration\\ResourceModel\\DocumentFactory\n     */\n    protected $documentFactory;\n\n    /**\n     * @var \\Migration\\ResourceModel\\StructureFactory\n     */\n    protected $structureFactory;\n\n    /**\n     * @var \\Migration\\ResourceModel\\Document\\Collection\n     */\n    protected $documentCollection;\n\n    /**\n     * @var AdapterFactory\n     */\n    protected $adapterFactory;\n\n    /**\n     * @var array\n     */\n    protected $documentList;\n\n    /**\n     * @var array\n     */\n    protected $documentBulkSize = [];\n\n    /**\n     * @param AdapterFactory $adapterFactory\n     * @param \\Migration\\Config $configReader\n     * @param DocumentFactory $documentFactory\n     * @param StructureFactory $structureFactory\n     * @param Document\\Collection $documentCollection\n     */\n    public function __construct(\n        \\Migration\\ResourceModel\\AdapterFactory $adapterFactory,\n        \\Migration\\Config $configReader,\n        \\Migration\\ResourceModel\\DocumentFactory $documentFactory,\n        \\Migration\\ResourceModel\\StructureFactory $structureFactory,\n        \\Migration\\ResourceModel\\Document\\Collection $documentCollection\n    ) {\n        $this->configReader = $configReader;\n        $this->adapterFactory = $adapterFactory;\n        $this->documentFactory = $documentFactory;\n        $this->structureFactory = $structureFactory;\n        $this->documentCollection = $documentCollection;\n    }\n\n    /**\n     * Returns document object\n     *\n     * @param string $documentName\n     * @return \\Migration\\ResourceModel\\Document|false\n     */\n    public function getDocument($documentName)\n    {\n        $document = false;\n        try {\n            $structure = $this->getStructure($documentName);\n            if ($structure instanceof \\Migration\\ResourceModel\\Structure) {\n                $document = $this->documentFactory->create(\n                    ['structure' => $structure, 'documentName' => $documentName]\n                );\n            }\n        } catch (\\Exception $e) {\n        }\n\n        return $document;\n    }\n\n    /**\n     * Returns document object\n     *\n     * @param string $documentName\n     * @return \\Migration\\ResourceModel\\Structure\n     */\n    public function getStructure($documentName)\n    {\n        $data = $this->getAdapter()->getDocumentStructure($this->addDocumentPrefix($documentName));\n        return $this->structureFactory->create(['documentName' => $documentName, 'data' => $data]);\n    }\n\n    /**\n     * Returns document list\n     *\n     * @return array\n     */\n    public function getDocumentList()\n    {\n        if (null !== $this->documentList) {\n            return $this->documentList;\n        }\n        $this->documentList = $this->getAdapter()->getDocumentList();\n        foreach ($this->documentList as &$documentName) {\n            $documentName = $this->removeDocumentPrefix($documentName);\n        }\n        return $this->documentList;\n    }\n\n    /**\n     * Returns number of records of document\n     *\n     * @param string $documentName\n     * @param bool $usePrefix\n     * @param array|bool $distinctFields\n     * @return int\n     */\n    public function getRecordsCount($documentName, $usePrefix = true, $distinctFields = [])\n    {\n        $documentName = $usePrefix ? $this->addDocumentPrefix($documentName) : $documentName;\n        return $this->getAdapter()->getRecordsCount($documentName, $distinctFields);\n    }\n\n    /**\n     * Remove prefix from document name\n     *\n     * @param string $documentName\n     * @return string\n     */\n    protected function removeDocumentPrefix($documentName)\n    {\n        $prefix = $this->getDocumentPrefix();\n        if (!empty($prefix) && (strpos($documentName, $prefix) === 0)) {\n            $documentName = substr($documentName, strlen($prefix));\n        }\n        return $documentName;\n    }\n\n    /**\n     * Add prefix for document name\n     *\n     * @param string $documentName\n     * @return string\n     */\n    public function addDocumentPrefix($documentName)\n    {\n        $prefix = $this->getDocumentPrefix();\n        if (!empty($prefix) && (strpos($documentName, $prefix) !== 0)) {\n            $documentName = $prefix . $documentName;\n        }\n        return $documentName;\n    }\n\n    /**\n     * Retrieving bulk size\n     *\n     * @param string $documentName\n     * @return mixed\n     */\n    public function getPageSize($documentName)\n    {\n        if (array_key_exists($documentName, $this->documentBulkSize)) {\n            return $this->documentBulkSize[$documentName];\n        }\n\n        $configValue = (int)$this->configReader->getOption('bulk_size');\n        if ($configValue === 0) {\n            $fields = $this->getDocument($documentName)->getStructure()->getFields();\n            $fieldsNumber = count($fields);\n            $iniMemoryLimit = ini_get('memory_limit');\n            if ($iniMemoryLimit > 0) {\n                $memoryLimit = $this->getBytes($iniMemoryLimit);\n                $pageSize = ceil($memoryLimit / (self::MEMORY_PER_FIELD * $fieldsNumber));\n            } else {\n                $pageSize = self::MAX_BULK_SIZE;\n            }\n        } else {\n            $pageSize = $configValue > 0 ? $configValue : self::DEFAULT_BULK_SIZE;\n        }\n\n        $pageSize = $pageSize > self::MAX_BULK_SIZE ? self::MAX_BULK_SIZE : $pageSize;\n        $this->documentBulkSize[$documentName] = $pageSize;\n\n        return $this->documentBulkSize[$documentName];\n    }\n\n    /**\n     * Get bytes\n     *\n     * @param string $iniMemoryLimit\n     * @return int|string\n     */\n    protected function getBytes($iniMemoryLimit)\n    {\n        $iniMemoryLimit = trim($iniMemoryLimit);\n        $memoryLimit = (int) $iniMemoryLimit;\n        $last = strtolower(substr($iniMemoryLimit, -1));\n        switch ($last) {\n            case 'g':\n                $memoryLimit *= pow(1024, 3);\n                break;\n            case 'm':\n                $memoryLimit *= pow(1024, 2);\n                break;\n            case 'k':\n                $memoryLimit *= 1024;\n                break;\n        }\n\n        return $memoryLimit;\n    }\n\n    /**\n     * Return records from the document, paging is included\n     *\n     * @param string $documentName\n     * @param int $pageNumber\n     * @param int $pageSize\n     * @return array\n     */\n    public function getRecords($documentName, $pageNumber, $pageSize = null)\n    {\n        $pageSize = $pageSize ?: $this->getPageSize($documentName) ;\n        return $this->getAdapter()->loadPage($this->addDocumentPrefix($documentName), $pageNumber, $pageSize);\n    }\n\n    /**\n     * Delete multiple records from document\n     *\n     * @param string $documentName\n     * @param string|array $idKeys\n     * @param [] $ids\n     * @return void\n     */\n    public function deleteRecords($documentName, $idKeys, $ids)\n    {\n        $this->getAdapter()->deleteRecords($documentName, $idKeys, $ids);\n    }\n\n    /**\n     * Get ResourceModel Adapter\n     *\n     * @return AdapterInterface\n     */\n    public function getAdapter()\n    {\n        if (null == $this->adapter) {\n            $this->adapter = $this->adapterFactory->create(['resourceType' => $this->getResourceType()]);\n        }\n        return $this->adapter;\n    }\n\n    /**\n     * Returns resource type title\n     *\n     * @return string\n     */\n    abstract protected function getResourceType();\n\n    /**\n     * Returns configuration data for documents prefix\n     *\n     * @return null|string\n     */\n    abstract protected function getDocumentPrefix();\n}\n"
  },
  {
    "path": "src/Migration/ResourceModel/Adapter/Mysql.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\ResourceModel\\Adapter;\n\nuse Magento\\Framework\\DB\\Ddl\\Table;\nuse Magento\\Framework\\DB\\Ddl\\Trigger;\n\n/**\n * Mysql adapter\n */\nclass Mysql implements \\Migration\\ResourceModel\\AdapterInterface\n{\n    const BACKUP_DOCUMENT_PREFIX = 'migration_backup_';\n\n    /**\n     * @var \\Magento\\Framework\\DB\\Adapter\\AdapterInterface\n     */\n    protected $resourceAdapter;\n\n    /**\n     * @var \\Magento\\Framework\\DB\\Ddl\\Trigger\n     */\n    protected $triggerFactory;\n\n    /**\n     * @var string\n     */\n    protected $schemaName  = null;\n\n    /**\n     * @var array\n     */\n    protected $triggers = [];\n\n    /**\n     * @param \\Migration\\ResourceModel\\Adapter\\Pdo\\MysqlBuilder $mysqlBuilder\n     * @param \\Magento\\Framework\\DB\\Ddl\\TriggerFactory $triggerFactory\n     * @param string $resourceType\n     */\n    public function __construct(\n        \\Migration\\ResourceModel\\Adapter\\Pdo\\MysqlBuilder $mysqlBuilder,\n        \\Magento\\Framework\\DB\\Ddl\\TriggerFactory $triggerFactory,\n        $resourceType\n    ) {\n        $this->resourceAdapter = $mysqlBuilder->build($resourceType);\n        $this->setForeignKeyChecks(0);\n        $this->triggerFactory = $triggerFactory;\n    }\n\n    /**\n     * Set foreign key checks\n     *\n     * @param int $value\n     * @return void\n     */\n    public function setForeignKeyChecks($value)\n    {\n        $value = (int) $value;\n        $this->resourceAdapter->query(\"SET FOREIGN_KEY_CHECKS={$value};\");\n    }\n\n    /**\n     * Retrieve the foreign keys descriptions for a $documentName table\n     *\n     * @param string $documentName\n     * @return array\n     */\n    public function getForeignKeys($documentName)\n    {\n        return $this->resourceAdapter->getForeignKeys($documentName);\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function getDocumentStructure($documentName)\n    {\n        return $this->resourceAdapter->describeTable($documentName);\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function getDocumentList()\n    {\n        return $this->resourceAdapter->listTables();\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function getRecordsCount($documentName, $distinctFields = [])\n    {\n        $distinctFields = ($distinctFields && is_array($distinctFields))\n            ? 'DISTINCT ' . implode(',', $distinctFields)\n            : '*';\n        $select = $this->getSelect();\n        $select->from($documentName, 'COUNT(' . $distinctFields . ')');\n        $result = $this->resourceAdapter->fetchOne($select);\n        return $result;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function loadPage(\n        $documentName,\n        $pageNumber,\n        $pageSize,\n        $identityField = null,\n        $identityId = null,\n        \\Zend_Db_Expr $condition = null\n    ) {\n        $select = $this->getSelect();\n        $select->from($documentName, '*');\n        if ($identityField && $identityId !== null) {\n            $select->where(\"`$identityField` >= ?\", ($identityId == 0 ? $identityId : $identityId + 1));\n            $select->limit($pageSize);\n            $select->order(\"$identityField ASC\");\n        } else {\n            $select->limit($pageSize, $pageNumber * $pageSize);\n        }\n        if ($condition) {\n            $select->where($condition);\n        }\n        $result = $this->resourceAdapter->fetchAll($select);\n        return $result;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function insertRecords($documentName, $records, $updateOnDuplicate = false)\n    {\n        $this->resourceAdapter->rawQuery(\"SET @OLD_INSERT_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO'\");\n        if ($updateOnDuplicate) {\n            if (is_array($updateOnDuplicate)) {\n                $result = $this->resourceAdapter->insertOnDuplicate($documentName, $records, $updateOnDuplicate);\n            } else {\n                $result = $this->resourceAdapter->insertOnDuplicate($documentName, $records);\n            }\n        } else if (!is_array(reset($records))) {\n            $result = $this->resourceAdapter->insert($documentName, $records);\n        } else {\n            $result = $this->insertMultiple($documentName, $records);\n        }\n        $this->resourceAdapter->rawQuery(\"SET SQL_MODE=IFNULL(@OLD_INSERT_SQL_MODE,'')\");\n\n        return $result;\n    }\n\n    /**\n     * Insert multiple\n     *\n     * @param string $documentName\n     * @param array $records\n     * @return bool\n     */\n    protected function insertMultiple($documentName, $records)\n    {\n        $bind = [];\n        $values = [];\n        $colNum = count($records[0]);\n        $fields = array_keys($records[0]);\n        foreach ($records as $record) {\n            foreach ($record as $value) {\n                $bind[] = $value;\n            }\n            $values[] = '(' . implode(',', array_fill(0, $colNum, '?')) . ')';\n        }\n        if ($values && $fields) {\n            $insertSql = sprintf(\n                'INSERT INTO %s (%s) VALUES %s',\n                $documentName,\n                sprintf('`%s`', implode('`,`', $fields)),\n                implode(',', $values)\n            );\n            $statement = $this->resourceAdapter->getConnection()->prepare($insertSql);\n            $statement->execute($bind);\n        }\n\n        return true;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function insertFromSelect(\\Magento\\Framework\\DB\\Select $select, $table, array $fields = [], $mode = false)\n    {\n        $this->resourceAdapter->rawQuery(\"SET @OLD_INSERT_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO'\");\n        $query = $this->resourceAdapter->insertFromSelect($select, $table, $fields, $mode);\n        $this->resourceAdapter->query($query);\n        $this->resourceAdapter->rawQuery(\"SET SQL_MODE=IFNULL(@OLD_INSERT_SQL_MODE,'')\");\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function deleteAllRecords($documentName)\n    {\n        $this->resourceAdapter->truncateTable($documentName);\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function deleteRecords($documentName, $idKeys, $items)\n    {\n        if (is_string($idKeys)) {\n            $items = implode(\"','\", $items);\n            $this->resourceAdapter->delete($documentName, \"$idKeys IN ('$items')\");\n        } else if (count($idKeys) == 1 && is_array($items)) {\n            $idKey = array_shift($idKeys);\n            $items = array_column($items, $idKey);\n            $items = implode(\"','\", $items);\n            $this->resourceAdapter->delete($documentName, \"$idKey IN ('$items')\");\n        } else if (is_array($idKeys) && is_array($items)) {\n            foreach ($items as $item) {\n                $andFields = [];\n                foreach ($idKeys as $idKey) {\n                    $andFields[] = \"$idKey = $item[$idKey]\";\n                }\n                $this->resourceAdapter->delete($documentName, implode(' AND ', $andFields));\n            }\n        }\n    }\n\n    /**\n     * Delete processed records\n     *\n     * @param string $documentName\n     * @return void\n     */\n    public function deleteProcessedRecords($documentName)\n    {\n        $this->resourceAdapter->delete($documentName, \"`processed` = 1\");\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function loadChangedRecords(\n        $documentName,\n        $deltaLogName,\n        $idKeys,\n        $pageNumber,\n        $pageSize,\n        $getProcessed = false\n    ) {\n        $andFields = [];\n        foreach ($idKeys as $idKey) {\n            $andFields[] = \"$documentName.$idKey = $deltaLogName.$idKey\";\n        }\n        $select = $this->getSelect();\n        $select->from($deltaLogName, [])\n            ->join($documentName, implode(' AND ', $andFields), '*')\n            ->where(\"`operation` in ('INSERT', 'UPDATE')\")\n            ->limit($pageSize, $pageNumber * $pageSize);\n        if (!$getProcessed) {\n            $select->where(\"`processed` != 1\");\n        }\n        $result = $this->resourceAdapter->fetchAll($select);\n        return $result;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function loadDeletedRecords($deltaLogName, $idKeys, $pageNumber, $pageSize, $getProcessed = false)\n    {\n        $select = $this->getSelect();\n        $select->from($deltaLogName, $idKeys)\n            ->where(\"`operation` = 'DELETE'\")\n            ->limit($pageSize, $pageNumber * $pageSize);\n        if (!$getProcessed) {\n            $select->where(\"`processed` != 1\");\n        }\n        return $this->resourceAdapter->fetchAll($select);\n    }\n\n    /**\n     * Load data from DB Select\n     *\n     * @param \\Magento\\Framework\\DB\\Select $select\n     * @return array\n     */\n    public function loadDataFromSelect($select)\n    {\n        return $this->resourceAdapter->fetchAll($select);\n    }\n\n    /**\n     * Get DB Select\n     *\n     * @return \\Magento\\Framework\\DB\\Select\n     */\n    public function getSelect()\n    {\n        return $this->resourceAdapter->select();\n    }\n\n    /**\n     * Get table ddl copy\n     *\n     * @param string $table\n     * @param string $newTableName\n     * @return Table\n     */\n    public function getTableDdlCopy($table, $newTableName)\n    {\n        return $this->resourceAdapter->createTableByDdl($table, $newTableName);\n    }\n\n    /**\n     * Create table by ddl\n     *\n     * @param Table $tableDdl\n     * @return void\n     */\n    public function createTableByDdl($tableDdl)\n    {\n        $this->resourceAdapter->dropTable($tableDdl->getName());\n        $this->resourceAdapter->createTable($tableDdl);\n        $this->resourceAdapter->resetDdlCache($tableDdl->getName());\n    }\n\n    /**\n     * Updates document rows with specified data based on a WHERE clause\n     *\n     * @param mixed $document\n     * @param array $bind\n     * @param mixed $where\n     * @return int\n     */\n    public function updateDocument($document, array $bind, $where = '')\n    {\n        return $this->resourceAdapter->update($document, $bind, $where);\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function updateChangedRecords($document, $data, $updateOnDuplicate = false)\n    {\n        if (is_array($updateOnDuplicate) && !empty($updateOnDuplicate)) {\n            $result = $this->resourceAdapter->insertOnDuplicate($document, $data, $updateOnDuplicate);\n        } else {\n            $result = $this->resourceAdapter->insertOnDuplicate($document, $data);\n        }\n        return $result;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function backupDocument($documentName)\n    {\n        $backupTableName = self::BACKUP_DOCUMENT_PREFIX . $documentName;\n        $tableCopy = $this->getTableDdlCopy($documentName, $backupTableName);\n        if (!$this->resourceAdapter->isTableExists($backupTableName)) {\n            $this->createTableByDdl($tableCopy);\n            $select = $this->getSelect()->from($documentName);\n            $query = $this->resourceAdapter->insertFromSelect($select, $tableCopy->getName());\n            $this->resourceAdapter->query($query);\n        }\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function rollbackDocument($documentName)\n    {\n        $backupTableName = self::BACKUP_DOCUMENT_PREFIX . $documentName;\n        if ($this->resourceAdapter->isTableExists($backupTableName)) {\n            $this->resourceAdapter->truncateTable($documentName);\n            $select = $this->getSelect()->from($backupTableName);\n            $query = $this->resourceAdapter->insertFromSelect($select, $documentName);\n            $this->resourceAdapter->query($query);\n            $this->resourceAdapter->dropTable($backupTableName);\n        }\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function deleteBackup($documentName)\n    {\n        $backupTableName = self::BACKUP_DOCUMENT_PREFIX . $documentName;\n        if ($this->resourceAdapter->isTableExists($backupTableName)) {\n            $this->resourceAdapter->dropTable($backupTableName);\n        }\n    }\n\n    /**\n     * Create delta for specified table\n     *\n     * @param string $documentName\n     * @param string $deltaLogName\n     * @param array $idKeys\n     * @return boolean\n     */\n    public function createDelta($documentName, $deltaLogName, $idKeys)\n    {\n        $deltaCreated = true;\n        if (!$this->resourceAdapter->isTableExists($deltaLogName)) {\n            $triggerTable = $this->resourceAdapter->newTable($deltaLogName);\n            foreach ($idKeys as $idKey) {\n                $triggerTable->addColumn(\n                    $idKey,\n                    \\Magento\\Framework\\DB\\Ddl\\Table::TYPE_INTEGER,\n                    null,\n                    ['nullable' => false, 'primary' => true]\n                );\n            }\n            $triggerTable->addColumn(\n                    'operation',\n                    \\Magento\\Framework\\DB\\Ddl\\Table::TYPE_TEXT\n                )->addColumn(\n                    'processed',\n                    \\Magento\\Framework\\DB\\Ddl\\Table::TYPE_BOOLEAN,\n                    null,\n                    ['nullable' => false, 'default' => 0]\n                );\n            $this->resourceAdapter->createTable($triggerTable);\n            $deltaCreated = $this->resourceAdapter->isTableExists($deltaLogName);\n        } else {\n            $this->deleteAllRecords($deltaLogName);\n        }\n        foreach (Trigger::getListOfEvents() as $event) {\n            $triggerName = $this->resourceAdapter->getTableName(\n                'trg_' . $documentName . '_after_' . strtolower($event)\n            );\n            $statement = $this->buildStatement($event, $idKeys, $deltaLogName);\n            $trigger = $this->triggerFactory->create()\n                ->setTime(Trigger::TIME_AFTER)\n                ->setEvent($event)\n                ->setTable($documentName);\n            $triggerKey = $documentName . $event . Trigger::TIME_AFTER;\n            $triggerExists = $this->isTriggerExist($triggerKey);\n            if ($triggerExists) {\n                $triggerName = $this->triggers[$triggerKey]['trigger_name'];\n                $oldTriggerStatement = $this->triggers[$triggerKey]['action_statement'];\n                if (strpos($oldTriggerStatement, $statement) !== false) {\n                    unset($trigger);\n                    continue;\n                }\n                $trigger->addStatement($oldTriggerStatement);\n                $this->resourceAdapter->dropTrigger($triggerName);\n            }\n            $trigger->addStatement($statement)->setName($triggerName);\n            $this->resourceAdapter->createTrigger($trigger);\n            if (!$triggerExists) {\n                $this->triggers[$triggerKey] = 1;\n            }\n            unset($trigger);\n        }\n        return $deltaCreated;\n    }\n\n    /**\n     * Build statement\n     *\n     * @param string $event\n     * @param array $idKeys\n     * @param string $triggerTableName\n     * @return string\n     */\n    protected function buildStatement($event, $idKeys, $triggerTableName)\n    {\n        $idKeysCol = '';\n        $idKeysValue = '';\n        $entityTime = ($event == Trigger::EVENT_DELETE) ? 'OLD' : 'NEW';\n        foreach ($idKeys as $idKey) {\n            $idKeysCol .= \"`$idKey`,\";\n            $idKeysValue .= \"$entityTime.$idKey,\";\n        }\n        return \"INSERT INTO $triggerTableName ($idKeysCol `operation`) VALUES ($idKeysValue '$event')\"\n            . \"ON DUPLICATE KEY UPDATE operation = '$event'\";\n    }\n\n    /**\n     * Is trigger exist\n     *\n     * @param string $triggerKey\n     * @return bool\n     */\n    protected function isTriggerExist($triggerKey)\n    {\n        if (empty($this->triggers)) {\n            $this->loadTriggers();\n        }\n\n        if (isset($this->triggers[$triggerKey])) {\n            return true;\n        }\n\n        return false;\n    }\n\n    /**\n     * Get all database triggers\n     *\n     * @return void\n     */\n    protected function loadTriggers()\n    {\n        $schema = $this->getSchemaName();\n        if ($schema) {\n            $sqlFilter = $this->resourceAdapter->quoteIdentifier('TRIGGER_SCHEMA')\n                . ' = ' . $this->resourceAdapter->quote($schema);\n        } else {\n            $sqlFilter = $this->resourceAdapter->quoteIdentifier('TRIGGER_SCHEMA')\n                . ' != ' . $this->resourceAdapter->quote('INFORMATION_SCHEMA');\n        }\n        $select = $this->getSelect()\n            ->from(new \\Zend_Db_Expr($this->resourceAdapter->quoteIdentifier(['INFORMATION_SCHEMA', 'TRIGGERS'])))\n            ->where($sqlFilter);\n        $results = $this->resourceAdapter->query($select);\n        $data = [];\n        foreach ($results as $row) {\n            $row = array_change_key_case($row, CASE_LOWER);\n            $row['action_statement'] = $this->convertStatement($row['action_statement']);\n            $key = $row['event_object_table'] . $row['event_manipulation'] . $row['action_timing'];\n            $data[$key] = $row;\n        }\n        $this->triggers = $data;\n    }\n\n    /**\n     * Convert statement\n     *\n     * @param string $row\n     * @return mixed\n     */\n    protected function convertStatement($row)\n    {\n        $regex = '/(BEGIN)([\\s\\S]*?)(END.?)/';\n        return preg_replace($regex, '$2', $row);\n    }\n\n    /**\n     * Returns current schema name\n     *\n     * @return string\n     */\n    protected function getCurrentSchema()\n    {\n        return $this->resourceAdapter->fetchOne('SELECT SCHEMA()');\n    }\n\n    /**\n     * Returns schema name\n     *\n     * @return string\n     */\n    protected function getSchemaName()\n    {\n        if (!$this->schemaName) {\n            $this->schemaName = $this->getCurrentSchema();\n        }\n\n        return $this->schemaName;\n    }\n}\n"
  },
  {
    "path": "src/Migration/ResourceModel/Adapter/Pdo/MysqlBuilder.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\ResourceModel\\Adapter\\Pdo;\n\nuse Magento\\Framework\\ObjectManagerInterface;\nuse Magento\\Framework\\DB\\Adapter\\Pdo\\Mysql as PdoMysql;\nuse Magento\\Framework\\DB\\SelectFactory;\nuse Migration\\Config;\n\n/**\n * Builder class for @see PdoMysql\n */\nclass MysqlBuilder\n{\n    /**\n     * Object Manager instance\n     *\n     * @var ObjectManagerInterface\n     */\n    protected $objectManager = null;\n\n    /**\n     * @var Config\n     */\n    protected $config;\n\n    /**\n     * Instance name to create\n     *\n     * @var string\n     */\n    protected $instanceName = null;\n\n    /**\n     * @param ObjectManagerInterface $objectManager\n     * @param Config $config\n     * @param string $instanceName\n     */\n    public function __construct(\n        ObjectManagerInterface $objectManager,\n        Config $config,\n        $instanceName = \\Magento\\Framework\\DB\\Adapter\\Pdo\\Mysql::class\n    ) {\n        $this->objectManager = $objectManager;\n        $this->config = $config;\n        $this->instanceName = $instanceName;\n    }\n\n    /**\n     * Create class instance with specified parameters\n     *\n     * @param string $resourceType\n     * @return PdoMysql\n     */\n    public function build($resourceType)\n    {\n        $instance = $this->objectManager->create(\n            $this->instanceName,\n            [\n                'config' => $this->getConfig($resourceType),\n                'selectFactory' => $this->getSelectFactory()\n            ]\n        );\n        $instance->disallowDdlCache();\n        $this->runInitStatements($instance, $resourceType);\n        return $instance;\n    }\n\n    /**\n     * Returns well-formed configuration array of $resourceType resource for @see PdoMysql\n     *\n     * @param string $resourceType\n     * @return array\n     */\n    private function getConfig($resourceType)\n    {\n        $resource = $this->config->getResourceConfig($resourceType);\n        $resource = $resource[$resource['type']];\n        $config['host'] = $resource['host'];\n        $config['dbname'] = $resource['name'];\n        $config['username'] = $resource['user'];\n        $config['password'] = !empty($resource['password']) ? $resource['password'] : '';\n        if (!empty($resource['port'])) {\n            $config['host'] = $config['host'] . ':' . $resource['port'];\n\t    }\n        if (isset($resource['ssl_key'])) {\n            $config['driver_options'][\\PDO::MYSQL_ATTR_SSL_KEY] = $resource['ssl_key'];\n        }\n        if(isset($resource['ssl_cert'])){\n            $config['driver_options'][\\PDO::MYSQL_ATTR_SSL_CERT] = $resource['ssl_cert'];\n        }\n        if(isset($resource['ssl_ca'])){\n            $config['driver_options'][\\PDO::MYSQL_ATTR_SSL_CA] = $resource['ssl_ca'];\n        }\n        return $config;\n    }\n\n    /**\n     * Run init SQL statements\n     *\n     * @param \\Magento\\Framework\\DB\\Adapter\\Pdo\\Mysql $instance\n     * @param string $resourceType\n     * @return void\n     */\n    private function runInitStatements(PdoMysql $instance, $resourceType)\n    {\n        $initStatements = $this->config->getOption('init_statements_' . $resourceType);\n        foreach (explode(';', $initStatements) as $initStatement) {\n            if (!empty($initStatement)) {\n                $instance->query($initStatement);\n            }\n        }\n    }\n\n    /**\n     * Get select factory\n     *\n     * @return SelectFactory\n     */\n    private function getSelectFactory()\n    {\n        $parts = [];\n        $editionMigrate = $this->config->getOption('edition_migrate');\n        $commerce = [Config::EDITION_MIGRATE_OPENSOURCE_TO_COMMERCE, Config::EDITION_MIGRATE_COMMERCE_TO_COMMERCE];\n        if (in_array($editionMigrate, $commerce)) {\n            $parts['disable_staging_preview'] = true;\n        }\n        return $this->objectManager->create(\\Magento\\Framework\\DB\\SelectFactory::class, ['parts' => $parts]);\n    }\n}\n"
  },
  {
    "path": "src/Migration/ResourceModel/AdapterFactory.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\ResourceModel;\n\nuse Magento\\Framework\\ObjectManagerInterface;\n\n/**\n * Factory for resource adapter\n */\nclass AdapterFactory\n{\n    /**\n     * @var string\n     */\n    protected $defaultClassName = \\Migration\\ResourceModel\\Adapter\\Mysql::class;\n\n    /**\n     * @var \\Migration\\Config\n     */\n    protected $configReader;\n\n    /**\n     * Object Manager instance\n     *\n     * @var ObjectManagerInterface\n     */\n    protected $objectManager;\n\n    /**\n     * Factory constructor\n     *\n     * @param ObjectManagerInterface $objectManager\n     * @param \\Migration\\Config $configReader\n     */\n    public function __construct(\n        ObjectManagerInterface $objectManager,\n        \\Migration\\Config $configReader\n    ) {\n        $this->objectManager = $objectManager;\n        $this->configReader = $configReader;\n    }\n\n    /**\n     * Create class instance with specified parameters\n     *\n     * @param array $data\n     * @return AdapterInterface\n     */\n    public function create(array $data = [])\n    {\n        $classNameInConfig = $this->configReader->getOption('resource_adapter_class_name');\n        $className = !empty($classNameInConfig) ? $classNameInConfig : $this->defaultClassName;\n        return $this->objectManager->create($className, $data);\n    }\n}\n"
  },
  {
    "path": "src/Migration/ResourceModel/AdapterInterface.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\ResourceModel;\n\nuse Migration\\ResourceModel\\Document;\n\n/**\n * Adapter interface class\n */\ninterface AdapterInterface\n{\n    /**\n     * Get Documents list\n     *\n     * @return array\n     */\n    public function getDocumentList();\n\n    /**\n     * Get Document Fields list\n     * Returns array:\n     * [\n     *     'fieldName' => 'options'\n     * ]\n     *\n     * @param string $documentName\n     * @return array\n     */\n    public function getDocumentStructure($documentName);\n\n    /**\n     * Returns number of records of document\n     *\n     * @param string $documentName\n     * @param array|bool $distinctFields\n     * @return int\n     */\n    public function getRecordsCount($documentName, $distinctFields = []);\n\n    /**\n     * Load Page\n     *\n     * @param string $documentName\n     * @param int $pageNumber\n     * @param int $pageSize\n     * @param string $identityField\n     * @param int $identityId\n     * @param \\Zend_Db_Expr $condition\n     * @return array\n     */\n    public function loadPage(\n        $documentName,\n        $pageNumber,\n        $pageSize,\n        $identityField = null,\n        $identityId = null,\n        \\Zend_Db_Expr $condition = null\n    );\n\n    /**\n     * Insert records into document\n     *\n     * @param string $documentName\n     * @param array $records\n     * @param bool|array $updateOnDuplicate\n     * @return int\n     */\n    public function insertRecords($documentName, $records, $updateOnDuplicate = false);\n\n    /**\n     * Delete all record from the document\n     *\n     * @param string $documentName\n     * @return void\n     */\n    public function deleteAllRecords($documentName);\n\n    /**\n     * Delete records\n     *\n     * @param string $documentName\n     * @param string|array $idKeys\n     * @param array $items\n     * @return void\n     */\n    public function deleteRecords($documentName, $idKeys, $items);\n\n    /**\n     * Load page with changed records from the document\n     *\n     * @param string $documentName\n     * @param string $deltaLogName\n     * @param array $idKeys\n     * @param int $pageNumber\n     * @param int $pageSize\n     * @param bool|false $getProcessed\n     * @return array\n     */\n    public function loadChangedRecords(\n        $documentName,\n        $deltaLogName,\n        $idKeys,\n        $pageNumber,\n        $pageSize,\n        $getProcessed = false\n    );\n\n    /**\n     * Load page with changed records from the document\n     *\n     * @param string $deltaLogName\n     * @param array $idKeys\n     * @param int $pageNumber\n     * @param int $pageSize\n     * @param bool|false $getProcessed\n     * @return array\n     */\n    public function loadDeletedRecords($deltaLogName, $idKeys, $pageNumber, $pageSize, $getProcessed = false);\n\n    /**\n     * Updates document records with specified data or insert if this is a new record\n     *\n     * @param mixed $document\n     * @param array $data\n     * @param bool|array $updateOnDuplicate\n     * @return int\n     */\n    public function updateChangedRecords($document, $data, $updateOnDuplicate = false);\n\n    /**\n     * Backup document\n     *\n     * @param string $documentName\n     * @return void\n     */\n    public function backupDocument($documentName);\n\n    /**\n     * Rollback document\n     *\n     * @param string $documentName\n     * @return void\n     */\n    public function rollbackDocument($documentName);\n\n    /**\n     * Delete document backup\n     *\n     * @param string $documentName\n     * @return void\n     */\n    public function deleteBackup($documentName);\n\n    /**\n     * Create delta for specified tables\n     *\n     * @param string $documentName\n     * @param string $deltaLogName\n     * @param string $idKey\n     * @return boolean\n     */\n    public function createDelta($documentName, $deltaLogName, $idKey);\n\n    /**\n     * IInsert from select\n     *\n     * @param \\Magento\\Framework\\DB\\Select $select\n     * @param string $table\n     * @param array $fields\n     * @param bool|false $mode\n     * @return mixed\n     */\n    public function insertFromSelect(\\Magento\\Framework\\DB\\Select $select, $table, array $fields = [], $mode = false);\n}\n"
  },
  {
    "path": "src/Migration/ResourceModel/Destination.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n\nnamespace Migration\\ResourceModel;\n\nuse \\Migration\\Config;\n\n/**\n * ResourceModel destination class\n */\nclass Destination extends AbstractResource\n{\n    const CONFIG_DOCUMENT_PREFIX = 'dest_prefix';\n\n    /**\n     * @var string\n     */\n    protected $documentPrefix;\n\n    /**\n     * Save data into destination resource\n     *\n     * @param string $documentName\n     * @param \\Migration\\ResourceModel\\Record\\Collection|array $records\n     * @param bool|array $updateOnDuplicate\n     * @return $this\n     */\n    public function saveRecords($documentName, $records, $updateOnDuplicate = false)\n    {\n        $pageSize = $this->getPageSize($documentName);\n        $i = 0;\n        $data = [];\n        $documentName = $this->addDocumentPrefix($documentName);\n        /** @var \\Migration\\ResourceModel\\Record|array $row */\n        foreach ($records as $row) {\n            $i++;\n            if ($row instanceof \\Migration\\ResourceModel\\Record) {\n                $data[] = $row->getData();\n            } else {\n                $data[] = $row;\n            }\n            if ($i == $pageSize) {\n                $this->getAdapter()->insertRecords($documentName, $data, $updateOnDuplicate);\n                $data = [];\n                $i = 0;\n            }\n        }\n        if ($i > 0) {\n            $this->getAdapter()->insertRecords($documentName, $data, $updateOnDuplicate);\n        }\n        return $this;\n    }\n\n    /**\n     * Clear document\n     *\n     * @param string $documentName\n     * @return void\n     */\n    public function clearDocument($documentName)\n    {\n        $this->getAdapter()->deleteAllRecords($this->addDocumentPrefix($documentName));\n    }\n\n    /**\n     * @inheritdoc\n     */\n    protected function getDocumentPrefix()\n    {\n        if (null === $this->documentPrefix) {\n            $this->documentPrefix = $this->configReader->getOption(self::CONFIG_DOCUMENT_PREFIX);\n        }\n        return $this->documentPrefix;\n    }\n\n    /**\n     * Backup document\n     *\n     * @param string $documentName\n     * @return void\n     */\n    public function backupDocument($documentName)\n    {\n        $this->getAdapter()->backupDocument($this->addDocumentPrefix($documentName));\n    }\n\n    /**\n     * Rollback document\n     *\n     * @param string $documentName\n     * @return void\n     */\n    public function rollbackDocument($documentName)\n    {\n        $this->getAdapter()->rollbackDocument($this->addDocumentPrefix($documentName));\n    }\n\n    /**\n     * Delete document backup\n     *\n     * @param string $documentName\n     * @return void\n     */\n    public function deleteDocumentBackup($documentName)\n    {\n        $this->getAdapter()->deleteBackup($this->addDocumentPrefix($documentName));\n    }\n\n    /**\n     * Update changed records\n     *\n     * @param string $documentName\n     * @param \\Migration\\ResourceModel\\Record\\Collection $records\n     * @param array|bool $updateOnDuplicate\n     * @return void\n     */\n    public function updateChangedRecords($documentName, $records, $updateOnDuplicate = false)\n    {\n        $documentName = $this->addDocumentPrefix($documentName);\n        $data = [];\n        /** @var \\Migration\\ResourceModel\\Record $row */\n        foreach ($records as $row) {\n            $data[] = $row->getData();\n        }\n        if (!empty($data)) {\n            $this->getAdapter()->updateChangedRecords(\n                $this->addDocumentPrefix($documentName),\n                $data,\n                $updateOnDuplicate\n            );\n        }\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function getResourceType()\n    {\n        return Config::RESOURCE_TYPE_DESTINATION;\n    }\n}\n"
  },
  {
    "path": "src/Migration/ResourceModel/Document/Collection.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\ResourceModel\\Document;\n\n/**\n * Document iterator class\n */\nclass Collection extends \\Migration\\ResourceModel\\AbstractCollection\n{\n    /**\n     * @var \\Migration\\ResourceModel\\Document[]\n     */\n    protected $data;\n\n    /**\n     * Get Document from collection\n     *\n     * @param string $documentName\n     * @return \\Migration\\ResourceModel\\Document|null\n     */\n    public function getDocument($documentName)\n    {\n        foreach ($this->data as $document) {\n            if ($document->getName() == $documentName) {\n                return $document;\n            }\n        }\n        return null;\n    }\n\n    /**\n     * Add Document to collection\n     *\n     * @param \\Migration\\ResourceModel\\Document $document\n     * @return $this\n     */\n    public function addDocument($document)\n    {\n        $this->data[] = $document;\n        return $this;\n    }\n}\n"
  },
  {
    "path": "src/Migration/ResourceModel/Document.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\ResourceModel;\n\n/**\n * Document class\n */\nclass Document\n{\n    /**\n     * @var \\Migration\\ResourceModel\\Record\\CollectionFactory\n     */\n    protected $recordCollectionFactory;\n\n    /**\n     * @var \\Migration\\ResourceModel\\Structure\n     */\n    protected $structure;\n\n    /**\n     * @var string\n     */\n    protected $documentName;\n\n    /**\n     * @param Record\\CollectionFactory $recordCollectionFactory\n     * @param Structure $structure\n     * @param string $documentName\n     */\n    public function __construct(\n        \\Migration\\ResourceModel\\Record\\CollectionFactory $recordCollectionFactory,\n        \\Migration\\ResourceModel\\Structure $structure,\n        $documentName\n    ) {\n        $this->recordCollectionFactory = $recordCollectionFactory;\n        $this->structure = $structure;\n        $this->documentName = $documentName;\n    }\n\n    /**\n     * Get records\n     *\n     * @return Record\\Collection\n     */\n    public function getRecords()\n    {\n        return $this->recordCollectionFactory->create([\n            'structure' => $this->structure,\n            'documentName' => $this->getName(),\n        ]);\n    }\n\n    /**\n     * Get Document name\n     *\n     * @return string\n     */\n    public function getName()\n    {\n        return $this->documentName;\n    }\n\n    /**\n     * Get document Structure\n     *\n     * @return \\Migration\\ResourceModel\\Structure\n     */\n    public function getStructure()\n    {\n        return $this->structure;\n    }\n}\n"
  },
  {
    "path": "src/Migration/ResourceModel/Record/Collection.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\ResourceModel\\Record;\n\nuse Migration\\Exception;\n\n/**\n * Record iterator class\n */\nclass Collection extends \\Migration\\ResourceModel\\AbstractCollection\n{\n    /**\n     * @var \\Migration\\ResourceModel\\Record[]\n     */\n    protected $data;\n\n    /**\n     * @var \\Migration\\ResourceModel\\Structure\n     */\n    protected $structure;\n\n    /**\n     * @param \\Migration\\ResourceModel\\Structure $structure\n     * @param array $data\n     */\n    public function __construct(\\Migration\\ResourceModel\\Structure $structure, array $data = [])\n    {\n        $this->structure = $structure;\n        parent::__construct($data);\n    }\n\n    /**\n     * Set structure\n     *\n     * @return \\Migration\\ResourceModel\\Structure\n     */\n    public function getStructure()\n    {\n        return $this->structure;\n    }\n\n    /**\n     * Add Record to collection\n     *\n     * @param \\Migration\\ResourceModel\\Record $record\n     * @return $this\n     * @throws Exception\n     */\n    public function addRecord($record)\n    {\n        if (!$record->getStructure()) {\n            $record->setStructure($this->structure);\n        }\n        if (!$record->validateStructure($this->structure)) {\n            throw new Exception(\"Record structure does not equal Collection structure\");\n        }\n\n        $this->data[] = $record;\n        return $this;\n    }\n\n    /**\n     * Get column data\n     *\n     * @param string $columnName\n     * @return array\n     * @throws Exception\n     */\n    public function getValue($columnName)\n    {\n        if ($this->structure && !$this->structure->hasField($columnName)) {\n            throw new Exception(\"Collection Structure does not contain field $columnName\");\n        }\n        $result = [];\n        foreach ($this->data as $item) {\n            $result[] = $item->getValue($columnName);\n        }\n        return $result;\n    }\n\n    /**\n     * Set column data\n     *\n     * @param string $columnName\n     * @param mixed $value\n     * @return $this\n     * @throws Exception\n     */\n    public function setValue($columnName, $value)\n    {\n        if ($this->structure && !$this->structure->hasField($columnName)) {\n            throw new Exception(\"Collection Structure does not contain field $columnName\");\n        }\n        foreach ($this->data as $item) {\n            $item->setValue($columnName, $value);\n        }\n        return $this;\n    }\n}\n"
  },
  {
    "path": "src/Migration/ResourceModel/Record.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\ResourceModel;\n\nuse Migration\\Exception;\n\n/**\n * Record iterator class\n */\nclass Record\n{\n    /**\n     * @var array\n     */\n    protected $data;\n\n    /**\n     * @var \\Migration\\ResourceModel\\Structure\n     */\n    protected $structure;\n\n    /**\n     * @var \\Migration\\ResourceModel\\Document;\n     */\n    protected $document;\n\n    /**\n     * @param array $data\n     * @param Document $document\n     */\n    public function __construct(array $data = [], Document $document = null)\n    {\n        $this->data = $data;\n        if ($document !== null) {\n            $this->setStructure($document->getStructure());\n            $this->setDocument($document);\n        }\n    }\n\n    /**\n     * Get structure\n     *\n     * @return Structure\n     */\n    public function getStructure()\n    {\n        return $this->structure;\n    }\n\n    /**\n     * Set structure\n     *\n     * @param Structure $structure\n     * @return void\n     */\n    public function setStructure($structure)\n    {\n        $this->structure = $structure;\n    }\n\n    /**\n     * Set document\n     *\n     * @param Document $document\n     * @return void\n     */\n    public function setDocument(Document $document)\n    {\n        $this->document = $document;\n    }\n\n    /**\n     * Get document\n     *\n     * @return Document\n     */\n    public function getDocument()\n    {\n        return $this->document;\n    }\n\n    /**\n     * Validate structure\n     *\n     * @param Structure $structure\n     * @return bool\n     */\n    public function validateStructure($structure = null)\n    {\n        if (!$structure) {\n            $structure = $this->structure;\n        }\n        if (!$structure) {\n            return false;\n        }\n        if (!$structure->getFields()) {\n            return true;\n        }\n\n        return count(array_diff_key($this->data, $structure->getFields())) == 0;\n    }\n\n    /**\n     * Get column value\n     *\n     * @param string $columnName\n     * @return mixed\n     */\n    public function getValue($columnName)\n    {\n        return isset($this->data[$columnName]) ? $this->data[$columnName] : null;\n    }\n\n    /**\n     * Get column default value\n     *\n     * @param string $columnName\n     * @return mixed\n     * @throws Exception\n     */\n    public function getValueDefault($columnName)\n    {\n        if ($this->structure && !$this->structure->hasField($columnName)) {\n            throw new Exception(\n                \"Record structure does not contain field $columnName on {$this->getDocument()->getName()}\"\n            );\n        }\n        $fields = $this->structure->getFields();\n        if ($fields[$columnName]['DEFAULT'] === null && $fields[$columnName]['NULLABLE'] === false) {\n            return '';\n        }\n        return $fields[$columnName]['DEFAULT'];\n    }\n\n    /**\n     * Set column value\n     *\n     * @param string $columnName\n     * @param mixed $value\n     * @return $this\n     * @throws Exception\n     */\n    public function setValue($columnName, $value)\n    {\n        if ($this->structure && !$this->structure->hasField($columnName)) {\n            throw new Exception(\n                \"Record structure does not contain field $columnName on {$this->getDocument()->getName()}\"\n            );\n        }\n        $this->data[$columnName] = $value;\n        return $this;\n    }\n\n    /**\n     * Set record data\n     *\n     * @param array $data\n     * @return $this\n     * @throws Exception\n     */\n    public function setData($data)\n    {\n        $this->data = $data;\n        if ($this->structure && !$this->validateStructure()) {\n            throw new Exception(\"Record structure does not match provided Data\");\n        }\n        return $this;\n    }\n\n    /**\n     * Get record data\n     *\n     * @return array\n     */\n    public function getData()\n    {\n        return $this->data;\n    }\n\n    /**\n     * Get record default data\n     *\n     * @return array\n     */\n    public function getDataDefault()\n    {\n        $fields = [];\n        foreach ($this->structure->getFields() as $code => $structure) {\n            if ($structure['DEFAULT'] === null && $structure['NULLABLE'] === false) {\n                $fields[$code] = '';\n            } else {\n                $fields[$code] = $structure['DEFAULT'];\n            }\n        }\n        return $fields;\n    }\n\n    /**\n     * Get fields\n     *\n     * @return array\n     * @throws Exception\n     */\n    public function getFields()\n    {\n        if (empty($this->getStructure())) {\n            throw new Exception(\"Structure not set\");\n        }\n\n        return array_keys($this->structure->getFields());\n    }\n}\n"
  },
  {
    "path": "src/Migration/ResourceModel/Source.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n\nnamespace Migration\\ResourceModel;\n\nuse \\Migration\\Config;\n\n/**\n * ResourceModel source class\n */\nclass Source extends AbstractResource\n{\n    const CONFIG_DOCUMENT_PREFIX = 'source_prefix';\n\n    /**\n     * @var array\n     */\n    protected $documentIdentity = [];\n\n    /**\n     * @var array\n     */\n    protected $lastLoadedIdentityId = [];\n\n    /**\n     * @var string\n     */\n    protected $documentPrefix;\n\n    /**\n     * @inheritdoc\n     */\n    protected function getDocumentPrefix()\n    {\n        if (null === $this->documentPrefix) {\n            $this->documentPrefix = $this->configReader->getOption(self::CONFIG_DOCUMENT_PREFIX);\n        }\n        return $this->documentPrefix;\n    }\n\n    /**\n     * Load page\n     *\n     * @param string $documentName\n     * @param int $pageNumber\n     * @return array\n     */\n    public function loadPage($documentName, $pageNumber)\n    {\n        return $this->getAdapter()->loadPage($documentName, $pageNumber, $this->getPageSize($documentName));\n    }\n\n    /**\n     * Return records from the document, paging is included\n     *\n     * @param string $documentName\n     * @param int $pageNumber\n     * @param int $pageSize\n     * @param \\Zend_Db_Expr $condition\n     * @return array\n     */\n    public function getRecords($documentName, $pageNumber, $pageSize = null, \\Zend_Db_Expr $condition = null)\n    {\n        $pageSize = $pageSize ?: $this->getPageSize($documentName) ;\n        $identityField = $this->getIdentityField($documentName);\n        $identityId = null;\n        if ($identityField) {\n            if (!isset($this->lastLoadedIdentityId[$documentName]) && $pageNumber == 0) {\n                $identityId = 0;\n            }\n            if (isset($this->lastLoadedIdentityId[$documentName])) {\n                $identityId = $this->lastLoadedIdentityId[$documentName];\n                if ($identityId == 0) {\n                    $this->lastLoadedIdentityId[$documentName] = ++$identityId;\n                }\n            }\n        }\n\n        $records = $this->getAdapter()->loadPage(\n            $this->addDocumentPrefix($documentName),\n            $pageNumber,\n            $pageSize,\n            $identityField,\n            $identityId,\n            $condition\n        );\n\n        return $records;\n    }\n\n    /**\n     * Set last loaded record\n     *\n     * @param string $documentName\n     * @param array $record\n     * @return void\n     */\n    public function setLastLoadedRecord($documentName, array $record)\n    {\n        $identityField = $this->getIdentityField($documentName);\n        if ($identityField && isset($record[$identityField])) {\n            $this->lastLoadedIdentityId[$documentName] = $record[$identityField];\n        } elseif (empty($record)) {\n            unset($this->lastLoadedIdentityId[$documentName]);\n        }\n    }\n\n    /**\n     * Get identity field\n     *\n     * @param string $documentName\n     * @return mixed\n     */\n    protected function getIdentityField($documentName)\n    {\n        if (array_key_exists($documentName, $this->documentIdentity)) {\n            return $this->documentIdentity[$documentName];\n        }\n\n        $this->documentIdentity[$documentName] = null;\n        foreach ($this->getDocument($documentName)->getStructure()->getFields() as $params) {\n            if ($params['PRIMARY'] && $params['IDENTITY']) {\n                $this->documentIdentity[$documentName] = $params['COLUMN_NAME'];\n            }\n        }\n\n        return $this->documentIdentity[$documentName];\n    }\n\n    /**\n     * Create delta for specified table\n     *\n     * @param string $documentName\n     * @param string $idKey\n     * @return boolean\n     */\n    public function createDelta($documentName, $idKey)\n    {\n        $result = $this->getAdapter()->createDelta(\n            $this->addDocumentPrefix($documentName),\n            $this->addDocumentPrefix($this->getDeltaLogName($documentName)),\n            $idKey\n        );\n        return $result;\n    }\n\n    /**\n     * Get changed records for document\n     *\n     * @param string $documentName\n     * @param array $idKeys\n     * @param int $pageNumber\n     * @param bool|false $getProcessed\n     * @return array\n     */\n    public function getChangedRecords($documentName, $idKeys, $pageNumber = 0, $getProcessed = false)\n    {\n        return $this->getAdapter()->loadChangedRecords(\n            $this->addDocumentPrefix($documentName),\n            $this->addDocumentPrefix($this->getDeltaLogName($documentName)),\n            $idKeys,\n            $pageNumber,\n            $this->getPageSize($documentName),\n            $getProcessed\n        );\n    }\n\n    /**\n     * Get deleted records for document\n     *\n     * @param string $documentName\n     * @param array $idKeys\n     * @param int $pageNumber\n     * @param bool|false $getProcessed\n     * @return array\n     */\n    public function getDeletedRecords($documentName, $idKeys, $pageNumber = 0, $getProcessed = false)\n    {\n        return $this->getAdapter()->loadDeletedRecords(\n            $this->addDocumentPrefix($this->getDeltaLogName($documentName)),\n            $idKeys,\n            $pageNumber,\n            $this->getPageSize($documentName),\n            $getProcessed\n        );\n    }\n\n    /**\n     * Get delta log name\n     *\n     * @param string $documentName\n     * @return string\n     */\n    public function getDeltaLogName($documentName)\n    {\n        $maximumNameLength = 64;\n        $documentName = 'm2_cl_' . $documentName;\n\n        if (strlen($documentName) > $maximumNameLength) {\n            $documentName = substr($documentName, 0, $maximumNameLength);\n        }\n\n        return $documentName;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function getResourceType()\n    {\n        return Config::RESOURCE_TYPE_SOURCE;\n    }\n}\n"
  },
  {
    "path": "src/Migration/ResourceModel/Structure/Collection.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\ResourceModel\\Structure;\n\n/**\n * Document iterator class\n */\nclass Collection extends \\Migration\\ResourceModel\\AbstractCollection\n{\n    /**\n     * @var array\n     */\n    protected $structureDocuments = [];\n\n    /**\n     * @param array $data\n     */\n    public function __construct(array $data = [])\n    {\n        $this->structureDocuments = array_flip(array_keys($data));\n        $this->data = array_values($data);\n        $this->rewind();\n    }\n\n    /**\n     * Get Structure from collection\n     *\n     * @param string $documentName\n     * @return \\Migration\\ResourceModel\\Structure|null\n     */\n    public function getStructure($documentName)\n    {\n        if (isset($this->structureDocuments[$documentName])) {\n            return $this->data[$this->structureDocuments[$documentName]];\n        }\n        return null;\n    }\n\n    /**\n     * Add Structure to collection\n     *\n     * @param string $documentName\n     * @param \\Migration\\ResourceModel\\Structure $structure\n     * @return $this\n     */\n    public function addStructure($documentName, $structure)\n    {\n        $position = count($this->data);\n        $this->data[] = $structure;\n        $this->structureDocuments[$documentName] = $position;\n        return $this;\n    }\n}\n"
  },
  {
    "path": "src/Migration/ResourceModel/Structure.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\ResourceModel;\n\n/**\n * Document class\n */\nclass Structure\n{\n    /**\n     * @var array\n     */\n    protected $data;\n\n    /**\n     * @param array $data\n     */\n    public function __construct(array $data = [])\n    {\n        $this->data = $data;\n    }\n\n    /**\n     * Check field exists in Structure\n     *\n     * @param string $name\n     * @return bool\n     */\n    public function hasField($name)\n    {\n        return isset($this->data[$name]);\n    }\n\n    /**\n     * Get Structure field\n     *\n     * @return array\n     */\n    public function getFields()\n    {\n        return $this->data;\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/ConfigurablePrices/Data.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\ConfigurablePrices;\n\nuse Migration\\App\\Step\\StageInterface;\nuse Migration\\Handler;\nuse Migration\\ResourceModel;\nuse Migration\\ResourceModel\\Record;\nuse Migration\\App\\ProgressBar;\nuse Migration\\Logger\\Manager as LogManager;\nuse Migration\\Logger\\Logger;\nuse Migration\\ResourceModel\\Adapter\\Mysql;\nuse Migration\\Config;\n\n/**\n * Class Data\n */\nclass Data implements StageInterface\n{\n    /**\n     * @var ResourceModel\\Source\n     */\n    protected $source;\n\n    /**\n     * @var Mysql\n     */\n    protected $sourceAdapter;\n\n    /**\n     * @var ResourceModel\\Destination\n     */\n    protected $destination;\n\n    /**\n     * @var ProgressBar\\LogLevelProcessor\n     */\n    protected $progress;\n\n    /**\n     * @var Logger\n     */\n    protected $logger;\n\n    /**\n     * @var ResourceModel\\RecordFactory\n     */\n    protected $recordFactory;\n\n    /**\n     * @var Helper\n     */\n    protected $helper;\n\n    /**\n     * @var string\n     */\n    protected $editionMigrate = '';\n\n    /**\n     * @param ProgressBar\\LogLevelProcessor $progress\n     * @param ResourceModel\\Source $source\n     * @param ResourceModel\\Destination $destination\n     * @param ResourceModel\\RecordFactory $recordFactory\n     * @param Logger $logger\n     * @param Helper $helper\n     * @param Config $config\n     */\n    public function __construct(\n        ProgressBar\\LogLevelProcessor $progress,\n        ResourceModel\\Source $source,\n        ResourceModel\\Destination $destination,\n        ResourceModel\\RecordFactory $recordFactory,\n        Logger $logger,\n        Helper $helper,\n        Config $config\n    ) {\n        $this->source = $source;\n        $this->sourceAdapter = $this->source->getAdapter();\n        $this->destination = $destination;\n        $this->progress = $progress;\n        $this->recordFactory = $recordFactory;\n        $this->logger = $logger;\n        $this->helper = $helper;\n        $this->editionMigrate = $config->getOption('edition_migrate');\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function perform()\n    {\n        $this->helper->init();\n        $this->progress->start($this->getIterationsCount(), LogManager::LOG_LEVEL_INFO);\n        $document = $this->helper->getDocumentList();\n        $sourceDocumentName = $document['source'];\n        $destinationDocumentName = $document['destination'];\n        $destinationDocument = $this->destination->getDocument($destinationDocumentName);\n        $pageNumber = 0;\n        $this->logger->debug('migrating', ['table' => $sourceDocumentName]);\n        $this->progress->start($this->source->getRecordsCount($sourceDocumentName), LogManager::LOG_LEVEL_DEBUG);\n        /** @var \\Magento\\Framework\\DB\\Select $select */\n        $select = $this->helper->getConfigurablePrice();\n        while (!empty($bulk = $this->getRecords($sourceDocumentName, $select, $pageNumber))) {\n            $pageNumber++;\n            $destinationCollection = $destinationDocument->getRecords();\n            foreach ($bulk as $recordData) {\n                $this->progress->advance(LogManager::LOG_LEVEL_INFO);\n                $this->progress->advance(LogManager::LOG_LEVEL_DEBUG);\n                /** @var Record $destinationRecord */\n                $destinationRecord = $this->recordFactory->create(\n                    ['document' => $destinationDocument, 'data' => $recordData]\n                );\n                $destinationCollection->addRecord($destinationRecord);\n            }\n            $this->destination->saveRecords($destinationDocumentName, $destinationCollection, true);\n            $this->progress->finish(LogManager::LOG_LEVEL_DEBUG);\n        }\n        $this->progress->finish(LogManager::LOG_LEVEL_INFO);\n        return true;\n    }\n\n    /**\n     * Get iterations count\n     *\n     * @return int\n     */\n    protected function getIterationsCount()\n    {\n        $iterations = 0;\n        $document = $this->helper->getDocumentList();\n        $iterations += $this->source->getRecordsCount($document['source']);\n        return $iterations;\n    }\n\n    /**\n     * Get records\n     *\n     * @param string $sourceDocumentName\n     * @param \\Magento\\Framework\\DB\\Select $select\n     * @param int $pageNumber\n     * @return array\n     */\n    protected function getRecords($sourceDocumentName, \\Magento\\Framework\\DB\\Select $select, $pageNumber)\n    {\n        $select->limit(\n            $this->source->getPageSize($sourceDocumentName),\n            $pageNumber * $this->source->getPageSize($sourceDocumentName)\n        );\n        return $this->sourceAdapter->loadDataFromSelect($select);\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/ConfigurablePrices/Delta.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\ConfigurablePrices;\n\nuse Migration\\App\\Step\\AbstractDelta;\nuse Migration\\Logger\\Logger;\nuse Migration\\Reader\\GroupsFactory;\nuse Migration\\Reader\\MapFactory;\nuse Migration\\ResourceModel\\Source;\nuse Migration\\ResourceModel;\n\n/**\n * Class Delta\n * @SuppressWarnings(CouplingBetweenObjects)\n */\nclass Delta extends AbstractDelta\n{\n    /**\n     * @var Helper\n     */\n    private $helper;\n\n    /**\n     * @var string\n     */\n    protected $mapConfigOption = 'map_file';\n\n    /**\n     * @var string\n     */\n    protected $groupName = 'delta_configurable_price';\n\n    /**\n     * @var string\n     */\n    private $sourceDocumentName = 'catalog_product_super_attribute_pricing';\n\n    /**\n     * @var string\n     */\n    private $destinationDocumentName = 'catalog_product_entity_decimal';\n\n    /**\n     * Delta constructor.\n     * @param Source $source\n     * @param MapFactory $mapFactory\n     * @param GroupsFactory $groupsFactory\n     * @param Logger $logger\n     * @param ResourceModel\\Destination $destination\n     * @param ResourceModel\\RecordFactory $recordFactory\n     * @param \\Migration\\RecordTransformerFactory $recordTransformerFactory\n     * @param Helper $helper\n     */\n    public function __construct(\n        Source $source,\n        MapFactory $mapFactory,\n        GroupsFactory $groupsFactory,\n        Logger $logger,\n        ResourceModel\\Destination $destination,\n        ResourceModel\\RecordFactory $recordFactory,\n        \\Migration\\RecordTransformerFactory $recordTransformerFactory,\n        Helper $helper\n    ) {\n        $this->helper = $helper;\n        parent::__construct(\n            $source,\n            $mapFactory,\n            $groupsFactory,\n            $logger,\n            $destination,\n            $recordFactory,\n            $recordTransformerFactory\n        );\n    }\n\n    /**\n     * Perform\n     *\n     * @return bool\n     * @throws \\Migration\\Exception\n     */\n    public function perform()\n    {\n        $sourceDocuments = array_flip($this->source->getDocumentList());\n        foreach ($this->deltaDocuments as $documentName => $idKeys) {\n            $idKeys = explode(',', $idKeys);\n            if ($documentName != $this->sourceDocumentName || !$this->source->getDocument($documentName)) {\n                continue;\n            }\n            $documentNameDelta = $this->source->getDeltaLogName($documentName);\n            $documentNameDelta = $this->source->addDocumentPrefix($documentNameDelta);\n            if (!isset($sourceDocuments[$documentNameDelta])) {\n                throw new \\Migration\\Exception(sprintf('Deltalog for %s is not installed', $documentName));\n            }\n            if ($this->source->getRecordsCount($documentNameDelta) == 0) {\n                continue;\n            }\n\n            $this->logger->debug(sprintf('%s has changes', $documentName));\n            while (!empty($items = $this->source->getDeletedRecords($documentName, $idKeys))) {\n                $this->markRecordsProcessed($documentNameDelta, $idKeys, $items);\n            }\n            $items = $this->source->getChangedRecords($documentName, $idKeys);\n            if (empty($items)) {\n                return true;\n            }\n            echo PHP_EOL;\n            do {\n                $changedEntityIds = $this->getProductIds(array_column($items, 'product_super_attribute_id'));\n                /** @var \\Magento\\Framework\\DB\\Select $select */\n                $select = $this->helper->getConfigurablePrice($changedEntityIds);\n                $data = $this->source->getAdapter()->loadDataFromSelect($select);\n                $this->destination->saveRecords(\n                    $this->source->addDocumentPrefix($this->destinationDocumentName),\n                    $data,\n                    true\n                );\n                $this->markRecordsProcessed($documentNameDelta, $idKeys, $items);\n            } while (!empty($items = $this->source->getChangedRecords($documentName, $idKeys)));\n        }\n        return true;\n    }\n\n    /**\n     * Get product ids\n     *\n     * @param $productSuperAttributeIds\n     * @return array\n     */\n    private function getProductIds($productSuperAttributeIds)\n    {\n        /** @var \\Magento\\Framework\\DB\\Select $select */\n        $select = $this->source->getAdapter()->getSelect();\n        $select->from(\n            ['cpsa' => $this->source->addDocumentPrefix('catalog_product_super_attribute')],\n            ['product_id']\n        )->where('cpsa.product_super_attribute_id IN (?)', $productSuperAttributeIds);\n        return array_unique($select->getAdapter()->fetchCol($select));\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/ConfigurablePrices/Helper.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\ConfigurablePrices;\n\nuse Migration\\ResourceModel\\Destination;\nuse Migration\\ResourceModel\\Source;\nuse Migration\\Config;\nuse Magento\\Framework\\Module\\ModuleListInterface;\n\n/**\n * Class Helper\n */\nclass Helper\n{\n    /**\n     * @var Destination\n     */\n    private $destination;\n\n    /**\n     * @var Source\n     */\n    private $source;\n\n    /**\n     * @var array\n     */\n    private $destinationRecordsCount = 0;\n\n    /**\n     * @var string\n     */\n    private $editionMigrate = '';\n\n    /**\n     * @var ModuleListInterface\n     */\n    private $moduleList;\n\n    /**\n     * @var \\Migration\\ResourceModel\\AdapterInterface\n     */\n    private $sourceAdapter;\n\n    /**\n     * @param Destination $destination\n     * @param Source $source\n     * @param Config $config\n     * @param ModuleListInterface $moduleList\n     */\n    public function __construct(\n        Destination $destination,\n        Source $source,\n        Config $config,\n        ModuleListInterface $moduleList\n    ) {\n        $this->source = $source;\n        $this->sourceAdapter = $this->source->getAdapter();\n        $this->destination = $destination;\n        $this->editionMigrate = $config->getOption('edition_migrate');\n        $this->moduleList = $moduleList;\n    }\n\n    /**\n     * Get source fields\n     *\n     * @return array\n     */\n    public function getSourceFields()\n    {\n        return [\n            'website_id' => 'catalog_product_super_attribute_pricing',\n            'pricing_value' => 'catalog_product_super_attribute_pricing',\n            'product_id' => 'catalog_product_super_link',\n            'attribute_id' => 'catalog_product_super_attribute'\n        ];\n    }\n\n    /**\n     * Get destination fields\n     *\n     * @return array\n     */\n    public function getDestinationFields()\n    {\n        $entityIdName = $this->editionMigrate == Config::EDITION_MIGRATE_OPENSOURCE_TO_OPENSOURCE\n            || $this->moduleList->has('Magento_CatalogStaging') === false\n            ? 'entity_id'\n            : 'row_id';\n        return [\n            'store_id' => 'catalog_product_entity_decimal',\n            'value' => 'catalog_product_entity_decimal',\n            $entityIdName => 'catalog_product_entity_decimal',\n            'attribute_id' => 'catalog_product_entity_decimal'\n        ];\n    }\n\n    /**\n     * Get document list\n     *\n     * @return array\n     */\n    public function getDocumentList()\n    {\n        return [\n            'source' => 'catalog_product_super_attribute_pricing',\n            'destination' => 'catalog_product_entity_decimal'\n        ];\n    }\n\n    /**\n     * Init\n     *\n     * @return void\n     */\n    public function init()\n    {\n        if (!$this->getDestinationRecordsCount()) {\n            $this->destinationRecordsCount = $this->destination->getRecordsCount(\n                $this->getDocumentList()['destination']\n            );\n        }\n    }\n\n    /**\n     * Get destination records count\n     *\n     * @return array\n     */\n    public function getDestinationRecordsCount()\n    {\n        return $this->destinationRecordsCount;\n    }\n\n\n    /**\n     * Get configurable price\n     *\n     * @param array $entityIds\n     * @return \\Magento\\Framework\\DB\\Select\n     */\n    public function getConfigurablePrice(array $entityIds = [])\n    {\n        $entityIdName = $this->editionMigrate == Config::EDITION_MIGRATE_OPENSOURCE_TO_OPENSOURCE\n            || $this->moduleList->has('Magento_CatalogStaging') === false\n            ? 'entity_id'\n            : 'row_id';\n        $priceAttributeId = $this->getPriceAttributeId();\n        $entityIds = $entityIds ?: new \\Zend_Db_Expr(\n            'select product_id from ' . $this->source->addDocumentPrefix('catalog_product_super_attribute')\n        );\n        $priceExpr = new \\Zend_Db_Expr(\n            'IF(sup_ap.is_percent = 1, TRUNCATE(mt.value + (mt.value * sup_ap.pricing_value/100), 4), ' .\n            ' mt.value + SUM(sup_ap.pricing_value))'\n        );\n        $fields = [\n            'value' => $priceExpr,\n            'attribute_id' => new \\Zend_Db_Expr($priceAttributeId)\n        ];\n        /** @var \\Magento\\Framework\\DB\\Select $select */\n        $select = $this->sourceAdapter->getSelect();\n        $select->from(['mt' => $this->source->addDocumentPrefix('catalog_product_entity_decimal')], $fields)\n            ->joinLeft(\n                ['sup_a' => $this->source->addDocumentPrefix('catalog_product_super_attribute')],\n                'mt.entity_id = product_id',\n                []\n            )\n            ->joinInner(\n                ['sup_ap' => $this->source->addDocumentPrefix('catalog_product_super_attribute_pricing')],\n                'sup_ap.product_super_attribute_id = sup_a.product_super_attribute_id',\n                []\n            )\n            ->joinInner(\n                ['supl' => $this->source->addDocumentPrefix('catalog_product_super_link')],\n                'mt.entity_id = supl.parent_id',\n                [$entityIdName => 'product_id']\n            )\n            ->joinInner(\n                ['pint' => $this->source->addDocumentPrefix('catalog_product_entity_int')],\n                'pint.entity_id = supl.product_id and pint.attribute_id = sup_a.attribute_id ' .\n                ' and pint.value = sup_ap.value_index',\n                []\n            )\n            ->joinInner(\n                ['cs' => $this->source->addDocumentPrefix('core_store')],\n                'cs.website_id = sup_ap.website_id',\n                ['store_id']\n            )\n            ->where('mt.entity_id in (?)', $entityIds)\n            ->where('mt.attribute_id = ?', $priceAttributeId)\n            ->group([$entityIdName, 'cs.store_id']);\n        ;\n        return $select;\n    }\n\n    /**\n     * Get price attribute id\n     *\n     * @return string\n     */\n    protected function getPriceAttributeId()\n    {\n        $select = $this->sourceAdapter->getSelect();\n        $select->from($this->source->addDocumentPrefix('eav_attribute'))->where('attribute_code = ?', 'price');\n        return $select->getAdapter()->fetchOne($select);\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/ConfigurablePrices/Integrity.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\ConfigurablePrices;\n\nuse Migration\\ResourceModel;\nuse Migration\\Logger\\Logger;\nuse Migration\\App\\ProgressBar;\nuse Migration\\Reader\\MapInterface;\nuse Migration\\Config;\n\n/**\n * Class Integrity\n */\nclass Integrity extends \\Migration\\App\\Step\\AbstractIntegrity\n{\n    /**\n     * @var Helper\n     */\n    protected $helper;\n\n    /**\n     * @var ResourceModel\\Source\n     */\n    protected $source;\n\n    /**\n     * @var ResourceModel\\Destination\n     */\n    protected $destination;\n\n    /**\n     * @var Logger\n     */\n    protected $logger;\n\n    /**\n     * @var ProgressBar\\LogLevelProcessor\n     */\n    protected $progress;\n\n    /**\n     * @var Config\n     */\n    protected $config;\n\n    /**\n     * @param Helper $helper\n     * @param Logger $logger\n     * @param Config $config\n     * @param ProgressBar\\LogLevelProcessor $progress\n     * @param ResourceModel\\Source $source\n     * @param ResourceModel\\Destination $destination\n     */\n    public function __construct(\n        Helper $helper,\n        Logger $logger,\n        Config $config,\n        ProgressBar\\LogLevelProcessor $progress,\n        ResourceModel\\Source $source,\n        ResourceModel\\Destination $destination\n    ) {\n        $this->helper = $helper;\n        $this->logger = $logger;\n        $this->config = $config;\n        $this->progress = $progress;\n        $this->source = $source;\n        $this->destination = $destination;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function perform()\n    {\n        $this->progress->start($this->getIterationsCount());\n        $this->checkFields($this->helper->getSourceFields(), MapInterface::TYPE_SOURCE);\n        $this->checkFields($this->helper->getDestinationFields(), MapInterface::TYPE_DEST);\n        $this->progress->finish();\n        return $this->checkForErrors();\n    }\n\n    /**\n     * Get iterations count for step\n     *\n     * @return int\n     */\n    protected function getIterationsCount()\n    {\n        return count($this->helper->getSourceFields()) + count($this->helper->getDestinationFields());\n    }\n\n    /**\n     * Check fields\n     *\n     * @param array $fieldsData\n     * @param string $sourceType\n     * @return void\n     */\n    protected function checkFields($fieldsData, $sourceType)\n    {\n        $resourceModel = $this->getResourceModel($sourceType);\n        foreach ($fieldsData as $field => $documentName) {\n            $this->progress->advance();\n            $document = $resourceModel->getDocument($documentName);\n            $structure = array_keys($document->getStructure()->getFields());\n            if (!in_array($field, $structure)) {\n                $this->missingDocumentFields[$sourceType][$documentName][] = $field;\n            }\n        }\n    }\n\n    /**\n     * Get resource model\n     *\n     * @param string $sourceType\n     * @return ResourceModel\\Destination|ResourceModel\\Source\n     */\n    protected function getResourceModel($sourceType)\n    {\n        return ($sourceType == MapInterface::TYPE_SOURCE) ? $this->source : $this->destination;\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/ConfigurablePrices/Volume.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\ConfigurablePrices;\n\nuse Migration\\App\\Step\\AbstractVolume;\nuse Migration\\Logger\\Logger;\nuse Migration\\Reader\\MapInterface;\nuse Migration\\ResourceModel;\nuse Migration\\App\\ProgressBar;\n\n/**\n * Class Volume\n */\nclass Volume extends AbstractVolume\n{\n    /**\n     * @var ResourceModel\\Source\n     */\n    protected $source;\n\n    /**\n     * @var ResourceModel\\Destination\n     */\n    protected $destination;\n\n    /**\n     * LogLevelProcessor instance\n     *\n     * @var ProgressBar\\LogLevelProcessor\n     */\n    protected $progressBar;\n\n    /**\n     * @var Helper\n     */\n    protected $helper;\n\n    /**\n     * @param Logger $logger\n     * @param ResourceModel\\Source $source\n     * @param ResourceModel\\Destination $destination\n     * @param ProgressBar\\LogLevelProcessor $progressBar\n     * @param Helper $helper\n     */\n    public function __construct(\n        Logger $logger,\n        ResourceModel\\Source $source,\n        ResourceModel\\Destination $destination,\n        ProgressBar\\LogLevelProcessor $progressBar,\n        Helper $helper\n    ) {\n        $this->source = $source;\n        $this->destination = $destination;\n        $this->progressBar = $progressBar;\n        $this->helper = $helper;\n        parent::__construct($logger);\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function perform()\n    {\n        $this->progressBar->start(1);\n        $this->progressBar->finish();\n        return $this->checkForErrors(Logger::ERROR);\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/CustomCustomerAttributes/Data.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\CustomCustomerAttributes;\n\nuse Migration\\Config;\nuse Migration\\Reader\\Groups;\nuse Migration\\Reader\\GroupsFactory;\nuse Migration\\Reader\\Map;\nuse Migration\\Reader\\MapFactory;\nuse Migration\\Reader\\MapInterface;\nuse Migration\\ResourceModel\\Source;\nuse Migration\\ResourceModel\\Destination;\nuse Migration\\App\\ProgressBar;\nuse Migration\\ResourceModel\\Record;\nuse Migration\\ResourceModel\\RecordFactory;\nuse Migration\\Step\\CustomCustomerAttributes;\nuse Migration\\Step\\DatabaseStage;\nuse Migration\\Logger\\Logger;\nuse Migration\\Logger\\Manager as LogManager;\n\n/**\n * Class Data\n * @SuppressWarnings(PHPMD.CouplingBetweenObjects)\n */\nclass Data extends DatabaseStage\n{\n    /**\n     * @var RecordFactory\n     */\n    protected $recordFactory;\n\n    /**\n     * @var Map\n     */\n    protected $map;\n\n    /**\n     * @var Groups\n     */\n    protected $groups;\n\n    /**\n     * @var Source\n     */\n    protected $source;\n\n    /**\n     * @var Destination\n     */\n    protected $destination;\n\n    /**\n     * @var ProgressBar\\LogLevelProcessor\n     */\n    protected $progress;\n\n    /**\n     * @var Logger\n     */\n    protected $logger;\n\n    /**\n     * @param Config $config\n     * @param Source $source\n     * @param Destination $destination\n     * @param ProgressBar\\LogLevelProcessor $progress\n     * @param RecordFactory $recordFactory\n     * @param MapFactory $mapFactory\n     * @param GroupsFactory $groupsFactory\n     * @param Logger $logger\n     */\n    public function __construct(\n        Config $config,\n        Source $source,\n        Destination $destination,\n        ProgressBar\\LogLevelProcessor $progress,\n        RecordFactory $recordFactory,\n        MapFactory $mapFactory,\n        GroupsFactory $groupsFactory,\n        Logger $logger\n    ) {\n        parent::__construct($config);\n        $this->source = $source;\n        $this->destination = $destination;\n        $this->progress = $progress;\n        $this->recordFactory = $recordFactory;\n        $this->groups = $groupsFactory->create('customer_attr_document_groups_file');\n        $this->map = $mapFactory->create('customer_attr_map_file');\n        $this->logger = $logger;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function perform()\n    {\n        /** @var \\Migration\\ResourceModel\\Adapter\\Mysql $sourceAdapter */\n        $sourceAdapter = $this->source->getAdapter();\n        /** @var \\Migration\\ResourceModel\\Adapter\\Mysql $destinationAdapter */\n        $destinationAdapter = $this->destination->getAdapter();\n        $sourceDocuments = array_keys($this->groups->getGroup('source_documents'));\n        $this->progress->start($this->getIterationsCount(), LogManager::LOG_LEVEL_INFO);\n        foreach ($sourceDocuments as $sourceDocumentName) {\n            $destinationDocumentName = $this->map->getDocumentMap($sourceDocumentName, MapInterface::TYPE_SOURCE);\n            $sourceTable =  $sourceAdapter->getTableDdlCopy(\n                $this->source->addDocumentPrefix($sourceDocumentName),\n                $this->destination->addDocumentPrefix($destinationDocumentName)\n            );\n            $destinationTable = $destinationAdapter->getTableDdlCopy(\n                $this->destination->addDocumentPrefix($destinationDocumentName),\n                $this->destination->addDocumentPrefix($destinationDocumentName)\n            );\n            foreach ($sourceTable->getColumns() as $columnData) {\n                $destinationTable->setColumn($columnData);\n            }\n            $destinationAdapter->createTableByDdl($destinationTable);\n\n            $destinationDocument = $this->destination->getDocument($destinationDocumentName);\n            $this->logger->debug('migrating', ['table' => $sourceDocumentName]);\n            $pageNumber = 0;\n            $this->progress->start($this->source->getRecordsCount($sourceDocumentName), LogManager::LOG_LEVEL_DEBUG);\n            while (!empty($sourceRecords = $this->source->getRecords($sourceDocumentName, $pageNumber))) {\n                $pageNumber++;\n                $recordsToSave = $destinationDocument->getRecords();\n                foreach ($sourceRecords as $recordData) {\n                    $this->progress->advance(LogManager::LOG_LEVEL_INFO);\n                    $this->progress->advance(LogManager::LOG_LEVEL_DEBUG);\n                    /** @var Record $destinationRecord */\n                    $destinationRecord = $this->recordFactory->create(['document' => $destinationDocument]);\n                    $destinationRecord->setData($recordData);\n                    $recordsToSave->addRecord($destinationRecord);\n                }\n                $this->destination->saveRecords($destinationDocument->getName(), $recordsToSave);\n            };\n            $this->progress->finish(LogManager::LOG_LEVEL_DEBUG);\n        }\n        $this->progress->finish(LogManager::LOG_LEVEL_INFO);\n        return true;\n    }\n\n    /**\n     * Get iterations count for step\n     *\n     * @return int\n     */\n    protected function getIterationsCount()\n    {\n        $iterations = 0;\n        foreach (array_keys($this->groups->getGroup('source_documents')) as $document) {\n            $iterations += $this->source->getRecordsCount($document);\n        }\n\n        return $iterations;\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/CustomCustomerAttributes/Delta.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\CustomCustomerAttributes;\n\nuse Migration\\App\\Step\\AbstractDelta;\nuse Migration\\App\\Step\\StageInterface;\nuse Migration\\Reader\\GroupsFactory;\nuse Migration\\Reader\\MapFactory;\nuse Migration\\ResourceModel;\nuse Migration\\ResourceModel\\Source;\nuse Migration\\Logger\\Logger;\n\n/**\n * Class CustomerAttributesSalesFlat\n */\nclass Delta extends AbstractDelta implements StageInterface\n{\n    /**\n     * @var string\n     */\n    protected $mapConfigOption = 'customer_attr_map_file';\n\n    /**\n     * @var string\n     */\n    protected $groupName = 'delta_customer_custom_attributes';\n\n    /**\n     * @param Source $source\n     * @param MapFactory $mapFactory\n     * @param GroupsFactory $groupsFactory\n     * @param Logger $logger\n     * @param ResourceModel\\Destination $destination\n     * @param ResourceModel\\RecordFactory $recordFactory\n     * @param \\Migration\\RecordTransformerFactory $recordTransformerFactory\n     */\n    public function __construct(\n        Source $source,\n        MapFactory $mapFactory,\n        GroupsFactory $groupsFactory,\n        Logger $logger,\n        ResourceModel\\Destination $destination,\n        ResourceModel\\RecordFactory $recordFactory,\n        \\Migration\\RecordTransformerFactory $recordTransformerFactory\n    ) {\n        parent::__construct(\n            $source,\n            $mapFactory,\n            $groupsFactory,\n            $logger,\n            $destination,\n            $recordFactory,\n            $recordTransformerFactory\n        );\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/CustomCustomerAttributes/Integrity.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\CustomCustomerAttributes;\n\nuse Migration\\App\\Step\\AbstractIntegrity;\nuse Migration\\Logger\\Logger;\nuse Migration\\App\\ProgressBar;\nuse Migration\\Reader\\Groups;\nuse Migration\\Reader\\GroupsFactory;\nuse Migration\\Reader\\MapFactory;\nuse Migration\\Reader\\MapInterface;\nuse Migration\\ResourceModel;\nuse Migration\\Config;\n\n/**\n * Class Integrity\n */\nclass Integrity extends AbstractIntegrity\n{\n    /**\n     * @var Groups\n     */\n    protected $groups;\n\n    /**\n     * @param ProgressBar\\LogLevelProcessor $progress\n     * @param Logger $logger\n     * @param Config $config\n     * @param ResourceModel\\Source $source\n     * @param ResourceModel\\Destination $destination\n     * @param MapFactory $mapFactory\n     * @param GroupsFactory $groupsFactory\n     * @param string $mapConfigOption\n     */\n    public function __construct(\n        ProgressBar\\LogLevelProcessor $progress,\n        Logger $logger,\n        Config $config,\n        ResourceModel\\Source $source,\n        ResourceModel\\Destination $destination,\n        MapFactory $mapFactory,\n        GroupsFactory $groupsFactory,\n        $mapConfigOption = 'customer_attr_map_file'\n    ) {\n        parent::__construct($progress, $logger, $config, $source, $destination, $mapFactory, $mapConfigOption);\n        $this->groups = $groupsFactory->create('customer_attr_document_groups_file');\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function perform()\n    {\n        $this->progress->start($this->getIterationsCount());\n        $srcDocuments = array_keys($this->groups->getGroup('source_documents'));\n\n        $dstDocuments = [];\n        foreach ($srcDocuments as $sourceDocumentName) {\n            $dstDocuments[] = $this->map->getDocumentMap($sourceDocumentName, MapInterface::TYPE_SOURCE);\n        }\n\n        $this->check($srcDocuments, MapInterface::TYPE_SOURCE, false);\n        $this->check($dstDocuments, MapInterface::TYPE_DEST, false);\n        $this->progress->finish();\n        return $this->checkForErrors();\n    }\n\n    /**\n     * @inheritdoc\n     */\n    protected function getIterationsCount()\n    {\n        return count($this->groups->getGroup('source_documents')) * 2;\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/CustomCustomerAttributes/Volume.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\CustomCustomerAttributes;\n\nuse Migration\\App\\Step\\AbstractVolume;\nuse Migration\\App\\ProgressBar;\nuse Migration\\Reader\\Groups;\nuse Migration\\Reader\\GroupsFactory;\nuse Migration\\Reader\\Map;\nuse Migration\\Reader\\MapFactory;\nuse Migration\\Reader\\MapInterface;\nuse Migration\\ResourceModel\\Destination;\nuse Migration\\ResourceModel\\Source;\nuse Migration\\Logger\\Logger;\n\n/**\n * Class Volume\n */\nclass Volume extends AbstractVolume\n{\n    /**\n     * @var Source\n     */\n    protected $source;\n\n    /**\n     * @var Destination\n     */\n    protected $destination;\n\n    /**\n     * @var ProgressBar\\LogLevelProcessor\n     */\n    protected $progress;\n\n    /**\n     * @var Map\n     */\n    protected $map;\n\n    /**\n     * @var Groups\n     */\n    protected $groups;\n\n    /**\n     * @param Source $source\n     * @param Destination $destination\n     * @param ProgressBar\\LogLevelProcessor $progress\n     * @param MapFactory $mapFactory\n     * @param GroupsFactory $groupsFactory\n     * @param Logger $logger\n     */\n    public function __construct(\n        Source $source,\n        Destination $destination,\n        ProgressBar\\LogLevelProcessor $progress,\n        MapFactory $mapFactory,\n        GroupsFactory $groupsFactory,\n        Logger $logger\n    ) {\n        $this->source = $source;\n        $this->destination = $destination;\n        $this->progress = $progress;\n        $this->groups = $groupsFactory->create('customer_attr_document_groups_file');\n        $this->map = $mapFactory->create('customer_attr_map_file');\n        parent::__construct($logger);\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function perform()\n    {\n        $sourceDocuments = array_keys($this->groups->getGroup('source_documents'));\n        $this->progress->start(count($sourceDocuments));\n        foreach ($sourceDocuments as $sourceName) {\n            $this->progress->advance();\n            $destinationName = $this->map->getDocumentMap($sourceName, MapInterface::TYPE_SOURCE);\n            $sourceFields = $this->source->getDocument($sourceName)->getStructure()->getFields();\n            $destinationFields = $this->destination->getDocument($destinationName)->getStructure()->getFields();\n            if (!empty(array_diff_key($sourceFields, $destinationFields))) {\n                $this->errors[] = 'Mismatch of fields in the document: ' . $destinationName;\n            }\n            $sourceCount = $this->source->getRecordsCount($sourceName);\n            $destinationCount = $this->destination->getRecordsCount($destinationName);\n            if ($sourceCount != $destinationCount) {\n                $this->errors[] = sprintf(\n                    'Mismatch of entities in the document: %s Source: %s Destination: %s',\n                    $destinationName,\n                    $sourceCount,\n                    $destinationCount\n                );\n            }\n        }\n        $this->progress->finish();\n        return $this->checkForErrors();\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/Customer/Data.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\Customer;\n\nuse Migration\\App\\Step\\StageInterface;\nuse Migration\\Model\\PasswordVerifier;\nuse Migration\\Reader\\MapInterface;\nuse Migration\\Reader\\GroupsFactory;\nuse Migration\\Reader\\Map;\nuse Migration\\Reader\\MapFactory;\nuse Migration\\ResourceModel;\nuse Migration\\ResourceModel\\Record;\nuse Migration\\App\\ProgressBar;\nuse Migration\\App\\Progress;\nuse Migration\\Logger\\Manager as LogManager;\nuse Migration\\Logger\\Logger;\nuse Migration\\Step\\Customer\\Model;\n\n/**\n * Class Data\n * @SuppressWarnings(PHPMD.CouplingBetweenObjects)\n */\nclass Data extends \\Migration\\Step\\DatabaseStage implements StageInterface\n{\n    /**\n     * @var ResourceModel\\Source\n     */\n    private $source;\n\n    /**\n     * @var ResourceModel\\Destination\n     */\n    private $destination;\n\n    /**\n     * @var ResourceModel\\RecordFactory\n     */\n    private $recordFactory;\n\n    /**\n     * @var Map\n     */\n    private $map;\n\n    /**\n     * @var \\Migration\\RecordTransformerFactory\n     */\n    private $recordTransformerFactory;\n\n    /**\n     * @var ProgressBar\\LogLevelProcessor\n     */\n    private $progressBar;\n\n    /**\n     * Progress instance, saves the state of the process\n     *\n     * @var Progress\n     */\n    private $progress;\n\n    /**\n     * @var Logger\n     */\n    private $logger;\n\n    /**\n     * @var \\Migration\\Reader\\Groups\n     */\n    private $readerGroups;\n\n    /**\n     * @var Model\\AttributesDataToCustomerEntityRecords\n     */\n    private $attributesDataToCustomerEntityRecords;\n\n    /**\n     * @var Model\\AttributesDataToSkip\n     */\n    private $attributesDataToSkip;\n\n    /**\n     * @var Model\\AttributesToStatic\n     */\n    private $attributesToStatic;\n\n    /**\n     * @var PasswordVerifier\n     */\n    private $passwordVerifier;\n\n    /**\n     * @param \\Migration\\Config $config\n     * @param ProgressBar\\LogLevelProcessor $progressBar\n     * @param Progress $progress\n     * @param ResourceModel\\Source $source\n     * @param ResourceModel\\Destination $destination\n     * @param ResourceModel\\RecordFactory $recordFactory\n     * @param \\Migration\\RecordTransformerFactory $recordTransformerFactory\n     * @param Model\\AttributesDataToCustomerEntityRecords $attributesDataToCustomerEntityRecords\n     * @param Model\\AttributesDataToSkip $attributesDataToSkip\n     * @param Model\\AttributesToStatic $attributesToStatic\n     * @param MapFactory $mapFactory\n     * @param GroupsFactory $groupsFactory\n     * @param Logger $logger\n     * @param PasswordVerifier $passwordVerifier\n     * @SuppressWarnings(PHPMD.ExcessiveParameterList)\n     */\n    public function __construct(\n        \\Migration\\Config $config,\n        ProgressBar\\LogLevelProcessor $progressBar,\n        Progress $progress,\n        ResourceModel\\Source $source,\n        ResourceModel\\Destination $destination,\n        ResourceModel\\RecordFactory $recordFactory,\n        \\Migration\\RecordTransformerFactory $recordTransformerFactory,\n        Model\\AttributesDataToCustomerEntityRecords $attributesDataToCustomerEntityRecords,\n        Model\\AttributesDataToSkip $attributesDataToSkip,\n        Model\\AttributesToStatic $attributesToStatic,\n        MapFactory $mapFactory,\n        GroupsFactory $groupsFactory,\n        Logger $logger,\n        PasswordVerifier $passwordVerifier\n    ) {\n        $this->source = $source;\n        $this->destination = $destination;\n        $this->recordFactory = $recordFactory;\n        $this->recordTransformerFactory = $recordTransformerFactory;\n        $this->map = $mapFactory->create('customer_map_file');\n        $this->progressBar = $progressBar;\n        $this->progress = $progress;\n        $this->readerGroups = $groupsFactory->create('customer_document_groups_file');\n        $this->logger = $logger;\n        $this->attributesDataToCustomerEntityRecords = $attributesDataToCustomerEntityRecords;\n        $this->attributesDataToSkip = $attributesDataToSkip;\n        $this->attributesToStatic = $attributesToStatic;\n        $this->passwordVerifier = $passwordVerifier;\n        parent::__construct($config);\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function perform()\n    {\n        $stage = 'run';\n        $sourceDocuments = array_keys($this->readerGroups->getGroup('source_documents'));\n        $sourceEntityDocuments = array_keys($this->readerGroups->getGroup('source_entity_documents'));\n        $sourceDataDocuments = array_diff($sourceDocuments, $sourceEntityDocuments);\n        $skippedAttributes = $this->attributesDataToSkip->getSkippedAttributes();\n        $processedDocuments = $this->progress->getProcessedEntities($this, $stage);\n        $this->progressBar->start(count($sourceDocuments), LogManager::LOG_LEVEL_INFO);\n        foreach (array_diff($sourceEntityDocuments, $processedDocuments) as $sourceEntityDocument) {\n            $this->transformDocumentRecords($sourceEntityDocument);\n            $this->progress->addProcessedEntity($this, $stage, $sourceEntityDocument);\n        }\n        foreach (array_diff($sourceDataDocuments, $processedDocuments) as $sourceDataDocument) {\n            $this->transformDocumentRecords($sourceDataDocument, $skippedAttributes);\n            $this->progress->addProcessedEntity($this, $stage, $sourceDataDocument);\n        }\n        $this->attributesToStatic->update();\n        $this->progressBar->finish(LogManager::LOG_LEVEL_INFO);\n        return true;\n    }\n\n    /**\n     * Migrate given document to the destination with possibility of excluding some of the records\n     *\n     * @param mixed $sourceDocName\n     * @param array|null $attributesToSkip\n     */\n    private function transformDocumentRecords(\n        $sourceDocName,\n        array $attributesToSkip = null\n    ) {\n        $sourceEntityDocuments = array_keys($this->readerGroups->getGroup('source_entity_documents'));\n        $sourceDocument = $this->source->getDocument($sourceDocName);\n        $destinationName = $this->map->getDocumentMap($sourceDocName, MapInterface::TYPE_SOURCE);\n        if (!$destinationName) {\n            return;\n        }\n        $destDocument = $this->destination->getDocument($destinationName);\n        $this->destination->clearDocument($destinationName);\n\n        /** @var \\Migration\\RecordTransformer $recordTransformer */\n        $recordTransformer = $this->recordTransformerFactory->create(\n            [\n                'sourceDocument' => $sourceDocument,\n                'destDocument' => $destDocument,\n                'mapReader' => $this->map\n            ]\n        );\n        $recordTransformer->init();\n        $pageNumber = 0;\n        $this->logger->debug('migrating', ['table' => $sourceDocName]);\n        $this->progressBar->start(\n            ceil($this->source->getRecordsCount($sourceDocName) / $this->source->getPageSize($sourceDocName)),\n            LogManager::LOG_LEVEL_DEBUG\n        );\n        while (!empty($bulk = $this->source->getRecords($sourceDocName, $pageNumber))) {\n            $pageNumber++;\n            $destinationRecords = $destDocument->getRecords();\n            foreach ($bulk as $recordData) {\n                if ($this->skipRecordAttribute($recordData, $attributesToSkip)) {\n                    continue;\n                }\n                /** @var Record $record */\n                $record = $this->recordFactory->create(['document' => $sourceDocument, 'data' => $recordData]);\n                /** @var Record $destRecord */\n                $destRecord = $this->recordFactory->create(['document' => $destDocument]);\n                $recordTransformer->transform($record, $destRecord);\n                $destinationRecords->addRecord($destRecord);\n            }\n            if (in_array($sourceDocName, $sourceEntityDocuments)) {\n                $this->attributesDataToCustomerEntityRecords\n                    ->updateCustomerEntities($sourceDocName, $destinationRecords);\n            }\n            $this->source->setLastLoadedRecord($sourceDocName, end($bulk));\n            $this->progressBar->advance(LogManager::LOG_LEVEL_DEBUG);\n            $this->destination->saveRecords($destinationName, $destinationRecords);\n        }\n        $this->progressBar->advance(LogManager::LOG_LEVEL_INFO);\n        $this->progressBar->finish(LogManager::LOG_LEVEL_DEBUG);\n    }\n\n    /**\n     * Skip record attribute\n     *\n     * @param $recordData\n     * @param $attributesToSkip\n     * @return bool\n     */\n    private function skipRecordAttribute($recordData, $attributesToSkip)\n    {\n        $passwordHashSha512 = function($recordData, $attributesToSkip) {\n            if ($attributesToSkip[$recordData['attribute_id']] === 'password_hash'\n                && $this->passwordVerifier->isSha512($recordData['value'])\n            ) {\n                return true;\n            }\n            return false;\n        };\n\n        if ($attributesToSkip !== null\n            && isset($recordData['attribute_id'])\n            && isset($attributesToSkip[$recordData['attribute_id']])\n            && !$passwordHashSha512($recordData, $attributesToSkip)\n        ) {\n            return true;\n        }\n        return false;\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/Customer/Delta.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\Customer;\n\nuse Migration\\App\\Step\\AbstractDelta;\nuse Migration\\Logger\\Logger;\nuse Migration\\Reader\\GroupsFactory;\nuse Migration\\Reader\\MapFactory;\nuse Migration\\ResourceModel\\Source;\nuse Migration\\ResourceModel;\nuse Migration\\Reader\\MapInterface;\nuse Migration\\Step\\Customer\\Model;\n\n/**\n * Class Delta\n * @SuppressWarnings(CouplingBetweenObjects)\n */\nclass Delta extends AbstractDelta\n{\n    /**\n     * @var string\n     */\n    protected $mapConfigOption = 'customer_map_file';\n\n    /**\n     * @var string\n     */\n    protected $groupName = 'delta_customer';\n\n    /**\n     * @var \\Migration\\Reader\\Groups\n     */\n    private $readerGroups;\n\n    /**\n     * @var Model\\AttributesDataToSkip\n     */\n    private $attributesDataToSkip;\n\n    /**\n     * @var Model\\AttributesDataToCustomerEntityRecords\n     */\n    private $attributesDataToCustomerEntityRecords;\n\n    /**\n     * @param Source $source\n     * @param MapFactory $mapFactory\n     * @param GroupsFactory $groupsFactory\n     * @param Logger $logger\n     * @param ResourceModel\\Destination $destination\n     * @param ResourceModel\\RecordFactory $recordFactory\n     * @param \\Migration\\RecordTransformerFactory $recordTransformerFactory\n     * @param Model\\AttributesDataToSkip $attributesDataToSkip\n     * @param Model\\AttributesDataToCustomerEntityRecords $attributesDataToCustomerEntityRecords\n     */\n    public function __construct(\n        Source $source,\n        MapFactory $mapFactory,\n        GroupsFactory $groupsFactory,\n        Logger $logger,\n        ResourceModel\\Destination $destination,\n        ResourceModel\\RecordFactory $recordFactory,\n        \\Migration\\RecordTransformerFactory $recordTransformerFactory,\n        Model\\AttributesDataToSkip $attributesDataToSkip,\n        Model\\AttributesDataToCustomerEntityRecords $attributesDataToCustomerEntityRecords\n    ) {\n        $this->readerGroups = $groupsFactory->create('customer_document_groups_file');\n        $this->attributesDataToSkip = $attributesDataToSkip;\n        $this->attributesDataToCustomerEntityRecords = $attributesDataToCustomerEntityRecords;\n        parent::__construct(\n            $source,\n            $mapFactory,\n            $groupsFactory,\n            $logger,\n            $destination,\n            $recordFactory,\n            $recordTransformerFactory\n        );\n    }\n\n    /**\n     * @inheritdoc\n     */\n    protected function processChangedRecords($documentName, $idKeys)\n    {\n        $items = $this->source->getChangedRecords($documentName, $idKeys);\n        if (empty($items)) {\n            return;\n        }\n        if (!$this->eolOnce) {\n            $this->eolOnce = true;\n            echo PHP_EOL;\n        }\n        $skippedAttributes = array_keys($this->attributesDataToSkip->getSkippedAttributes());\n        $sourceEntityDocuments = array_keys($this->readerGroups->getGroup('source_entity_documents'));\n        $destinationName = $this->mapReader->getDocumentMap($documentName, MapInterface::TYPE_SOURCE);\n        $sourceDocument = $this->source->getDocument($documentName);\n        $destDocument = $this->destination->getDocument($destinationName);\n        $recordTransformer = $this->getRecordTransformer($sourceDocument, $destDocument);\n        do {\n            $destinationRecords = $destDocument->getRecords();\n            foreach ($items as $data) {\n                echo('.');\n                if (isset($data['attribute_id']) && in_array($data['attribute_id'], $skippedAttributes)) {\n                    continue;\n                }\n                $this->transformData(\n                    $data,\n                    $sourceDocument,\n                    $destDocument,\n                    $recordTransformer,\n                    $destinationRecords\n                );\n            }\n            if (in_array($documentName, $sourceEntityDocuments)) {\n                $this->attributesDataToCustomerEntityRecords\n                    ->updateCustomerEntities($documentName, $destinationRecords);\n            }\n            $this->destination->updateChangedRecords($destinationName, $destinationRecords);\n            $documentNameDelta = $this->source->getDeltaLogName($documentName);\n            $documentNameDelta = $this->source->addDocumentPrefix($documentNameDelta);\n            $this->markRecordsProcessed($documentNameDelta, $idKeys, $items);\n        } while (!empty($items = $this->source->getChangedRecords($documentName, $idKeys)));\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/Customer/Integrity.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\Customer;\n\nuse Migration\\Logger\\Logger;\nuse Migration\\Reader\\GroupsFactory;\nuse Migration\\Reader\\MapFactory;\nuse Migration\\Reader\\MapInterface;\nuse Migration\\App\\ProgressBar;\nuse Migration\\ResourceModel;\nuse Migration\\Step\\Customer\\Model;\nuse Migration\\Config;\n\n/**\n * Class Integrity\n */\nclass Integrity extends \\Migration\\App\\Step\\AbstractIntegrity\n{\n    /**\n     * @var \\Migration\\Reader\\Groups\n     */\n    private $readerGroups;\n\n    /**\n     * @var \\Migration\\Reader\\Groups\n     */\n    private $readerAttributes;\n\n    /**\n     * @var Model\\AttributesDataToSkip\n     */\n    private $attributesDataToSkip;\n\n    /**\n     * @param ProgressBar\\LogLevelProcessor $progress\n     * @param Logger $logger\n     * @param Config $config\n     * @param ResourceModel\\Source $source\n     * @param ResourceModel\\Destination $destination\n     * @param MapFactory $mapFactory\n     * @param Model\\AttributesDataToSkip $attributesDataToSkip\n     * @param GroupsFactory $groupsFactory\n     * @param string $mapConfigOption\n     */\n    public function __construct(\n        ProgressBar\\LogLevelProcessor $progress,\n        Logger $logger,\n        Config $config,\n        ResourceModel\\Source $source,\n        ResourceModel\\Destination $destination,\n        MapFactory $mapFactory,\n        Model\\AttributesDataToSkip $attributesDataToSkip,\n        GroupsFactory $groupsFactory,\n        $mapConfigOption = 'customer_map_file'\n    ) {\n        $this->attributesDataToSkip = $attributesDataToSkip;\n        $this->readerGroups = $groupsFactory->create('customer_document_groups_file');\n        $this->readerAttributes = $groupsFactory->create('customer_attribute_groups_file');\n        parent::__construct($progress, $logger, $config, $source, $destination, $mapFactory, $mapConfigOption);\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function perform()\n    {\n        $this->progress->start(0);\n        $attributesError = false;\n        try {\n            $this->attributesDataToSkip->getSkippedAttributes();\n        } catch (\\Migration\\Exception $e) {\n            $this->logger->error($e->getMessage());\n            $attributesError = true;\n        }\n        $dstDocuments = [];\n        $srcDocuments = array_keys($this->readerGroups->getGroup('source_documents'));\n        foreach ($srcDocuments as $sourceDocumentName) {\n            $dstDocuments[] = $this->map->getDocumentMap($sourceDocumentName, MapInterface::TYPE_SOURCE);\n        }\n        $this->check($srcDocuments, MapInterface::TYPE_SOURCE);\n        $this->check($dstDocuments, MapInterface::TYPE_DEST);\n        $this->progress->finish();\n\n        return $this->checkForErrors() && $attributesError === false;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    protected function getIterationsCount()\n    {\n        return count($this->readerGroups->getGroup('source_documents')) * 2;\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/Customer/Model/AttributesDataToCustomerEntityRecords.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\Customer\\Model;\n\nuse Migration\\ResourceModel\\Adapter\\Mysql;\nuse Migration\\ResourceModel;\nuse Migration\\Reader\\GroupsFactory;\nuse Migration\\ResourceModel\\Record;\n\n/**\n * The class is responsible for fetching attribute values of customers\n * form the data tables (e.g. customer_entity_int, customer_entity_varchar, customer_address_entity_text ...)\n * and inserting into customers entity records,\n * which represents customer_entity and customer_address_entity tables\n */\nclass AttributesDataToCustomerEntityRecords\n{\n    /**#@+\n     * Exploded password hash keys\n     */\n    const PASSWORD_HASH = 0;\n    const PASSWORD_SALT = 1;\n    /**#@-*/\n\n    /**\n     * @var ResourceModel\\Source\n     */\n    private $source;\n\n    /**\n     * @var \\Migration\\Reader\\Groups\n     */\n    private $readerGroups;\n\n    /**\n     * @var \\Migration\\Reader\\Groups\n     */\n    private $readerAttributes;\n\n    /**\n     * @var array\n     */\n    private $sourceDocuments;\n\n    /**\n     * @var \\Migration\\Config\n     */\n    private $configReader;\n\n    /**\n     * @var EntityTypeCode\n     */\n    private $entityTypeCode;\n\n    /**\n     * Option name from configuration file which indicates whether to update customer hash or not\n     */\n    const UPGRADE_CUSTOMER_PASSWORD_HASH = 'upgrade_customer_password_hash';\n\n    /**\n     * @param ResourceModel\\Source $source\n     * @param GroupsFactory $groupsFactory\n     * @param \\Migration\\Config $configReader\n     * @param EntityTypeCode $entityTypeCode\n     */\n    public function __construct(\n        ResourceModel\\Source $source,\n        GroupsFactory $groupsFactory,\n        \\Migration\\Config $configReader,\n        EntityTypeCode $entityTypeCode\n    ) {\n        $this->source = $source;\n        $this->readerAttributes = $groupsFactory->create('customer_attribute_groups_file');\n        $this->readerGroups = $groupsFactory->create('customer_document_groups_file');\n        $this->sourceDocuments = $this->readerGroups->getGroup('source_documents');\n        $this->configReader = $configReader;\n        $this->entityTypeCode = $entityTypeCode;\n    }\n\n    /**\n     * Fetch attribute values of customers\n     * form the data tables (e.g. customer_entity_int, customer_entity_varchar, customer_address_entity_text ...)\n     * and insert into customers entity records,\n     * which represents customer_entity and customer_address_entity tables\n     *\n     * @param string $sourceDocName\n     * @param Record\\Collection $destinationRecords\n     * @return void\n     */\n    public function updateCustomerEntities(\n        $sourceDocName,\n        Record\\Collection $destinationRecords\n    ) {\n        $entityAttributesData = [];\n        $attributeIdsByType = [];\n        $attributeCodesById = [];\n        $upgradeCustomerPassword = $this->configReader->getOption(self::UPGRADE_CUSTOMER_PASSWORD_HASH);\n        $entityTypeCode = $this->entityTypeCode->getEntityTypeCodeByDocumentName($sourceDocName);\n        $attributeCodes = array_keys($this->readerAttributes->getGroup($sourceDocName));\n        foreach ($attributeCodes as $attributeCode) {\n            $eavAttributes = $this->entityTypeCode->getAttributesData($entityTypeCode);\n            if (is_array($eavAttributes) && isset($eavAttributes[$attributeCode])) {\n                $attributeId = $eavAttributes[$attributeCode]['attribute_id'];\n                $attributeBackendType = $eavAttributes[$attributeCode]['backend_type'];\n                $attributeIdsByType[$attributeBackendType][] = $attributeId;\n                $attributeCodesById[$attributeId] = $attributeCode;\n            }\n        }\n        $attributesData = $this->fetchAttributesData($sourceDocName, $destinationRecords, $attributeIdsByType);\n        foreach ($attributesData as $attributeData) {\n            $attributeCode = $attributeCodesById[$attributeData['attribute_id']];\n            if ($upgradeCustomerPassword && $attributeCode == 'password_hash') {\n                $attributeData['value'] = $this->upgradeCustomerHash($attributeData['value']);\n            }\n            $entityAttributesData[$attributeData['entity_id']][$attributeCode] = $attributeData['value'];\n        }\n        $this->setAttributesData($destinationRecords, $entityAttributesData);\n    }\n\n    /**\n     * Fetch attribute values of customers form the data tables\n     * (e.g. customer_entity_int, customer_entity_varchar, customer_address_entity_text ...)\n     *\n     * @param mixed $sourceDocName\n     * @param mixed $destinationRecords\n     * @param mixed $attributeIdsByType\n     * @return array\n     */\n    private function fetchAttributesData($sourceDocName, $destinationRecords, $attributeIdsByType)\n    {\n        $entityIds = [];\n        /** @var Record $record */\n        foreach ($destinationRecords as $record) {\n            $entityIds[] = $record->getValue('entity_id');\n        }\n        /** @var Mysql $adapter */\n        $adapter = $this->source->getAdapter();\n        $selects = [];\n        foreach (array_keys($attributeIdsByType) as $type) {\n            $select = $adapter->getSelect()\n                ->from(\n                    ['et' => $this->source->addDocumentPrefix($sourceDocName . '_' . $type)],\n                    ['entity_id', 'attribute_id', 'value']\n                )\n                ->where('et.entity_id in (?)', $entityIds)\n                ->where('et.attribute_id in (?)', $attributeIdsByType[$type]);\n            $selects[] = $select;\n        }\n        $query = $adapter->getSelect()->union($selects, \\Zend_Db_Select::SQL_UNION_ALL);\n        return $query->getAdapter()->fetchAll($query);\n    }\n\n    /**\n     * Insert values of attributes into customer entity records\n     *\n     * @param Record\\Collection $destinationRecords\n     * @param array $entityAttributesData\n     * @return void\n     */\n    private function setAttributesData(\n        Record\\Collection $destinationRecords,\n        array $entityAttributesData\n    ) {\n        /** @var Record $record */\n        foreach ($destinationRecords as $record) {\n            $recordEntityData = [];\n            if (isset($entityAttributesData[$record->getValue('entity_id')])) {\n                $recordEntityData = $entityAttributesData[$record->getValue('entity_id')];\n            }\n            $data = $record->getData();\n            $dataDefault = $record->getDataDefault();\n            $data = array_merge($dataDefault, $data, $recordEntityData);\n            $record->setData($data);\n        }\n    }\n\n    /**\n     * Upgrade customer hash according M2 algorithm versions\n     *\n     * @param string $hash\n     * @return array\n     */\n    private function upgradeCustomerHash($hash)\n    {\n        if (isset($hash)) {\n            $hashExploded = $this->explodePasswordHash($hash);\n            if (strlen($hashExploded[self::PASSWORD_HASH]) == 32) {\n                $hash = implode(':', [$hashExploded[self::PASSWORD_HASH], $hashExploded[self::PASSWORD_SALT], '0']);\n            } elseif (strlen($hashExploded[self::PASSWORD_HASH]) == 64) {\n                $hash = implode(':', [$hashExploded[self::PASSWORD_HASH], $hashExploded[self::PASSWORD_SALT], '1']);\n            }\n        }\n        return $hash;\n    }\n\n    /**\n     * Split password hash to hash part and salt part\n     *\n     * @param string $passwordHash\n     * @return array\n     */\n    private function explodePasswordHash($passwordHash)\n    {\n        $explodedPassword = explode(':', $passwordHash, 2);\n        $explodedPassword[self::PASSWORD_SALT] = isset($explodedPassword[self::PASSWORD_SALT])\n            ? $explodedPassword[self::PASSWORD_SALT]\n            : ''\n        ;\n        return $explodedPassword;\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/Customer/Model/AttributesDataToSkip.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\Customer\\Model;\n\nuse Migration\\Reader\\GroupsFactory;\n\n/**\n * The class is responsible for retrieving attribute codes and ids of customers\n * which data should not be migrated to data tables\n * (i.e. customer_entity_int, customer_entity_varchar, customer_address_entity_text ...)\n */\nclass AttributesDataToSkip\n{\n    /**\n     * @var \\Migration\\Reader\\Groups\n     */\n    private $readerGroups;\n\n    /**\n     * @var \\Migration\\Reader\\Groups\n     */\n    private $readerAttributes;\n\n    /**\n     * @var array\n     */\n    private $skipAttributes;\n\n    /**\n     * @var EntityTypeCode\n     */\n    private $entityTypeCode;\n\n    /**\n     * @param GroupsFactory $groupsFactory\n     * @param EntityTypeCode $entityTypeCode\n     */\n    public function __construct(\n        GroupsFactory $groupsFactory,\n        EntityTypeCode $entityTypeCode\n    ) {\n        $this->readerAttributes = $groupsFactory->create('customer_attribute_groups_file');\n        $this->readerGroups = $groupsFactory->create('customer_document_groups_file');\n        $this->entityTypeCode = $entityTypeCode;\n    }\n\n    /**\n     * Retrieves array with attributes which data should be skipped\n     * during migration of data tables\n     * (i.e. customer_entity_int, customer_entity_varchar, customer_address_entity_text ...)\n     *\n     * Sample of returning array:\n     * <code>\n     * [\n     *      'customer' => [\n     *          3 => 'created_in',\n     *          4 => 'prefix',\n     *          5 => 'firstname'\n     *      ],\n     *      'customer_address' => [\n     *          26 => 'city',\n     *          24 => 'company',\n     *          27 => 'country_id'\n     *      ]\n     * ]\n     * </code>\n     *\n     * @param mixed $sourceDocumentName\n     * @return array\n     * @throws \\Migration\\Exception\n     */\n    public function getSkippedAttributes($sourceDocumentName = null)\n    {\n        $skipAttributes = [];\n        $this->fetchSkippedAttributes();\n        if ($sourceDocumentName !== null) {\n            $entityTypeCode = $this->entityTypeCode->getEntityTypeCodeByDocumentName($sourceDocumentName);\n            return isset($this->skipAttributes[$entityTypeCode]) ? $this->skipAttributes[$entityTypeCode] : null;\n        } else {\n            foreach ($this->skipAttributes as $attributes) {\n                $skipAttributes += $attributes;\n            }\n        }\n        return $skipAttributes;\n    }\n\n    /**\n     * Fetch skipped attributes and store in class property variable\n     *\n     * @throws \\Migration\\Exception\n     */\n    private function fetchSkippedAttributes()\n    {\n        if ($this->skipAttributes !== null) {\n            return;\n        }\n        $this->skipAttributes = [];\n        $entityDocuments = array_keys($this->readerGroups->getGroup('source_entity_documents'));\n        foreach ($entityDocuments as $entityDocument) {\n            $entityTypeCode = $this->entityTypeCode->getEntityTypeCodeByDocumentName($entityDocument);\n            $eavAttributes = $this->entityTypeCode->getAttributesData($entityTypeCode);\n            $attributeCodes = array_keys($this->readerAttributes->getGroup($entityDocument));\n            foreach ($attributeCodes as $attributeCode) {\n                if (!isset($eavAttributes[$attributeCode])) {\n                    throw new \\Migration\\Exception(\n                        sprintf(\n                            'Attribute %s does not exist in the type %s',\n                            $attributeCode,\n                            $entityTypeCode\n                        )\n                    );\n                }\n                $attributeId = $eavAttributes[$attributeCode]['attribute_id'];\n                $this->skipAttributes[$entityTypeCode][$attributeId] = $attributeCode;\n            }\n        }\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/Customer/Model/AttributesToStatic.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\Customer\\Model;\n\nuse Migration\\ResourceModel\\Adapter\\Mysql;\nuse Migration\\ResourceModel;\nuse Migration\\Reader\\GroupsFactory;\n\n/**\n * The class is responsible for marked customer attributes as static\n */\nclass AttributesToStatic\n{\n    /**\n     * @var ResourceModel\\Destination\n     */\n    private $destination;\n\n    /**\n     * @var \\Migration\\Reader\\Groups\n     */\n    private $readerGroups;\n\n    /**\n     * @var \\Migration\\Reader\\Groups\n     */\n    private $readerAttributes;\n\n    /**\n     * @var EntityTypeCode\n     */\n    private $entityTypeCode;\n\n    /**\n     * @param ResourceModel\\Destination $destination\n     * @param GroupsFactory $groupsFactory\n     * @param EntityTypeCode $entityTypeCode\n     */\n    public function __construct(\n        ResourceModel\\Destination $destination,\n        GroupsFactory $groupsFactory,\n        EntityTypeCode $entityTypeCode\n    ) {\n        $this->destination = $destination;\n        $this->readerAttributes = $groupsFactory->create('customer_attribute_groups_file');\n        $this->readerGroups = $groupsFactory->create('customer_document_groups_file');\n        $this->entityTypeCode = $entityTypeCode;\n    }\n\n    /**\n     * Update\n     *\n     * @throws \\Zend_Db_Adapter_Exception\n     * @return void\n     */\n    public function update()\n    {\n        /** @var Mysql $adapter */\n        $adapter = $this->destination->getAdapter();\n        $query = $adapter->getSelect()\n            ->from($this->destination->addDocumentPrefix('eav_entity_type'), ['entity_type_id', 'entity_type_code']);\n        $entityTypes = $query->getAdapter()->fetchAll($query);\n        $entityTypesByCode = [];\n        foreach ($entityTypes as $entityType) {\n            $entityTypesByCode[$entityType['entity_type_code']] = $entityType['entity_type_id'];\n        }\n\n        $entityDocuments = array_keys($this->readerGroups->getGroup('source_entity_documents'));\n        foreach ($entityDocuments as $entityDocument) {\n            $entityTypeCode = $this->entityTypeCode->getEntityTypeCodeByDocumentName($entityDocument);\n            $codes = implode(\"','\", array_keys($this->readerAttributes->getGroup($entityDocument)));\n            $where = [\n                sprintf(\"attribute_code IN ('%s')\", $codes),\n                sprintf(\"entity_type_id = '%s'\", $entityTypesByCode[$entityTypeCode])\n            ];\n            $adapter->getSelect()->getAdapter()->update(\n                $this->destination->addDocumentPrefix('eav_attribute'),\n                ['backend_type' => 'static'],\n                $where\n            );\n        }\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/Customer/Model/EntityTypeCode.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\Customer\\Model;\n\nuse Migration\\ResourceModel\\Adapter\\Mysql;\nuse Migration\\ResourceModel;\nuse Migration\\Reader\\GroupsFactory;\n\n/**\n * The class retrieves data related to entity type code\n */\nclass EntityTypeCode\n{\n    /**\n     * @var ResourceModel\\Source\n     */\n    private $source;\n\n    /**\n     * @var array\n     */\n    private $eavAttributes;\n\n    /**\n     * @var array\n     */\n    private $documentAttributeTypes;\n\n    /**\n     * @var \\Migration\\Reader\\Groups\n     */\n    private $readerGroups;\n\n    /**\n     * @param ResourceModel\\Source $source\n     * @param GroupsFactory $groupsFactory\n     */\n    public function __construct(\n        ResourceModel\\Source $source,\n        GroupsFactory $groupsFactory\n    ) {\n        $this->source = $source;\n        $this->readerGroups = $groupsFactory->create('customer_document_groups_file');\n    }\n\n    /**\n     * Retrieves data for all attributes relative to $entityTypeCode entity type\n     *\n     * @param string $entityTypeCode\n     * @return array\n     */\n    public function getAttributesData($entityTypeCode)\n    {\n        if (isset($this->eavAttributes[$entityTypeCode])) {\n            return $this->eavAttributes[$entityTypeCode];\n        }\n        $this->eavAttributes[$entityTypeCode] = [];\n        /** @var Mysql $adapter */\n        $adapter = $this->source->getAdapter();\n        $query = $adapter->getSelect()\n            ->from(\n                ['et' => $this->source->addDocumentPrefix('eav_entity_type')],\n                []\n            )->join(\n                ['ea' => $this->source->addDocumentPrefix('eav_attribute')],\n                'et.entity_type_id = ea.entity_type_id',\n                [\n                    'attribute_id',\n                    'backend_type',\n                    'attribute_code',\n                    'entity_type_id'\n                ]\n            )->where(\n                'et.entity_type_code = ?',\n                $entityTypeCode\n            );\n        $attributes = $query->getAdapter()->fetchAll($query);\n        foreach ($attributes as $attribute) {\n            $this->eavAttributes[$entityTypeCode][$attribute['attribute_code']] = $attribute;\n        }\n        return $this->eavAttributes[$entityTypeCode];\n    }\n\n    /**\n     * Retrieves entity type code by document name\n     *\n     * @param string $sourceDocName\n     * @return string|null\n     */\n    public function getEntityTypeCodeByDocumentName($sourceDocName)\n    {\n        if (empty($this->documentAttributeTypes)) {\n            $entityTypeCodes = array_keys($this->readerGroups->getGroup('eav_entities'));\n            foreach ($entityTypeCodes as $entityTypeCode) {\n                $documents = $this->readerGroups->getGroup($entityTypeCode);\n                $documents = array_keys($documents);\n                foreach ($documents as $documentName) {\n                    $this->documentAttributeTypes[$documentName] = $entityTypeCode;\n                }\n            }\n        }\n        return isset($this->documentAttributeTypes[$sourceDocName]) ?\n            $this->documentAttributeTypes[$sourceDocName] :\n            null;\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/Customer/Model/SourceRecordsCounter.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\Customer\\Model;\n\nuse Migration\\ResourceModel\\Adapter\\Mysql;\nuse Migration\\ResourceModel;\nuse Migration\\Reader\\GroupsFactory;\n\n/**\n * The class is responsible for counting records of source documents\n */\nclass SourceRecordsCounter\n{\n    /**\n     * @var ResourceModel\\Source\n     */\n    private $source;\n\n    /**\n     * @var EntityTypeCode\n     */\n    private $entityTypeCode;\n\n    /**\n     * @var AttributesDataToSkip\n     */\n    private $attributesDataToSkip;\n\n    /**\n     * @var array\n     */\n    private $sourceEntityDocuments = [];\n\n    /**\n     * @param ResourceModel\\Source $source\n     * @param AttributesDataToSkip $attributesDataToSkip\n     * @param GroupsFactory $groupsFactory\n     * @param EntityTypeCode $entityTypeCode\n     */\n    public function __construct(\n        ResourceModel\\Source $source,\n        AttributesDataToSkip $attributesDataToSkip,\n        GroupsFactory $groupsFactory,\n        EntityTypeCode $entityTypeCode\n    ) {\n        $this->source = $source;\n        $this->attributesDataToSkip = $attributesDataToSkip;\n        $entityDocuments = $groupsFactory->create('customer_document_groups_file')->getGroup('source_entity_documents');\n        $this->sourceEntityDocuments = array_keys($entityDocuments);\n        $this->entityTypeCode = $entityTypeCode;\n    }\n\n    /**\n     * Count records of given source document\n     *\n     * @param string $document\n     * @return int\n     */\n    public function getRecordsCount($document)\n    {\n        if (in_array($document, $this->sourceEntityDocuments)) {\n            return $this->source->getRecordsCount($document);\n        }\n        $skipAttributes = $this->attributesDataToSkip->getSkippedAttributes($document);\n        /** @var Mysql $adapter */\n        $adapter = $this->source->getAdapter();\n        $query = $adapter->getSelect()\n            ->from(\n                [\n                    'et' => $this->source->addDocumentPrefix($document)\n                ],\n                'COUNT(*)'\n            )\n            ->where('et.attribute_id NOT IN (?)', array_keys($skipAttributes));\n        $count = $query->getAdapter()->fetchOne($query);\n        return $count;\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/Customer/Volume.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\Customer;\n\nuse Migration\\App\\Step\\AbstractVolume;\nuse Migration\\Logger\\Logger;\nuse Migration\\Reader\\MapInterface;\nuse Migration\\Reader\\GroupsFactory;\nuse Migration\\Reader\\MapFactory;\nuse Migration\\Reader\\Map;\nuse Migration\\ResourceModel;\nuse Migration\\App\\ProgressBar;\nuse Migration\\Step\\Customer\\Model\\SourceRecordsCounter;\n\n/**\n * Class Volume\n */\nclass Volume extends AbstractVolume\n{\n    /**\n     * @var ResourceModel\\Source\n     */\n    private $source;\n\n    /**\n     * @var ResourceModel\\Destination\n     */\n    private $destination;\n\n    /**\n     * @var Map\n     */\n    private $map;\n\n    /**\n     * @var ProgressBar\\LogLevelProcessor\n     */\n    private $progress;\n\n    /**\n     * @var \\Migration\\Reader\\Groups\n     */\n    private $readerGroups;\n\n    /**\n     * @var SourceRecordsCounter\n     */\n    private $sourceRecordsCounter;\n\n    /**\n     * @param Logger $logger\n     * @param ResourceModel\\Source $source\n     * @param ResourceModel\\Destination $destination\n     * @param MapFactory $mapFactory\n     * @param ProgressBar\\LogLevelProcessor $progress\n     * @param GroupsFactory $groupsFactory\n     * @param SourceRecordsCounter $sourceRecordsCounter\n     */\n    public function __construct(\n        Logger $logger,\n        ResourceModel\\Source $source,\n        ResourceModel\\Destination $destination,\n        MapFactory $mapFactory,\n        ProgressBar\\LogLevelProcessor $progress,\n        GroupsFactory $groupsFactory,\n        SourceRecordsCounter $sourceRecordsCounter\n    ) {\n        $this->sourceRecordsCounter = $sourceRecordsCounter;\n        $this->source = $source;\n        $this->destination = $destination;\n        $this->map = $mapFactory->create('customer_map_file');\n        $this->progress = $progress;\n        $this->readerGroups = $groupsFactory->create('customer_document_groups_file');\n        parent::__construct($logger);\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function perform()\n    {\n        $sourceDocuments = array_keys($this->readerGroups->getGroup('source_documents'));\n        $this->progress->start($this->getIterationsCount());\n        foreach ($sourceDocuments as $sourceDocName) {\n            $this->progress->advance();\n            $destinationName = $this->map->getDocumentMap($sourceDocName, MapInterface::TYPE_SOURCE);\n            if (!$destinationName) {\n                continue;\n            }\n            $sourceCount = $this->sourceRecordsCounter->getRecordsCount($sourceDocName);\n            $destinationCount = $this->destination->getRecordsCount($destinationName);\n            if ($sourceCount != $destinationCount) {\n                $this->errors[] = sprintf(\n                    'Mismatch of entities in the document: %s Source: %s Destination: %s',\n                    $destinationName,\n                    $sourceCount,\n                    $destinationCount\n                );\n            }\n        }\n        $this->progress->finish();\n        return $this->checkForErrors();\n    }\n\n    /**\n     * Get iterations count for step\n     *\n     * @return int\n     */\n    protected function getIterationsCount()\n    {\n        return count($this->readerGroups->getGroup('source_documents'));\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/DataIntegrity/Integrity.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\DataIntegrity;\n\nuse Migration\\Config;\nuse Migration\\App\\Step\\StageInterface;\nuse Migration\\App\\ProgressBar\\LogLevelProcessor;\nuse Migration\\Logger\\Logger;\nuse Migration\\Logger\\Manager as LogManager;\nuse Migration\\ResourceModel\\AdapterInterface;\nuse Migration\\ResourceModel\\Source;\nuse Migration\\Step\\DatabaseStage;\nuse Migration\\Step\\DataIntegrity\\Model\\OrphanRecordsCheckerFactory;\nuse Migration\\Step\\DataIntegrity\\Model\\OrphanRecordsChecker;\n\n/**\n * Class Integrity\n */\nclass Integrity extends DatabaseStage implements StageInterface\n{\n    /**\n     * @var Logger\n     */\n    protected $logger;\n\n    /**\n     * @var LogLevelProcessor\n     */\n    protected $progress;\n\n    /**\n     * @var Source\n     */\n    protected $source;\n\n    /**\n     * @var OrphanRecordsCheckerFactory\n     */\n    protected $checkerFactory;\n\n    /**\n     * @param Config $config\n     * @param Logger $logger\n     * @param LogLevelProcessor $progress\n     * @param Source $source\n     * @param OrphanRecordsCheckerFactory $checkerFactory\n     */\n    public function __construct(\n        Config $config,\n        Logger $logger,\n        LogLevelProcessor $progress,\n        Source $source,\n        OrphanRecordsCheckerFactory $checkerFactory\n    ) {\n        parent::__construct($config);\n        $this->logger = $logger;\n        $this->progress = $progress;\n        $this->source = $source;\n        $this->checkerFactory = $checkerFactory;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function perform()\n    {\n        $logLevel = $this->configReader->getOption(Config::OPTION_AUTO_RESOLVE) ? Logger::WARNING : Logger::ERROR;\n        $documentList = $this->getDocumentList();\n        $this->progress->start(count($documentList), LogManager::LOG_LEVEL_INFO);\n\n        $errorMessages = [];\n        foreach ($documentList as $document) {\n            foreach ($this->getAdapter()->getForeignKeys($document) as $keyData) {\n                /** @var OrphanRecordsChecker $checker */\n                $checker = $this->checkerFactory->create($this->getAdapter(), $keyData);\n                if ($checker->hasOrphanRecords()) {\n                    $errorMessages[] = $this->buildLogMessage($checker);\n                }\n            }\n            $this->progress->advance(LogManager::LOG_LEVEL_INFO);\n        }\n        $this->progress->finish(LogManager::LOG_LEVEL_INFO);\n\n        foreach ($errorMessages as $message) {\n            $this->logger->addRecord($logLevel, $message);\n        }\n        return empty($errorMessages);\n    }\n\n    /**\n     * Get adapter\n     *\n     * @return AdapterInterface\n     */\n    protected function getAdapter()\n    {\n        return $this->source->getAdapter();\n    }\n\n    /**\n     * Get document list\n     *\n     * @return array\n     */\n    protected function getDocumentList()\n    {\n        return $this->getAdapter()->getDocumentList();\n    }\n\n    /**\n     * Builds and returns well-formed error message\n     *\n     * @param OrphanRecordsChecker $checker\n     * @return string\n     */\n    private function buildLogMessage(OrphanRecordsChecker $checker)\n    {\n        $message = 'Foreign key (%s) constraint fails on source database.'\n            . ' Orphan records id: %s from `%s`.`%s` has no referenced records in `%s`';\n        return sprintf(\n            $message,\n            $checker->getKeyName(),\n            implode(',', $checker->getOrphanRecordsIds()),\n            $checker->getChildTable(),\n            $checker->getChildTableField(),\n            $checker->getParentTable()\n        );\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/DataIntegrity/Model/OrphanRecordsChecker.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\DataIntegrity\\Model;\n\nuse Migration\\ResourceModel\\Adapter\\Mysql as Adapter;\n\n/**\n * Class OrphanRecordsChecker\n */\nclass OrphanRecordsChecker\n{\n    /**\n     * @var Adapter\n     */\n    protected $adapter;\n\n    /**\n     * @var string\n     */\n    protected $keyName;\n\n    /**\n     * @var string\n     */\n    protected $parentTable;\n\n    /**\n     * @var string\n     */\n    protected $parentTableField;\n\n    /**\n     * @var string\n     */\n    public $childTable;\n\n    /**\n     * @var string\n     */\n    protected $childTableField;\n\n    /**\n     * @var int[]\n     */\n    protected $orphanRecordsIds;\n\n    /**\n     * @param Adapter $adapter\n     * @param string $keyName\n     * @param string $parentTable\n     * @param string $childTable\n     * @param string $parentTableField\n     * @param string $childTableField\n     */\n    public function __construct(\n        Adapter $adapter,\n        $keyName,\n        $parentTable,\n        $childTable,\n        $parentTableField,\n        $childTableField\n    ) {\n        $this->adapter = $adapter;\n        $this->keyName = $keyName;\n        $this->parentTable = $parentTable;\n        $this->parentTableField = $parentTableField;\n        $this->childTable = $childTable;\n        $this->childTableField = $childTableField;\n    }\n\n    /**\n     * Get key name\n     *\n     * @return string\n     */\n    public function getKeyName()\n    {\n        return $this->keyName;\n    }\n\n    /**\n     * Get parent table\n     *\n     * @return string\n     */\n    public function getParentTable()\n    {\n        return $this->parentTable;\n    }\n\n    /**\n     * Get parent table field\n     *\n     * @return string\n     */\n    public function getParentTableField()\n    {\n        return $this->parentTableField;\n    }\n\n    /**\n     * Get child table\n     *\n     * @return string\n     */\n    public function getChildTable()\n    {\n        return $this->childTable;\n    }\n\n    /**\n     * Get child table field\n     *\n     * @return string\n     */\n    public function getChildTableField()\n    {\n        return $this->childTableField;\n    }\n\n    /**\n     * Has orphan records\n     *\n     * @return bool\n     */\n    public function hasOrphanRecords()\n    {\n        return (bool)$this->getOrphanRecordsIds();\n    }\n\n    /**\n     * Get orphan records ids\n     *\n     * @return int[]\n     */\n    public function getOrphanRecordsIds()\n    {\n        if ($this->orphanRecordsIds === null) {\n            $query = $this->adapter->getSelect()->from(\n                ['child' => $this->childTable],\n                $this->childTableField\n            )->joinLeft(\n                ['parent' => $this->parentTable],\n                'child.' . $this->childTableField . ' = parent.' . $this->parentTableField,\n                null\n            )->where(\n                'child.' . $this->childTableField . ' IS NOT NULL'\n            )->where(\n                'parent.' . $this->parentTableField . ' IS NULL'\n            )->distinct(\n                true\n            );\n            $this->orphanRecordsIds = $query->getAdapter()->fetchCol($query);\n        }\n        return $this->orphanRecordsIds;\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/DataIntegrity/Model/OrphanRecordsCheckerFactory.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\DataIntegrity\\Model;\n\nuse Magento\\Framework\\ObjectManagerInterface;\nuse Migration\\ResourceModel\\Adapter\\Mysql as Adapter;\n\n/**\n * Factory class for @see OrphanRecordsChecker\n */\nclass OrphanRecordsCheckerFactory\n{\n    /**\n     * @var ObjectManagerInterface\n     */\n    protected $objectManager;\n\n    /**\n     * Instance name to create\n     *\n     * @var string\n     */\n    protected $instanceName;\n\n    /**\n     * @param ObjectManagerInterface $objectManager\n     * @param string $instanceName\n     */\n    public function __construct(\n        ObjectManagerInterface $objectManager,\n        $instanceName = \\Migration\\Step\\DataIntegrity\\Model\\OrphanRecordsChecker::class\n    ) {\n        $this->objectManager = $objectManager;\n        $this->instanceName = $instanceName;\n    }\n\n    /**\n     * Create\n     *\n     * @param Adapter $adapter\n     * @param array $keyData data array with description of table foreign key, like one returned by\n     * @see \\Magento\\Framework\\DB\\Adapter\\Pdo\\Mysql::getForeignKeys\n     * @return OrphanRecordsChecker\n     */\n    public function create(Adapter $adapter, $keyData)\n    {\n        return $this->objectManager->create(\n            $this->instanceName,\n            [\n                'adapter' => $adapter,\n                'keyName' => $keyData['FK_NAME'],\n                'parentTable' => $keyData['REF_TABLE_NAME'],\n                'childTable' => $keyData['TABLE_NAME'],\n                'parentTableField' => $keyData['REF_COLUMN_NAME'],\n                'childTableField' => $keyData['COLUMN_NAME']\n            ]\n        );\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/DatabaseStage.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step;\n\nuse Migration\\Exception;\nuse Migration\\App\\Step\\StageInterface;\n\n/**\n * Class DatabaseStage\n */\nabstract class DatabaseStage implements StageInterface\n{\n    const SOURCE_TYPE = 'database';\n\n    /**\n     * @var \\Migration\\Config\n     */\n    protected $configReader;\n\n    /**\n     * @param \\Migration\\Config $config\n     * @throws Exception\n     */\n    public function __construct(\n        \\Migration\\Config $config\n    ) {\n        $this->configReader = $config;\n        if (!$this->canStart()) {\n            throw new Exception('Can not execute step');\n        }\n    }\n\n    /**\n     * Check Step can be started\n     *\n     * @return bool\n     */\n    protected function canStart()\n    {\n        return $this->configReader->getSource()['type'] == self::SOURCE_TYPE;\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/Eav/Data.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\Eav;\n\nuse Migration\\App\\Step\\StageInterface;\nuse Migration\\App\\Step\\RollbackInterface;\nuse Migration\\Reader\\MapInterface;\nuse Migration\\Reader\\GroupsFactory;\nuse Migration\\Reader\\MapFactory;\nuse Migration\\Reader\\Map;\nuse Migration\\App\\ProgressBar;\nuse Migration\\ResourceModel\\Destination;\nuse Migration\\ResourceModel\\Record;\nuse Migration\\ResourceModel\\Document;\nuse Migration\\ResourceModel\\RecordFactory;\nuse Migration\\ResourceModel\\Source;\nuse Migration\\Step\\Eav\\Model\\IgnoredAttributes;\nuse Migration\\Step\\Eav\\Model\\Data as ModelData;\n\n/**\n * Class Data\n * @SuppressWarnings(PHPMD.CyclomaticComplexity)\n * @SuppressWarnings(PHPMD.CouplingBetweenObjects)\n * @SuppressWarnings(PHPMD.TooManyFields)\n * @SuppressWarnings(PHPMD.ExcessiveClassComplexity)\n * @SuppressWarnings(PHPMD.NPathComplexity)\n * @codeCoverageIgnoreStart\n */\nclass Data implements StageInterface, RollbackInterface\n{\n    /**\n     * @var array;\n     */\n    private $newAttributeSets = [];\n\n    /**\n     * @var array;\n     */\n    private $mapAttributeIdsDestOldNew = [];\n\n    /**\n     * @var array;\n     */\n    private $mapAttributeIdsSourceDest = [];\n\n    /**\n     * @var array;\n     */\n    private $mapAttributeSetIdsDestOldNew = [];\n\n    /**\n     * @var array;\n     */\n    private $mapEntityTypeIdsDestOldNew = [];\n\n    /**\n     * @var array;\n     */\n    private $mapEntityTypeIdsSourceDest = [];\n\n    /**\n     * @var array;\n     */\n    private $defaultAttributeSetIds = [];\n\n    /**\n     * @var array;\n     */\n    private $mapAttributeGroupIdsSourceDest = [];\n\n    /**\n     * @var Helper\n     */\n    private $helper;\n\n    /**\n     * @var Source\n     */\n    private $source;\n\n    /**\n     * @var Destination\n     */\n    private $destination;\n\n    /**\n     * @var Map\n     */\n    private $map;\n\n    /**\n     * @var RecordFactory\n     */\n    private $factory;\n\n    /**\n     * @var InitialData\n     */\n    private $initialData;\n\n    /**\n     * @var IgnoredAttributes\n     */\n    private $ignoredAttributes;\n\n    /**\n     * @var ProgressBar\\LogLevelProcessor\n     */\n    private $progress;\n\n    /**\n     * @var \\Migration\\Reader\\Groups\n     */\n    private $readerGroups;\n\n    /**\n     * @var ModelData\n     */\n    private $modelData;\n\n    /**\n     * @var array\n     */\n    private $mapProductAttributeGroupNamesSourceDest = [\n        'General' => 'Product Details',\n        'Prices' => 'Product Details',\n        'Recurring Profile' => 'Product Details'\n    ];\n\n    /**\n     * @param Source $source\n     * @param Destination $destination\n     * @param MapFactory $mapFactory\n     * @param GroupsFactory $groupsFactory\n     * @param Helper $helper\n     * @param RecordFactory $factory\n     * @param InitialData $initialData\n     * @param IgnoredAttributes $ignoredAttributes\n     * @param ProgressBar\\LogLevelProcessor $progress\n     * @param ModelData $modelData\n     */\n    public function __construct(\n        Source $source,\n        Destination $destination,\n        MapFactory $mapFactory,\n        GroupsFactory $groupsFactory,\n        Helper $helper,\n        RecordFactory $factory,\n        InitialData $initialData,\n        IgnoredAttributes $ignoredAttributes,\n        ProgressBar\\LogLevelProcessor $progress,\n        ModelData $modelData\n    ) {\n        $this->source = $source;\n        $this->destination = $destination;\n        $this->map = $mapFactory->create('eav_map_file');\n        $this->readerGroups = $groupsFactory->create('eav_document_groups_file');\n        $this->helper = $helper;\n        $this->factory = $factory;\n        $this->initialData = $initialData;\n        $this->ignoredAttributes = $ignoredAttributes;\n        $this->progress = $progress;\n        $this->modelData = $modelData;\n    }\n\n    /**\n     * Entry point. Run migration of EAV structure.\n     *\n     * @return bool\n     */\n    public function perform()\n    {\n        $this->progress->start(7);\n        $this->migrateEntityTypes();\n        $this->migrateAttributeSets();\n        $this->createProductAttributeSetStructures();\n        $this->migrateCustomAttributeGroups();\n        $this->migrateAttributes();\n        $this->migrateAttributesExtended();\n        $this->migrateCustomEntityAttributes();\n        $this->progress->finish();\n        return true;\n    }\n\n    /**\n     * Migrate Entity Type table\n     *\n     * @return void\n     */\n    private function migrateEntityTypes()\n    {\n        $this->progress->advance();\n        $documentName = 'eav_entity_type';\n        $mappingField = 'entity_type_code';\n        $sourceDocument = $this->source->getDocument($documentName);\n        $destinationDocument = $this->destination->getDocument(\n            $this->map->getDocumentMap($documentName, MapInterface::TYPE_SOURCE)\n        );\n        $this->destination->backupDocument($destinationDocument->getName());\n        $destinationRecords = $this->helper->getDestinationRecords($documentName, [$mappingField]);\n        $recordsToSave = $destinationDocument->getRecords();\n        $recordTransformer = $this->helper->getRecordTransformer($sourceDocument, $destinationDocument);\n        foreach ($this->helper->getSourceRecords($documentName) as $recordData) {\n            /** @var Record $sourceRecord */\n            $sourceRecord = $this->factory->create(['document' => $sourceDocument, 'data' => $recordData]);\n            /** @var Record $destinationRecord */\n            $destinationRecord = $this->factory->create(['document' => $destinationDocument]);\n            $mappingValue = $sourceRecord->getValue($mappingField);\n            if (isset($destinationRecords[$mappingValue])) {\n                $destinationRecordData = $destinationRecords[$mappingValue];\n                unset($destinationRecords[$mappingValue]);\n            } else {\n                $destinationRecordData = $destinationRecord->getDataDefault();\n            }\n            $destinationRecord->setData($destinationRecordData);\n            $recordTransformer->transform($sourceRecord, $destinationRecord);\n            $recordsToSave->addRecord($destinationRecord);\n        }\n        $this->destination->clearDocument($destinationDocument->getName());\n        $this->saveRecords($destinationDocument, $recordsToSave);\n\n        $recordsToSave = $destinationDocument->getRecords();\n        foreach ($destinationRecords as $record) {\n            $record['entity_type_id'] = null;\n            $destinationRecord = $this->factory->create([\n                'document' => $destinationDocument,\n                'data' => $record\n            ]);\n            $recordsToSave->addRecord($destinationRecord);\n        }\n        $this->saveRecords($destinationDocument, $recordsToSave);\n        $this->createMapEntityTypeIds();\n    }\n\n    /**\n     * Migrate attribute set table\n     *\n     * @return void\n     */\n    private function migrateAttributeSets()\n    {\n        $this->progress->advance();\n        $documentName = 'eav_attribute_set';\n        $sourceDocument = $this->source->getDocument($documentName);\n        $destinationDocument = $this->destination->getDocument(\n            $this->map->getDocumentMap($documentName, MapInterface::TYPE_SOURCE)\n        );\n        $this->destination->backupDocument($destinationDocument->getName());\n        $destinationRecords = $this->helper->getDestinationRecords(\n            $documentName,\n            ['entity_type_id', 'attribute_set_name']\n        );\n        $sourceRecords = $this->source->getRecords($documentName, 0, $this->source->getRecordsCount($documentName));\n        $recordsToSave = $destinationDocument->getRecords();\n        $recordTransformer = $this->helper->getRecordTransformer($sourceDocument, $destinationDocument);\n        foreach ($sourceRecords as $recordData) {\n            $sourceRecord = $this->factory->create(['document' => $sourceDocument, 'data' => $recordData]);\n            $destinationRecord = $this->factory->create(['document' => $destinationDocument]);\n            $mappedKey = null;\n            $entityTypeId = $sourceRecord->getValue('entity_type_id');\n            if (isset($this->mapEntityTypeIdsSourceDest[$entityTypeId])) {\n                $mappedId = $this->mapEntityTypeIdsSourceDest[$entityTypeId];\n                $mappedKey = $mappedId . '-' . $sourceRecord->getValue('attribute_set_name');\n            }\n            if ($mappedKey && isset($destinationRecords[$mappedKey])) {\n                unset($destinationRecords[$mappedKey]);\n            }\n            $destinationRecordData = $destinationRecord->getDataDefault();\n            $destinationRecord->setData($destinationRecordData);\n            $recordTransformer->transform($sourceRecord, $destinationRecord);\n            $recordsToSave->addRecord($destinationRecord);\n        }\n        $this->destination->clearDocument($destinationDocument->getName());\n        $this->saveRecords($destinationDocument, $recordsToSave);\n\n        $recordsToSave = $destinationDocument->getRecords();\n        foreach ($destinationRecords as $recordData) {\n            /** @var Record $destinationRecord */\n            $destinationRecord = $this->factory->create(['document' => $destinationDocument, 'data' => $recordData]);\n            $destinationRecord->setValue('attribute_set_id', null);\n            $destinationRecord->setValue(\n                'entity_type_id',\n                $this->mapEntityTypeIdsDestOldNew[$destinationRecord->getValue('entity_type_id')]\n            );\n            $recordsToSave->addRecord($destinationRecord);\n        }\n        $this->saveRecords($destinationDocument, $recordsToSave);\n        $this->createMapAttributeSetIds();\n    }\n\n    /**\n     * Take Default attribute set structure and duplicate it for all  attribute sets from Magento 1\n     */\n    private function createProductAttributeSetStructures()\n    {\n        $this->progress->advance();\n        $attributeGroupDocumnt = 'eav_attribute_group';\n        $this->destination->backupDocument($attributeGroupDocumnt);\n        $this->modelData->updateMappedKeys(\n            $attributeGroupDocumnt,\n            'attribute_set_id',\n            $this->helper->getDestinationRecords($attributeGroupDocumnt),\n            $this->mapAttributeSetIdsDestOldNew\n        );\n        // add default attribute groups from Magento 2 for each attribute set from Magento 1\n        $prototypeProductAttributeGroups = $this->modelData->getDefaultProductAttributeGroups();\n        $productAttributeSets = $this->modelData->getProductAttributeSets(\n            ModelData::ATTRIBUTE_SETS_NONE_DEFAULT\n        );\n        foreach ($productAttributeSets as $attributeSet) {\n            foreach ($prototypeProductAttributeGroups as &$prototypeAttributeGroup) {\n                $prototypeAttributeGroup['attribute_set_id'] = $attributeSet['attribute_set_id'];\n            }\n            $this->saveRecords($attributeGroupDocumnt, $prototypeProductAttributeGroups);\n        }\n\n        $entityAttributeDocument = 'eav_entity_attribute';\n        $this->destination->backupDocument($entityAttributeDocument);\n        $this->modelData->updateMappedKeys(\n            $entityAttributeDocument,\n            'attribute_set_id',\n            $this->helper->getDestinationRecords($entityAttributeDocument),\n            $this->mapAttributeSetIdsDestOldNew\n        );\n        // add default entity attributes from Magento 2 for each attribute set from Magento 1\n        foreach ($productAttributeSets as $attributeSet) {\n            $prototypeProductEntityAttributes = $this->modelData->getDefaultProductEntityAttributes();\n            foreach ($prototypeProductEntityAttributes as &$prototypeEntityAttribute) {\n                $attributeGroupId = $this->modelData->getAttributeGroupIdForAttributeSet(\n                    $prototypeEntityAttribute['attribute_group_id'],\n                    $attributeSet['attribute_set_id']\n                );\n                $prototypeEntityAttribute['attribute_set_id'] = $attributeSet['attribute_set_id'];\n                $prototypeEntityAttribute['attribute_group_id'] = $attributeGroupId;\n            }\n            $this->saveRecords($entityAttributeDocument, $prototypeProductEntityAttributes);\n        }\n        $this->modelData->updateMappedKeys(\n            $entityAttributeDocument,\n            'entity_type_id',\n            $this->helper->getDestinationRecords($entityAttributeDocument),\n            $this->mapEntityTypeIdsDestOldNew\n        );\n    }\n\n    /**\n     * Migrate custom attribute groups\n     */\n    public function migrateCustomAttributeGroups()\n    {\n        $this->progress->advance();\n        $attributeSets = $this->initialData->getAttributeSets(ModelData::TYPE_SOURCE);\n        foreach ($attributeSets as $attributeSet) {\n            $attributeGroupIds = $this->modelData->getCustomAttributeGroups(\n                $attributeSet['attribute_set_id']\n            );\n            if ($attributeGroupIds) {\n                $this->migrateAttributeGroups($attributeGroupIds);\n            }\n        }\n        $this->createMapAttributeGroupIds();\n    }\n\n    /**\n     * Migrate attribute groups\n     *\n     * @param $attributeGroupIds\n     */\n    private function migrateAttributeGroups($attributeGroupIds)\n    {\n        $this->progress->advance();\n        $documentName = 'eav_attribute_group';\n        $sourceDocument = $this->source->getDocument($documentName);\n        $destinationDocument = $this->destination->getDocument(\n            $this->map->getDocumentMap($documentName, MapInterface::TYPE_SOURCE)\n        );\n        $sourceRecords = $this->source->getRecords(\n            $documentName,\n            0,\n            $this->source->getRecordsCount($documentName),\n            new \\Zend_Db_Expr(sprintf('attribute_group_id IN (%s)', implode(',', $attributeGroupIds)))\n        );\n        $recordsToSave = $destinationDocument->getRecords();\n        $recordTransformer = $this->helper->getRecordTransformer($sourceDocument, $destinationDocument);\n        foreach ($sourceRecords as $recordData) {\n            $recordData['attribute_group_id'] = null;\n            $sourceRecord = $this->factory->create(['document' => $sourceDocument, 'data' => $recordData]);\n            $destinationRecord = $this->factory->create(['document' => $destinationDocument]);\n            $recordTransformer->transform($sourceRecord, $destinationRecord);\n            $recordsToSave->addRecord($destinationRecord);\n        }\n        $this->saveRecords($destinationDocument, $recordsToSave);\n    }\n\n    /**\n     * Migrate eav_attribute\n     *\n     * @return void\n     */\n    private function migrateAttributes()\n    {\n        $this->progress->advance();\n        $sourceDocName = 'eav_attribute';\n        $sourceDocument = $this->source->getDocument($sourceDocName);\n        $destinationDocument = $this->destination->getDocument(\n            $this->map->getDocumentMap($sourceDocName, MapInterface::TYPE_SOURCE)\n        );\n        $this->destination->backupDocument($destinationDocument->getName());\n        $sourceRecords = $this->ignoredAttributes->clearIgnoredAttributes(\n            $this->initialData->getAttributes(ModelData::TYPE_SOURCE)\n        );\n        $destinationRecords = $this->helper->getDestinationRecords(\n            $sourceDocName,\n            ['entity_type_id', 'attribute_code']\n        );\n        $recordsToSave = $destinationDocument->getRecords();\n        $recordTransformer = $this->helper->getRecordTransformer($sourceDocument, $destinationDocument);\n        foreach ($sourceRecords as $sourceRecordData) {\n            /** @var Record $sourceRecord */\n            $sourceRecord = $this->factory->create(['document' => $sourceDocument, 'data' => $sourceRecordData]);\n            /** @var Record $destinationRecord */\n            $destinationRecord = $this->factory->create(['document' => $destinationDocument]);\n            $mappedKey = null;\n            $entityTypeId = $sourceRecord->getValue('entity_type_id');\n            if (isset($this->mapEntityTypeIdsSourceDest[$entityTypeId])) {\n                $mappedId = $this->mapEntityTypeIdsSourceDest[$entityTypeId];\n                $mappedKey = $mappedId . '-' . $sourceRecord->getValue('attribute_code');\n            }\n            if ($mappedKey && isset($destinationRecords[$mappedKey])) {\n                $destinationRecordData = $destinationRecords[$mappedKey];\n                $destinationRecordData['attribute_id'] = $sourceRecordData['attribute_id'];\n                $destinationRecordData['entity_type_id'] = $sourceRecordData['entity_type_id'];\n                $destinationRecord->setData($destinationRecordData);\n                unset($destinationRecords[$mappedKey]);\n            } else {\n                $destinationRecordData = $destinationRecord->getDataDefault();\n                $destinationRecord->setData($destinationRecordData);\n                $recordTransformer->transform($sourceRecord, $destinationRecord);\n            }\n            $recordsToSave->addRecord($destinationRecord);\n        }\n\n        foreach ($destinationRecords as $record) {\n            /** @var Record $destinationRecord */\n            $destinationRecord = $this->factory->create(['document' => $destinationDocument, 'data' => $record]);\n            $destinationRecord->setValue('attribute_id', null);\n            $destinationRecord->setValue(\n                'entity_type_id',\n                $this->mapEntityTypeIdsDestOldNew[$destinationRecord->getValue('entity_type_id')]\n            );\n            $recordsToSave->addRecord($destinationRecord);\n        }\n        $this->destination->clearDocument($destinationDocument->getName());\n        $this->saveRecords($destinationDocument, $recordsToSave);\n        $this->createMapAttributeIds();\n        $mapAttributeIdsDestOldNew = [];\n        foreach ($destinationRecords as $record) {\n            if (isset($this->mapAttributeIdsDestOldNew[$record['attribute_id']])) {\n                $mapAttributeIdsDestOldNew[$record['attribute_id']] =\n                    $this->mapAttributeIdsDestOldNew[$record['attribute_id']];\n            }\n        }\n        $mapAttributeIds = array_flip($this->mapAttributeIdsSourceDest);\n        $mapAttributeIds = array_replace($mapAttributeIds, $mapAttributeIdsDestOldNew);\n        $this->modelData->updateMappedKeys(\n            'eav_entity_attribute',\n            'attribute_id',\n            $this->helper->getDestinationRecords('eav_entity_attribute'),\n            $mapAttributeIds\n        );\n    }\n\n    /**\n     * Migrate custom entity attributes\n     */\n    private function migrateCustomEntityAttributes()\n    {\n        $this->progress->advance();\n        $sourceDocName = 'eav_entity_attribute';\n        $destinationDocument = $this->destination->getDocument(\n            $this->map->getDocumentMap($sourceDocName, MapInterface::TYPE_SOURCE)\n        );\n        $recordsToSave = $destinationDocument->getRecords();\n        $customAttributeIds = $this->modelData->getCustomAttributeIds();\n        if (empty($customAttributeIds)) {\n            return;\n        }\n        $customEntityAttributes = $this->source->getRecords(\n            $sourceDocName,\n            0,\n            $this->source->getRecordsCount($sourceDocName),\n            new \\Zend_Db_Expr(sprintf('attribute_id IN (%s)', implode(',', $customAttributeIds)))\n        );\n        foreach ($customEntityAttributes as $record) {\n            if (!isset($this->mapAttributeGroupIdsSourceDest[$record['attribute_group_id']])) {\n                continue;\n            }\n            $record['sort_order'] = $this->getCustomAttributeSortOrder($record);\n            $record['attribute_group_id'] = $this->mapAttributeGroupIdsSourceDest[$record['attribute_group_id']];\n            $record['entity_attribute_id'] = null;\n            $destinationRecord = $this->factory->create(['document' => $destinationDocument, 'data' => $record]);\n            $recordsToSave->addRecord($destinationRecord);\n        }\n        $this->saveRecords($destinationDocument, $recordsToSave);\n    }\n\n    /**\n     * Get sort order for custom attribute\n     *\n     * @param array $attribute\n     * @return int\n     */\n    private function getCustomAttributeSortOrder(array $attribute)\n    {\n        $productEntityTypeId = $this->modelData->getEntityTypeIdByCode(ModelData::ENTITY_TYPE_PRODUCT_CODE);\n        $groupName = $this->modelData->getSourceAttributeGroupNameFromId($attribute['attribute_group_id']);\n        if ($attribute['entity_type_id'] == $productEntityTypeId\n            && isset($this->mapProductAttributeGroupNamesSourceDest[$groupName])\n        ) {\n            return $attribute['sort_order'] + 200;\n        }\n        return $attribute['sort_order'];\n    }\n\n    /**\n     * Migrate tables extended from eav_attribute\n     */\n    private function migrateAttributesExtended()\n    {\n        $this->progress->advance();\n        $documents = $this->readerGroups->getGroup('documents_attribute_extended');\n        foreach ($documents as $documentName => $mappingField) {\n            $sourceDocument = $this->source->getDocument($documentName);\n            $destinationDocument = $this->destination->getDocument(\n                $this->map->getDocumentMap($documentName, MapInterface::TYPE_SOURCE)\n            );\n            $this->destination->backupDocument($destinationDocument->getName());\n            $destinationRecords = $this->helper->getDestinationRecords($documentName, [$mappingField]);\n            $recordsToSave = $destinationDocument->getRecords();\n            $sourceRecords = $this->ignoredAttributes\n                ->clearIgnoredAttributes($this->helper->getSourceRecords($documentName));\n            $recordTransformer = $this->helper->getRecordTransformer($sourceDocument, $destinationDocument);\n            foreach ($sourceRecords as $sourceRecordData) {\n                /** @var Record $sourceRecord */\n                $sourceRecord = $this->factory->create(['document' => $sourceDocument, 'data' => $sourceRecordData]);\n                /** @var Record $destinationRecord */\n                $destinationRecord = $this->factory->create(['document' => $destinationDocument]);\n                $mappedId = isset($this->mapAttributeIdsSourceDest[$sourceRecord->getValue($mappingField)])\n                    ? $this->mapAttributeIdsSourceDest[$sourceRecord->getValue($mappingField)]\n                    : null;\n                if ($mappedId !== null && isset($destinationRecords[$mappedId])) {\n                    $destinationRecordData = $destinationRecords[$mappedId];\n                    $destinationRecordData['attribute_id'] = $sourceRecordData['attribute_id'];\n                    $destinationRecord->setData($destinationRecordData);\n                    unset($destinationRecords[$mappedId]);\n                } else {\n                    $destinationRecordData = $destinationRecord->getDataDefault();\n                    $destinationRecord->setData($destinationRecordData);\n                    $recordTransformer->transform($sourceRecord, $destinationRecord);\n                }\n                $recordsToSave->addRecord($destinationRecord);\n            }\n            $this->destination->clearDocument($destinationDocument->getName());\n            $this->saveRecords($destinationDocument, $recordsToSave);\n\n            $recordsToSave = $destinationDocument->getRecords();\n            foreach ($destinationRecords as $record) {\n                if (!isset($this->mapAttributeIdsDestOldNew[$record['attribute_id']])) {\n                    continue;\n                }\n                $record['attribute_id'] = $this->mapAttributeIdsDestOldNew[$record['attribute_id']];\n                $destinationRecord = $this->factory->create([\n                    'document' => $destinationDocument,\n                    'data' => $record\n                ]);\n                $recordsToSave->addRecord($destinationRecord);\n            }\n            $this->saveRecords($destinationDocument, $recordsToSave);\n        }\n    }\n\n    /**\n     * Save records\n     *\n     * @param Document|string $document\n     * @param Record\\Collection|array $recordsToSave\n     * @return void\n     */\n    private function saveRecords($document, $recordsToSave)\n    {\n        if (is_object($document)) {\n            $document = $document->getName();\n        }\n        $this->destination->saveRecords($document, $recordsToSave);\n    }\n\n    /**\n     * Create mapping for entity type ids\n     *\n     * @return void\n     */\n    private function createMapEntityTypeIds()\n    {\n        $entityTypesMigrated = $this->helper->getDestinationRecords(\n            'eav_entity_type',\n            ['entity_type_code']\n        );\n        foreach ($this->initialData->getEntityTypes(ModelData::TYPE_DEST) as $entityTypeIdOld => $recordOld) {\n            $entityTypeMigrated = $entityTypesMigrated[$recordOld['entity_type_code']];\n            $this->mapEntityTypeIdsDestOldNew[$entityTypeIdOld] = $entityTypeMigrated['entity_type_id'];\n        }\n        foreach ($this->initialData->getEntityTypes(ModelData::TYPE_SOURCE) as $entityTypeIdSource => $recordSource) {\n            foreach ($this->initialData->getEntityTypes(ModelData::TYPE_DEST) as $entityTypeIdDest => $recordDest) {\n                if ($recordSource['entity_type_code'] == $recordDest['entity_type_code']) {\n                    $this->mapEntityTypeIdsSourceDest[$entityTypeIdSource] = $entityTypeIdDest;\n                }\n            }\n        }\n    }\n\n    /**\n     * Create mapping for attribute set ids\n     *\n     * @return void\n     */\n    private function createMapAttributeSetIds()\n    {\n        $this->newAttributeSets = $this->helper->getDestinationRecords(\n            'eav_attribute_set',\n            ['entity_type_id', 'attribute_set_name']\n        );\n        foreach ($this->initialData->getAttributeSets(ModelData::TYPE_DEST) as $attributeSetId => $record) {\n            $entityTypeId = $this->mapEntityTypeIdsDestOldNew[$record['entity_type_id']];\n            $newAttributeSet = $this->newAttributeSets[$entityTypeId . '-' . $record['attribute_set_name']];\n            $this->mapAttributeSetIdsDestOldNew[$attributeSetId] = $newAttributeSet['attribute_set_id'];\n            $this->defaultAttributeSetIds[$newAttributeSet['entity_type_id']] = $newAttributeSet['attribute_set_id'];\n        }\n    }\n\n    /**\n     * Create mapping for attribute ids\n     *\n     * @return void\n     */\n    private function createMapAttributeIds()\n    {\n        $newAttributes = $this->helper->getDestinationRecords(\n            'eav_attribute',\n            ['entity_type_id', 'attribute_code']\n        );\n        foreach ($this->initialData->getAttributes(ModelData::TYPE_DEST) as $keyOld => $attributeOld) {\n            $entityTypeId = $attributeOld['entity_type_id'];\n            $attributeCode = $attributeOld['attribute_code'];\n            $keyMapped = $this->mapEntityTypeIdsDestOldNew[$entityTypeId] . '-' . $attributeCode;\n            $this->mapAttributeIdsDestOldNew[$attributeOld['attribute_id']] =\n                $newAttributes[$keyMapped]['attribute_id'];\n        }\n        foreach ($this->initialData->getAttributes(ModelData::TYPE_SOURCE) as $recordSourceId => $recordSource) {\n            foreach ($this->initialData->getAttributes(ModelData::TYPE_DEST) as $recordDestId => $recordDest) {\n                $sourceEntityTypeCode = $this->initialData->getEntityTypes(ModelData::TYPE_SOURCE)\n                [$recordSource['entity_type_id']]['entity_type_code'];\n                $destinationEntityTypeCode = $this->initialData->getEntityTypes(ModelData::TYPE_DEST)\n                [$recordDest['entity_type_id']]['entity_type_code'];\n                if ($recordSource['attribute_code'] == $recordDest['attribute_code']\n                    && $sourceEntityTypeCode == $destinationEntityTypeCode\n                ) {\n                    $this->mapAttributeIdsSourceDest[$recordSourceId] = $recordDestId;\n                }\n            }\n        }\n    }\n\n    /**\n     * Create mapping for attribute group ids\n     */\n    private function createMapAttributeGroupIds()\n    {\n        $attributeGroupsDestination = $this->helper->getDestinationRecords(\n            'eav_attribute_group',\n            ['attribute_group_id']\n        );\n        $attributeGroupsSource = $this->helper->getSourceRecords(\n            'eav_attribute_group',\n            ['attribute_group_id']\n        );\n        $productAttributeSetIds = array_keys($this->modelData->getProductAttributeSets());\n        foreach ($attributeGroupsSource as $idSource => $recordSource) {\n            $sourceAttributeGroupName = $recordSource['attribute_group_name'];\n            if (in_array($recordSource['attribute_set_id'], $productAttributeSetIds)) {\n                $sourceAttributeGroupName = str_replace(\n                    array_keys($this->mapProductAttributeGroupNamesSourceDest),\n                    $this->mapProductAttributeGroupNamesSourceDest,\n                    $recordSource['attribute_group_name']\n                );\n            }\n            $sourceKey = $recordSource['attribute_set_id'] . ' ' . $sourceAttributeGroupName;\n            foreach ($attributeGroupsDestination as $idDestination => $recordDestination) {\n                $destinationKey = $recordDestination['attribute_set_id']\n                    . ' '\n                    . $recordDestination['attribute_group_name'];\n                if ($sourceKey == $destinationKey) {\n                    $this->mapAttributeGroupIdsSourceDest[$recordSource['attribute_group_id']] =\n                        $recordDestination['attribute_group_id'];\n                }\n            }\n        }\n    }\n\n    /**\n     * Rollback backed up documents\n     *\n     * @return void\n     */\n    public function rollback()\n    {\n        foreach (array_keys($this->readerGroups->getGroup('documents')) as $documentName) {\n            $destinationDocument = $this->destination->getDocument(\n                $this->map->getDocumentMap($documentName, MapInterface::TYPE_SOURCE)\n            );\n            if ($destinationDocument !== false) {\n                $this->destination->rollbackDocument($destinationDocument->getName());\n            }\n        }\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/Eav/Helper.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\Eav;\n\nuse Migration\\Reader\\MapInterface;\nuse Migration\\Reader\\MapFactory;\nuse Migration\\Reader\\Map;\nuse Migration\\RecordTransformer;\nuse Migration\\RecordTransformerFactory;\nuse Migration\\ResourceModel\\Destination;\nuse Migration\\ResourceModel\\Document;\nuse Migration\\ResourceModel\\Source;\nuse Migration\\Reader\\GroupsFactory;\n\n/**\n * Class Helper\n */\nclass Helper\n{\n    /**\n     * @var Map\n     */\n    protected $map;\n\n    /**\n     * @var Destination\n     */\n    protected $destination;\n\n     /**\n     * @var Source\n     */\n    protected $source;\n\n    /**\n     * @var RecordTransformerFactory\n     */\n    protected $factory;\n\n    /**\n     * @var \\Migration\\Reader\\Groups\n     */\n    protected $readerGroups;\n\n    /**\n     * @var \\Migration\\Reader\\Groups\n     */\n    protected $readerAttributes;\n\n    /**\n     * @var \\Migration\\ResourceModel\\Record[]\n     */\n    protected $addedGroups;\n\n    /**\n     * @param MapFactory $mapFactory\n     * @param Source $source\n     * @param Destination $destination\n     * @param RecordTransformerFactory $factory\n     * @param GroupsFactory $groupsFactory\n     */\n    public function __construct(\n        MapFactory $mapFactory,\n        Source $source,\n        Destination $destination,\n        RecordTransformerFactory $factory,\n        GroupsFactory $groupsFactory\n    ) {\n        $this->map = $mapFactory->create('eav_map_file');\n        $this->source = $source;\n        $this->destination = $destination;\n        $this->factory = $factory;\n        $this->readerGroups = $groupsFactory->create('eav_document_groups_file');\n        $this->readerAttributes = $groupsFactory->create('eav_attribute_groups_file');\n    }\n\n    /**\n     * Get source records count\n     *\n     * @param string $sourceDocumentName\n     * @return int\n     */\n    public function getSourceRecordsCount($sourceDocumentName)\n    {\n        return $this->source->getRecordsCount($sourceDocumentName);\n    }\n\n    /**\n     * Get destination records count\n     *\n     * @param string $sourceDocumentName\n     * @return int\n     */\n    public function getDestinationRecordsCount($sourceDocumentName)\n    {\n        return $this->destination->getRecordsCount(\n            $this->map->getDocumentMap($sourceDocumentName, MapInterface::TYPE_SOURCE)\n        );\n    }\n\n    /**\n     * Get destination records\n     *\n     * @param string $sourceDocName\n     * @param array $keyFields\n     * @return array\n     */\n    public function getDestinationRecords($sourceDocName, $keyFields = [])\n    {\n        $destinationDocumentName = $this->map->getDocumentMap($sourceDocName, MapInterface::TYPE_SOURCE);\n        $data = [];\n        $count = $this->destination->getRecordsCount($destinationDocumentName);\n        foreach ($this->destination->getRecords($destinationDocumentName, 0, $count) as $row) {\n            if ($keyFields) {\n                $key = [];\n                foreach ($keyFields as $keyField) {\n                    $key[] = $row[$keyField];\n                }\n                $data[implode('-', $key)] = $row;\n            } else {\n                $data[] = $row;\n            }\n        }\n\n        return $data;\n    }\n\n    /**\n     * Get source records\n     *\n     * @param string $sourceDocName\n     * @param array $keyFields\n     * @return array\n     */\n    public function getSourceRecords($sourceDocName, $keyFields = [])\n    {\n        $data = [];\n        $count = $this->source->getRecordsCount($sourceDocName);\n        foreach ($this->source->getRecords($sourceDocName, 0, $count) as $row) {\n            if ($keyFields) {\n                $key = [];\n                foreach ($keyFields as $keyField) {\n                    $key[] = $row[$keyField];\n                }\n                $data[implode('-', $key)] = $row;\n            } else {\n                $data[] = $row;\n            }\n        }\n\n        return $data;\n    }\n\n    /**\n     * Get record transformer\n     *\n     * @param Document $sourceDocument\n     * @param Document $destinationDocument\n     * @return RecordTransformer\n     */\n    public function getRecordTransformer($sourceDocument, $destinationDocument)\n    {\n        return $this->factory->create([\n            'sourceDocument' => $sourceDocument,\n            'destDocument' => $destinationDocument,\n            'mapReader' => $this->map\n        ])->init();\n    }\n\n    /**\n     * Delete backed up documents\n     *\n     * @return void\n     */\n    public function deleteBackups()\n    {\n        foreach (array_keys($this->readerGroups->getGroup('documents')) as $documentName) {\n            $documentName = $this->map->getDocumentMap($documentName, MapInterface::TYPE_SOURCE);\n            if ($documentName) {\n                $this->destination->deleteDocumentBackup($documentName);\n            }\n        }\n    }\n\n    /**\n     * Retrieves attribute codes with types of $groupName group\n     *\n     * @param string $groupName\n     * @return array\n     */\n    public function getAttributesGroupCodes($groupName)\n    {\n        $entityTypesCodeToId = $this->getEntityTypesCodeToId();\n        $attributeCodes = $this->readerAttributes->getGroup($groupName);\n        foreach ($attributeCodes as $attributeCode => $attributeTypes) {\n            $attributeCodes[$attributeCode] = [];\n            foreach ($attributeTypes as $attributeType) {\n                if (array_key_exists($attributeType, $entityTypesCodeToId)) {\n                    $attributeCodes[$attributeCode][] = $entityTypesCodeToId[$attributeType];\n                }\n            }\n        }\n        return $attributeCodes;\n    }\n\n    /**\n     * Get entity types code to id\n     *\n     * @return array\n     */\n    private function getEntityTypesCodeToId()\n    {\n        /** @var \\Magento\\Framework\\DB\\Select $select */\n        $select = $this->source->getAdapter()->getSelect();\n        $select->from($this->source->addDocumentPrefix('eav_entity_type'), ['entity_type_code', 'entity_type_id']);\n        $entityTypeIds = $select->getAdapter()->fetchPairs($select);\n        return $entityTypeIds;\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/Eav/InitialData.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\Eav;\n\nuse Migration\\Reader\\MapFactory;\nuse Migration\\Reader\\Map;\nuse Migration\\ResourceModel\\Destination;\nuse Migration\\ResourceModel\\Source;\nuse Migration\\Step\\Eav\\Model\\Data as ModelData;\n\n/**\n * Class InitialData\n */\nclass InitialData\n{\n    /**\n     * [attribute_id => attributeData]\n     * @var array\n     */\n    private $attributes;\n\n    /**\n     * @var array;\n     */\n    private $attributeSets;\n\n    /**\n     * @var array;\n     */\n    private $attributeGroups;\n\n    /**\n     * @var array;\n     */\n    private $entityTypes;\n\n    /**\n     * @var array;\n     */\n    private $entityAttributes;\n\n    /**\n     * @var Source\n     */\n    private $source;\n\n    /**\n     * @var Destination\n     */\n    private $destination;\n\n    /**\n     * @var Map\n     */\n    private $map;\n\n    /**\n     * @var Helper\n     */\n    private $helper;\n\n    /**\n     * @param MapFactory $mapFactory\n     * @param Source $source\n     * @param Destination $destination\n     * @param Helper $helper\n     */\n    public function __construct(MapFactory $mapFactory, Source $source, Destination $destination, Helper $helper)\n    {\n        $this->map = $mapFactory->create('eav_map_file');\n        $this->source = $source;\n        $this->destination = $destination;\n        $this->helper = $helper;\n        $this->initAttributeSets();\n        $this->initAttributeGroups();\n        $this->initAttributes();\n        $this->initEntityTypes();\n        $this->initEntityAttribute();\n    }\n\n    /**\n     * Load all entity types\n     *\n     * @return void\n     */\n    private function initEntityTypes()\n    {\n        if ($this->entityTypes) {\n            return;\n        }\n        $this->entityTypes[ModelData::TYPE_SOURCE] =\n            $this->helper->getSourceRecords('eav_entity_type', ['entity_type_id']);\n        $this->entityTypes[ModelData::TYPE_DEST] =\n            $this->helper->getDestinationRecords('eav_entity_type', ['entity_type_id']);\n    }\n\n    /**\n     * Load all attributes from source and destination\n     *\n     * @return void\n     */\n    private function initAttributes()\n    {\n        if ($this->attributes) {\n            return;\n        }\n        $sourceDocument = 'eav_attribute';\n        foreach ($this->helper->getSourceRecords($sourceDocument, ['attribute_id']) as $id => $record) {\n            $this->attributes[ModelData::TYPE_SOURCE][$id] = $record;\n        }\n        foreach ($this->helper->getDestinationRecords($sourceDocument, ['attribute_id']) as $id => $record) {\n            $this->attributes[ModelData::TYPE_DEST][$id] = $record;\n        }\n    }\n\n    /**\n     * Load attribute sets data before migration\n     *\n     * @return void\n     */\n    private function initAttributeSets()\n    {\n        if ($this->attributeSets) {\n            return;\n        }\n        $this->attributeSets[ModelData::TYPE_SOURCE] = $this->helper->getSourceRecords(\n            'eav_attribute_set',\n            ['attribute_set_id']\n        );\n        $this->attributeSets[ModelData::TYPE_DEST] = $this->helper->getDestinationRecords(\n            'eav_attribute_set',\n            ['attribute_set_id']\n        );\n    }\n\n    /**\n     * Load attribute group data before migration\n     *\n     * @return void\n     */\n    private function initAttributeGroups()\n    {\n        if ($this->attributeGroups) {\n            return;\n        }\n        $this->attributeGroups[ModelData::TYPE_SOURCE] = $this->helper->getSourceRecords(\n            'eav_attribute_group',\n            ['attribute_group_id']\n        );\n        $this->attributeGroups[ModelData::TYPE_DEST] = $this->helper->getDestinationRecords(\n            'eav_attribute_group',\n            ['attribute_group_id']\n        );\n    }\n    \n    /**\n     * Load entity attribute data before migration\n     *\n     * @return void\n     */\n    private function initEntityAttribute()\n    {\n        if ($this->entityAttributes) {\n            return;\n        }\n        $this->entityAttributes[ModelData::TYPE_SOURCE] = $this->helper->getSourceRecords(\n            'eav_entity_attribute',\n            ['entity_attribute_id']\n        );\n        $this->entityAttributes[ModelData::TYPE_DEST] = $this->helper->getDestinationRecords(\n            'eav_entity_attribute',\n            ['entity_attribute_id']\n        );\n    }\n\n    /**\n     * Get entity types\n     *\n     * @codeCoverageIgnore\n     * @param string $type\n     * @return array\n     */\n    public function getEntityTypes($type)\n    {\n        return $this->entityTypes[$type];\n    }\n\n    /**\n     * Get attributes\n     *\n     * @codeCoverageIgnoreStart\n     * @param string $type\n     * @return mixed\n     */\n    public function getAttributes($type)\n    {\n        return $this->attributes[$type];\n    }\n\n    /**\n     * Get attribute sets\n     *\n     * @param string $type\n     * @return array\n     */\n    public function getAttributeSets($type)\n    {\n        return $this->attributeSets[$type];\n    }\n\n    /**\n     * Get attribute groups\n     *\n     * @param string $type\n     * @return array\n     */\n    public function getAttributeGroups($type)\n    {\n        return $this->attributeGroups[$type];\n    }\n\n    /**\n     * Get Eav entity attributes\n     *\n     * @param string $type\n     * @return array\n     */\n    public function getEntityAttributes($type)\n    {\n        return $this->entityAttributes[$type];\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/Eav/Integrity/AttributeFrontendInput.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\Eav\\Integrity;\n\nuse Migration\\Step\\Eav\\Helper;\nuse Migration\\Step\\Eav\\Model\\IgnoredAttributes;\n\n/**\n * Class AttributeFrontendInput\n */\nclass AttributeFrontendInput\n{\n    /**\n     * @var Helper\n     */\n    private $helper;\n\n    /**\n     * @var string\n     */\n    private $attributeDocument = 'eav_attribute';\n\n    /**\n     * @var string\n     */\n    private $attributeFieldName = 'frontend_input';\n\n    /**\n     * @var IgnoredAttributes\n     */\n    private $ignoredAttributes;\n\n    /**\n     * @param Helper $helper\n     * @param IgnoredAttributes $ignoredAttributes\n     */\n    public function __construct(Helper $helper, IgnoredAttributes $ignoredAttributes)\n    {\n        $this->helper = $helper;\n        $this->ignoredAttributes = $ignoredAttributes;\n    }\n\n    /**\n     * Check product attribute sets contain all required attribute group names\n     *\n     * @return array\n     */\n    public function checkAttributeFrontendInput()\n    {\n        $sourceAttributes = $this->helper->getSourceRecords($this->attributeDocument);\n        $sourceAttributes = $this->ignoredAttributes->clearIgnoredAttributes($sourceAttributes);\n        $emptyAttributes = $this->getFrontendInputEmptyAttributes($sourceAttributes);\n\n        $incompatibleData = [];\n        foreach ($emptyAttributes as $emptyAttribute) {\n            $incompatibleData[] = [\n                'document' => $this->attributeDocument,\n                'field' => $this->attributeFieldName,\n                'error' => sprintf(\n                    'Attribute with attribute_id=%s cannot contain empty field value',\n                    $emptyAttribute['attribute_id']\n                )\n            ];\n        }\n        return $incompatibleData;\n    }\n\n    /**\n     * Retrieves attributes with empty frontend_input parameter\n     *\n     * @param array $records\n     * @return array\n     */\n    private function getFrontendInputEmptyAttributes($records)\n    {\n        $result = [];\n        $filterGroupCodes = $this->helper->getAttributesGroupCodes('frontend_input_empty_allowed');\n        foreach ($records as $record) {\n            if (empty($record['frontend_input']) &&\n                (\n                    !array_key_exists($record['attribute_code'], $filterGroupCodes) ||\n                    !in_array($record['entity_type_id'], $filterGroupCodes[$record['attribute_code']])\n                )\n            ) {\n                $result[] = $record;\n            }\n        }\n        return $result;\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/Eav/Integrity/ClassMap.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\Eav\\Integrity;\n\nuse Migration\\Step\\Eav\\Helper;\nuse Migration\\ResourceModel\\Source;\nuse Migration\\Step\\Eav\\Model\\IgnoredAttributes;\nuse Migration\\Reader\\ClassMap as ClassMapReader;\n\n/**\n * Class ClassMap\n */\nclass ClassMap\n{\n    /**\n     * @var Helper\n     */\n    private $helper;\n\n    /**\n     * @var array\n     */\n    private $tableKeys;\n\n    /**\n     * @var Source\n     */\n    private $source;\n\n    /**\n     * @var ClassMapReader\n     */\n    private $classMapReader;\n\n    /**\n     * @var IgnoredAttributes\n     */\n    private $ignoredAttributes;\n\n    /**\n     * @var array\n     */\n    private $classMapFields = [\n        'eav_attribute' => [\n            'attribute_model',\n            'backend_model',\n            'frontend_model',\n            'source_model',\n        ],\n        'catalog_eav_attribute' => [\n            'frontend_input_renderer',\n        ],\n        'customer_eav_attribute' => [\n            'data_model',\n        ],\n        'eav_entity_type' => [\n            'entity_model',\n            'attribute_model',\n            'increment_model',\n            'entity_attribute_collection',\n        ]\n    ];\n\n    /**\n     * @param Helper $helper\n     * @param Source $source\n     * @param ClassMapReader $classMapReader\n     * @param IgnoredAttributes $ignoredAttributes\n     */\n    public function __construct(\n        Helper $helper,\n        Source $source,\n        ClassMapReader $classMapReader,\n        IgnoredAttributes $ignoredAttributes\n    ) {\n        $this->helper = $helper;\n        $this->source = $source;\n        $this->classMapReader = $classMapReader;\n        $this->ignoredAttributes = $ignoredAttributes;\n    }\n\n    /**\n     * Check Class Mapping\n     *\n     * @return array\n     */\n    public function checkClassMapping()\n    {\n        $classMapFailed = [];\n        foreach ($this->classMapFields as $tableName => $classMapFields) {\n            $sourceRecords = $this->helper->getSourceRecords($tableName);\n            $sourceRecords = $this->ignoredAttributes->clearIgnoredAttributes($sourceRecords);\n            $primaryKeyName = $this->getPrimaryKeyName($tableName);\n            foreach ($sourceRecords as $attribute) {\n                foreach ($classMapFields as $field) {\n                    $className = $attribute[$field];\n                    if (empty($className)) {\n                        continue;\n                    }\n                    if (!$this->classMapReader->hasMap($className)) {\n                        $classMapFailed[] = [\n                            'document' => $tableName,\n                            'field' => $field,\n                            'error' => sprintf(\n                                'Class %s is not mapped in record %s=%s',\n                                $attribute[$field],\n                                $primaryKeyName,\n                                $attribute[$primaryKeyName]\n                            )\n                        ];\n                    }\n                }\n            }\n        }\n        return $classMapFailed;\n    }\n\n    /**\n     * Get primary key name\n     *\n     * @param string $documentName\n     * @return mixed\n     */\n    private function getPrimaryKeyName($documentName)\n    {\n        if (isset($this->tableKeys[$documentName])) {\n            return $this->tableKeys[$documentName];\n        }\n        $this->tableKeys[$documentName] = null;\n        $sourceFields = $this->source->getDocument($documentName)->getStructure()->getFields();\n        foreach ($sourceFields as $params) {\n            if ($params['PRIMARY']) {\n                $this->tableKeys[$documentName] = $params['COLUMN_NAME'];\n                break;\n            }\n        }\n        return $this->tableKeys[$documentName];\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/Eav/Integrity.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\Eav;\n\nuse Migration\\Logger\\Logger;\nuse Migration\\Reader\\MapInterface;\nuse Migration\\Reader\\GroupsFactory;\nuse Migration\\Reader\\MapFactory;\nuse Migration\\App\\ProgressBar;\nuse Migration\\ResourceModel;\nuse Migration\\Step\\Eav\\Integrity\\AttributeGroupNames as AttributeGroupNamesIntegrity;\nuse Migration\\Step\\Eav\\Integrity\\AttributeFrontendInput as AttributeFrontendInputIntegrity;\nuse Migration\\Step\\Eav\\Integrity\\ClassMap as ClassMapIntegrity;\nuse Migration\\Config;\n\n/**\n * Class Integrity\n */\nclass Integrity extends \\Migration\\App\\Step\\AbstractIntegrity\n{\n    /**\n     * @var \\Migration\\Reader\\Groups\n     */\n    private $groups;\n\n    /**\n     * @var AttributeFrontendInputIntegrity\n     */\n    private $attributeFrontendInputIntegrity;\n\n    /**\n     * @var classMapIntegrity\n     */\n    private $classMapIntegrity;\n\n    /**\n     * @param ProgressBar\\LogLevelProcessor $progress\n     * @param Logger $logger\n     * @param Config $config\n     * @param ResourceModel\\Source $source\n     * @param ResourceModel\\Destination $destination\n     * @param MapFactory $mapFactory\n     * @param GroupsFactory $groupsFactory\n     * @param AttributeFrontendInputIntegrity $attributeFrontendInputIntegrity\n     * @param ClassMapIntegrity $classMapIntegrity\n     * @param string $mapConfigOption\n     *\n     * @SuppressWarnings(ExcessiveParameterList)\n     */\n    public function __construct(\n        ProgressBar\\LogLevelProcessor $progress,\n        Logger $logger,\n        Config $config,\n        ResourceModel\\Source $source,\n        ResourceModel\\Destination $destination,\n        MapFactory $mapFactory,\n        GroupsFactory $groupsFactory,\n        AttributeFrontendInputIntegrity $attributeFrontendInputIntegrity,\n        ClassMapIntegrity $classMapIntegrity,\n        $mapConfigOption = 'eav_map_file'\n    ) {\n        $this->groups = $groupsFactory->create('eav_document_groups_file');\n        $this->attributeFrontendInputIntegrity = $attributeFrontendInputIntegrity;\n        $this->classMapIntegrity = $classMapIntegrity;\n        parent::__construct($progress, $logger, $config, $source, $destination, $mapFactory, $mapConfigOption);\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function perform()\n    {\n        $this->progress->start($this->getIterationsCount());\n        $documents = array_keys($this->groups->getGroup('documents'));\n        foreach ($documents as $sourceDocumentName) {\n            $this->check([$sourceDocumentName], MapInterface::TYPE_SOURCE);\n            $destinationDocumentName = $this->map->getDocumentMap($sourceDocumentName, MapInterface::TYPE_SOURCE);\n            $this->check([$destinationDocumentName], MapInterface::TYPE_DEST);\n        }\n        $this->incompatibleDocumentFieldsData[MapInterface::TYPE_SOURCE] = array_merge(\n            $this->attributeFrontendInputIntegrity->checkAttributeFrontendInput(),\n            $this->classMapIntegrity->checkClassMapping()\n        );\n        $this->progress->finish();\n        return $this->checkForErrors();\n    }\n\n    /**\n     * Returns number of iterations for integrity check\n     *\n     * @return mixed\n     */\n    protected function getIterationsCount()\n    {\n        return count($this->groups->getGroup('documents')) * 2;\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/Eav/Model/Data.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\Eav\\Model;\n\nuse Migration\\ResourceModel\\Destination;\nuse Migration\\ResourceModel\\Source;\nuse Migration\\Step\\Eav\\Helper;\nuse Migration\\Step\\Eav\\InitialData;\n\n/**\n * Class Data\n */\nclass Data\n{\n    /**\n     * @var Helper\n     */\n    private $helper;\n\n    /**\n     * @var Source\n     */\n    private $source;\n\n    /**\n     * @var Destination\n     */\n    private $destination;\n\n    /**\n     * @var InitialData\n     */\n    private $initialData;\n\n    /**\n     * @var IgnoredAttributes\n     */\n    private $ignoredAttributes;\n\n    /**\n     * @var array\n     */\n    private $excludedAttributeGroups = [\n        self::ENTITY_TYPE_PRODUCT_CODE => [\n            'General',\n            'Prices',\n            'Recurring Profile'\n        ]\n    ];\n\n    const ATTRIBUTE_SETS_ALL = 'all';\n    const ATTRIBUTE_SETS_DEFAULT = 'default';\n    const ATTRIBUTE_SETS_NONE_DEFAULT = 'none_default';\n\n    const ENTITY_TYPE_PRODUCT_CODE = 'catalog_product';\n    const ENTITY_TYPE_CATEGORY_CODE = 'catalog_category';\n    const ENTITY_TYPE_CUSTOMER_CODE = 'customer';\n    const ENTITY_TYPE_CUSTOMER_ADDRESS_CODE = 'customer_address';\n\n    const TYPE_SOURCE = 'source';\n    const TYPE_DEST = 'destination';\n\n    /**\n     * @param Source $source\n     * @param Destination $destination\n     * @param Helper $helper\n     * @param InitialData $initialData\n     * @param IgnoredAttributes $ignoredAttributes\n     */\n    public function __construct(\n        Source $source,\n        Destination $destination,\n        Helper $helper,\n        InitialData $initialData,\n        IgnoredAttributes $ignoredAttributes\n    ) {\n        $this->source = $source;\n        $this->destination = $destination;\n        $this->helper = $helper;\n        $this->initialData = $initialData;\n        $this->ignoredAttributes = $ignoredAttributes;\n    }\n\n    /**\n     * Update mapped keys for specific column in table\n     *\n     * @param string $destDocument\n     * @param string $column\n     * @param array $records\n     * @param array $mappedIdKeys\n     */\n    public function updateMappedKeys($destDocument, $column, $records, $mappedIdKeys)\n    {\n        if (array_values($mappedIdKeys) == array_values(array_keys($mappedIdKeys))) {\n            return;\n        }\n        foreach ($records as &$record) {\n            if (!empty($mappedIdKeys[$record[$column]])) {\n                $record[$column] = $mappedIdKeys[$record[$column]];\n            }\n        }\n        $this->destination->clearDocument($destDocument);\n        $this->destination->saveRecords($destDocument, $records);\n    }\n\n    /**\n     * Get list of product attribute sets\n     *\n     * @param string $mode\n     * @param string $type\n     * @return array\n     */\n    public function getProductAttributeSets(\n        $mode = self::ATTRIBUTE_SETS_ALL,\n        $type = self::TYPE_SOURCE\n    ) {\n        $productEntityTypeId = $this->getEntityTypeIdByCode(self::ENTITY_TYPE_PRODUCT_CODE, $type);\n        $attributeSets = [];\n        foreach ($this->initialData->getAttributeSets($type) as $attributeSet) {\n            if ($productEntityTypeId == $attributeSet['entity_type_id']\n                && (($mode == self::ATTRIBUTE_SETS_DEFAULT && $attributeSet['attribute_set_name'] == 'Default')\n                    || ($mode == self::ATTRIBUTE_SETS_NONE_DEFAULT && $attributeSet['attribute_set_name'] != 'Default')\n                    || ($mode == self::ATTRIBUTE_SETS_ALL))\n            ) {\n                $attributeSets[$attributeSet['attribute_set_id']] = $attributeSet;\n            }\n        }\n        return $attributeSets;\n    }\n\n    /**\n     * Return entity type id by its code\n     *\n     * @param string $code\n     * @param string $type\n     * @return mixed|null\n     */\n    public function getEntityTypeIdByCode($code, $type = self::TYPE_SOURCE)\n    {\n        $entityTypeId = null;\n        foreach ($this->initialData->getEntityTypes($type) as $entityType) {\n            if ($entityType['entity_type_code'] == $code) {\n                $entityTypeId = $entityType['entity_type_id'];\n            }\n        }\n        return $entityTypeId;\n    }\n\n    /**\n     * Return entity type code by its id\n     *\n     * @param int $id\n     * @param string $type\n     * @return mixed|null\n     */\n    public function getEntityTypeCodeById($id, $type = self::TYPE_SOURCE)\n    {\n        $entityTypeCode = null;\n        foreach ($this->initialData->getEntityTypes($type) as $entityType) {\n            if ($entityType['entity_type_id'] == $id) {\n                $entityTypeCode = $entityType['entity_type_code'];\n            }\n        }\n        return $entityTypeCode;\n    }\n\n    /**\n     * Return entity type code by attribute set id\n     *\n     * @param int $id\n     * @param string $type\n     * @return string|null\n     */\n    public function getEntityTypeCodeByAttributeSetId($id, $type = self::TYPE_SOURCE)\n    {\n        $entityTypeCode = null;\n        foreach ($this->initialData->getAttributeSets($type) as $attributeSet) {\n            if ($attributeSet['attribute_set_id'] == $id) {\n                $entityTypeCode = $this->getEntityTypeCodeById($attributeSet['entity_type_id']);\n            }\n        }\n        return $entityTypeCode;\n    }\n\n    /**\n     * Get default product attribute groups\n     *\n     * @return array\n     */\n    public function getDefaultProductAttributeGroups()\n    {\n        $defaultProductAttributeSet = $this->getProductAttributeSets(\n            self::ATTRIBUTE_SETS_DEFAULT,\n            self::TYPE_DEST\n        );\n        $defaultProductAttributeSetId = array_shift($defaultProductAttributeSet)['attribute_set_id'];\n        $attributeGroups = [];\n        foreach ($this->initialData->getAttributeGroups(self::TYPE_DEST) as $attributeGroup) {\n            if ($attributeGroup['attribute_set_id'] == $defaultProductAttributeSetId) {\n                $attributeGroup['attribute_group_id'] = null;\n                $attributeGroup['attribute_set_id'] = null;\n                $attributeGroups[] = $attributeGroup;\n            }\n        }\n        return $attributeGroups;\n    }\n\n    /**\n     * Get default product entity attributes\n     *\n     * @return array\n     */\n    public function getDefaultProductEntityAttributes()\n    {\n        $defaultProductAttributeSet = $this->getProductAttributeSets(\n            self::ATTRIBUTE_SETS_DEFAULT,\n            self::TYPE_DEST\n        );\n        $defaultProductAttributeSetId = array_shift($defaultProductAttributeSet)['attribute_set_id'];\n        $entityAttributes = [];\n        foreach ($this->initialData->getEntityAttributes(self::TYPE_DEST) as $entityAttribute) {\n            if ($entityAttribute['attribute_set_id'] == $defaultProductAttributeSetId) {\n                $entityAttribute['entity_attribute_id'] = null;\n                $entityAttribute['attribute_set_id'] = null;\n                $entityAttributes[] = $entityAttribute;\n            }\n        }\n        return $entityAttributes;\n    }\n\n    /**\n     * Get attribute group id for attribute set\n     *\n     * @param int $prototypeAttributeGroupId\n     * @param int $attributeSetId\n     * @return mixed|null\n     */\n    public function getAttributeGroupIdForAttributeSet($prototypeAttributeGroupId, $attributeSetId)\n    {\n        $attributeGroupId = null;\n        $attributeGroupCode = $this->getDestAttributeGroupCodeFromId($prototypeAttributeGroupId);\n        foreach ($this->helper->getDestinationRecords('eav_attribute_group') as $attributeGroup) {\n            if ($attributeGroup['attribute_set_id'] == $attributeSetId\n                && $attributeGroup['attribute_group_code'] == $attributeGroupCode\n            ) {\n                $attributeGroupId = $attributeGroup['attribute_group_id'];\n            }\n        }\n        return $attributeGroupId;\n    }\n\n    /**\n     * Get destination attribute group code from id\n     *\n     * @param int $attributeGroupId\n     * @return mixed|null\n     */\n    public function getDestAttributeGroupCodeFromId($attributeGroupId)\n    {\n        $attributeGroupCode = null;\n        foreach ($this->initialData->getAttributeGroups(self::TYPE_DEST) as $attributeGroup) {\n            if ($attributeGroup['attribute_group_id'] == $attributeGroupId) {\n                $attributeGroupCode = $attributeGroup['attribute_group_code'];\n            }\n        }\n        return $attributeGroupCode;\n    }\n\n    /**\n     * Get source attribute group name from id\n     *\n     * @param int $attributeGroupId\n     * @return mixed|null\n     */\n    public function getSourceAttributeGroupNameFromId($attributeGroupId)\n    {\n        $attributeGroupName = null;\n        foreach ($this->initialData->getAttributeGroups(self::TYPE_SOURCE) as $attributeGroup) {\n            if ($attributeGroup['attribute_group_id'] == $attributeGroupId) {\n                $attributeGroupName = $attributeGroup['attribute_group_name'];\n            }\n        }\n        return $attributeGroupName;\n    }\n\n    /**\n     * Get custom attribute groups\n     *\n     * @param int $attributeSetId\n     * @return array\n     */\n    public function getCustomAttributeGroups($attributeSetId)\n    {\n        $defaultAttributeGroupNames = [];\n        $sourceAttributeGroupNames = [];\n        $entityTypeCode = $this->getEntityTypeCodeByAttributeSetId($attributeSetId);\n        $excludedAttributeGroups = $this->excludedAttributeGroups[$entityTypeCode] ?? [];\n        if ($entityTypeCode == self::ENTITY_TYPE_PRODUCT_CODE) {\n            foreach ($this->getDefaultProductAttributeGroups() as $attributeGroup) {\n                $defaultAttributeGroupNames[] = $attributeGroup['attribute_group_name'];\n            }\n        } else {\n            foreach ($this->initialData->getAttributeGroups(self::TYPE_DEST) as $attributeGroup) {\n                if ($attributeGroup['attribute_set_id'] == $attributeSetId) {\n                    $defaultAttributeGroupNames[] = $attributeGroup['attribute_group_name'];\n                }\n            }\n        }\n        foreach ($this->initialData->getAttributeGroups(self::TYPE_SOURCE) as $attributeGroup) {\n            if ($attributeGroup['attribute_set_id'] == $attributeSetId) {\n                if (in_array($attributeGroup['attribute_group_name'], $excludedAttributeGroups)) {\n                    continue;\n                }\n                $sourceAttributeGroupNames[$attributeGroup['attribute_group_id']]\n                    = $attributeGroup['attribute_group_name'];\n            }\n        }\n        return array_keys(array_diff($sourceAttributeGroupNames, $defaultAttributeGroupNames));\n    }\n\n    /**\n     * Get custom attribute ids\n     *\n     * @return array\n     */\n    public function getCustomAttributeIds()\n    {\n        $defaultAttributes = [];\n        $entityTypesSource = $this->initialData->getEntityTypes(self::TYPE_SOURCE);\n        $entityTypesDest = $this->initialData->getEntityTypes(self::TYPE_DEST);\n        foreach ($this->initialData->getAttributes(self::TYPE_DEST) as $id => $attribute) {\n            $defaultAttributes[$id] =\n                $entityTypesDest[$attribute['entity_type_id']]['entity_type_code']\n                . '--'\n                . $attribute['attribute_code'];\n        }\n        $sourceAttributes = $this->ignoredAttributes->clearIgnoredAttributes(\n            $this->initialData->getAttributes(self::TYPE_SOURCE)\n        );\n        foreach ($sourceAttributes as $id => $attribute) {\n            $sourceAttributes[$id] =\n                $entityTypesSource[$attribute['entity_type_id']]['entity_type_code']\n                . '--'\n                . $attribute['attribute_code'];\n        }\n        return array_keys(array_diff($sourceAttributes, $defaultAttributes));\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/Eav/Model/IgnoredAttributes.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\Eav\\Model;\n\nuse Migration\\Step\\Eav\\Helper;\nuse Migration\\Step\\Eav\\InitialData;\nuse Migration\\Step\\Eav\\Model\\Data as ModelData;\n\n/**\n * Class IgnoredAttributes\n */\nclass IgnoredAttributes\n{\n    /**\n     * @var Helper\n     */\n    private $helper;\n\n    /**\n     * @var InitialData\n     */\n    protected $initialData;\n\n    /**\n     * @param Helper $helper\n     * @param InitialData $initialData\n     */\n    public function __construct(\n        Helper $helper,\n        InitialData $initialData\n    ) {\n        $this->helper = $helper;\n        $this->initialData = $initialData;\n    }\n\n    /**\n     * Remove ignored attributes from source records\n     *\n     * @param array $sourceRecords\n     * @return array\n     */\n    public function clearIgnoredAttributes($sourceRecords)\n    {\n        $attributesIgnoreIds = [];\n        $initialAttributes = $this->initialData->getAttributes(ModelData::TYPE_SOURCE);\n        $ignoredAttributes = $this->helper->getAttributesGroupCodes('ignore');\n        foreach ($ignoredAttributes as $attributeCode => $entityTypeIds) {\n            foreach ($initialAttributes as $attribute) {\n                if ($attribute['attribute_code'] == $attributeCode\n                    && in_array($attribute['entity_type_id'], $entityTypeIds)\n                ) {\n                    $attributesIgnoreIds[] = $attribute['attribute_id'];\n                }\n            }\n        }\n        foreach ($sourceRecords as $attrNum => $sourceAttribute) {\n            if (isset($sourceAttribute['attribute_id'])\n                && in_array($sourceAttribute['attribute_id'], $attributesIgnoreIds)\n            ) {\n                unset($sourceRecords[$attrNum]);\n            }\n        }\n        return $sourceRecords;\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/Eav/Volume.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\Eav;\n\nuse Migration\\App\\Step\\AbstractVolume;\nuse Migration\\Logger\\Logger;\nuse Migration\\App\\ProgressBar;\nuse Migration\\Reader\\GroupsFactory;\nuse Migration\\ResourceModel\\Destination;\nuse Migration\\Step\\Eav\\Model\\IgnoredAttributes;\nuse Migration\\Step\\Eav\\Model\\Data as ModelData;\n\n/**\n * Class Volume\n */\nclass Volume extends AbstractVolume\n{\n    /**\n     * @var Helper\n     */\n    protected $helper;\n\n    /**\n     * @var InitialData\n     */\n    protected $initialData;\n\n    /**\n     * @var ProgressBar\\LogLevelProcessor\n     */\n    protected $progress;\n\n    /**\n     * @var \\Migration\\Reader\\Groups\n     */\n    protected $groups;\n\n    /**\n     * @var Destination\n     */\n    protected $destination;\n\n    /**\n     * @var array\n     */\n    protected $tableKeys;\n\n    /**\n     * @var IgnoredAttributes\n     */\n    protected $ignoredAttributes;\n\n    /**\n     * @param Helper $helper\n     * @param InitialData $initialData\n     * @param IgnoredAttributes $ignoredAttributes\n     * @param Logger $logger\n     * @param ProgressBar\\LogLevelProcessor $progress\n     * @param GroupsFactory $groupsFactory\n     * @param Destination $destination\n     */\n    public function __construct(\n        Helper $helper,\n        InitialData $initialData,\n        IgnoredAttributes $ignoredAttributes,\n        Logger $logger,\n        ProgressBar\\LogLevelProcessor $progress,\n        GroupsFactory $groupsFactory,\n        Destination $destination\n    ) {\n        $this->initialData = $initialData;\n        $this->ignoredAttributes = $ignoredAttributes;\n        $this->helper = $helper;\n        $this->progress = $progress;\n        $this->groups = $groupsFactory->create('eav_document_groups_file');\n        $this->destination = $destination;\n        parent::__construct($logger);\n    }\n\n    /**\n     * Perform\n     *\n     * @return bool\n     */\n    public function perform()\n    {\n        $this->progress->start(2);\n        $this->checkAttributesMismatch();\n        $this->progress->finish();\n        $result = $this->checkForErrors(Logger::ERROR);\n        if ($result) {\n            $this->helper->deleteBackups();\n        }\n        return $result;\n    }\n\n    /**\n     * Check attributes mismatch\n     *\n     * @return void\n     */\n    private function checkAttributesMismatch()\n    {\n        foreach ($this->helper->getDestinationRecords('eav_attribute') as $attribute) {\n            $sourceAttributes = $this->ignoredAttributes\n                ->clearIgnoredAttributes($this->initialData->getAttributes(ModelData::TYPE_SOURCE));\n\n            if (isset($sourceAttributes[$attribute['attribute_id']])\n                && ($sourceAttributes[$attribute['attribute_id']]['attribute_code'] != $attribute['attribute_code'])\n            ) {\n                $this->errors[] = sprintf(\n                    'Source and Destination attributes mismatch. Attribute id:%s',\n                    $attribute['attribute_id']\n                );\n            }\n        }\n        $this->progress->advance();\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/Inventory/Data.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\Inventory;\n\nuse Migration\\App\\ProgressBar;\nuse Migration\\App\\Step\\StageInterface;\n\n/**\n * Class Data\n */\nclass Data implements StageInterface\n{\n    /**\n     * Progress bar\n     *\n     * @var ProgressBar\\LogLevelProcessor\n     */\n    private $progress;\n\n    /**\n     * @var Model\\StockSalesChannel\n     */\n    private $stockSalesChannel;\n\n    /**\n     * @var Model\\SourceItem\n     */\n    private $sourceItem;\n\n    /**\n     * @var Model\\ShipmentSource\n     */\n    private $shipmentSource;\n\n    /**\n     * @var Model\\InventoryModule\n     */\n    private $inventoryModule;\n\n    /**\n     * @param Model\\StockSalesChannel $stockSalesChannel\n     * @param Model\\SourceItem $sourceItem\n     * @param Model\\InventoryModule $inventoryModule\n     * @param Model\\ShipmentSource $shipmentSource\n     * @param ProgressBar\\LogLevelProcessor $progress\n     */\n    public function __construct(\n        Model\\StockSalesChannel $stockSalesChannel,\n        Model\\SourceItem $sourceItem,\n        Model\\InventoryModule $inventoryModule,\n        Model\\ShipmentSource $shipmentSource,\n        ProgressBar\\LogLevelProcessor $progress\n    ) {\n        $this->sourceItem = $sourceItem;\n        $this->stockSalesChannel = $stockSalesChannel;\n        $this->shipmentSource = $shipmentSource;\n        $this->progress = $progress;\n        $this->inventoryModule = $inventoryModule;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function perform()\n    {\n        if (!$this->inventoryModule->isInventoryModuleEnabled()) {\n            return true;\n        }\n        $inventoryModels = [$this->sourceItem, $this->stockSalesChannel, $this->shipmentSource];\n        $this->progress->start(count($inventoryModels));\n        /** @var Model\\InventoryModelInterface $inventoryModel */\n        foreach ($inventoryModels as $inventoryModel) {\n            $inventoryModel->insertFromSelect($inventoryModel->prepareSelect());\n            $this->progress->advance();\n        }\n        $this->progress->finish();\n        return true;\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/Inventory/Delta.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n\nnamespace Migration\\Step\\Inventory;\n\nuse Migration\\App\\Step\\AbstractDelta;\nuse Migration\\Logger\\Logger;\nuse Migration\\Reader\\GroupsFactory;\nuse Migration\\ResourceModel\\Source;\nuse Migration\\ResourceModel\\Destination;\nuse Migration\\Reader\\MapFactory;\nuse Migration\\ResourceModel;\n\n/**\n * Class Delta\n *\n * @SuppressWarnings(PHPMD.CouplingBetweenObjects)\n * @SuppressWarnings(PHPMD.ExcessiveParameterList)\n */\nclass Delta extends AbstractDelta\n{\n    /**\n     * @var string\n     */\n    protected $mapConfigOption = 'map_file';\n\n    /**\n     * @var string\n     */\n    protected $groupName = 'delta_inventory';\n\n    /**\n     * @var Model\\SourceItem\n     */\n    private $sourceItem;\n\n    /**\n     * @var Model\\ShipmentSource\n     */\n    private $shipmentSource;\n\n    /**\n     * @var Model\\InventoryModule\n     */\n    private $inventoryModule;\n\n    /**\n     * @var array\n     */\n    private $deltaTablesMap = [];\n\n    /**\n     * @param Source $source\n     * @param MapFactory $mapFactory\n     * @param GroupsFactory $groupsFactory\n     * @param Logger $logger\n     * @param Destination $destination\n     * @param ResourceModel\\RecordFactory $recordFactory\n     * @param \\Migration\\RecordTransformerFactory $recordTransformerFactory\n     * @param Model\\SourceItem $sourceItem\n     * @param Model\\ShipmentSource $shipmentSource\n     * @param Model\\InventoryModule $inventoryModule\n     */\n    public function __construct(\n        Source $source,\n        MapFactory $mapFactory,\n        GroupsFactory $groupsFactory,\n        Logger $logger,\n        ResourceModel\\Destination $destination,\n        ResourceModel\\RecordFactory $recordFactory,\n        \\Migration\\RecordTransformerFactory $recordTransformerFactory,\n        Model\\SourceItem $sourceItem,\n        Model\\ShipmentSource $shipmentSource,\n        Model\\InventoryModule $inventoryModule\n    ) {\n        $this->sourceItem = $sourceItem;\n        $this->shipmentSource = $shipmentSource;\n        $this->inventoryModule = $inventoryModule;\n        $this->deltaTablesMap = [\n            'cataloginventory_stock_item' => ['field' => 'product_id', 'model' => $this->sourceItem],\n            'sales_flat_shipment' => ['field' => 'entity_id', 'model' => $this->shipmentSource]\n        ];\n        parent::__construct(\n            $source,\n            $mapFactory,\n            $groupsFactory,\n            $logger,\n            $destination,\n            $recordFactory,\n            $recordTransformerFactory\n        );\n    }\n\n    /**\n     * @inheritdoc\n     */\n    protected function processChangedRecords($documentName, $idKeys)\n    {\n        if (!$this->inventoryModule->isInventoryModuleEnabled()\n            || !in_array($documentName, array_keys($this->deltaTablesMap))\n        ) {\n            return;\n        }\n        $page = 0;\n        $ids = [];\n        /** @var Model\\InventoryModelInterface $inventoryModel */\n        $inventoryModel = $this->deltaTablesMap[$documentName]['model'];\n        $fieldId = $this->deltaTablesMap[$documentName]['field'];\n        while (!empty($items = $this->source->getChangedRecords($documentName, $idKeys, $page++, true))) {\n            foreach ($items as $item) {\n                $ids[] = $item[$fieldId];\n                echo('.');\n            }\n            $select = $inventoryModel->prepareSelect()->where($fieldId . ' IN(?)', $ids);\n            $inventoryModel->insertFromSelect($select);\n        }\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/Inventory/Integrity.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\Inventory;\n\nuse Migration\\Reader\\MapInterface;\nuse Migration\\App\\ProgressBar;\nuse Migration\\ResourceModel\\Destination;\nuse Migration\\Logger\\Logger;\nuse Migration\\Reader\\MapFactory;\nuse Migration\\ResourceModel;\nuse Migration\\Config;\n\n/**\n * Class Integrity\n *\n * @SuppressWarnings(PHPMD.CouplingBetweenObjects)\n * @SuppressWarnings(PHPMD.ExcessiveParameterList)\n */\nclass Integrity extends \\Migration\\App\\Step\\AbstractIntegrity\n{\n    /**\n     * @var Model\\StockSalesChannel\n     */\n    private $stockSalesChannel;\n\n    /**\n     * @var Model\\SourceItem\n     */\n    private $sourceItem;\n\n    /**\n     * @var Model\\ShipmentSource\n     */\n    private $shipmentSource;\n\n    /**\n     * @var Model\\InventoryModule\n     */\n    private $inventoryModule;\n\n    /**\n     * @param Destination $destination\n     * @param ResourceModel\\Source $source\n     * @param Logger $logger\n     * @param Config $config\n     * @param ProgressBar\\LogLevelProcessor $progress\n     * @param Model\\StockSalesChannel $stockSalesChannel\n     * @param Model\\SourceItem $sourceItem\n     * @param Model\\ShipmentSource $shipmentSource\n     * @param Model\\InventoryModule $inventoryModule\n     * @param MapFactory $mapFactory\n     * @param string $mapConfigOption\n     */\n    public function __construct(\n        Destination $destination,\n        ResourceModel\\Source $source,\n        Logger $logger,\n        Config $config,\n        ProgressBar\\LogLevelProcessor $progress,\n        Model\\StockSalesChannel $stockSalesChannel,\n        Model\\SourceItem $sourceItem,\n        Model\\ShipmentSource $shipmentSource,\n        Model\\InventoryModule $inventoryModule,\n        MapFactory $mapFactory,\n        $mapConfigOption = 'map_file'\n    ) {\n        $this->sourceItem = $sourceItem;\n        $this->stockSalesChannel = $stockSalesChannel;\n        $this->shipmentSource = $shipmentSource;\n        $this->inventoryModule = $inventoryModule;\n        parent::__construct($progress, $logger, $config, $source, $destination, $mapFactory, $mapConfigOption);\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function perform()\n    {\n        if (!$this->inventoryModule->isInventoryModuleEnabled()) {\n            return true;\n        }\n        $inventoryModels = [$this->sourceItem, $this->stockSalesChannel, $this->shipmentSource];\n        $this->progress->start(count($inventoryModels));\n        /** @var Model\\TableInterface $inventoryModel */\n        foreach ($inventoryModels as $inventoryModel) {\n            $tableName = $inventoryModel->getDestinationTableName();\n            $tableFields = $inventoryModel->getDestinationTableFields();\n            if (!$this->destination->getDocument($tableName)) {\n                $this->missingDocuments[MapInterface::TYPE_DEST][$tableName] = true;\n            } else {\n                $structureExistingTable = array_keys(\n                    $this->destination\n                        ->getDocument($tableName)\n                        ->getStructure()\n                        ->getFields()\n                );\n                $this->checkStructure(\n                    $tableName,\n                    $tableFields,\n                    $structureExistingTable\n                );\n            }\n            $this->progress->advance();\n        }\n        $this->progress->finish();\n        return $this->checkForErrors();\n    }\n\n    /**\n     * Check structure\n     *\n     * @param string $documentName\n     * @param array $source\n     * @param array $destination\n     * @return void\n     */\n    private function checkStructure($documentName, array $source, array $destination)\n    {\n        $fieldsDiff = array_diff($source, $destination);\n        if ($fieldsDiff) {\n            $this->missingDocumentFields[MapInterface::TYPE_DEST][$documentName] = $fieldsDiff;\n        }\n        $fieldsDiff = array_diff($destination, $source);\n        if ($fieldsDiff) {\n            $this->missingDocumentFields[MapInterface::TYPE_SOURCE][$documentName] = $fieldsDiff;\n        }\n    }\n\n    /**\n     * @inheritdoc\n     */\n    protected function checkForErrors()\n    {\n        $checkDocuments = $this->checkDocuments();\n        $checkDocumentFields = $this->checkDocumentFields();\n        return $checkDocuments && $checkDocumentFields;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    protected function getIterationsCount()\n    {\n        return 0;\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/Inventory/Model/InventoryModelInterface.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\Inventory\\Model;\n\n/**\n * Interface InventoryModelInterface\n */\ninterface InventoryModelInterface\n{\n    /**\n     * Prepare select\n     *\n     * @return \\Magento\\Framework\\DB\\Select\n     */\n    public function prepareSelect();\n\n    /**\n     * Insert from select\n     *\n     * @param \\Magento\\Framework\\DB\\Select $select\n     * @return array\n     */\n    public function insertFromSelect(\\Magento\\Framework\\DB\\Select $select);\n}\n"
  },
  {
    "path": "src/Migration/Step/Inventory/Model/InventoryModule.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\Inventory\\Model;\n\nuse Magento\\Framework\\Module\\ModuleList;\n\n/**\n * Class InventoryModule\n */\nclass InventoryModule\n{\n    /**\n     * @var ModuleList\n     */\n    private $moduleList;\n\n    /**\n     * @param ModuleList $moduleList\n     */\n    public function __construct(\n        ModuleList $moduleList\n    ) {\n        $this->moduleList = $moduleList;\n    }\n\n    /**\n     * Check if Inventory module is enabled\n     *\n     * @return bool\n     */\n    public function isInventoryModuleEnabled()\n    {\n        return in_array('Magento_Inventory', $this->moduleList->getNames());\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/Inventory/Model/InventorySource.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\Inventory\\Model;\n\nuse Migration\\ResourceModel\\Destination;\n\n/**\n * Class InventorySource\n */\nclass InventorySource\n{\n    /**\n     * Destination resource\n     *\n     * @var Destination\n     */\n    private $destination;\n\n    /**\n     * @var string\n     */\n    private $defaultSourceCode = '';\n\n    /**\n     * @var string\n     */\n    private $sourceTable = 'inventory_source';\n\n    /**\n     * @var array\n     */\n    private $defaultField = 'source_code';\n\n    /**\n     * @param Destination $destination\n     */\n    public function __construct(\n        Destination $destination\n    ) {\n        $this->destination = $destination;\n    }\n\n    /**\n     * Get default source code\n     *\n     * @return string\n     */\n    public function getDefaultSourceCode()\n    {\n        if ($this->defaultSourceCode) {\n            return $this->defaultSourceCode;\n        }\n        /** @var \\Magento\\Framework\\DB\\Select $select */\n        $select = $this->destination->getAdapter()->getSelect()\n            ->from($this->destination->addDocumentPrefix($this->sourceTable), [$this->defaultField]);\n        $this->defaultSourceCode = $select->getAdapter()->fetchOne($select);\n\n        return $this->defaultSourceCode;\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/Inventory/Model/ShipmentSource.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\Inventory\\Model;\n\nuse Migration\\ResourceModel\\Destination;\nuse Magento\\Framework\\DB\\Adapter\\Pdo\\Mysql;\n\n/**\n * Class ShipmentSource\n */\nclass ShipmentSource implements TableInterface, InventoryModelInterface\n{\n    /**\n     * Destination resource\n     *\n     * @var Destination\n     */\n    private $destination;\n\n    /**\n     * @var InventorySource\n     */\n    private $inventorySource;\n\n    /**\n     * @var string\n     */\n    private $salesShipmentTable = 'sales_shipment';\n\n    /**\n     * @var string\n     */\n    private $shipmentSourceTable = 'inventory_shipment_source';\n\n    /**\n     * @var array\n     */\n    private $shipmentSourceTableFields = [\n        'shipment_id',\n        'source_code'\n    ];\n\n    /**\n     * @param Destination $destination\n     * @param InventorySource $inventorySource\n     */\n    public function __construct(\n        Destination $destination,\n        InventorySource $inventorySource\n    ) {\n        $this->destination = $destination;\n        $this->inventorySource = $inventorySource;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function prepareSelect()\n    {\n        /** @var \\Magento\\Framework\\DB\\Select $select */\n        $select = $this->destination->getAdapter()->getSelect()\n            ->from(\n                [$this->getSourceTableName()],\n                [\n                    'shipment_id' => 'entity_id',\n                    'source_code' => new \\Zend_Db_Expr(\"'\" . $this->inventorySource->getDefaultSourceCode() . \"'\"),\n                ]\n            );\n        return $select;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function insertFromSelect(\\Magento\\Framework\\DB\\Select $select)\n    {\n        /** @var \\Migration\\ResourceModel\\Adapter\\Mysql $adapter */\n        $adapter = $this->destination->getAdapter();\n        $adapter->insertFromSelect(\n            $select,\n            $this->getDestinationTableName(),\n            $this->getDestinationTableFields(),\n            Mysql::INSERT_ON_DUPLICATE\n        );\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function getDestinationTableName()\n    {\n        return $this->destination->addDocumentPrefix($this->shipmentSourceTable);\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function getDestinationTableFields()\n    {\n        return $this->shipmentSourceTableFields;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function getSourceTableName()\n    {\n        return $this->destination->addDocumentPrefix($this->salesShipmentTable);\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/Inventory/Model/SourceItem.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\Inventory\\Model;\n\nuse Migration\\ResourceModel\\Destination;\nuse Magento\\Framework\\DB\\Adapter\\Pdo\\Mysql;\n\n/**\n * Class SourceItem\n */\nclass SourceItem implements TableInterface, InventoryModelInterface\n{\n    /**\n     * Destination resource\n     *\n     * @var Destination\n     */\n    private $destination;\n\n    /**\n     * @var InventorySource\n     */\n    private $inventorySource;\n\n    /**\n     * @var string\n     */\n    private $sourceItemTable = 'inventory_source_item';\n\n    /**\n     * @var array\n     */\n    private $sourceItemTableFields = [\n        'source_item_id',\n        'source_code',\n        'quantity',\n        'status',\n        'sku',\n    ];\n\n    /**\n     * @var string\n     */\n    private $legacyStockItemTable = 'cataloginventory_stock_item';\n\n    /**\n     * @var string\n     */\n    private $productTable = 'catalog_product_entity';\n\n    /**\n     * @param Destination $destination\n     * @param InventorySource $inventorySource\n     */\n    public function __construct(\n        Destination $destination,\n        InventorySource $inventorySource\n    ) {\n        $this->inventorySource = $inventorySource;\n        $this->destination = $destination;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function prepareSelect()\n    {\n        /** @var \\Magento\\Framework\\DB\\Select $select */\n        $select = $this->destination->getAdapter()->getSelect()\n            ->from(\n                ['legacy_stock_item' => $this->getSourceTableName()],\n                [\n                    'source_code' => new \\Zend_Db_Expr(\"'\" . $this->inventorySource->getDefaultSourceCode() . \"'\"),\n                    'quantity' => 'qty',\n                    'status' => 'is_in_stock'\n                ]\n            )\n            ->join(\n                ['product' => $this->destination->addDocumentPrefix($this->productTable)],\n                'product.entity_id = legacy_stock_item.product_id',\n                'sku'\n            )\n            ->where('website_id = ?', 0);\n        return $select;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function insertFromSelect(\\Magento\\Framework\\DB\\Select $select)\n    {\n        /** @var \\Migration\\ResourceModel\\Adapter\\Mysql $adapter */\n        $adapter = $this->destination->getAdapter();\n        $adapter->insertFromSelect(\n            $select,\n            $this->getDestinationTableName(),\n            array_diff($this->getDestinationTableFields(), ['source_item_id']),\n            Mysql::INSERT_ON_DUPLICATE\n        );\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function getDestinationTableName()\n    {\n        return $this->destination->addDocumentPrefix($this->sourceItemTable);\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function getDestinationTableFields()\n    {\n        return $this->sourceItemTableFields;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function getSourceTableName()\n    {\n        return $this->destination->addDocumentPrefix($this->legacyStockItemTable);\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/Inventory/Model/StockSalesChannel.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\Inventory\\Model;\n\nuse Migration\\ResourceModel\\Destination;\nuse Magento\\Framework\\DB\\Adapter\\Pdo\\Mysql;\n\n/**\n * Class StockSalesChannel\n */\nclass StockSalesChannel implements TableInterface, InventoryModelInterface\n{\n    /**\n     * Destination resource\n     *\n     * @var Destination\n     */\n    private $destination;\n\n    /**\n     * @var string\n     */\n    private $storeWebsiteTable = 'store_website';\n\n    /**\n     * @var string\n     */\n    private $stockSalesChannelTable = 'inventory_stock_sales_channel';\n\n    /**\n     * @var array\n     */\n    private $stockSalesChannelTableFields = [\n        'type',\n        'code',\n        'stock_id'\n    ];\n\n    /**\n     * @param Destination $destination\n     */\n    public function __construct(\n        Destination $destination\n    ) {\n        $this->destination = $destination;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function prepareSelect()\n    {\n        /** @var \\Magento\\Framework\\DB\\Select $select */\n        $select = $this->destination->getAdapter()->getSelect()\n            ->from(\n                $this->getSourceTableName(),\n                ['type' => new \\Zend_Db_Expr('\"website\"'), 'code', 'stock_id' => new \\Zend_Db_Expr('\"1\"')]\n            )\n            ->where('code != ?', 'admin');\n        return $select;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function insertFromSelect(\\Magento\\Framework\\DB\\Select $select)\n    {\n        $this->destination->clearDocument($this->getDestinationTableName());\n        /** @var \\Migration\\ResourceModel\\Adapter\\Mysql $adapter */\n        $adapter = $this->destination->getAdapter();\n        $adapter->insertFromSelect(\n            $select,\n            $this->getDestinationTableName(),\n            $this->getDestinationTableFields(),\n            Mysql::INSERT_ON_DUPLICATE\n        );\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function getDestinationTableName()\n    {\n        return $this->destination->addDocumentPrefix($this->stockSalesChannelTable);\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function getDestinationTableFields()\n    {\n        return $this->stockSalesChannelTableFields;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function getSourceTableName()\n    {\n        return $this->destination->addDocumentPrefix($this->storeWebsiteTable);\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/Inventory/Model/TableInterface.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\Inventory\\Model;\n\n/**\n * Interface TableInterface\n */\ninterface TableInterface\n{\n    /**\n     * Return name of destination table\n     *\n     * @return string\n     */\n    public function getDestinationTableName();\n\n    /**\n     * Return names of destination fields\n     *\n     * @return array\n     */\n    public function getDestinationTableFields();\n\n    /**\n     * Return name of table from which data is fetched\n     *\n     * @return string\n     */\n    public function getSourceTableName();\n}\n"
  },
  {
    "path": "src/Migration/Step/Inventory/Volume.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\Inventory;\n\nuse Migration\\App\\Step\\AbstractVolume;\nuse Migration\\Logger\\Logger;\nuse Migration\\Reader\\MapInterface;\nuse Migration\\Reader\\GroupsFactory;\nuse Migration\\Reader\\MapFactory;\nuse Migration\\Reader\\Map;\nuse Migration\\ResourceModel;\nuse Migration\\App\\ProgressBar;\nuse Migration\\Step\\Customer\\Model\\SourceRecordsCounter;\n\n/**\n * Class Volume\n */\nclass Volume extends AbstractVolume\n{\n    /**\n     * @var Model\\SourceItem\n     */\n    private $sourceItem;\n\n    /**\n     * @var Model\\ShipmentSource\n     */\n    private $shipmentSource;\n\n    /**\n     * @var Model\\InventoryModule\n     */\n    private $inventoryModule;\n\n    /**\n     * @var ResourceModel\\Destination\n     */\n    private $destination;\n\n    /**\n     * @var ProgressBar\\LogLevelProcessor\n     */\n    private $progress;\n\n    /**\n     * @param Model\\SourceItem $sourceItem\n     * @param Model\\ShipmentSource $shipmentSource\n     * @param Model\\InventoryModule $inventoryModule\n     * @param Logger $logger\n     * @param ResourceModel\\Destination $destination\n     * @param ProgressBar\\LogLevelProcessor $progress\n     */\n    public function __construct(\n        Model\\SourceItem $sourceItem,\n        Model\\ShipmentSource $shipmentSource,\n        Model\\InventoryModule $inventoryModule,\n        Logger $logger,\n        ResourceModel\\Destination $destination,\n        ProgressBar\\LogLevelProcessor $progress\n    ) {\n        $this->sourceItem = $sourceItem;\n        $this->shipmentSource = $shipmentSource;\n        $this->inventoryModule = $inventoryModule;\n        $this->destination = $destination;\n        $this->progress = $progress;\n        parent::__construct($logger);\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function perform()\n    {\n        if (!$this->inventoryModule->isInventoryModuleEnabled()) {\n            return true;\n        }\n        $inventoryModels = [$this->sourceItem, $this->shipmentSource];\n        $this->progress->start(count($inventoryModels));\n        /** @var Model\\TableInterface $inventoryModel */\n        foreach ($inventoryModels as $inventoryModel) {\n            $this->progress->advance();\n            $sourceCount = $this->destination->getRecordsCount($inventoryModel->getSourceTableName());\n            $destinationCount = $this->destination->getRecordsCount($inventoryModel->getDestinationTableName());\n            if ($sourceCount != $destinationCount) {\n                $this->errors[] = sprintf(\n                    'Mismatch of entities in the document: %s Source: %s Destination: %s',\n                    $inventoryModel->getDestinationTableName(),\n                    $sourceCount,\n                    $destinationCount\n                );\n            }\n        }\n        $this->progress->finish();\n        return $this->checkForErrors();\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/Log/Data.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\Log;\n\nuse Migration\\App\\Step\\StageInterface;\nuse Migration\\Handler;\nuse Migration\\Reader\\MapInterface;\nuse Migration\\Reader\\GroupsFactory;\nuse Migration\\Reader\\Map;\nuse Migration\\Reader\\MapFactory;\nuse Migration\\ResourceModel;\nuse Migration\\ResourceModel\\Record;\nuse Migration\\App\\ProgressBar;\nuse Migration\\Logger\\Manager as LogManager;\nuse Migration\\Logger\\Logger;\nuse Migration\\RecordTransformer;\n\n/**\n * Class Data\n * @SuppressWarnings(PHPMD.CouplingBetweenObjects)\n */\nclass Data implements StageInterface\n{\n    /**\n     * @var ResourceModel\\Source\n     */\n    protected $source;\n\n    /**\n     * @var ResourceModel\\Destination\n     */\n    protected $destination;\n\n    /**\n     * @var ResourceModel\\RecordFactory\n     */\n    protected $recordFactory;\n\n    /**\n     * @var Map\n     */\n    protected $map;\n\n    /**\n     * @var \\Migration\\RecordTransformerFactory\n     */\n    protected $recordTransformerFactory;\n\n    /**\n     * @var ProgressBar\\LogLevelProcessor\n     */\n    protected $progress;\n\n    /**\n     * @var \\Migration\\Reader\\Groups\n     */\n    protected $readerGroups;\n\n    /**\n     * @var Logger\n     */\n    protected $logger;\n\n    /**\n     * @var AdapterInterface\n     */\n    protected $sourceAdapter;\n\n    /**\n     * @param ProgressBar\\LogLevelProcessor $progress\n     * @param ResourceModel\\Source $source\n     * @param ResourceModel\\Destination $destination\n     * @param ResourceModel\\RecordFactory $recordFactory\n     * @param \\Migration\\RecordTransformerFactory $recordTransformerFactory\n     * @param MapFactory $mapFactory\n     * @param GroupsFactory $groupsFactory\n     * @param Logger $logger\n     */\n    public function __construct(\n        ProgressBar\\LogLevelProcessor $progress,\n        ResourceModel\\Source $source,\n        ResourceModel\\Destination $destination,\n        ResourceModel\\RecordFactory $recordFactory,\n        \\Migration\\RecordTransformerFactory $recordTransformerFactory,\n        MapFactory $mapFactory,\n        GroupsFactory $groupsFactory,\n        Logger $logger\n    ) {\n        $this->source = $source;\n        $this->destination = $destination;\n        $this->recordFactory = $recordFactory;\n        $this->recordTransformerFactory = $recordTransformerFactory;\n        $this->map = $mapFactory->create('log_map_file');\n        $this->progress = $progress;\n        $this->readerGroups = $groupsFactory->create('log_document_groups_file');\n        $this->logger = $logger;\n        $this->sourceAdapter = $this->source->getAdapter();\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function perform()\n    {\n        $this->progress->start($this->getBulksCount(), LogManager::LOG_LEVEL_INFO);\n        $sourceDocuments = array_keys($this->readerGroups->getGroup('source_documents'));\n        foreach ($sourceDocuments as $sourceDocName) {\n            $sourceDocument = $this->source->getDocument($sourceDocName);\n            $destinationName = $this->map->getDocumentMap($sourceDocName, MapInterface::TYPE_SOURCE);\n            if (!$destinationName) {\n                continue;\n            }\n            $destDocument = $this->destination->getDocument($destinationName);\n            $this->destination->clearDocument($destinationName);\n            /** @var RecordTransformer $recordTransformer */\n            $recordTransformer = $this->recordTransformerFactory->create(\n                [\n                    'sourceDocument' => $sourceDocument,\n                    'destDocument' => $destDocument,\n                    'mapReader' => $this->map\n                ]\n            );\n            $recordTransformer->init();\n            $pageNumber = 0;\n            $this->logger->debug('migrating', ['table' => $sourceDocName]);\n            $this->progress->start($this->source->getRecordsCount($sourceDocName), LogManager::LOG_LEVEL_DEBUG);\n\n            $sourceDocumentName = $sourceDocument->getName();\n            /** @var \\Magento\\Framework\\DB\\Select $select */\n            $select = $this->getLogDataSelect();\n            while (!empty($bulk = $this->getRecords($sourceDocumentName, $select, $pageNumber))) {\n                $pageNumber++;\n                $destinationRecords = $destDocument->getRecords();\n                foreach ($bulk as $recordData) {\n                    $this->progress->advance(LogManager::LOG_LEVEL_DEBUG);\n                    /** @var Record $record */\n                    $record = $this->recordFactory->create(['document' => $sourceDocument, 'data' => $recordData]);\n                    /** @var Record $destRecord */\n                    $destRecord = $this->recordFactory->create(['document' => $destDocument]);\n                    $recordTransformer->transform($record, $destRecord);\n                    $destinationRecords->addRecord($destRecord);\n                }\n                $this->destination->saveRecords($destinationName, $destinationRecords);\n                $this->progress->advance(LogManager::LOG_LEVEL_INFO);\n            }\n            $this->progress->finish(LogManager::LOG_LEVEL_DEBUG);\n        }\n        $this->clearLog(array_keys($this->readerGroups->getGroup('destination_documents_to_clear')));\n        $this->progress->finish(LogManager::LOG_LEVEL_INFO);\n        return true;\n    }\n\n    /**\n     * Get records\n     *\n     * @param string $sourceDocumentName\n     * @param \\Magento\\Framework\\DB\\Select $select\n     * @param int $pageNumber\n     * @return array\n     */\n    protected function getRecords($sourceDocumentName, \\Magento\\Framework\\DB\\Select $select, $pageNumber)\n    {\n        $select->limit(\n            $this->source->getPageSize($sourceDocumentName),\n            $pageNumber * $this->source->getPageSize($sourceDocumentName)\n        );\n\n        return $this->sourceAdapter->loadDataFromSelect($select);\n    }\n\n    /**\n     * Get log data select\n     *\n     * @return \\Magento\\Framework\\DB\\Select\n     */\n    public function getLogDataSelect()\n    {\n\n        $fields = [\n            'visitor_id'    => 'lv.visitor_id',\n            'customer_id'   => 'lc.customer_id',\n            'session_id'    => 'lv.session_id',\n            'last_visit_at' => 'lv.last_visit_at',\n            'first_visit_at' => 'lv.first_visit_at',\n        ];\n        /** @var \\Magento\\Framework\\DB\\Select $select */\n        $select = $this->sourceAdapter->getSelect();\n        $select->from(['lv' => $this->source->addDocumentPrefix('log_visitor')], $fields)\n            ->joinLeft(\n                ['lc' => $this->source->addDocumentPrefix('log_customer')],\n                'lv.visitor_id = lc.visitor_id',\n                []\n            )\n            ->group('lv.visitor_id')\n            ->order('lv.visitor_id');\n\n        return $select;\n    }\n\n    /**\n     * Clear log\n     *\n     * @param array $documents\n     * @return void\n     */\n    protected function clearLog($documents)\n    {\n        foreach ($documents as $documentName) {\n            $this->progress->advance();\n            $this->destination->clearDocument($documentName);\n        }\n    }\n\n    /**\n     * Get iterations count for step\n     *\n     * @return int\n     */\n    protected function getBulksCount()\n    {\n        $iterations = 0;\n        foreach (array_keys($this->readerGroups->getGroup('source_documents')) as $document) {\n            $iterations += ceil($this->source->getRecordsCount($document) / $this->source->getPageSize($document));\n        }\n\n        return count($this->readerGroups->getGroup('destination_documents_to_clear'))\n            + $iterations;\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/Log/Delta.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\Log;\n\nuse Migration\\App\\Step\\AbstractDelta;\nuse Migration\\Logger\\Logger;\nuse Migration\\Reader\\GroupsFactory;\nuse Migration\\Reader\\MapFactory;\nuse Migration\\ResourceModel\\Source;\nuse Migration\\ResourceModel;\n\n/**\n * Class Delta\n */\nclass Delta extends AbstractDelta\n{\n    /**\n     * @var string\n     */\n    protected $mapConfigOption = 'log_map_file';\n\n    /**\n     * @var string\n     */\n    protected $groupName = 'delta_log';\n\n    /**\n     * @param Source $source\n     * @param MapFactory $mapFactory\n     * @param GroupsFactory $groupsFactory\n     * @param Logger $logger\n     * @param ResourceModel\\Destination $destination\n     * @param ResourceModel\\RecordFactory $recordFactory\n     * @param \\Migration\\RecordTransformerFactory $recordTransformerFactory\n     */\n    public function __construct(\n        Source $source,\n        MapFactory $mapFactory,\n        GroupsFactory $groupsFactory,\n        Logger $logger,\n        ResourceModel\\Destination $destination,\n        ResourceModel\\RecordFactory $recordFactory,\n        \\Migration\\RecordTransformerFactory $recordTransformerFactory\n    ) {\n        parent::__construct(\n            $source,\n            $mapFactory,\n            $groupsFactory,\n            $logger,\n            $destination,\n            $recordFactory,\n            $recordTransformerFactory\n        );\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/Log/Integrity.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\Log;\n\nuse Migration\\Logger\\Logger;\nuse Migration\\Reader\\GroupsFactory;\nuse Migration\\Reader\\MapFactory;\nuse Migration\\Reader\\MapInterface;\nuse Migration\\App\\ProgressBar;\nuse Migration\\ResourceModel;\nuse Migration\\Config;\n\n/**\n * Class Integrity\n */\nclass Integrity extends \\Migration\\App\\Step\\AbstractIntegrity\n{\n    /**\n     * @var \\Migration\\Reader\\Groups\n     */\n    protected $readerGroups;\n\n    /**\n     * @param ProgressBar\\LogLevelProcessor $progress\n     * @param Logger $logger\n     * @param Config $config\n     * @param ResourceModel\\Source $source\n     * @param ResourceModel\\Destination $destination\n     * @param MapFactory $mapFactory\n     * @param GroupsFactory $groupsFactory\n     * @param string $mapConfigOption\n     */\n    public function __construct(\n        ProgressBar\\LogLevelProcessor $progress,\n        Logger $logger,\n        Config $config,\n        ResourceModel\\Source $source,\n        ResourceModel\\Destination $destination,\n        MapFactory $mapFactory,\n        GroupsFactory $groupsFactory,\n        $mapConfigOption = 'log_map_file'\n    ) {\n        $this->readerGroups = $groupsFactory->create('log_document_groups_file');\n        parent::__construct($progress, $logger, $config, $source, $destination, $mapFactory, $mapConfigOption);\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function perform()\n    {\n        $this->progress->start($this->getIterationsCount());\n        $srcDocuments = array_keys($this->readerGroups->getGroup('source_documents'));\n\n        $dstDocuments = [];\n        foreach ($srcDocuments as $sourceDocumentName) {\n            $dstDocuments[] = $this->map->getDocumentMap($sourceDocumentName, MapInterface::TYPE_SOURCE);\n        }\n\n        $this->check($srcDocuments, MapInterface::TYPE_SOURCE);\n        $this->check($dstDocuments, MapInterface::TYPE_DEST);\n\n        $dstDocumentList = array_flip($this->destination->getDocumentList());\n        foreach (array_keys($this->readerGroups->getGroup('destination_documents_to_clear')) as $document) {\n            $this->progress->advance();\n            if (!isset($dstDocumentList[$document])) {\n                $this->missingDocuments[MapInterface::TYPE_DEST][$document] = true;\n            }\n        }\n\n        $this->progress->finish();\n        return $this->checkForErrors();\n    }\n\n    /**\n     * @inheritdoc\n     */\n    protected function getIterationsCount()\n    {\n        return count($this->readerGroups->getGroup('destination_documents_to_clear'))\n            + count($this->readerGroups->getGroup('source_documents')) * 2;\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/Log/Volume.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\Log;\n\nuse Migration\\App\\Step\\AbstractVolume;\nuse Migration\\Logger\\Logger;\nuse Migration\\Reader\\MapInterface;\nuse Migration\\Reader\\GroupsFactory;\nuse Migration\\Reader\\MapFactory;\nuse Migration\\Reader\\Map;\nuse Migration\\ResourceModel;\nuse Migration\\App\\ProgressBar;\n\n/**\n * Class Volume\n */\nclass Volume extends AbstractVolume\n{\n    /**\n     * @var ResourceModel\\Source\n     */\n    protected $source;\n\n    /**\n     * @var ResourceModel\\Destination\n     */\n    protected $destination;\n\n    /**\n     * @var Map\n     */\n    protected $map;\n\n    /**\n     * @var ProgressBar\\LogLevelProcessor\n     */\n    protected $progress;\n\n    /**\n     * @var \\Migration\\Reader\\Groups\n     */\n    protected $readerGroups;\n\n    /**\n     * @param Logger $logger\n     * @param ResourceModel\\Source $source\n     * @param ResourceModel\\Destination $destination\n     * @param MapFactory $mapFactory\n     * @param ProgressBar\\LogLevelProcessor $progress\n     * @param GroupsFactory $groupsFactory\n     */\n    public function __construct(\n        Logger $logger,\n        ResourceModel\\Source $source,\n        ResourceModel\\Destination $destination,\n        MapFactory $mapFactory,\n        ProgressBar\\LogLevelProcessor $progress,\n        GroupsFactory $groupsFactory\n    ) {\n        $this->source = $source;\n        $this->destination = $destination;\n        $this->map = $mapFactory->create('log_map_file');\n        $this->progress = $progress;\n        $this->readerGroups = $groupsFactory->create('log_document_groups_file');\n        parent::__construct($logger);\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function perform()\n    {\n        $sourceDocuments = array_keys($this->readerGroups->getGroup('source_documents'));\n        $this->progress->start($this->getIterationsCount());\n        foreach ($sourceDocuments as $sourceDocName) {\n            $this->progress->advance();\n            $destinationName = $this->map->getDocumentMap($sourceDocName, MapInterface::TYPE_SOURCE);\n            if (!$destinationName) {\n                continue;\n            }\n            $sourceCount = $this->source->getRecordsCount($sourceDocName);\n            $destinationCount = $this->destination->getRecordsCount($destinationName);\n            if ($sourceCount != $destinationCount) {\n                $this->errors[] = sprintf(\n                    'Mismatch of entities in the document: %s Source: %s Destination: %s',\n                    $destinationName,\n                    $sourceCount,\n                    $destinationCount\n                );\n            }\n        }\n        if (!$this->checkCleared(array_keys($this->readerGroups->getGroup('destination_documents_to_clear')))) {\n            $this->errors[] = 'Log documents in the destination resource are not cleared';\n        }\n        $this->progress->finish();\n        return $this->checkForErrors();\n    }\n\n    /**\n     * Check cleared\n     *\n     * @param array $documents\n     * @return bool\n     */\n    protected function checkCleared($documents)\n    {\n        $documentsAreEmpty = true;\n        foreach ($documents as $documentName) {\n            $this->progress->advance();\n            $destinationCount = $this->destination->getRecordsCount($documentName);\n            if ($destinationCount > 0) {\n                $documentsAreEmpty = false;\n                break;\n            }\n            $destinationCount = null;\n        }\n        return $documentsAreEmpty;\n    }\n\n    /**\n     * Get iterations count for step\n     *\n     * @return int\n     */\n    protected function getIterationsCount()\n    {\n        return count($this->readerGroups->getGroup('destination_documents_to_clear'))\n            + count($this->readerGroups->getGroup('source_documents'));\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/Map/Data.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\Map;\n\nuse Migration\\App\\Step\\StageInterface;\nuse Migration\\Config;\nuse Migration\\Reader\\MapInterface;\nuse Migration\\Reader\\Map;\nuse Migration\\Reader\\MapFactory;\nuse Migration\\ResourceModel;\nuse Migration\\ResourceModel\\Document;\nuse Migration\\ResourceModel\\Record;\nuse Migration\\App\\ProgressBar;\nuse Migration\\App\\Progress;\nuse Migration\\Logger\\Manager as LogManager;\nuse Migration\\Logger\\Logger;\n\n/**\n * Class Data\n * @SuppressWarnings(PHPMD.CouplingBetweenObjects)\n * @SuppressWarnings(CyclomaticComplexity)\n */\nclass Data implements StageInterface\n{\n    /**\n     * @var ResourceModel\\Source\n     */\n    protected $source;\n\n    /**\n     * @var ResourceModel\\Destination\n     */\n    protected $destination;\n\n    /**\n     * @var ResourceModel\\RecordFactory\n     */\n    protected $recordFactory;\n\n    /**\n     * @var Map\n     */\n    protected $map;\n\n    /**\n     * @var \\Migration\\RecordTransformerFactory\n     */\n    protected $recordTransformerFactory;\n\n    /**\n     * @var ProgressBar\\LogLevelProcessor\n     */\n    protected $progressBar;\n\n    /**\n     * Progress instance, saves the state of the process\n     *\n     * @var Progress\n     */\n    protected $progress;\n\n    /**\n     * @var Logger\n     */\n    protected $logger;\n\n    /**\n     * @var Config\n     */\n    protected $config;\n\n    /**\n     * @var bool\n     */\n    protected $copyDirectly;\n\n    /**\n     * @var Helper\n     */\n    protected $helper;\n\n    /**\n     * @param ProgressBar\\LogLevelProcessor $progressBar\n     * @param ResourceModel\\Source $source\n     * @param ResourceModel\\Destination $destination\n     * @param ResourceModel\\RecordFactory $recordFactory\n     * @param \\Migration\\RecordTransformerFactory $recordTransformerFactory\n     * @param MapFactory $mapFactory\n     * @param Progress $progress\n     * @param Logger $logger\n     * @param Config $config\n     * @param Helper $helper\n     *\n     * @SuppressWarnings(CyclomaticComplexity)\n     * @SuppressWarnings(PHPMD.ExcessiveParameterList)\n     */\n    public function __construct(\n        ProgressBar\\LogLevelProcessor $progressBar,\n        ResourceModel\\Source $source,\n        ResourceModel\\Destination $destination,\n        ResourceModel\\RecordFactory $recordFactory,\n        \\Migration\\RecordTransformerFactory $recordTransformerFactory,\n        MapFactory $mapFactory,\n        Progress $progress,\n        Logger $logger,\n        Config $config,\n        Helper $helper\n    ) {\n        $this->source = $source;\n        $this->destination = $destination;\n        $this->recordFactory = $recordFactory;\n        $this->recordTransformerFactory = $recordTransformerFactory;\n        $this->map = $mapFactory->create('map_file');\n        $this->progressBar = $progressBar;\n        $this->progress = $progress;\n        $this->logger = $logger;\n        $this->config = $config;\n        $this->copyDirectly = (bool)$this->config->getOption('direct_document_copy');\n        $this->helper = $helper;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function perform()\n    {\n        $this->progressBar->start(count($this->source->getDocumentList()), LogManager::LOG_LEVEL_INFO);\n        $sourceDocuments = $this->source->getDocumentList();\n        $stage = 'run';\n        $processedDocuments = $this->progress->getProcessedEntities($this, $stage);\n        foreach (array_diff($sourceDocuments, $processedDocuments) as $sourceDocName) {\n            $this->progressBar->advance(LogManager::LOG_LEVEL_INFO);\n            $sourceDocument = $this->source->getDocument($sourceDocName);\n            $destinationName = $this->map->getDocumentMap($sourceDocName, MapInterface::TYPE_SOURCE);\n            if (!$destinationName) {\n                continue;\n            }\n            $destDocument = $this->destination->getDocument($destinationName);\n            if (!$destDocument) {\n                continue;\n            }\n            $this->destination->clearDocument($destinationName);\n            $this->logger->debug('migrating', ['table' => $sourceDocName]);\n            $recordTransformer = $this->getRecordTransformer($sourceDocument, $destDocument);\n            $doCopy = $recordTransformer === null && $this->copyDirectly;\n            if ($doCopy && $this->isCopiedDirectly($sourceDocument, $destDocument)) {\n                $this->progressBar->start(1, LogManager::LOG_LEVEL_DEBUG);\n            } else {\n                $pageNumber = 0;\n                $this->progressBar->start(\n                    ceil($this->source->getRecordsCount($sourceDocName) / $this->source->getPageSize($sourceDocName)),\n                    LogManager::LOG_LEVEL_DEBUG\n                );\n                while (!empty($items = $this->source->getRecords($sourceDocName, $pageNumber))) {\n                    $pageNumber++;\n                    $destinationRecords = $destDocument->getRecords();\n                    foreach ($items as $data) {\n                        if ($recordTransformer) {\n                            /** @var Record $record */\n                            $record = $this->recordFactory->create(['document' => $sourceDocument, 'data' => $data]);\n                            /** @var Record $destRecord */\n                            $destRecord = $this->recordFactory->create(['document' => $destDocument]);\n                            $recordTransformer->transform($record, $destRecord);\n                        } else {\n                            $destRecord = $this->recordFactory->create(['document' => $destDocument, 'data' => $data]);\n                        }\n                        $destinationRecords->addRecord($destRecord);\n                    }\n                    $this->source->setLastLoadedRecord($sourceDocName, end($items));\n                    $this->progressBar->advance(LogManager::LOG_LEVEL_DEBUG);\n                    $fieldsUpdateOnDuplicate = $this->helper->getFieldsUpdateOnDuplicate($destinationName);\n                    $this->destination->saveRecords($destinationName, $destinationRecords, $fieldsUpdateOnDuplicate);\n                }\n            }\n            $this->source->setLastLoadedRecord($sourceDocName, []);\n            $this->progress->addProcessedEntity($this, $stage, $sourceDocName);\n            $this->progressBar->finish(LogManager::LOG_LEVEL_DEBUG);\n        }\n        $this->progressBar->finish(LogManager::LOG_LEVEL_INFO);\n        return true;\n    }\n\n    /**\n     * Get record transformer\n     *\n     * @param Document $sourceDocument\n     * @param Document $destDocument\n     * @return \\Migration\\RecordTransformer\n     */\n    public function getRecordTransformer(Document $sourceDocument, Document $destDocument)\n    {\n        if ($this->canJustCopy($sourceDocument, $destDocument)) {\n            return null;\n        }\n        /** @var \\Migration\\RecordTransformer $recordTransformer */\n        $recordTransformer = $this->recordTransformerFactory->create(\n            [\n                'sourceDocument' => $sourceDocument,\n                'destDocument' => $destDocument,\n                'mapReader' => $this->map\n            ]\n        );\n        $recordTransformer->init();\n        return $recordTransformer;\n    }\n\n    /**\n     * Can just copy\n     *\n     * @param Document $sourceDocument\n     * @param Document $destDocument\n     * @return bool\n     */\n    public function canJustCopy(Document $sourceDocument, Document $destDocument)\n    {\n        return $this->haveEqualStructure($sourceDocument, $destDocument)\n            && !$this->hasHandlers($sourceDocument, MapInterface::TYPE_SOURCE)\n            && !$this->hasHandlers($destDocument, MapInterface::TYPE_DEST);\n    }\n\n    /**\n     * Have equal structure\n     *\n     * @param Document $sourceDocument\n     * @param Document $destDocument\n     * @return string bool\n     */\n    protected function haveEqualStructure(Document $sourceDocument, Document $destDocument)\n    {\n        $diff = array_diff_key(\n            $sourceDocument->getStructure()->getFields(),\n            $destDocument->getStructure()->getFields()\n        );\n        return empty($diff);\n    }\n\n    /**\n     * Is copied directly\n     *\n     * @param Document $sourceDocument\n     * @param Document $destinationDocument\n     * @return bool\n     */\n    protected function isCopiedDirectly(Document $sourceDocument, Document $destinationDocument)\n    {\n        if (!$this->copyDirectly) {\n            return;\n        }\n        $result = true;\n        $schema = $this->config->getSource()['database']['name'];\n        /** @var \\Magento\\Framework\\DB\\Select $select */\n        $select = $this->source->getAdapter()->getSelect();\n        $select->from($this->source->addDocumentPrefix($sourceDocument->getName()), '*', $schema);\n        try {\n            $this->destination->getAdapter()->insertFromSelect(\n                $select,\n                $this->destination->addDocumentPrefix($destinationDocument->getName()),\n                array_keys($sourceDocument->getStructure()->getFields())\n            );\n        } catch (\\Exception $e) {\n            $this->copyDirectly = false;\n            $this->logger->warning(\n                'Document ' . $sourceDocument->getName() . ' can not be copied directly because of error: '\n                . $e->getMessage()\n            );\n            $result = false;\n        }\n\n        return $result;\n    }\n\n    /**\n     * Has handlers\n     *\n     * @param Document $document\n     * @param string $type\n     * @return bool\n     */\n    protected function hasHandlers(Document $document, $type)\n    {\n        $result = false;\n        foreach (array_keys($document->getStructure()->getFields()) as $fieldName) {\n            $handlerConfig = $this->map->getHandlerConfigs($document->getName(), $fieldName, $type);\n            if (!empty($handlerConfig)) {\n                $result = true;\n                break;\n            }\n        }\n        return $result;\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/Map/Delta.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\Map;\n\nuse Migration\\App\\Step\\AbstractDelta;\nuse Migration\\Logger\\Logger;\nuse Migration\\Reader\\GroupsFactory;\nuse Migration\\Reader\\MapFactory;\nuse Migration\\ResourceModel\\Source;\nuse Migration\\ResourceModel\\Destination;\nuse Migration\\ResourceModel;\n\n/**\n * Class Delta\n */\nclass Delta extends AbstractDelta\n{\n    /**\n     * @var string\n     */\n    protected $mapConfigOption = 'map_file';\n\n    /**\n     * @var string\n     */\n    protected $groupName = 'delta_map';\n\n    /**\n     * @var Data\n     */\n    protected $data;\n\n    /**\n     * @param Source $source\n     * @param MapFactory $mapFactory\n     * @param GroupsFactory $groupsFactory\n     * @param Logger $logger\n     * @param Destination $destination\n     * @param ResourceModel\\RecordFactory $recordFactory\n     * @param \\Migration\\RecordTransformerFactory $recordTransformerFactory\n     * @param Data $data\n     * @param Helper $helper\n     */\n    public function __construct(\n        Source $source,\n        MapFactory $mapFactory,\n        GroupsFactory $groupsFactory,\n        Logger $logger,\n        Destination $destination,\n        ResourceModel\\RecordFactory $recordFactory,\n        \\Migration\\RecordTransformerFactory $recordTransformerFactory,\n        Data $data,\n        Helper $helper\n    ) {\n        $this->data = $data;\n        $this->documentsDuplicateOnUpdate = $helper->getDocumentsDuplicateOnUpdate();\n        parent::__construct(\n            $source,\n            $mapFactory,\n            $groupsFactory,\n            $logger,\n            $destination,\n            $recordFactory,\n            $recordTransformerFactory\n        );\n    }\n\n    /**\n     * Get record transformer\n     *\n     * @param ResourceModel\\Document $sourceDocument\n     * @param ResourceModel\\Document $destinationDocument\n     * @return \\Migration\\RecordTransformer\n     */\n    protected function getRecordTransformer($sourceDocument, $destinationDocument)\n    {\n        return $this->data->getRecordTransformer($sourceDocument, $destinationDocument);\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/Map/Helper.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\Map;\n\nuse Migration\\Reader\\GroupsFactory;\n\n/**\n * Class Helper\n */\nclass Helper\n{\n    /**\n     * @var \\Migration\\Reader\\Groups\n     */\n    private $readerGroups;\n\n    /**\n     * @var []\n     */\n    private $documentsDuplicateOnUpdate = [];\n\n    /**\n     * @var string\n     */\n    private $groupName = 'delta_map';\n\n    /**\n     * @var string\n     */\n    private $deltaMode = 'delta';\n\n    /**\n     * @var []\n     */\n    private $deltaDocuments;\n\n    /**\n     * @param GroupsFactory $groupsFactory\n     */\n    public function __construct(\n        GroupsFactory $groupsFactory\n    ) {\n        $this->readerGroups = $groupsFactory->create('map_document_groups');\n        $this->deltaDocuments = $groupsFactory->create('delta_document_groups_file')->getGroup($this->groupName);\n        $this->documentsDuplicateOnUpdate = $this->readerGroups->getGroup('destination_documents_update_on_duplicate');\n        foreach ($this->documentsDuplicateOnUpdate as $document => $fields) {\n            $this->documentsDuplicateOnUpdate[$document] = explode(',', $fields);\n        }\n    }\n\n    /**\n     * Get fields update on duplicate\n     *\n     * @param string $documentName\n     * @return array|bool\n     */\n    public function getFieldsUpdateOnDuplicate($documentName)\n    {\n        return (!empty($this->documentsDuplicateOnUpdate[$documentName]))\n            ? $this->documentsDuplicateOnUpdate[$documentName]\n            : false;\n    }\n\n    /**\n     *  Get all documents for duplicate on update operation\n     *\n     * @return array\n     */\n    public function getDocumentsDuplicateOnUpdate()\n    {\n        return $this->documentsDuplicateOnUpdate;\n    }\n\n    /**\n     * skip if current mode is delta and the document not within delta list\n     *\n     * @param $documentName\n     * @param $mode\n     * @return bool\n     */\n    public function skipIfDeltaMode($documentName, $mode)\n    {\n        if ($mode == $this->deltaMode && !in_array($documentName, array_keys($this->deltaDocuments))) {\n            return true;\n        }\n        return false;\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/Map/Integrity.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\Map;\n\nuse Migration\\Reader\\MapFactory;\nuse Migration\\ResourceModel;\nuse Migration\\Reader\\MapInterface;\nuse Migration\\Logger\\Logger;\nuse Migration\\App\\ProgressBar;\nuse Migration\\Config;\n\n/**\n * Class Integrity\n */\nclass Integrity extends \\Migration\\App\\Step\\AbstractIntegrity\n{\n    /**\n     * @param ProgressBar\\LogLevelProcessor $progress\n     * @param Logger $logger\n     * @param Config $config\n     * @param ResourceModel\\Source $source\n     * @param ResourceModel\\Destination $destination\n     * @param MapFactory $mapFactory\n     * @param string $mapConfigOption\n     */\n    public function __construct(\n        ProgressBar\\LogLevelProcessor $progress,\n        Logger $logger,\n        Config $config,\n        ResourceModel\\Source $source,\n        ResourceModel\\Destination $destination,\n        MapFactory $mapFactory,\n        $mapConfigOption = 'map_file'\n    ) {\n        parent::__construct($progress, $logger, $config, $source, $destination, $mapFactory, $mapConfigOption);\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function perform()\n    {\n        $this->progress->start($this->getIterationsCount());\n        $this->check($this->source->getDocumentList(), MapInterface::TYPE_SOURCE);\n        $this->check($this->destination->getDocumentList(), MapInterface::TYPE_DEST);\n        $this->progress->finish();\n        return $this->checkForErrors();\n    }\n\n    /**\n     * @inheritdoc\n     */\n    protected function getIterationsCount()\n    {\n        $sourceDocuments = $this->source->getDocumentList();\n        $destDocuments = $this->destination->getDocumentList();\n        return count($sourceDocuments) + count($destDocuments);\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/Map/Volume.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\Map;\n\nuse Migration\\App\\Step\\AbstractVolume;\nuse Migration\\Logger\\Logger;\nuse Migration\\Reader\\MapInterface;\nuse Migration\\Reader\\Map;\nuse Migration\\Reader\\MapFactory;\nuse Migration\\ResourceModel;\nuse Migration\\App\\Progress;\nuse Migration\\App\\ProgressBar;\n\n/**\n * Class Volume\n */\nclass Volume extends AbstractVolume\n{\n    /**\n     * @var ResourceModel\\Source\n     */\n    protected $source;\n\n    /**\n     * @var ResourceModel\\Destination\n     */\n    protected $destination;\n\n    /**\n     * @var Map\n     */\n    protected $map;\n\n    /**\n     * LogLevelProcessor instance\n     *\n     * @var ProgressBar\\LogLevelProcessor\n     */\n    protected $progressBar;\n\n    /**\n     *\n     * @var Progress\n     */\n    protected $progress;\n\n    /**\n     * @var Helper\n     */\n    protected $helper;\n\n    /**\n     * @var array\n     */\n    protected $changedDocumentRowsCount;\n\n    /**\n     * @var string\n     */\n    private $mode;\n\n    /**\n     * @param Logger $logger\n     * @param ResourceModel\\Source $source\n     * @param ResourceModel\\Destination $destination\n     * @param MapFactory $mapFactory\n     * @param ProgressBar\\LogLevelProcessor $progressBar\n     * @param Helper $helper\n     * @param Progress $progress\n     * @param string $mode\n     */\n    public function __construct(\n        Logger $logger,\n        ResourceModel\\Source $source,\n        ResourceModel\\Destination $destination,\n        MapFactory $mapFactory,\n        ProgressBar\\LogLevelProcessor $progressBar,\n        Helper $helper,\n        Progress $progress,\n        $mode\n    ) {\n        $this->source = $source;\n        $this->destination = $destination;\n        $this->map = $mapFactory->create('map_file');\n        $this->progressBar = $progressBar;\n        $this->helper = $helper;\n        $this->progress = $progress;\n        $this->mode = $mode;\n        parent::__construct($logger);\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function perform()\n    {\n        $sourceDocuments = $this->source->getDocumentList();\n        $this->progressBar->start(count($sourceDocuments));\n        foreach ($sourceDocuments as $sourceDocName) {\n            $this->progressBar->advance();\n            $destinationName = $this->map->getDocumentMap($sourceDocName, MapInterface::TYPE_SOURCE);\n            if (!$destinationName\n                || !$this->destination->getDocument($destinationName)\n                || $this->helper->getFieldsUpdateOnDuplicate($destinationName)\n                || $this->helper->skipIfDeltaMode($destinationName, $this->mode)\n            ) {\n                continue;\n            }\n            $sourceCount = $this->source->getRecordsCount($sourceDocName, true);\n            $destinationCount = $this->getDestinationRecordsCount($destinationName);\n            if ($sourceCount != $destinationCount) {\n                $this->errors[] = sprintf(\n                    'Mismatch of entities in the document: %s Source: %s Destination: %s',\n                    $destinationName,\n                    $sourceCount,\n                    $destinationCount\n                );\n            }\n        }\n        $this->progressBar->finish();\n        return $this->checkForErrors();\n    }\n\n    /**\n     * Get count of records in destination table\n     *\n     * @param string $destinationName\n     * @return int\n     */\n    public function getDestinationRecordsCount($destinationName)\n    {\n        if (null === $this->changedDocumentRowsCount) {\n            $this->changedDocumentRowsCount = $this->progress->getProcessedEntities(\n                'PostProcessing',\n                'changedDocumentRowsCount'\n            );\n        }\n\n        $destinationCount = $this->destination->getRecordsCount($destinationName);\n        if (!empty($this->changedDocumentRowsCount[$destinationName])) {\n            $destinationCount += $this->changedDocumentRowsCount[$destinationName];\n        }\n        return $destinationCount;\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/OrderGrids/Data.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\OrderGrids;\n\nuse Migration\\App\\Step\\StageInterface;\nuse Migration\\Config;\nuse Migration\\Handler;\nuse Migration\\ResourceModel;\nuse Migration\\ResourceModel\\Record;\nuse Migration\\App\\ProgressBar;\nuse Migration\\Logger\\Manager as LogManager;\nuse Migration\\Logger\\Logger;\nuse Migration\\ResourceModel\\Adapter\\Mysql;\n\n/**\n * Class Data\n * @SuppressWarnings(PHPMD.CouplingBetweenObjects)\n */\nclass Data implements StageInterface\n{\n    /**\n     * @var ResourceModel\\Source\n     */\n    protected $source;\n\n    /**\n     * @var Mysql\n     */\n    protected $destinationAdapter;\n\n    /**\n     * @var ResourceModel\\Destination\n     */\n    protected $destination;\n\n    /**\n     * @var ProgressBar\\LogLevelProcessor\n     */\n    protected $progress;\n\n    /**\n     * @var Logger\n     */\n    protected $logger;\n\n    /**\n     * @var ResourceModel\\RecordFactory\n     */\n    protected $recordFactory;\n\n    /**\n     * @var Helper\n     */\n    protected $helper;\n\n    /**\n     * @var Config\n     */\n    protected $config;\n\n    /**\n     * @var bool\n     */\n    protected $copyDirectly;\n\n    /**\n     * @param ProgressBar\\LogLevelProcessor $progress\n     * @param ResourceModel\\Source $source\n     * @param ResourceModel\\Destination $destination\n     * @param ResourceModel\\RecordFactory $recordFactory\n     * @param Logger $logger\n     * @param Helper $helper\n     * @param Config $config\n     */\n    public function __construct(\n        ProgressBar\\LogLevelProcessor $progress,\n        ResourceModel\\Source $source,\n        ResourceModel\\Destination $destination,\n        ResourceModel\\RecordFactory $recordFactory,\n        Logger $logger,\n        Helper $helper,\n        Config $config\n    ) {\n        $this->source = $source;\n        $this->destination = $destination;\n        $this->destinationAdapter = $this->destination->getAdapter();\n        $this->progress = $progress;\n        $this->recordFactory = $recordFactory;\n        $this->logger = $logger;\n        $this->helper = $helper;\n        $this->config = $config;\n        $this->copyDirectly = (bool)$this->config->getOption('direct_document_copy');\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function perform()\n    {\n        $this->progress->start($this->getIterationsCount(), LogManager::LOG_LEVEL_INFO);\n        foreach ($this->getDocumentList() as $methodToExecute => $document) {\n            $destinationDocumentName = $document['destination'];\n            $this->destination->clearDocument($destinationDocumentName);\n            $this->progress->start(1, LogManager::LOG_LEVEL_DEBUG);\n\n            $sourceGridDocument = array_flip($this->helper->getDocumentList())[$destinationDocumentName];\n            $isCopiedDirectly = $this->isCopiedDirectly(\n                $methodToExecute,\n                $document['columns'],\n                $destinationDocumentName,\n                $sourceGridDocument\n            );\n            if (!$isCopiedDirectly) {\n                $pageNumber = 0;\n                while (!empty($entityIds = $this->getEntityIds($sourceGridDocument, $pageNumber))) {\n                    $pageNumber++;\n                    $this->destination->getAdapter()->insertFromSelect(\n                        $this->{$methodToExecute}($document['columns'], $entityIds),\n                        $this->destination->addDocumentPrefix($destinationDocumentName),\n                        [],\n                        \\Magento\\Framework\\Db\\Adapter\\AdapterInterface::INSERT_ON_DUPLICATE\n                    );\n                }\n            }\n            $this->progress->finish(LogManager::LOG_LEVEL_DEBUG);\n        }\n        $this->progress->finish(LogManager::LOG_LEVEL_INFO);\n        return true;\n    }\n\n    /**\n     * Performance optimized way. In case when source has direct access to destination database\n     *\n     * @param string $methodToExecute\n     * @param array $columns\n     * @param string $destinationDocumentName\n     * @param string $sourceGridDocument\n     * @return bool|void\n     */\n    protected function isCopiedDirectly(\n        $methodToExecute,\n        array $columns,\n        $destinationDocumentName,\n        $sourceGridDocument\n    ) {\n        if (!$this->copyDirectly) {\n            return;\n        }\n        $result = true;\n        try {\n            $entityIdsSelect = $this->getEntityIdsSelect($sourceGridDocument);\n            $this->destination->getAdapter()->insertFromSelect(\n                $this->{$methodToExecute}($columns, new \\Zend_Db_Expr($entityIdsSelect)),\n                $this->destination->addDocumentPrefix($destinationDocumentName),\n                [],\n                \\Magento\\Framework\\Db\\Adapter\\AdapterInterface::INSERT_ON_DUPLICATE\n            );\n        } catch (\\Exception $e) {\n            $this->copyDirectly = false;\n            $this->logger->error(\n                'Document ' . $sourceGridDocument . ' can not be copied directly because of error: '\n                . $e->getMessage()\n            );\n            $result = false;\n        }\n\n        return $result;\n    }\n\n    /**\n     * Get iterations count\n     *\n     * @return int\n     */\n    protected function getIterationsCount()\n    {\n        return count($this->getDocumentList());\n    }\n\n    /**\n     * Get select sales order grid\n     *\n     * @param array $columns\n     * @param \\Zend_Db_Expr|array $entityIds\n     * @return \\Magento\\Framework\\DB\\Select\n     */\n    public function getSelectSalesOrderGrid(array $columns, $entityIds)\n    {\n        foreach ($columns as $key => $value) {\n            $columns[$key] = new \\Zend_Db_Expr($value);\n        }\n        /** @var \\Magento\\Framework\\DB\\Select $select */\n        $select = $this->destinationAdapter->getSelect();\n        $select->from(['sales_order' => $this->destination->addDocumentPrefix('sales_order')], [])\n            ->joinLeft(\n                ['sales_shipping_address' => $this->destination->addDocumentPrefix('sales_order_address')],\n                'sales_order.shipping_address_id = sales_shipping_address.entity_id',\n                []\n            )->joinLeft(\n                ['sales_billing_address' => $this->destination->addDocumentPrefix('sales_order_address')],\n                'sales_order.billing_address_id = sales_billing_address.entity_id',\n                []\n            )->where('sales_order.entity_id in (?)', $entityIds);\n        $select->columns($columns);\n        return $select;\n    }\n\n    /**\n     * Get select sales invoice grid\n     *\n     * @param array $columns\n     * @param \\Zend_Db_Expr|array $entityIds\n     * @return \\Magento\\Framework\\DB\\Select\n     */\n    public function getSelectSalesInvoiceGrid(array $columns, $entityIds)\n    {\n        foreach ($columns as $key => $value) {\n            $columns[$key] = new \\Zend_Db_Expr($value);\n        }\n        /** @var \\Magento\\Framework\\DB\\Select $select */\n        $select = $this->destinationAdapter->getSelect();\n        $select->from(['sales_invoice' => $this->destination->addDocumentPrefix('sales_invoice')], [])\n            ->joinLeft(\n                ['sales_order' => $this->destination->addDocumentPrefix('sales_order')],\n                'sales_invoice.order_id = sales_order.entity_id',\n                []\n            )->joinLeft(\n                ['sales_shipping_address' => $this->destination->addDocumentPrefix('sales_order_address')],\n                'sales_invoice.shipping_address_id = sales_shipping_address.entity_id',\n                []\n            )->joinLeft(\n                ['sales_billing_address' => $this->destination->addDocumentPrefix('sales_order_address')],\n                'sales_invoice.billing_address_id = sales_billing_address.entity_id',\n                []\n            )->where('sales_invoice.entity_id in (?)', $entityIds);\n        $select->columns($columns);\n        return $select;\n    }\n\n    /**\n     * Get select sales shipment grid\n     *\n     * @param array $columns\n     * @param \\Zend_Db_Expr|array $entityIds\n     * @return \\Magento\\Framework\\DB\\Select\n     */\n    public function getSelectSalesShipmentGrid(array $columns, $entityIds)\n    {\n        foreach ($columns as $key => $value) {\n            $columns[$key] = new \\Zend_Db_Expr($value);\n        }\n        /** @var \\Magento\\Framework\\DB\\Select $select */\n        $select = $this->destinationAdapter->getSelect();\n        $select->from(['sales_shipment' => $this->destination->addDocumentPrefix('sales_shipment')], [])\n            ->joinLeft(\n                ['sales_order' => $this->destination->addDocumentPrefix('sales_order')],\n                'sales_shipment.order_id = sales_order.entity_id',\n                []\n            )->joinLeft(\n                ['sales_shipping_address' => $this->destination->addDocumentPrefix('sales_order_address')],\n                'sales_shipment.shipping_address_id = sales_shipping_address.entity_id',\n                []\n            )->joinLeft(\n                ['sales_billing_address' => $this->destination->addDocumentPrefix('sales_order_address')],\n                'sales_shipment.billing_address_id = sales_billing_address.entity_id',\n                []\n            )->where('sales_shipment.entity_id in (?)', $entityIds);\n        $select->columns($columns);\n        return $select;\n    }\n\n    /**\n     * Get select sales creditmemo grid\n     *\n     * @param array $columns\n     * @param \\Zend_Db_Expr|array $entityIds\n     * @return \\Magento\\Framework\\DB\\Select\n     */\n    public function getSelectSalesCreditmemoGrid(array $columns, $entityIds)\n    {\n        foreach ($columns as $key => $value) {\n            $columns[$key] = new \\Zend_Db_Expr($value);\n        }\n        /** @var \\Magento\\Framework\\DB\\Select $select */\n        $select = $this->destinationAdapter->getSelect();\n        $select->from(['sales_creditmemo' => $this->destination->addDocumentPrefix('sales_creditmemo')], [])\n            ->joinLeft(\n                ['sales_order' => $this->destination->addDocumentPrefix('sales_order')],\n                'sales_creditmemo.order_id = sales_order.entity_id',\n                []\n            )->joinLeft(\n                ['sales_shipping_address' => $this->destination->addDocumentPrefix('sales_order_address')],\n                'sales_creditmemo.shipping_address_id = sales_shipping_address.entity_id',\n                []\n            )->joinLeft(\n                ['sales_billing_address' => $this->destination->addDocumentPrefix('sales_order_address')],\n                'sales_creditmemo.billing_address_id = sales_billing_address.entity_id',\n                []\n            )->where('sales_creditmemo.entity_id in (?)', $entityIds);\n        $select->columns($columns);\n        return $select;\n    }\n\n    /**\n     * Get document list\n     *\n     * @return array\n     */\n    protected function getDocumentList()\n    {\n        return $this->helper->getSelectData();\n    }\n\n    /**\n     * Get entity ids\n     *\n     * @param string $sourceGridDocumentName\n     * @param int $pageNumber\n     * @return array\n     */\n    protected function getEntityIds($sourceGridDocumentName, $pageNumber)\n    {\n        /** @var \\Migration\\ResourceModel\\Adapter\\Mysql $adapter */\n        $adapter = $this->source->getAdapter();\n        /** @var \\Magento\\Framework\\DB\\Select $select */\n        $select = $adapter->getSelect();\n        $select->from($this->source->addDocumentPrefix($sourceGridDocumentName), 'entity_id')\n            ->limit(\n                $this->source->getPageSize($sourceGridDocumentName),\n                $pageNumber * $this->source->getPageSize($sourceGridDocumentName)\n            );\n        $ids = $select->getAdapter()->fetchCol($select);\n        return $ids;\n    }\n\n    /**\n     * Get entity ids select\n     *\n     * @param string $sourceGridDocumentName\n     * @return \\Magento\\Framework\\DB\\Select\n     */\n    protected function getEntityIdsSelect($sourceGridDocumentName)\n    {\n        /** @var \\Migration\\ResourceModel\\Adapter\\Mysql $adapter */\n        $adapter = $this->source->getAdapter();\n        /** @var \\Magento\\Framework\\DB\\Select $select */\n        $select = $adapter->getSelect();\n        $schema = $this->config->getSource()['database']['name'];\n        $select->from($this->source->addDocumentPrefix($sourceGridDocumentName), 'entity_id', $schema);\n        return $select;\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/OrderGrids/Delta.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\OrderGrids;\n\nuse Migration\\App\\Step\\StageInterface;\nuse Migration\\Logger\\Logger;\nuse Migration\\Reader\\GroupsFactory;\nuse Migration\\ResourceModel\\Source;\nuse Migration\\ResourceModel\\Destination;\nuse Migration\\ResourceModel;\n\n/**\n * Class Delta\n */\nclass Delta implements StageInterface\n{\n    /**\n     * @var ResourceModel\\Source\n     */\n    protected $source;\n\n    /**\n     * @var ResourceModel\\Destination\n     */\n    protected $destination;\n\n    /**\n     * @var Logger\n     */\n    protected $logger;\n\n    /**\n     * @var \\Migration\\Reader\\Groups\n     */\n    protected $readerGroups;\n\n    /**\n     * @var Helper\n     */\n    protected $helper;\n\n    /**\n     * @var Data\n     */\n    protected $data;\n\n    /**\n     * @var bool\n     */\n    protected $eolOnce = false;\n\n    /**\n     * @param Source $source\n     * @param Destination $destination\n     * @param GroupsFactory $groupsFactory\n     * @param Logger $logger\n     * @param Helper $helper\n     * @param Data $data\n     */\n    public function __construct(\n        Source $source,\n        Destination $destination,\n        GroupsFactory $groupsFactory,\n        Logger $logger,\n        Helper $helper,\n        Data $data\n    ) {\n        $this->source = $source;\n        $this->destination = $destination;\n        $this->readerGroups = $groupsFactory->create('order_grids_document_groups_file');\n        $this->logger = $logger;\n        $this->helper = $helper;\n        $this->data = $data;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function perform()\n    {\n        $updateData = $this->helper->getUpdateData();\n        $selectData = $this->helper->getSelectData();\n        $sourceDocuments = $this->readerGroups->getGroup('source_documents');\n        foreach ($sourceDocuments as $sourceDocName => $idKey) {\n            if ($this->source->getRecordsCount($this->source->getDeltaLogName($sourceDocName)) == 0) {\n                continue;\n            }\n            $items = $this->source->getChangedRecords($sourceDocName, [$idKey], 0, true);\n            if (empty($items)) {\n                continue;\n            }\n            $this->logger->debug(sprintf('%s has changes', $sourceDocName));\n\n            if (!$this->eolOnce) {\n                $this->eolOnce = true;\n                echo PHP_EOL;\n            }\n            $gridIdKey = $updateData[$sourceDocName]['idKey'];\n            $page = 1;\n            do {\n                $ids = [];\n                foreach ($items as $data) {\n                    echo('.');\n                    $ids[] = $data[$gridIdKey];\n                }\n                foreach ($updateData[$sourceDocName]['methods'] as $method) {\n                    echo('.');\n                    $destinationDocumentName = $selectData[$method]['destination'];\n                    $select = call_user_func_array([$this->data, $method], [$selectData[$method]['columns'], $ids]);\n                    $this->destination->getAdapter()->insertFromSelect(\n                        $select,\n                        $this->destination->addDocumentPrefix($destinationDocumentName),\n                        [],\n                        \\Magento\\Framework\\Db\\Adapter\\AdapterInterface::INSERT_ON_DUPLICATE\n                    );\n                }\n                $documentNameDelta = $this->source->getDeltaLogName($sourceDocName);\n                $documentNameDelta = $this->source->addDocumentPrefix($documentNameDelta);\n                $this->markRecordsProcessed($documentNameDelta, $idKey, $ids);\n            } while (!empty($items = $this->source->getChangedRecords($sourceDocName, [$idKey], $page++)));\n        }\n        return true;\n    }\n\n    /**\n     * Mark processed records for deletion\n     *\n     * @param string $documentName\n     * @param string $idKey\n     * @param [] $ids\n     * @return void\n     */\n    protected function markRecordsProcessed($documentName, $idKey, $ids)\n    {\n        $ids = implode(\"','\", $ids);\n        /** @var ResourceModel\\Adapter\\Mysql $adapter */\n        $adapter = $this->source->getAdapter();\n        $adapter->updateDocument($documentName, ['processed' => 1], \"`$idKey` in ('$ids')\");\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/OrderGrids/Helper.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\OrderGrids;\n\nuse Migration\\ResourceModel;\n\n/**\n * Class Helper\n */\nclass Helper\n{\n    /**\n     * @var ResourceModel\\Destination\n     */\n    protected $destination;\n\n    /**\n     * @param ResourceModel\\Destination $destination\n     */\n    public function __construct(ResourceModel\\Destination $destination)\n    {\n        $this->destination = $destination;\n    }\n\n    /**\n     * Get select data\n     *\n     * @return array\n     */\n    public function getSelectData()\n    {\n        return [\n            'getSelectSalesOrderGrid' => $this->getDocumentData('sales_order_grid'),\n            'getSelectSalesInvoiceGrid' => $this->getDocumentData('sales_invoice_grid'),\n            'getSelectSalesShipmentGrid' => $this->getDocumentData('sales_shipment_grid'),\n            'getSelectSalesCreditmemoGrid'=>\n                $this->getDocumentData('sales_creditmemo_grid')\n        ];\n    }\n\n    /**\n     * Get document data\n     *\n     * @param string $destinationDocument\n     * @return array\n     */\n    protected function getDocumentData($destinationDocument)\n    {\n        return [\n            'destination' => $destinationDocument,\n            'columns' => $this->getColumnsData($destinationDocument)\n        ];\n    }\n\n    /**\n     * Get columns data\n     *\n     * @param string $gridName\n     * @return array|null\n     */\n    protected function getColumnsData($gridName)\n    {\n        switch ($gridName) {\n            case 'sales_order_grid':\n                return $this->getSalesOrderColumnsGrid();\n            case 'sales_invoice_grid':\n                return $this->getSalesInvoiceColumnsGrid();\n            case 'sales_shipment_grid':\n                return $this->getSalesShipmentColumnsGrid();\n            case 'sales_creditmemo_grid':\n                return $this->getSalesCreditMemoColumnsGrid();\n            default:\n                return null;\n        }\n    }\n\n    /**\n     * Get sales order columns grid\n     *\n     * @return array\n     */\n    protected function getSalesOrderColumnsGrid()\n    {\n        $paymentSelect = sprintf(\n            '(SELECT `sales_order_payment`.`method`\n            FROM `%s` as sales_order_payment\n            WHERE (`parent_id` = sales_order.entity_id) LIMIT 1)',\n            $this->destination->addDocumentPrefix('sales_order_payment')\n        );\n        $fields = array_keys($this->destination->getStructure('sales_order_grid')->getFields());\n        $result = [];\n        $fields = array_fill_keys($fields, null);\n        $columns = [\n            'entity_id' => 'sales_order.entity_id',\n            'status' => 'sales_order.status',\n            'store_id' => 'sales_order.store_id',\n            'store_name' => 'sales_order.store_name',\n            'customer_id' => 'sales_order.customer_id',\n            'base_grand_total' => 'sales_order.base_grand_total',\n            'base_total_paid' => 'sales_order.base_total_paid',\n            'grand_total' => 'sales_order.grand_total',\n            'total_paid' => 'sales_order.total_paid',\n            'increment_id' => 'sales_order.increment_id',\n            'base_currency_code' => 'sales_order.base_currency_code',\n            'order_currency_code' => 'sales_order.order_currency_code',\n            'shipping_name' => 'trim(concat(ifnull(sales_shipping_address.firstname, \\'\\'), \\' \\' '\n                . ',ifnull(sales_shipping_address.lastname, \\'\\')))',\n            'billing_name' => 'trim(concat(ifnull(sales_billing_address.firstname, \\'\\'), \\' \\' '\n                . ',ifnull(sales_billing_address.lastname, \\'\\')))',\n            'created_at' => 'sales_order.created_at',\n            'updated_at' => 'sales_order.updated_at',\n            'billing_address' => 'trim(concat(ifnull(sales_billing_address.street, \\'\\'), \\', \\' '\n                . ',ifnull(sales_billing_address.city, \\'\\'), \\', \\' ,ifnull(sales_billing_address.region,'\n                . ' \\'\\'), \\', \\' ,ifnull(sales_billing_address.postcode, \\'\\')))',\n            'shipping_address' => 'trim(concat(ifnull(sales_shipping_address.street, \\'\\'), \\', \\' '\n                . ',ifnull(sales_shipping_address.city, \\'\\'), \\', \\' ,ifnull(sales_shipping_address.region,'\n                . ' \\'\\'), \\', \\' ,ifnull(sales_shipping_address.postcode, \\'\\')))',\n            'shipping_information' => 'sales_order.shipping_description',\n            'customer_email' => 'sales_order.customer_email',\n            'customer_group' => 'sales_order.customer_group_id',\n            'subtotal' => 'sales_order.base_subtotal',\n            'shipping_and_handling' => 'sales_order.base_shipping_amount',\n            'customer_name' => 'trim(concat(ifnull(sales_order.customer_firstname, \\'\\'), \\' \\' '\n                . ',ifnull(sales_order.customer_lastname, \\'\\')))',\n            'payment_method' => $paymentSelect,\n            'total_refunded' => 'sales_order.total_refunded'\n        ];\n        foreach (array_keys($fields) as $key) {\n            $result[$key] = isset($columns[$key]) ? $columns[$key] : 'null';\n        }\n\n        return $result;\n    }\n\n    /**\n     * Get sales invoice columns grid\n     *\n     * @return array\n     */\n    protected function getSalesInvoiceColumnsGrid()\n    {\n        $paymentSelect = sprintf(\n            '(SELECT `sales_order_payment`.`method`\n            FROM `%s` as sales_order_payment\n            WHERE (`parent_id` = sales_order.entity_id) LIMIT 1)',\n            $this->destination->addDocumentPrefix('sales_order_payment')\n        );\n        $fields = array_keys($this->destination->getStructure('sales_invoice_grid')->getFields());\n        $result = [];\n        $fields = array_fill_keys($fields, null);\n        $columns = [\n            'entity_id' => 'sales_invoice.entity_id',\n            'increment_id' => 'sales_invoice.increment_id',\n            'state' => 'sales_invoice.state',\n            'store_id' => 'sales_invoice.store_id',\n            'store_name' => 'sales_order.store_name',\n            'order_id' => 'sales_invoice.order_id',\n            'order_increment_id' => 'sales_order.increment_id',\n            'order_created_at' => 'sales_order.created_at',\n            'customer_name' => 'trim(concat(ifnull(sales_order.customer_firstname, \\'\\'), \\' \\' '\n                . ',ifnull(sales_order.customer_lastname, \\'\\')))',\n            'customer_email' => 'sales_order.customer_email',\n            'customer_group_id' => 'sales_order.customer_group_id',\n            'payment_method' => $paymentSelect,\n            'store_currency_code' => 'sales_invoice.store_currency_code',\n            'order_currency_code' => 'sales_invoice.order_currency_code',\n            'base_currency_code' => 'sales_invoice.base_currency_code',\n            'global_currency_code' => 'sales_invoice.global_currency_code',\n            'billing_name' => 'trim(concat(ifnull(sales_billing_address.firstname, \\'\\'), \\' \\' '\n                . ',ifnull(sales_billing_address.lastname, \\'\\')))',\n            'billing_address' => 'trim(concat(ifnull(sales_billing_address.street, \\'\\'), \\', \\' '\n                . ',ifnull(sales_billing_address.city, \\'\\'), \\', \\' ,ifnull(sales_billing_address.region, '\n                . '\\'\\'), \\', \\' ,ifnull(sales_billing_address.postcode, \\'\\')))',\n            'shipping_address' => 'trim(concat(ifnull(sales_shipping_address.street, \\'\\'), \\', \\' '\n                . ',ifnull(sales_shipping_address.city, \\'\\'), \\', \\' ,ifnull(sales_shipping_address.region, '\n                . '\\'\\'), \\', \\' ,ifnull(sales_shipping_address.postcode, \\'\\')))',\n            'shipping_information' => 'sales_order.shipping_description',\n            'subtotal' => 'sales_order.base_subtotal',\n            'shipping_and_handling' => 'sales_order.base_shipping_amount',\n            'grand_total' => 'sales_invoice.grand_total',\n            'base_grand_total' => 'sales_invoice.base_grand_total',\n            'created_at' => 'sales_invoice.created_at',\n            'updated_at' => 'sales_invoice.updated_at'\n        ];\n        foreach (array_keys($fields) as $key) {\n            $result[$key] = isset($columns[$key]) ? $columns[$key] : 'null';\n        }\n        return $result;\n    }\n\n    /**\n     * Get sales shipment columns grid\n     *\n     * @return array\n     */\n    protected function getSalesShipmentColumnsGrid()\n    {\n        $paymentSelect = sprintf(\n            '(SELECT `sales_order_payment`.`method`\n            FROM `%s` as sales_order_payment\n            WHERE (`parent_id` = sales_order.entity_id) LIMIT 1)',\n            $this->destination->addDocumentPrefix('sales_order_payment')\n        );\n        $fields = array_keys($this->destination->getStructure('sales_shipment_grid')->getFields());\n        $result = [];\n        $fields = array_fill_keys($fields, null);\n        $columns = [\n            'entity_id' => 'sales_shipment.entity_id',\n            'increment_id' => 'sales_shipment.increment_id',\n            'store_id' => 'sales_shipment.store_id',\n            'order_increment_id' => 'sales_order.increment_id',\n            'order_id' => 'sales_shipment.order_id',\n            'order_created_at' => 'sales_order.created_at',\n            'customer_name' => 'trim(concat(ifnull(sales_order.customer_firstname, \\'\\'), \\' \\' '\n                . ',ifnull(sales_order.customer_lastname, \\'\\')))',\n            'total_qty' => 'sales_shipment.total_qty',\n            'shipment_status' => 'sales_shipment.shipment_status',\n            'order_status' => 'sales_order.status',\n            'billing_address' => 'trim(concat(ifnull(sales_billing_address.street, \\'\\'), \\', \\' '\n                . ',ifnull(sales_billing_address.city, \\'\\'), \\', \\' ,ifnull(sales_billing_address.region,'\n                . ' \\'\\'), \\', \\' ,ifnull(sales_billing_address.postcode, \\'\\')))',\n            'shipping_address' => 'trim(concat(ifnull(sales_shipping_address.street, \\'\\'), \\', \\' '\n                . ',ifnull(sales_shipping_address.city, \\'\\'), \\', \\' ,ifnull(sales_shipping_address.region,'\n                . ' \\'\\'), \\', \\' ,ifnull(sales_shipping_address.postcode, \\'\\')))',\n            'billing_name' => 'trim(concat(ifnull(sales_billing_address.firstname, \\'\\'), \\' \\' '\n                . ',ifnull(sales_billing_address.lastname, \\'\\')))',\n            'shipping_name' => 'trim(concat(ifnull(sales_shipping_address.firstname, \\'\\'), \\' \\' '\n                . ',ifnull(sales_shipping_address.lastname, \\'\\')))',\n            'customer_email' => 'sales_order.customer_email',\n            'customer_group_id' => 'sales_order.customer_group_id',\n            'payment_method' => $paymentSelect,\n                'shipping_information' => 'sales_order.shipping_description',\n            'created_at' => 'sales_shipment.created_at',\n            'updated_at' => 'sales_shipment.updated_at'\n        ];\n        foreach (array_keys($fields) as $key) {\n            $result[$key] = isset($columns[$key]) ? $columns[$key] : 'null';\n        }\n        return $result;\n    }\n\n    /**\n     * Get sales credit memo columns grid\n     *\n     * @return array\n     */\n    protected function getSalesCreditMemoColumnsGrid()\n    {\n        $paymentSelect = sprintf(\n            '(SELECT `sales_order_payment`.`method`\n            FROM `%s` as sales_order_payment\n            WHERE (`parent_id` = sales_order.entity_id) LIMIT 1)',\n            $this->destination->addDocumentPrefix('sales_order_payment')\n        );\n        $fields = array_keys($this->destination->getStructure('sales_creditmemo_grid')->getFields());\n        $result = [];\n        $fields = array_fill_keys($fields, null);\n        $columns = [\n            'entity_id' => 'sales_creditmemo.entity_id',\n            'increment_id' => 'sales_creditmemo.increment_id',\n            'created_at' => 'sales_creditmemo.created_at',\n            'updated_at' => 'sales_creditmemo.updated_at',\n            'order_id' => 'sales_order.entity_id',\n            'order_increment_id' => 'sales_order.increment_id',\n            'order_created_at' => 'sales_order.created_at',\n            'billing_name' => 'trim(concat(ifnull(sales_billing_address.firstname, \\'\\'), \\' \\' '\n                . ',ifnull(sales_billing_address.lastname, \\'\\')))',\n            'state' => 'sales_creditmemo.state',\n            'base_grand_total' => 'sales_creditmemo.base_grand_total',\n            'order_status' => 'sales_order.status',\n            'store_id' => 'sales_creditmemo.store_id',\n            'billing_address' => 'trim(concat(ifnull(sales_billing_address.street, \\'\\'), \\', \\' '\n                . ',ifnull(sales_billing_address.city, \\'\\'), \\', \\' ,ifnull(sales_billing_address.region,'\n                . ' \\'\\'), \\', \\' ,ifnull(sales_billing_address.postcode, \\'\\')))',\n            'shipping_address' => 'trim(concat(ifnull(sales_shipping_address.street, \\'\\'), \\', \\' '\n                . ',ifnull(sales_shipping_address.city, \\'\\'), \\', \\' ,ifnull(sales_shipping_address.region,'\n                . ' \\'\\'), \\', \\' ,ifnull(sales_shipping_address.postcode, \\'\\')))',\n            'customer_name' => 'trim(concat(ifnull(sales_order.customer_firstname, \\'\\'), \\' \\' '\n                . ',ifnull(sales_order.customer_lastname, \\'\\')))',\n            'customer_email' => 'sales_order.customer_email',\n            'customer_group_id' => 'sales_order.customer_group_id',\n            'payment_method' => $paymentSelect,\n            'shipping_information' => 'sales_order.shipping_description',\n            'subtotal' => 'sales_creditmemo.subtotal',\n            'shipping_and_handling' => 'sales_creditmemo.shipping_amount',\n            'adjustment_positive' => 'sales_creditmemo.adjustment_positive',\n            'adjustment_negative' => 'sales_creditmemo.adjustment_negative',\n            'order_base_grand_total' => 'sales_order.base_grand_total'\n        ];\n        foreach (array_keys($fields) as $key) {\n            $result[$key] = isset($columns[$key]) ? $columns[$key] : 'null';\n        }\n        return $result;\n    }\n\n    /**\n     * Get document list\n     *\n     * @return array\n     */\n    public function getDocumentList()\n    {\n        return [\n            'sales_flat_order_grid' => 'sales_order_grid',\n            'sales_flat_invoice_grid' => 'sales_invoice_grid',\n            'sales_flat_shipment_grid' => 'sales_shipment_grid',\n            'sales_flat_creditmemo_grid' => 'sales_creditmemo_grid'\n        ];\n    }\n\n    /**\n     * Get document columns\n     *\n     * @param string $documentName\n     * @return array\n     */\n    public function getDocumentColumns($documentName)\n    {\n        $columnsData = $this->getColumnsData($documentName);\n        return array_keys($columnsData);\n    }\n\n    /**\n     * Get update data\n     *\n     * @return array\n     */\n    public function getUpdateData()\n    {\n        return [\n            'sales_flat_order' => [\n                'idKey' => 'entity_id',\n                'methods' => [\n                    'getSelectSalesOrderGrid',\n                    'getSelectSalesInvoiceGrid',\n                    'getSelectSalesShipmentGrid',\n                    'getSelectSalesCreditmemoGrid'\n                ]\n            ],\n            'sales_flat_invoice' => [\n                'idKey' => 'entity_id',\n                'methods' => [\n                    'getSelectSalesInvoiceGrid',\n                ]\n            ],\n            'sales_flat_shipment' => [\n                'idKey' => 'entity_id',\n                'methods' => [\n                    'getSelectSalesShipmentGrid',\n                ]\n            ],\n            'sales_flat_creditmemo' => [\n                'idKey' => 'entity_id',\n                'methods' => [\n                    'getSelectSalesCreditmemoGrid'\n                ]\n            ],\n            'sales_flat_order_address' => [\n                'idKey' => 'parent_id',\n                'methods' => [\n                    'getSelectSalesOrderGrid',\n                    'getSelectSalesInvoiceGrid',\n                    'getSelectSalesShipmentGrid',\n                    'getSelectSalesCreditmemoGrid'\n                ]\n            ],\n            'sales_flat_order_payment' => [\n                'idKey' => 'parent_id',\n                'methods' => [\n                    'getSelectSalesOrderGrid',\n                    'getSelectSalesInvoiceGrid',\n                    'getSelectSalesShipmentGrid',\n                    'getSelectSalesCreditmemoGrid'\n                ]\n            ]\n        ];\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/OrderGrids/Integrity.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\OrderGrids;\n\nuse Migration\\ResourceModel;\nuse Migration\\Logger\\Logger;\nuse Migration\\App\\ProgressBar;\nuse Migration\\Config;\n\n/**\n * Class Integrity\n */\nclass Integrity extends \\Migration\\App\\Step\\AbstractIntegrity\n{\n    /**\n     * @var ProgressBar\\LogLevelProcessor\n     */\n    protected $progress;\n\n    /**\n     * @var Logger\n     */\n    protected $logger;\n\n    /**\n     * @var ResourceModel\\Source\n     */\n    protected $source;\n\n    /**\n     * @var ResourceModel\\Destination\n     */\n    protected $destination;\n\n    /**\n     * @var Helper\n     */\n    protected $helper;\n\n    /**\n     * @param ProgressBar\\LogLevelProcessor $progress\n     * @param Logger $logger\n     * @param Config $config\n     * @param ResourceModel\\Source $source\n     * @param ResourceModel\\Destination $destination\n     * @param Helper $helper\n     */\n    public function __construct(\n        ProgressBar\\LogLevelProcessor $progress,\n        Logger $logger,\n        Config $config,\n        ResourceModel\\Source $source,\n        ResourceModel\\Destination $destination,\n        Helper $helper\n    ) {\n        $this->progress = $progress;\n        $this->logger = $logger;\n        $this->config = $config;\n        $this->source = $source;\n        $this->destination = $destination;\n        $this->helper = $helper;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function perform()\n    {\n        $errors = false;\n        $this->progress->start(0);\n        foreach ($this->helper->getDocumentList() as $documentName) {\n            $documentColumns = $this->helper->getDocumentColumns($documentName);\n            $destinationDocumentStructure = array_keys($this->destination->getStructure($documentName)->getFields());\n            foreach (array_diff($documentColumns, $destinationDocumentStructure) as $columnDiff) {\n                $message = sprintf(\n                    '%s table does not contain field: %s',\n                    $documentName,\n                    $columnDiff\n                );\n                $this->logger->error($message);\n                $errors = true;\n            }\n        }\n        if (!$errors) {\n            $this->progress->finish();\n        }\n        return $this->checkForErrors();\n    }\n\n    /**\n     * Get iterations count for step\n     *\n     * @return int\n     */\n    protected function getIterationsCount()\n    {\n        return count($this->helper->getDocumentList());\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/OrderGrids/Volume.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\OrderGrids;\n\nuse Migration\\App\\Step\\AbstractVolume;\nuse Migration\\Logger\\Logger;\nuse Migration\\ResourceModel;\nuse Migration\\App\\ProgressBar;\n\n/**\n * Class Volume\n */\nclass Volume extends AbstractVolume\n{\n    /**\n     * @var ResourceModel\\Source\n     */\n    protected $source;\n\n    /**\n     * @var ResourceModel\\Destination\n     */\n    protected $destination;\n\n    /**\n     * LogLevelProcessor instance\n     *\n     * @var ProgressBar\\LogLevelProcessor\n     */\n    protected $progressBar;\n\n    /**\n     * @var Helper\n     */\n    protected $helper;\n\n    /**\n     * @param Logger $logger\n     * @param ResourceModel\\Source $source\n     * @param ResourceModel\\Destination $destination\n     * @param ProgressBar\\LogLevelProcessor $progressBar\n     * @param Helper $helper\n     */\n    public function __construct(\n        Logger $logger,\n        ResourceModel\\Source $source,\n        ResourceModel\\Destination $destination,\n        ProgressBar\\LogLevelProcessor $progressBar,\n        Helper $helper\n    ) {\n        $this->source = $source;\n        $this->destination = $destination;\n        $this->progressBar = $progressBar;\n        $this->helper = $helper;\n        parent::__construct($logger);\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function perform()\n    {\n        $this->progressBar->start($this->getIterationsCount());\n        foreach ($this->helper->getDocumentList() as $sourceName => $destinationName) {\n            $this->progressBar->advance();\n            $sourceCount = $this->source->getRecordsCount($sourceName);\n            $destinationCount = $this->destination->getRecordsCount($destinationName);\n            if ($sourceCount != $destinationCount) {\n                $this->errors[] = sprintf(\n                    'Mismatch of entities in the document: %s Source: %s Destination: %s',\n                    $destinationName,\n                    $sourceCount,\n                    $destinationCount\n                );\n            }\n        }\n\n        $this->progressBar->finish();\n        return $this->checkForErrors();\n    }\n\n    /**\n     * Get iterations count for step\n     *\n     * @return int\n     */\n    protected function getIterationsCount()\n    {\n        return count($this->helper->getDocumentList());\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/OrderGridsEE/Data.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\OrderGridsEE;\n\nuse Migration\\Handler;\nuse Migration\\ResourceModel;\nuse Migration\\ResourceModel\\Record;\nuse Migration\\App\\ProgressBar;\nuse Migration\\Logger\\Logger;\nuse Migration\\Config;\n\n/**\n * Class Data\n */\nclass Data extends \\Migration\\Step\\OrderGrids\\Data\n{\n    /**\n     * @param ProgressBar\\LogLevelProcessor $progress\n     * @param ResourceModel\\Source $source\n     * @param ResourceModel\\Destination $destination\n     * @param ResourceModel\\RecordFactory $recordFactory\n     * @param Logger $logger\n     * @param Helper $helper\n     * @param Config $config\n     */\n    public function __construct(\n        ProgressBar\\LogLevelProcessor $progress,\n        ResourceModel\\Source $source,\n        ResourceModel\\Destination $destination,\n        ResourceModel\\RecordFactory $recordFactory,\n        Logger $logger,\n        Helper $helper,\n        Config $config\n    ) {\n        parent::__construct($progress, $source, $destination, $recordFactory, $logger, $helper, $config);\n    }\n\n    /**\n     * Get select sales order grid archive\n     *\n     * @param array $columns\n     * @param \\Zend_Db_Expr|array $entityIds\n     * @return \\Magento\\Framework\\DB\\Select\n     */\n    public function getSelectSalesOrderGridArchive(array $columns, $entityIds)\n    {\n        return parent::getSelectSalesOrderGrid($columns, $entityIds);\n    }\n\n    /**\n     * Get select sales invoice grid archive\n     *\n     * @param array $columns\n     * @param \\Zend_Db_Expr|array $entityIds\n     * @return \\Magento\\Framework\\DB\\Select\n     */\n    public function getSelectSalesInvoiceGridArchive(array $columns, $entityIds)\n    {\n        return parent::getSelectSalesInvoiceGrid($columns, $entityIds);\n    }\n\n    /**\n     * Get select sales shipment grid archive\n     *\n     * @param array $columns\n     * @param \\Zend_Db_Expr|array $entityIds\n     * @return \\Magento\\Framework\\DB\\Select\n     */\n    public function getSelectSalesShipmentGridArchive(array $columns, $entityIds)\n    {\n        return parent::getSelectSalesShipmentGrid($columns, $entityIds);\n    }\n\n    /**\n     * Get select sales creditmemo grid archive\n     *\n     * @param array $columns\n     * @param \\Zend_Db_Expr|array $entityIds\n     * @return \\Magento\\Framework\\DB\\Select\n     */\n    public function getSelectSalesCreditmemoGridArchive(array $columns, $entityIds)\n    {\n        return parent::getSelectSalesCreditmemoGrid($columns, $entityIds);\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/OrderGridsEE/Delta.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\OrderGridsEE;\n\nuse Migration\\Logger\\Logger;\nuse Migration\\Reader\\GroupsFactory;\nuse Migration\\ResourceModel\\Destination;\nuse Migration\\ResourceModel\\Source;\n\n/**\n * Class Delta\n */\nclass Delta extends \\Migration\\Step\\OrderGrids\\Delta\n{\n    /**\n     * @param Source $source\n     * @param Destination $destination\n     * @param GroupsFactory $groupsFactory\n     * @param Logger $logger\n     * @param Helper $helper\n     * @param Data $data\n     */\n    public function __construct(\n        Source $source,\n        Destination $destination,\n        GroupsFactory $groupsFactory,\n        Logger $logger,\n        Helper $helper,\n        Data $data\n    ) {\n        $this->source = $source;\n        $this->readerGroups = $groupsFactory->create('order_grids_document_groups_file');\n        $this->logger = $logger;\n        $this->helper = $helper;\n        $this->data = $data;\n        parent::__construct($source, $destination, $groupsFactory, $logger, $helper, $data);\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function perform()\n    {\n        parent::perform();\n\n        $documentMap = $this->helper->getDocumentList();\n        $sourceDocuments = $this->readerGroups->getGroup('archive_orders');\n        foreach ($sourceDocuments as $sourceDocName => $idKey) {\n            if ($this->source->getRecordsCount($this->source->getDeltaLogName($sourceDocName)) == 0) {\n                continue;\n            }\n            $items = $this->source->getChangedRecords($sourceDocName, [$idKey], 0, true);\n            if (empty($items)) {\n                continue;\n            }\n            $this->logger->debug(sprintf('%s has changes', $sourceDocName));\n\n            if (!$this->eolOnce) {\n                $this->eolOnce = true;\n                echo PHP_EOL;\n            }\n            $page = 1;\n\n            $destinationDocument = $documentMap[$sourceDocName];\n            do {\n                $ids = [];\n                foreach ($items as $value) {\n                    echo('.');\n                    $ids[] = $value[$idKey];\n                }\n                $this->destination->deleteRecords(\n                    $this->destination->addDocumentPrefix($destinationDocument),\n                    $idKey,\n                    $ids\n                );\n                $documentNameDelta = $this->source->getDeltaLogName($sourceDocName);\n                $documentNameDelta = $this->source->addDocumentPrefix($documentNameDelta);\n                $this->markRecordsProcessed($documentNameDelta, $idKey, $ids);\n            } while (!empty($items = $this->source->getChangedRecords($sourceDocName, [$idKey], $page++)));\n        }\n        return true;\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/OrderGridsEE/Helper.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\OrderGridsEE;\n\n/**\n * Class Helper\n */\nclass Helper extends \\Migration\\Step\\OrderGrids\\Helper\n{\n    /**\n     * @inheritdoc\n     */\n    public function getSelectData()\n    {\n        $selectedData = parent::getSelectData();\n        $documentListArchive = [\n            'getSelectSalesOrderGridArchive' =>\n                $this->getDocumentData('magento_sales_order_grid_archive'),\n            'getSelectSalesInvoiceGridArchive' =>\n                $this->getDocumentData('magento_sales_invoice_grid_archive'),\n            'getSelectSalesShipmentGridArchive' =>\n                $this->getDocumentData('magento_sales_shipment_grid_archive'),\n            'getSelectSalesCreditmemoGridArchive' =>\n                $this->getDocumentData('magento_sales_creditmemo_grid_archive')\n        ];\n\n        return array_merge($selectedData, $documentListArchive);\n    }\n\n    /**\n     * @inheritdoc\n     */\n    protected function getColumnsData($gridName)\n    {\n        $columnsData = parent::getColumnsData($gridName);\n        if (!$columnsData) {\n            switch ($gridName) {\n                case 'magento_sales_order_grid_archive':\n                    $columnsData = $this->getSalesOrderColumnsGrid();\n                    break;\n                case 'magento_sales_invoice_grid_archive':\n                    $columnsData = $this->getSalesInvoiceColumnsGrid();\n                    break;\n                case 'magento_sales_shipment_grid_archive':\n                    $columnsData = $this->getSalesShipmentColumnsGrid();\n                    break;\n                case 'magento_sales_creditmemo_grid_archive':\n                    $columnsData = $this->getSalesCreditMemoColumnsGrid();\n                    break;\n                default:\n                    null;\n            }\n        }\n        return $columnsData;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    protected function getSalesOrderColumnsGrid()\n    {\n        $columnsGrid = parent::getSalesOrderColumnsGrid();\n        $columnsGrid['refunded_to_store_credit'] = 'sales_order.customer_bal_total_refunded';\n        return $columnsGrid;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function getDocumentList()\n    {\n        $documentList = parent::getDocumentList();\n        $documentListArchive = [\n            'enterprise_sales_order_grid_archive' => 'magento_sales_order_grid_archive',\n            'enterprise_sales_invoice_grid_archive' => 'magento_sales_invoice_grid_archive',\n            'enterprise_sales_shipment_grid_archive' => 'magento_sales_shipment_grid_archive',\n            'enterprise_sales_creditmemo_grid_archive' => 'magento_sales_creditmemo_grid_archive'\n        ];\n        return array_merge($documentList, $documentListArchive);\n    }\n\n    /**\n     * Get update data\n     *\n     * @return array\n     */\n    public function getUpdateData()\n    {\n        $updateData = [\n            'sales_flat_order_grid' => [\n                'idKey' => 'entity_id',\n                'methods' => ['getSelectSalesOrderGrid']\n            ],\n            'sales_flat_invoice_grid' => [\n                'idKey' => 'entity_id',\n                'methods' => ['getSelectSalesInvoiceGrid']\n            ],\n            'sales_flat_shipment_grid' => [\n                'idKey' => 'entity_id',\n                'methods' => ['getSelectSalesShipmentGrid']\n            ],\n            'sales_flat_creditmemo_grid' => [\n                'idKey' => 'entity_id',\n                'methods' => ['getSelectSalesCreditmemoGrid']\n            ],\n            'enterprise_sales_order_grid_archive' => [\n                'idKey' => 'entity_id',\n                'methods' => ['getSelectSalesOrderGridArchive']\n            ],\n            'enterprise_sales_invoice_grid_archive' => [\n                'idKey' => 'entity_id',\n                'methods' => ['getSelectSalesInvoiceGridArchive']\n            ],\n            'enterprise_sales_shipment_grid_archive' => [\n                'idKey' => 'entity_id',\n                'methods' => ['getSelectSalesShipmentGridArchive']\n            ],\n            'enterprise_sales_creditmemo_grid_archive' => [\n                'idKey' => 'entity_id',\n                'methods' => ['getSelectSalesCreditmemoGridArchive']\n            ]\n        ];\n        return array_merge_recursive(parent::getUpdateData(), $updateData);\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/OrderGridsEE/Integrity.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\OrderGridsEE;\n\nuse Migration\\ResourceModel;\nuse Migration\\Logger\\Logger;\nuse Migration\\App\\ProgressBar;\nuse Migration\\Config;\n\n/**\n * Class Integrity\n */\nclass Integrity extends \\Migration\\Step\\OrderGrids\\Integrity\n{\n    /**\n     * @param ProgressBar\\LogLevelProcessor $progress\n     * @param Logger $logger\n     * @param Config $config\n     * @param ResourceModel\\Source $source\n     * @param ResourceModel\\Destination $destination\n     * @param Helper $helper\n     */\n    public function __construct(\n        ProgressBar\\LogLevelProcessor $progress,\n        Logger $logger,\n        Config $config,\n        ResourceModel\\Source $source,\n        ResourceModel\\Destination $destination,\n        Helper $helper\n    ) {\n        parent::__construct($progress, $logger, $config, $source, $destination, $helper);\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/OrderGridsEE/Volume.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\OrderGridsEE;\n\nuse Migration\\Logger\\Logger;\nuse Migration\\ResourceModel;\nuse Migration\\App\\ProgressBar;\n\n/**\n * Class Volume\n */\nclass Volume extends \\Migration\\Step\\OrderGrids\\Volume\n{\n    /**\n     * @param Logger $logger\n     * @param ResourceModel\\Source $source\n     * @param ResourceModel\\Destination $destination\n     * @param ProgressBar\\LogLevelProcessor $progressBar\n     * @param Helper $helper\n     */\n    public function __construct(\n        Logger $logger,\n        ResourceModel\\Source $source,\n        ResourceModel\\Destination $destination,\n        ProgressBar\\LogLevelProcessor $progressBar,\n        Helper $helper\n    ) {\n        parent::__construct($logger, $source, $destination, $progressBar, $helper);\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/PostProcessing/Data/AttributeSetLeftoverDataCleaner.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\PostProcessing\\Data;\n\nuse Migration\\ResourceModel;\nuse Migration\\App\\ProgressBar;\nuse Migration\\App\\Progress;\nuse Migration\\Logger\\Manager as LogManager;\nuse \\Migration\\Step\\PostProcessing\\Model\\AttributeSetLeftoverData as AttributeSetLeftoverDataModel;\n\n/**\n * Class AttributeSetLeftoverDataCleaner\n */\nclass AttributeSetLeftoverDataCleaner\n{\n    /**\n     * @var ResourceModel\\Destination\n     */\n    private $destination;\n\n    /**\n     * @var ProgressBar\\LogLevelProcessor\n     */\n    private $progressBar;\n\n    /**\n     * @var Progress\n     */\n    private $progress;\n\n    /**\n     * @var AttributeSetLeftoverDataModel\n     */\n    private $attributeSetLeftoverDataModel;\n\n    /**\n     * @param ProgressBar\\LogLevelProcessor $progressBar\n     * @param ResourceModel\\Destination $destination\n     * @param Progress $progress\n     * @param AttributeSetLeftoverDataModel $attributeSetLeftoverDataModel\n     */\n    public function __construct(\n        ProgressBar\\LogLevelProcessor $progressBar,\n        ResourceModel\\Destination $destination,\n        Progress $progress,\n        AttributeSetLeftoverDataModel $attributeSetLeftoverDataModel\n    ) {\n        $this->destination = $destination;\n        $this->progressBar = $progressBar;\n        $this->progress = $progress;\n        $this->attributeSetLeftoverDataModel = $attributeSetLeftoverDataModel;\n    }\n\n    /**\n     * Records which are still in product entity tables but product attribute no longer exist in attribute set\n     */\n    public function clean()\n    {\n        $entityValueIds = $this->attributeSetLeftoverDataModel->getLeftoverIds();\n        if (!$entityValueIds) {\n            return ;\n        }\n        foreach ($this->attributeSetLeftoverDataModel->getDocuments() as $document) {\n            $this->progressBar->advance(LogManager::LOG_LEVEL_INFO);\n            if (isset($entityValueIds[$document]) && $entityValueIds[$document]) {\n                $this->destination->deleteRecords(\n                    $this->destination->addDocumentPrefix($document),\n                    'value_id',\n                    $entityValueIds[$document]\n                );\n            }\n        }\n    }\n\n    /**\n     * Get documents\n     *\n     * @return array\n     */\n    public function getDocuments()\n    {\n        return $this->attributeSetLeftoverDataModel->getDocuments();\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/PostProcessing/Data/DeletedRecordsCounter.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\PostProcessing\\Data;\n\nuse Migration\\ResourceModel;\nuse Migration\\App\\Progress;\nuse Migration\\Reader\\GroupsFactory;\nuse Migration\\Reader\\MapFactory;\nuse Migration\\Reader\\MapInterface;\n\n/**\n * Class DeletedRecordsCounter\n */\nclass DeletedRecordsCounter\n{\n    /**\n     * @var ResourceModel\\Destination\n     */\n    private $destination;\n\n    /**\n     * @var ResourceModel\\Source\n     */\n    private $source;\n\n    /**\n     * @var array\n     */\n    private $documentRecordsCount;\n\n    /**\n     * @var Progress\n     */\n    private $progress;\n\n    /**\n     * @var array\n     */\n    private $deltaDocuments;\n\n    /**\n     * @var string\n     */\n    private $mapConfigOption = 'map_file';\n\n    /**\n     * @var string\n     */\n    private $groupName = 'delta_map';\n\n    /**\n     * @var MapInterface\n     */\n    private $mapReader;\n\n    /**\n     * @param ResourceModel\\Destination $destination\n     * @param ResourceModel\\Source $source\n     * @param Progress $progress\n     * @param GroupsFactory $groupsFactory\n     * @param MapFactory $mapFactory\n     */\n    public function __construct(\n        ResourceModel\\Destination $destination,\n        ResourceModel\\Source $source,\n        Progress $progress,\n        GroupsFactory $groupsFactory,\n        MapFactory $mapFactory\n    ) {\n        $this->source = $source;\n        $this->destination = $destination;\n        $this->progress = $progress;\n        $this->mapReader = $mapFactory->create($this->mapConfigOption);\n        $deltaDocumentsSource = $groupsFactory->create('delta_document_groups_file')->getGroup($this->groupName);\n        foreach (array_keys($deltaDocumentsSource) as $deltaDocument) {\n            if ($deltaDocumentMap = $this->mapReader->getDocumentMap($deltaDocument, MapInterface::TYPE_SOURCE)) {\n                $this->deltaDocuments[] = $deltaDocumentMap;\n            }\n        }\n    }\n\n    /**\n     * Compare current amount of records in given documents and save number of deleted records\n     *\n     * @param array $documents\n     */\n    public function saveChanged($documents)\n    {\n        $documentsToSave = [];\n        $documents = array_unique(array_merge($this->deltaDocuments, $documents));\n        foreach ($documents as $document) {\n            $documentMap = $this->mapReader->getDocumentMap($document, MapInterface::TYPE_DEST);\n            if (!$documentMap) {\n                continue;\n            }\n            $recordsCountSource = $this->source->getRecordsCount($documentMap);\n            $recordsCountDestination = $this->destination->getRecordsCount($document);\n            if ($recordsCountSource != $recordsCountDestination) {\n                $documentsToSave[$document] = $recordsCountSource - $recordsCountDestination;\n            }\n        }\n        $this->progress->saveProcessedEntities(\n            'PostProcessing',\n            'changedDocumentRowsCount',\n            $documentsToSave\n        );\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/PostProcessing/Data/EavLeftoverDataCleaner.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\PostProcessing\\Data;\n\nuse Migration\\ResourceModel;\nuse Migration\\App\\ProgressBar;\nuse Migration\\Logger\\Manager as LogManager;\nuse \\Migration\\Step\\PostProcessing\\Model\\EavLeftoverData as EavLeftoverDataModel;\n\n/**\n * Class EavLeftoverDataCleaner\n */\nclass EavLeftoverDataCleaner\n{\n    /**\n     * @var ResourceModel\\Destination\n     */\n    private $destination;\n\n    /**\n     * @var ProgressBar\\LogLevelProcessor\n     */\n    private $progressBar;\n\n    /**\n     * @var EavLeftoverDataModel\n     */\n    private $eavLeftoverDataModel;\n\n    /**\n     * @param ProgressBar\\LogLevelProcessor $progressBar\n     * @param ResourceModel\\Destination $destination\n     * @param EavLeftoverDataModel $eavLeftoverDataModel\n     */\n    public function __construct(\n        ProgressBar\\LogLevelProcessor $progressBar,\n        ResourceModel\\Destination $destination,\n        EavLeftoverDataModel $eavLeftoverDataModel\n    ) {\n        $this->destination = $destination;\n        $this->progressBar = $progressBar;\n        $this->eavLeftoverDataModel = $eavLeftoverDataModel;\n    }\n\n    /**\n     * Deletes records from tables which refer to non existing attributes\n     *\n     * @return void\n     */\n    public function clean()\n    {\n        $attributeIds = $this->eavLeftoverDataModel->getLeftoverAttributeIds();\n        if (!$attributeIds) {\n            return ;\n        }\n        foreach ($this->eavLeftoverDataModel->getDocuments() as $document) {\n            $this->progressBar->advance(LogManager::LOG_LEVEL_INFO);\n            $this->destination->deleteRecords(\n                $this->destination->addDocumentPrefix($document),\n                'attribute_id',\n                $attributeIds\n            );\n        }\n    }\n\n    /**\n     * Get documents\n     *\n     * @return array\n     */\n    public function getDocuments()\n    {\n        return $this->eavLeftoverDataModel->getDocuments();\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/PostProcessing/Data/EntityTypeTextToVarcharMover.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\PostProcessing\\Data;\n\nuse Migration\\ResourceModel;\nuse Migration\\App\\ProgressBar;\nuse Migration\\App\\Progress;\nuse Migration\\Config;\n\n/**\n * Class EntityTypeTextToVarcharMover\n */\nclass EntityTypeTextToVarcharMover\n{\n    /**\n     * @var ResourceModel\\Destination\n     */\n    private $destination;\n\n    /**\n     * @var ProgressBar\\LogLevelProcessor\n     */\n    private $progressBar;\n\n    /**\n     * @var Progress\n     */\n    private $progress;\n\n    /**\n     * @var string\n     */\n    private $productTextTypeTable = 'catalog_product_entity_text';\n\n    /**\n     * @var string\n     */\n    private $productVarcharTypeTable = 'catalog_product_entity_varchar';\n\n    /**\n     * @var string\n     */\n    private $eavAttributesTable = 'eav_attribute';\n\n    /**\n     * @var string\n     */\n    private $eavEntityTypeTable = 'eav_entity_type';\n\n    /**\n     * @var string\n     */\n    private $productEntityTypeCode = 'catalog_product';\n\n    /**\n     * @var string\n     */\n    protected $editionMigrate = '';\n\n\n    /**\n     * @param ProgressBar\\LogLevelProcessor $progressBar\n     * @param ResourceModel\\Destination $destination\n     * @param Progress $progress\n     * @param Config $config\n     */\n    public function __construct(\n        ProgressBar\\LogLevelProcessor $progressBar,\n        ResourceModel\\Destination $destination,\n        Progress $progress,\n        Config $config\n    ) {\n        $this->destination = $destination;\n        $this->progressBar = $progressBar;\n        $this->progress = $progress;\n        $this->editionMigrate = $config->getOption('edition_migrate');\n    }\n\n    /**\n     * Moves records of multiselect attributes from text type table to varchar type table\n     *\n     * @return void\n     */\n    public function move()\n    {\n        /** @var \\Migration\\ResourceModel\\Adapter\\Mysql $adapter */\n        $adapter = $this->destination->getAdapter();\n        $select = $adapter->getSelect()\n            ->from(\n                ['ea' => $this->destination->addDocumentPrefix($this->eavAttributesTable)],\n                ['attribute_id']\n\n            )->join(\n                ['eet' => $this->destination->addDocumentPrefix($this->eavEntityTypeTable)],\n                'eet.entity_type_id = ea.entity_type_id',\n                []\n            )->where(\n                'eet.entity_type_code = ?',\n                $this->productEntityTypeCode\n            )->where(\n                'ea.frontend_input = \"multiselect\"'\n            );\n        $multiselectIds = $adapter->getSelect()->getAdapter()->fetchCol($select);\n        $entityIdName = $this->editionMigrate == Config::EDITION_MIGRATE_OPENSOURCE_TO_OPENSOURCE\n            ? 'entity_id'\n            : 'row_id';\n        $fields = ['attribute_id', 'store_id', 'value', $entityIdName];\n        $select = $adapter->getSelect()\n            ->from(\n                ['cpet' => $this->destination->addDocumentPrefix($this->productTextTypeTable)],\n                $fields\n            )->where(\n                'cpet.attribute_id in (?)', $multiselectIds\n            );\n        $this->destination->getAdapter()->insertFromSelect(\n            $select,\n            $this->destination->addDocumentPrefix($this->productVarcharTypeTable),\n            $fields,\n            \\Magento\\Framework\\Db\\Adapter\\AdapterInterface::INSERT_ON_DUPLICATE\n        );\n        if ($multiselectIds) {\n            $this->destination->deleteRecords(\n                $this->destination->addDocumentPrefix($this->productTextTypeTable),\n                'attribute_id',\n                $multiselectIds\n            );\n        }\n    }\n\n    /**\n     * Get documents\n     *\n     * @return array\n     */\n    public function getDocuments()\n    {\n        return [\n            $this->productTextTypeTable,\n            $this->productVarcharTypeTable\n        ];\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/PostProcessing/Data/ProductUrlPathCleaner.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\PostProcessing\\Data;\n\nuse Migration\\ResourceModel;\n\n/**\n * Class ProductUrlPathCleaner\n */\nclass ProductUrlPathCleaner\n{\n    /**\n     * @var ResourceModel\\Destination\n     */\n    private $destination;\n\n    /**\n     * @var string\n     */\n    private $productVarcharTypeTable = 'catalog_product_entity_varchar';\n\n    /**\n     * @var string\n     */\n    private $eavAttributesTable = 'eav_attribute';\n\n    /**\n     * @var string\n     */\n    private $eavEntityTypeTable = 'eav_entity_type';\n\n    /**\n     * @var string\n     */\n    private $productEntityTypeCode = 'catalog_product';\n\n    /**\n     * @var string\n     */\n    private $urlPathAttributeCode = 'url_path';\n\n    /**\n     * @param ResourceModel\\Destination $destination\n     */\n    public function __construct(\n        ResourceModel\\Destination $destination\n    ) {\n        $this->destination = $destination;\n    }\n\n    /**\n     * Remove records with url_path attributes in product entity table\n     *\n     * @return void\n     */\n    public function clean()\n    {\n        /** @var \\Migration\\ResourceModel\\Adapter\\Mysql $adapter */\n        $adapter = $this->destination->getAdapter();\n        $select = $adapter->getSelect()\n            ->from(\n                ['ea' => $this->destination->addDocumentPrefix($this->eavAttributesTable)],\n                ['attribute_id']\n\n            )->join(\n                ['eet' => $this->destination->addDocumentPrefix($this->eavEntityTypeTable)],\n                'eet.entity_type_id = ea.entity_type_id',\n                []\n            )->where(\n                'ea.attribute_code = ?',\n                $this->urlPathAttributeCode\n            )->where(\n                'eet.entity_type_code = ?',\n                $this->productEntityTypeCode\n            );\n        $productUrlPathId = $adapter->getSelect()->getAdapter()->fetchOne($select);\n        if ($productUrlPathId) {\n            /** @var \\Magento\\Framework\\DB\\Adapter\\Pdo\\Mysql $adapter */\n            $adapter = $this->destination->getAdapter()->getSelect()->getAdapter();\n            $adapter->delete(\n                $this->destination->addDocumentPrefix($this->productVarcharTypeTable),\n                \"attribute_id = $productUrlPathId\"\n            );\n        }\n    }\n\n    /**\n     * Get documents\n     *\n     * @return array\n     */\n    public function getDocuments()\n    {\n        return [\n            $this->productVarcharTypeTable\n        ];\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/PostProcessing/Data/ProductsInRootCatalogCleaner.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\PostProcessing\\Data;\n\nuse Migration\\App\\ProgressBar;\nuse Migration\\Logger\\Manager as LogManager;\nuse Migration\\ResourceModel;\nuse Migration\\Step\\PostProcessing\\Model\\ProductsInRootCatalog as ProductsInRootCatalogModel;\n\n/**\n * Class cleans products assigned to tree root category\n *\n * Such assignments are not acceptable by design and should be cleaned\n */\nclass ProductsInRootCatalogCleaner\n{\n    /**\n     * @var ResourceModel\\Destination\n     */\n    private $destination;\n\n    /**\n     * @var ProductsInRootCatalogModel\n     */\n    private $productsInRootCatalogModel;\n\n    /**\n     * @var ProgressBar\\LogLevelProcessor\n     */\n    private $progressBar;\n\n    /**\n     * @param ProgressBar\\LogLevelProcessor $progressBar\n     * @param ResourceModel\\Destination $destination\n     * @param ProductsInRootCatalogModel $productsInRootCatalogModel\n     */\n    public function __construct(\n        ProgressBar\\LogLevelProcessor $progressBar,\n        ResourceModel\\Destination $destination,\n        ProductsInRootCatalogModel $productsInRootCatalogModel\n    ) {\n        $this->progressBar = $progressBar;\n        $this->destination = $destination;\n        $this->productsInRootCatalogModel = $productsInRootCatalogModel;\n    }\n\n    /**\n     * Deletes products assigned to tree root category\n     *\n     * @return void\n     */\n    public function clean()\n    {\n        $productIds = $this->productsInRootCatalogModel->getProductIds();\n        if (!$productIds) {\n            return ;\n        }\n        $catalogCategoryProductDocument = $this->destination->addDocumentPrefix(\n            $this->productsInRootCatalogModel->getCatalogCategoryProductDocument()\n        );\n        $this->progressBar->advance(LogManager::LOG_LEVEL_INFO);\n        $this->destination->deleteRecords(\n            $catalogCategoryProductDocument,\n            'entity_id',\n            $productIds\n        );\n    }\n\n    /**\n     * Get documents\n     *\n     * @return array\n     */\n    public function getDocuments()\n    {\n        return [$this->productsInRootCatalogModel->getCatalogCategoryProductDocument()];\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/PostProcessing/Data.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\PostProcessing;\n\nuse Migration\\App\\Step\\StageInterface;\nuse Migration\\App\\ProgressBar;\nuse Migration\\Logger\\Manager as LogManager;\nuse Migration\\Step\\PostProcessing\\Data\\EavLeftoverDataCleaner;\nuse Migration\\Step\\PostProcessing\\Data\\AttributeSetLeftoverDataCleaner;\nuse Migration\\Step\\PostProcessing\\Data\\ProductsInRootCatalogCleaner;\nuse Migration\\Step\\PostProcessing\\Data\\EntityTypeTextToVarcharMover;\nuse Migration\\Step\\PostProcessing\\Data\\ProductUrlPathCleaner;\nuse Migration\\Step\\PostProcessing\\Data\\DeletedRecordsCounter;\n\n/**\n * Class Data\n */\nclass Data implements StageInterface\n{\n    /**\n     * @var ProgressBar\\LogLevelProcessor\n     */\n    private $progressBar;\n\n    /**\n     * @var EavLeftoverDataCleaner\n     */\n    private $eavLeftoverDataCleaner;\n\n    /**\n     * @var AttributeSetLeftoverDataCleaner\n     */\n    private $attributeSetLeftoverDataCleaner;\n\n    /**\n     * @var ProductsInRootCatalogCleaner\n     */\n    private $productsInRootCatalogCleaner;\n\n    /**\n     * @var EntityTypeTextToVarcharMover\n     */\n    private $entityTypeTextToVarcharMover;\n\n    /**\n     * @var ProductUrlPathCleaner\n     */\n    private $productUrlPathCleaner;\n\n    /**\n     * @var DeletedRecordsCounter\n     */\n    private $deletedRecordsCounter;\n\n    /**\n     * @var array\n     */\n    private $documents = [];\n\n    /**\n     * Data constructor.\n     * @param ProgressBar\\LogLevelProcessor $progressBar\n     * @param EavLeftoverDataCleaner $eavLeftoverDataCleaner\n     * @param AttributeSetLeftoverDataCleaner $attributeSetLeftoverDataCleaner\n     * @param ProductsInRootCatalogCleaner $productsInRootCatalogCleaner\n     * @param EntityTypeTextToVarcharMover $entityTypeTextToVarcharMover\n     * @param ProductUrlPathCleaner $productUrlPathCleaner\n     * @param DeletedRecordsCounter $deletedRecordsCounter\n     */\n    public function __construct(\n        ProgressBar\\LogLevelProcessor $progressBar,\n        EavLeftoverDataCleaner $eavLeftoverDataCleaner,\n        AttributeSetLeftoverDataCleaner $attributeSetLeftoverDataCleaner,\n        ProductsInRootCatalogCleaner $productsInRootCatalogCleaner,\n        EntityTypeTextToVarcharMover $entityTypeTextToVarcharMover,\n        ProductUrlPathCleaner $productUrlPathCleaner,\n        DeletedRecordsCounter $deletedRecordsCounter\n    ) {\n        $this->progressBar = $progressBar;\n        $this->eavLeftoverDataCleaner = $eavLeftoverDataCleaner;\n        $this->attributeSetLeftoverDataCleaner = $attributeSetLeftoverDataCleaner;\n        $this->productsInRootCatalogCleaner = $productsInRootCatalogCleaner;\n        $this->entityTypeTextToVarcharMover = $entityTypeTextToVarcharMover;\n        $this->productUrlPathCleaner = $productUrlPathCleaner;\n        $this->deletedRecordsCounter = $deletedRecordsCounter;\n        $append = function ($document) {\n            $this->documents[] = $document;\n        };\n        array_map($append, $this->eavLeftoverDataCleaner->getDocuments());\n        array_map($append, $this->attributeSetLeftoverDataCleaner->getDocuments());\n        array_map($append, $this->productsInRootCatalogCleaner->getDocuments());\n        array_map($append, $this->entityTypeTextToVarcharMover->getDocuments());\n        array_map($append, $this->productUrlPathCleaner->getDocuments());\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function perform()\n    {\n        $this->progressBar->start($this->getIterationsCount(), LogManager::LOG_LEVEL_INFO);\n        $this->eavLeftoverDataCleaner->clean();\n        $this->attributeSetLeftoverDataCleaner->clean();\n        $this->productsInRootCatalogCleaner->clean();\n        $this->entityTypeTextToVarcharMover->move();\n        $this->productUrlPathCleaner->clean();\n        $this->deletedRecordsCounter->saveChanged($this->documents);\n        $this->progressBar->finish(LogManager::LOG_LEVEL_INFO);\n        return true;\n    }\n\n    /**\n     * Get iterations count\n     *\n     * @return int\n     */\n    private function getIterationsCount()\n    {\n        return count($this->documents);\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/PostProcessing/Model/AttributeSetLeftoverData.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\PostProcessing\\Model;\n\nuse Migration\\ResourceModel;\nuse Migration\\Reader\\GroupsFactory;\nuse Migration\\Config;\nuse Magento\\Framework\\Module\\ModuleListInterface;\n\n/**\n * Class EavLeftoverData\n */\nclass AttributeSetLeftoverData\n{\n    /**\n     * @var ResourceModel\\Destination\n     */\n    private $destination;\n\n    /**\n     * @var ModuleListInterface\n     */\n    private $moduleList;\n\n    /**\n     * @var \\Migration\\Reader\\Groups\n     */\n    private $readerDocument;\n\n    /**\n     * @var string\n     */\n    private $editionMigrate;\n\n    /**\n     * @param ResourceModel\\Destination $destination\n     * @param GroupsFactory $groupsFactory\n     * @param Config $config\n     */\n    public function __construct(\n        ResourceModel\\Destination $destination,\n        GroupsFactory $groupsFactory,\n        Config $config,\n        ModuleListInterface $moduleList\n    ) {\n        $this->destination = $destination;\n        $this->readerDocument = $groupsFactory->create('eav_document_groups_file');\n        $this->editionMigrate = $config->getOption('edition_migrate');\n        $this->moduleList = $moduleList;\n    }\n\n    /**\n     * Get leftover ids\n     *\n     * Returns ids of records which are still in product entity tables but product\n     * attribute no longer exist in attribute set.\n     *\n     * @return array\n     */\n    public function getLeftoverIds()\n    {\n        $documents = [];\n        $entityIdName = $this->editionMigrate == Config::EDITION_MIGRATE_OPENSOURCE_TO_OPENSOURCE\n            || $this->moduleList->has('Magento_CatalogStaging') === false\n            ? 'entity_id'\n            : 'row_id';\n        /** @var \\Migration\\ResourceModel\\Adapter\\Mysql $adapter */\n        $adapter = $this->destination->getAdapter();\n        $subSelect = $adapter->getSelect()->from(\n            ['eea' => $this->destination->addDocumentPrefix('eav_entity_attribute')],\n            ['attribute_id']\n        )->where(\n            'eea.attribute_set_id = cpe.attribute_set_id'\n        );\n        foreach ($this->getDocuments() as $document) {\n            $select = $adapter->getSelect()->from(\n                ['cpev' => $this->destination->addDocumentPrefix($document)],\n                ['value_id']\n            )->join(\n                ['cpe' => $this->destination->addDocumentPrefix('catalog_product_entity')],\n                'cpe.entity_id = cpev.' . $entityIdName,\n                []\n            )->where(\n                'cpev.value IS NOT NULL'\n            )->where('cpev.attribute_id NOT IN ?', $subSelect);\n            if ($ids = $select->getAdapter()->fetchCol($select)) {\n                $documents[$document] = $ids;\n            }\n        }\n        return $documents;\n    }\n\n    /**\n     * Get documents to check\n     *\n     * @return array\n     */\n    public function getDocuments()\n    {\n        return array_keys($this->readerDocument->getGroup('documents_attribute_set_leftover_values'));\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/PostProcessing/Model/EavLeftoverData.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\PostProcessing\\Model;\n\nuse Migration\\ResourceModel;\nuse Migration\\Reader\\GroupsFactory;\nuse Migration\\Config;\n\n/**\n * Class EavLeftoverData\n */\nclass EavLeftoverData\n{\n    /**\n     * @var ResourceModel\\Destination\n     */\n    private $destination;\n\n    /**\n     * @var \\Migration\\Reader\\Groups\n     */\n    private $readerDocument;\n\n    /**\n     * @var string\n     */\n    private $editionMigrate = '';\n\n    /**\n     * @var string\n     */\n    private $eavAttributeDocument = 'eav_attribute';\n\n    /**\n     * @param ResourceModel\\Destination $destination\n     * @param GroupsFactory $groupsFactory\n     * @param Config $config\n     */\n    public function __construct(\n        ResourceModel\\Destination $destination,\n        GroupsFactory $groupsFactory,\n        Config $config\n    ) {\n        $this->destination = $destination;\n        $this->readerDocument = $groupsFactory->create('eav_document_groups_file');\n        $this->editionMigrate = $config->getOption('edition_migrate');\n    }\n\n    /**\n     * Return attribute ids which do not exist in 'eav_attribute' table but exist in reference tables\n     *\n     * @return array\n     */\n    public function getLeftoverAttributeIds()\n    {\n        /** @var \\Migration\\ResourceModel\\Adapter\\Mysql $adapter */\n        $adapter = $this->destination->getAdapter();\n        $selects = [];\n        foreach ($this->getDocuments() as $document) {\n            $selects[] = $adapter->getSelect()->from(\n                ['ea' => $this->destination->addDocumentPrefix($this->eavAttributeDocument)],\n                []\n            )->joinRight(\n                ['j' => $this->destination->addDocumentPrefix($document)],\n                'j.attribute_id = ea.attribute_id',\n                ['attribute_id']\n            )->where(\n                'ea.attribute_id IS NULL'\n            )->group(\n                'j.attribute_id'\n            );\n        }\n        $query = $adapter->getSelect()->union($selects, \\Zend_Db_Select::SQL_UNION);\n        return $query->getAdapter()->fetchCol($query);\n    }\n\n    /**\n     * Get documents\n     *\n     * @return array\n     */\n    public function getDocuments()\n    {\n        $documents = array_keys($this->readerDocument->getGroup('documents_leftover_values'));\n        if ($this->editionMigrate != Config::EDITION_MIGRATE_OPENSOURCE_TO_OPENSOURCE) {\n            $documents = array_merge(\n                $documents,\n                array_keys($this->readerDocument->getGroup('documents_leftover_values_ee'))\n            );\n        }\n        return $documents;\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/PostProcessing/Model/ProductsInRootCatalog.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\PostProcessing\\Model;\n\nuse Migration\\ResourceModel;\n\n/**\n * Class can return products assigned to tree root category\n */\nclass ProductsInRootCatalog\n{\n    /**\n     * @var ResourceModel\\Destination\n     */\n    private $destination;\n\n    /**\n     * @var array\n     */\n    private $productIds = null;\n\n    /**\n     * @var string\n     */\n    private $catalogCategoryProductDocument = 'catalog_category_product';\n\n    /**\n     * Id of category tree root\n     */\n    private $treeRootId = 1;\n\n    /**\n     * @param ResourceModel\\Destination $destination\n     */\n    public function __construct(\n        ResourceModel\\Destination $destination\n    ) {\n        $this->destination = $destination;\n    }\n\n    /**\n     * Returns product ids assigned to tree root category\n     *\n     * @return array\n     */\n    public function getProductIds()\n    {\n        if ($this->productIds != null) {\n            return $this->productIds;\n        }\n        /** @var \\Migration\\ResourceModel\\Adapter\\Mysql $adapter */\n        $adapter = $this->destination->getAdapter();\n        $select = $adapter->getSelect()\n            ->from(\n                ['ccp' => $this->destination->addDocumentPrefix($this->getCatalogCategoryProductDocument())],\n                ['entity_id']\n            )->where(\n                'ccp.category_id = ?',\n                $this->treeRootId\n            );\n        $this->productIds = $adapter->getSelect()->getAdapter()->fetchCol($select);\n        return $this->productIds;\n    }\n\n    /**\n     * Returns name of category product table\n     *\n     * @return string\n     */\n    public function getCatalogCategoryProductDocument()\n    {\n        return $this->catalogCategoryProductDocument;\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/Ratings/Data.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\Ratings;\n\nuse Migration\\App\\ProgressBar;\nuse Migration\\ResourceModel\\Destination;\nuse Migration\\App\\Step\\StageInterface;\n\n/**\n * Class Data\n */\nclass Data implements StageInterface\n{\n    const RATING_TABLE_NAME = 'rating';\n    const RATING_STORE_TABLE_NAME = 'rating_store';\n\n    /**\n     * Destination resource\n     *\n     * @var Destination\n     */\n    protected $destination;\n\n    /**\n     * Progress bar\n     *\n     * @var ProgressBar\\LogLevelProcessor\n     */\n    protected $progress;\n\n    /**\n     * @param Destination $destination\n     * @param ProgressBar\\LogLevelProcessor $progress\n     */\n    public function __construct(\n        Destination $destination,\n        ProgressBar\\LogLevelProcessor $progress\n    ) {\n        $this->destination = $destination;\n        $this->progress = $progress;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function perform()\n    {\n        $this->progress->start(1);\n        $this->progress->advance();\n        $ratingsIsActive = [];\n        /** @var \\Migration\\ResourceModel\\Adapter\\Mysql $adapter */\n        $adapter = $this->destination->getAdapter();\n        /** @var \\Magento\\Framework\\DB\\Select $select */\n        $select = $adapter->getSelect()->from($this->getRatingStoreDocument(), ['rating_id'])->where('store_id > 0');\n        $ratingsStore = $adapter->loadDataFromSelect($select);\n        foreach ($ratingsStore as $rating) {\n            $ratingsIsActive[] = $rating['rating_id'];\n        }\n        $ratingsIsActive = array_unique($ratingsIsActive);\n        if ($ratingsIsActive) {\n            $adapter->updateDocument(\n                $this->getRatingDocument(),\n                ['is_active' => 1],\n                sprintf('rating_id IN (%s)', implode(',', $ratingsIsActive))\n            );\n        }\n        $this->progress->finish();\n        return true;\n    }\n\n    /**\n     * Returns rating document name\n     *\n     * @return string\n     */\n    protected function getRatingDocument()\n    {\n        return $this->destination->addDocumentPrefix(self::RATING_TABLE_NAME);\n    }\n\n    /**\n     * Returns rating store document name\n     *\n     * @return string\n     */\n    protected function getRatingStoreDocument()\n    {\n        return $this->destination->addDocumentPrefix(self::RATING_STORE_TABLE_NAME);\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/Ratings/Integrity.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\Ratings;\n\nuse Migration\\Logger\\Logger;\nuse Migration\\App\\ProgressBar;\nuse Migration\\ResourceModel\\Destination;\n\n/**\n * Class Integrity\n */\nclass Integrity extends \\Migration\\App\\Step\\AbstractIntegrity\n{\n    const RATING_TABLE_NAME = 'rating';\n    const RATING_STORE_TABLE_NAME = 'rating_store';\n\n    /**\n     * Destination resource\n     *\n     * @var Destination\n     */\n    protected $destination;\n\n    /**\n     * Logger instance\n     *\n     * @var Logger\n     */\n    protected $logger;\n\n    /**\n     * Progress bar\n     *\n     * @var ProgressBar\\LogLevelProcessor\n     */\n    protected $progress;\n\n    /**\n     * @param Destination $destination\n     * @param Logger $logger\n     * @param ProgressBar\\LogLevelProcessor $progress\n     */\n    public function __construct(\n        Destination $destination,\n        Logger $logger,\n        ProgressBar\\LogLevelProcessor $progress\n    ) {\n        $this->destination = $destination;\n        $this->logger = $logger;\n        $this->progress = $progress;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function perform()\n    {\n        $this->progress->start(1);\n        $this->progress->advance();\n        $documents = $this->destination->getDocumentList();\n        if (!in_array(self::RATING_TABLE_NAME, $documents)\n            || !in_array(self::RATING_STORE_TABLE_NAME, $documents)\n        ) {\n            $this->logger->error(\n                sprintf(\n                    '\"%s\" or \"%s\" documents do not exist in the destination resource',\n                    self::RATING_TABLE_NAME,\n                    self::RATING_STORE_TABLE_NAME\n                )\n            );\n            return false;\n        }\n\n        $structureRating = $this->destination->getDocument(self::RATING_TABLE_NAME)->getStructure()->getFields();\n        if (!array_key_exists('is_active', $structureRating)) {\n            $this->logger->error(\n                sprintf(\n                    '\"is_active\" field does not exist in \"%s\" document of'\n                    . ' the destination resource',\n                    self::RATING_TABLE_NAME\n                )\n            );\n            return false;\n        }\n        $this->progress->finish();\n        return true;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    protected function getIterationsCount()\n    {\n        return 0;\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/Ratings/Volume.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\Ratings;\n\nuse Migration\\Logger\\Logger;\nuse Migration\\App\\ProgressBar;\nuse Migration\\ResourceModel\\Destination;\nuse Migration\\App\\Step\\AbstractVolume;\n\n/**\n * Class Volume\n */\nclass Volume extends AbstractVolume\n{\n    const RATING_TABLE_NAME = 'rating';\n    const RATING_STORE_TABLE_NAME = 'rating_store';\n\n    /**\n     * Destination resource\n     *\n     * @var Destination\n     */\n    protected $destination;\n\n    /**\n     * Progress bar\n     *\n     * @var ProgressBar\\LogLevelProcessor\n     */\n    protected $progress;\n\n    /**\n     * @param Destination $destination\n     * @param Logger $logger\n     * @param ProgressBar\\LogLevelProcessor $progress\n     */\n    public function __construct(\n        Destination $destination,\n        Logger $logger,\n        ProgressBar\\LogLevelProcessor $progress\n    ) {\n        $this->destination = $destination;\n        $this->progress = $progress;\n        parent::__construct($logger);\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function perform()\n    {\n        $this->progress->start(1);\n        $this->progress->advance();\n        $ratingsShouldBeActive = [];\n        $ratingsIsActive = [];\n        /** @var \\Migration\\ResourceModel\\Adapter\\Mysql $adapter */\n        $adapter = $this->destination->getAdapter();\n        /** @var \\Magento\\Framework\\DB\\Select $select */\n        $select = $adapter->getSelect()->from($this->getRatingStoreDocument(), ['rating_id'])->where('store_id > 0');\n        $ratingsStore = $adapter->loadDataFromSelect($select);\n        foreach ($ratingsStore as $rating) {\n            $ratingsShouldBeActive[] = $rating['rating_id'];\n        }\n        $ratingsShouldBeActive = array_unique($ratingsShouldBeActive);\n\n        /** @var \\Magento\\Framework\\DB\\Select $select */\n        $select = $adapter->getSelect()\n            ->from($this->getRatingDocument(), ['rating_id'])\n            ->where('is_active = ?', 1);\n        $ratings = $adapter->loadDataFromSelect($select);\n        foreach ($ratings as $rating) {\n            $ratingsIsActive[] = $rating['rating_id'];\n        }\n        if (count(array_intersect($ratingsShouldBeActive, $ratingsIsActive)) != count($ratingsShouldBeActive)) {\n            $this->errors[] = sprintf(\n                'Mismatch of entities in the documents: %s, %s',\n                self::RATING_TABLE_NAME,\n                self::RATING_STORE_TABLE_NAME\n            );\n        }\n        $this->progress->finish();\n        return $this->checkForErrors(Logger::ERROR);\n    }\n\n    /**\n     * Returns rating document name\n     *\n     * @return string\n     */\n    protected function getRatingDocument()\n    {\n        return $this->destination->addDocumentPrefix(self::RATING_TABLE_NAME);\n    }\n\n    /**\n     * Returns rating store document name\n     *\n     * @return string\n     */\n    protected function getRatingStoreDocument()\n    {\n        return $this->destination->addDocumentPrefix(self::RATING_STORE_TABLE_NAME);\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/SalesIncrement/Data.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\SalesIncrement;\n\nuse Migration\\App\\Step\\StageInterface;\nuse Migration\\ResourceModel;\nuse Migration\\ResourceModel\\Document;\nuse Migration\\ResourceModel\\Record;\nuse Migration\\App\\ProgressBar;\nuse Migration\\App\\Progress;\nuse Migration\\Logger\\Manager as LogManager;\n\n/**\n * Class Data\n */\nclass Data implements StageInterface\n{\n    /**\n     * @var Helper\n     */\n    protected $helper;\n\n    /**\n     * @var ResourceModel\\Source\n     */\n    protected $source;\n\n    /**\n     * @var ResourceModel\\Destination\n     */\n    protected $destination;\n\n    /**\n     * @var ProgressBar\\LogLevelProcessor\n     */\n    protected $progressBar;\n\n    /**\n     * @var string\n     */\n    protected $storeTable = 'core_store';\n\n    /**\n     * @var string\n     */\n    protected $storeGroupTable = 'core_store_group';\n\n    /**\n     * @var string\n     */\n    protected $eavEntityStore = 'eav_entity_store';\n\n    /**\n     * @var array\n     */\n    protected $defaultValuesProfile = [\n        'suffix' => '',\n        'step' => 1,\n        'start_value' => 1,\n        'warning_value' => 4294966295,\n        'max_value' => 4294967295,\n        'is_active' => 1\n    ];\n\n    /**\n     * @param ProgressBar\\LogLevelProcessor $progressBar\n     * @param ResourceModel\\Source $source\n     * @param ResourceModel\\Destination $destination\n     * @param Helper $helper\n     */\n    public function __construct(\n        ProgressBar\\LogLevelProcessor $progressBar,\n        ResourceModel\\Source $source,\n        ResourceModel\\Destination $destination,\n        Helper $helper\n    ) {\n        $this->source = $source;\n        $this->destination = $destination;\n        $this->progressBar = $progressBar;\n        $this->helper = $helper;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function perform()\n    {\n        $this->progressBar->start(1, LogManager::LOG_LEVEL_INFO);\n        $this->progressBar->advance(LogManager::LOG_LEVEL_INFO);\n        $this->destination->clearDocument($this->helper->getSequenceMetaTable());\n        $this->destination->clearDocument($this->helper->getSequenceProfileTable());\n        foreach ($this->helper->getEntityTypeTablesMap() as $entityType) {\n            foreach ($this->helper->getStoreIds() as $storeId) {\n                $this->createSequenceTable($entityType, $storeId);\n                $metaId = $this->addDataMetaTable($entityType, $storeId);\n                $this->addDataProfileTable($storeId, $metaId);\n            }\n        }\n        $this->progressBar->finish(LogManager::LOG_LEVEL_INFO);\n        return true;\n    }\n\n    /**\n     * Create sequence table\n     *\n     * @param array $entityType\n     * @param int $storeId\n     * @return void\n     */\n    protected function createSequenceTable(array $entityType, $storeId)\n    {\n        /** @var \\Magento\\Framework\\DB\\Adapter\\Pdo\\Mysql $adapter */\n        $adapter = $this->destination->getAdapter()->getSelect()->getAdapter();\n        $tableName = $this->helper->getTableName($entityType['entity_type_table'], $storeId);\n        $adapter->dropTable($tableName);\n        $columnOptions = [\n            'identity' => true,\n            'unsigned' => true,\n            'nullable' => false,\n            'primary' => true,\n            'auto_increment' => true\n        ];\n        /** @var \\Magento\\Framework\\DB\\Ddl\\Table $table */\n        $table = $adapter->newTable($tableName)\n            ->addColumn(\n                $entityType['column'],\n                \\Magento\\Framework\\DB\\Ddl\\Table::TYPE_INTEGER,\n                null,\n                $columnOptions\n            );\n        $adapter->createTable($table);\n        $incrementMaxNumber = $this->helper->getIncrementForEntityType($entityType['entity_type_id'], $storeId);\n        if ($incrementMaxNumber !== false) {\n            $adapter->insert($tableName, [$entityType['column'] => $incrementMaxNumber]);\n        }\n    }\n\n    /**\n     * Add data meta table\n     *\n     * @param array $entityType\n     * @param int $storeId\n     * @return int\n     */\n    protected function addDataMetaTable(array $entityType, $storeId)\n    {\n        $data = [\n            'entity_type' => $entityType['entity_type_code'],\n            'store_id' => $storeId,\n            'sequence_table' => $this->helper->getTableName($entityType['entity_type_table'], $storeId),\n        ];\n        /** @var \\Magento\\Framework\\DB\\Adapter\\Pdo\\Mysql $adapter */\n        $adapter = $this->destination->getAdapter()->getSelect()->getAdapter();\n        $adapter->insert($this->helper->getTableName($this->helper->getSequenceMetaTable()), $data);\n        return $adapter->lastInsertId($this->helper->getTableName($this->helper->getSequenceMetaTable()), 'meta_id');\n    }\n\n    /**\n     * Add data profile table\n     *\n     * @param int $storeId\n     * @param int $metaId\n     * @return void\n     */\n    protected function addDataProfileTable($storeId, $metaId)\n    {\n        $data = [\n            'meta_id' => $metaId,\n            'prefix' => $storeId\n        ];\n\n        $data = array_merge($this->defaultValuesProfile, $data);\n        $this->destination->saveRecords($this->helper->getSequenceProfileTable(), [$data]);\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/SalesIncrement/Delta.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n\nnamespace Migration\\Step\\SalesIncrement;\n\nuse Migration\\App\\Step\\AbstractDelta;\nuse Migration\\Logger\\Logger;\nuse Migration\\Reader\\GroupsFactory;\nuse Migration\\ResourceModel\\Source;\nuse Migration\\ResourceModel\\Destination;\nuse Migration\\Reader\\MapFactory;\nuse Migration\\ResourceModel;\n\n/**\n * Class Delta\n */\nclass Delta extends AbstractDelta\n{\n    /**\n     * @var Helper\n     */\n    protected $helper;\n\n    /**\n     * @var string\n     */\n    protected $mapConfigOption = 'map_file';\n\n    /**\n     * @var string\n     */\n    protected $groupName = 'delta_sales_sequence';\n\n    /**\n     * @param Source $source\n     * @param MapFactory $mapFactory\n     * @param GroupsFactory $groupsFactory\n     * @param Logger $logger\n     * @param Destination $destination\n     * @param ResourceModel\\RecordFactory $recordFactory\n     * @param \\Migration\\RecordTransformerFactory $recordTransformerFactory\n     * @param Helper $helper\n     */\n    public function __construct(\n        Source $source,\n        MapFactory $mapFactory,\n        GroupsFactory $groupsFactory,\n        Logger $logger,\n        Destination $destination,\n        ResourceModel\\RecordFactory $recordFactory,\n        \\Migration\\RecordTransformerFactory $recordTransformerFactory,\n        Helper $helper\n    ) {\n        $this->helper = $helper;\n        parent::__construct(\n            $source,\n            $mapFactory,\n            $groupsFactory,\n            $logger,\n            $destination,\n            $recordFactory,\n            $recordTransformerFactory\n        );\n    }\n\n    /**\n     * @inheritdoc\n     */\n    protected function transformData($data, $sourceDocument, $destDocument, $recordTransformer, $destinationRecords)\n    {\n        parent::transformData($data, $sourceDocument, $destDocument, $recordTransformer, $destinationRecords);\n        /** @var \\Magento\\Framework\\DB\\Adapter\\Pdo\\Mysql $adapter */\n        $adapter = $this->destination->getAdapter()->getSelect()->getAdapter();\n        $entityType = $this->helper->getEntityTypeData('entity_type_id', $data['entity_type_id']);\n        $incrementNumber = $this->helper->getIncrementForEntityType(\n            $data['entity_type_id'],\n            $data['store_id']\n        );\n        if ($incrementNumber === false || empty($entityType)) {\n            return;\n        }\n        $tableName = $this->helper->getTableName($entityType['entity_type_table'], $data['store_id']);\n        $adapter->insertOnDuplicate($tableName, [$entityType['column'] => $incrementNumber]);\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/SalesIncrement/Helper.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\SalesIncrement;\n\nuse Migration\\ResourceModel\\Source;\nuse Migration\\ResourceModel\\Destination;\nuse Migration\\ResourceModel\\Adapter\\Mysql;\n\n/**\n * Class Helper\n */\nclass Helper\n{\n    /**\n     * @var Source\n     */\n    private $source;\n\n    /**\n     * @var Destination\n     */\n    private $destination;\n\n    /**\n     * @var string\n     */\n    private $eavEntityStoreTable = 'eav_entity_store';\n\n    /**\n     * @var string\n     */\n    private $storeTable = 'core_store';\n\n    /**\n     * @var array\n     */\n    private $sequenceMetaTable = [\n        'name' => 'sales_sequence_meta',\n        'structure' => [\n            'meta_id',\n            'entity_type',\n            'store_id',\n            'sequence_table'\n        ]\n    ];\n\n    /**\n     * @var array\n     */\n    private $sequenceProfileTable = [\n        'name' => 'sales_sequence_profile',\n        'structure' => [\n            'profile_id',\n            'meta_id',\n            'prefix',\n            'suffix',\n            'start_value',\n            'step',\n            'max_value',\n            'warning_value',\n            'is_active'\n        ]\n    ];\n\n    /**\n     * @var array\n     */\n    private $entityTypeTablesMap = [\n        [\n            'entity_type_code' => 'order',\n            'entity_type_table' => 'sequence_order',\n            'column' => 'sequence_value'\n        ], [\n            'entity_type_code' => 'invoice',\n            'entity_type_table' => 'sequence_invoice',\n            'column' => 'sequence_value'\n        ], [\n            'entity_type_code' => 'creditmemo',\n            'entity_type_table' => 'sequence_creditmemo',\n            'column' => 'sequence_value'\n        ], [\n            'entity_type_code' => 'shipment',\n            'entity_type_table' => 'sequence_shipment',\n            'column' => 'sequence_value'\n        ], [\n            'entity_type_code' => 'rma_item',\n            'entity_type_table' => 'sequence_rma_item',\n            'column' => 'sequence_value'\n        ]\n    ];\n\n    /**\n     * @param Source $source\n     * @param Destination $destination\n     */\n    public function __construct(\n        Source $source,\n        Destination $destination\n    ) {\n        $this->source = $source;\n        $this->destination = $destination;\n    }\n\n    /**\n     * Get increment for entity type\n     *\n     * @param int $entityTypeId\n     * @param int $storeId\n     * @return bool|int\n     */\n    public function getIncrementForEntityType($entityTypeId, $storeId)\n    {\n        /** @var \\Migration\\ResourceModel\\Adapter\\Mysql $adapter */\n        $adapter = $this->source->getAdapter();\n        $query = $adapter->getSelect()->from(\n            $this->source->addDocumentPrefix($this->eavEntityStoreTable),\n            ['increment_prefix', 'increment_last_id']\n        )->where(\n            'entity_type_id = ?',\n            $entityTypeId\n        )->where(\n            'store_id = (?)',\n            $storeId\n        );\n        $data = $query->getAdapter()->fetchRow($query);\n        if (!$data) {\n            return false;\n        }\n        $incrementNumber = (int) substr($data['increment_last_id'], strlen($data['increment_prefix']));\n        return $incrementNumber;\n    }\n\n    /**\n     * Get store ids\n     *\n     * @return array\n     */\n    public function getStoreIds()\n    {\n        /** @var \\Migration\\ResourceModel\\Adapter\\Mysql $adapter */\n        $adapter = $this->source->getAdapter();\n        $query = $adapter->getSelect()->from($this->source->addDocumentPrefix($this->storeTable), ['store_id']);\n        return $query->getAdapter()->fetchCol($query);\n    }\n\n    /**\n     * Get entity type tables map\n     *\n     * @return array\n     */\n    public function getEntityTypeTablesMap()\n    {\n        $entityIds = $this->getEntityTypeIdByCode(array_column($this->entityTypeTablesMap, 'entity_type_code'));\n        foreach ($this->entityTypeTablesMap as &$entityTypeTable) {\n            $entityTypeTable['entity_type_id'] = isset($entityIds[$entityTypeTable['entity_type_code']])\n                ? $entityIds[$entityTypeTable['entity_type_code']]\n                : null;\n        }\n        return $this->entityTypeTablesMap;\n    }\n\n    /**\n     * Get entity type data\n     *\n     * @param string $key\n     * @param string $value\n     * @return array\n     */\n    public function getEntityTypeData($key, $value)\n    {\n        foreach ($this->getEntityTypeTablesMap() as $entityType) {\n            if (isset($entityType[$key]) && $entityType[$key] == $value) {\n                return $entityType;\n            }\n        }\n        return [];\n    }\n\n    /**\n     * Get sequence meta table\n     *\n     * @param bool $structure\n     * @return string|array\n     */\n    public function getSequenceMetaTable($structure = false)\n    {\n        return $structure ? $this->sequenceMetaTable['structure'] : $this->sequenceMetaTable['name'];\n    }\n\n    /**\n     * Get sequence profile table\n     *\n     * @param bool $structure\n     * @return string|array\n     */\n    public function getSequenceProfileTable($structure = false)\n    {\n        return $structure ? $this->sequenceProfileTable['structure'] : $this->sequenceProfileTable['name'];\n    }\n\n    /**\n     * Get table name\n     *\n     * @param string $table\n     * @param bool $storeId\n     * @return string\n     */\n    public function getTableName($table, $storeId = false)\n    {\n        return ($storeId !== false)\n            ? $this->destination->addDocumentPrefix($table) . '_' . $storeId\n            : $this->destination->addDocumentPrefix($table);\n    }\n\n    /**\n     * Get entity type id by code\n     *\n     * @param array $entityTypeCodes\n     * @return array\n     */\n    private function getEntityTypeIdByCode($entityTypeCodes)\n    {\n        /** @var Mysql $adapter */\n        $adapter = $this->destination->getAdapter();\n        $query = $adapter->getSelect()\n            ->from(\n                ['et' => $this->destination->addDocumentPrefix('eav_entity_type')],\n                ['entity_type_id', 'entity_type_code']\n            )\n            ->where('et.entity_type_code IN (?)', $entityTypeCodes);\n        $entityTypeIds = [];\n        foreach ($query->getAdapter()->fetchAll($query) as $record) {\n            $entityTypeIds[$record['entity_type_code']] = $record['entity_type_id'];\n        }\n        return $entityTypeIds;\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/SalesIncrement/Integrity.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\SalesIncrement;\n\nuse Migration\\Reader\\MapInterface;\nuse Migration\\Logger\\Logger;\nuse Migration\\App\\ProgressBar;\nuse Migration\\ResourceModel\\Destination;\nuse Migration\\Config;\n\n/**\n * Class Integrity\n */\nclass Integrity extends \\Migration\\App\\Step\\AbstractIntegrity\n{\n    /**\n     * @var Destination\n     */\n    protected $destination;\n\n    /**\n     * @var Logger\n     */\n    protected $logger;\n\n    /**\n     * @var ProgressBar\\LogLevelProcessor\n     */\n    protected $progress;\n\n    /**\n     * @var Helper\n     */\n    protected $helper;\n\n    /**\n     * @param Destination $destination\n     * @param Logger $logger\n     * @param Config $config\n     * @param ProgressBar\\LogLevelProcessor $progress\n     * @param Helper $helper\n     */\n    public function __construct(\n        Destination $destination,\n        Logger $logger,\n        Config $config,\n        ProgressBar\\LogLevelProcessor $progress,\n        Helper $helper\n    ) {\n        $this->destination = $destination;\n        $this->logger = $logger;\n        $this->config = $config;\n        $this->progress = $progress;\n        $this->helper = $helper;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function perform()\n    {\n        $this->progress->start(1);\n        $this->progress->advance();\n\n        if (!$this->destination->getDocument($this->helper->getSequenceProfileTable())) {\n            $this->missingDocuments[MapInterface::TYPE_DEST][$this->helper->getSequenceProfileTable()] = true;\n        } else {\n            $structureExistingSequenceProfileTable = array_keys(\n                $this->destination\n                ->getDocument($this->helper->getSequenceProfileTable())\n                ->getStructure()\n                ->getFields()\n            );\n            $this->checkStructure(\n                $this->helper->getSequenceProfileTable(),\n                $this->helper->getSequenceProfileTable(true),\n                $structureExistingSequenceProfileTable\n            );\n        }\n        if (!$this->destination->getDocument($this->helper->getSequenceMetaTable())) {\n            $this->missingDocuments[MapInterface::TYPE_DEST][$this->helper->getSequenceMetaTable()] = true;\n        } else {\n            $structureExistingSequenceMetaTable = array_keys(\n                $this->destination\n                ->getDocument($this->helper->getSequenceMetaTable())\n                ->getStructure()\n                ->getFields()\n            );\n            $this->checkStructure(\n                $this->helper->getSequenceMetaTable(),\n                $this->helper->getSequenceMetaTable(true),\n                $structureExistingSequenceMetaTable\n            );\n        }\n        $this->progress->finish();\n        return $this->checkForErrors();\n    }\n\n    /**\n     * Check structure\n     *\n     * @param string $documentName\n     * @param array $source\n     * @param array $destination\n     * @return void\n     */\n    protected function checkStructure($documentName, array $source, array $destination)\n    {\n        $fieldsDiff = array_diff($source, $destination);\n        if ($fieldsDiff) {\n            $this->missingDocumentFields[MapInterface::TYPE_DEST][$documentName] = $fieldsDiff;\n        }\n        $fieldsDiff = array_diff($destination, $source);\n        if ($fieldsDiff) {\n            $this->missingDocumentFields[MapInterface::TYPE_SOURCE][$documentName] = $fieldsDiff;\n        }\n    }\n\n    /**\n     * @inheritdoc\n     */\n    protected function checkForErrors()\n    {\n        $checkDocuments = $this->checkDocuments();\n        $checkDocumentFields = $this->checkDocumentFields();\n        return $checkDocuments && $checkDocumentFields;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    protected function getIterationsCount()\n    {\n        return 0;\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/SalesIncrement/Volume.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\SalesIncrement;\n\nuse Migration\\App\\Step\\AbstractVolume;\nuse Migration\\Logger\\Logger;\nuse Migration\\ResourceModel;\nuse Migration\\App\\ProgressBar;\n\n/**\n * Class Volume\n */\nclass Volume extends AbstractVolume\n{\n    /**\n     * @var ResourceModel\\Source\n     */\n    private $source;\n\n    /**\n     * @var ResourceModel\\Destination\n     */\n    private $destination;\n\n    /**\n     * @var ProgressBar\\LogLevelProcessor\n     */\n    private $progressBar;\n\n    /**\n     * @var Helper\n     */\n    private $helper;\n\n    /**\n     * @param Logger $logger\n     * @param ResourceModel\\Source $source\n     * @param ResourceModel\\Destination $destination\n     * @param Helper $helper\n     * @param ProgressBar\\LogLevelProcessor $progressBar\n     */\n    public function __construct(\n        Logger $logger,\n        ResourceModel\\Source $source,\n        ResourceModel\\Destination $destination,\n        Helper $helper,\n        ProgressBar\\LogLevelProcessor $progressBar\n    ) {\n        $this->source = $source;\n        $this->destination = $destination;\n        $this->helper = $helper;\n        $this->progressBar = $progressBar;\n        parent::__construct($logger);\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function perform()\n    {\n        $this->progressBar->start(1);\n        $this->progressBar->advance();\n        /** @var \\Magento\\Framework\\DB\\Adapter\\Pdo\\Mysql $adapter */\n        $adapter = $this->destination->getAdapter()->getSelect()->getAdapter();\n        foreach ($this->helper->getEntityTypeTablesMap() as $entityType) {\n            foreach ($this->helper->getStoreIds() as $storeId) {\n                $incrementNumber = $this->helper->getIncrementForEntityType(\n                    $entityType['entity_type_id'],\n                    $storeId\n                );\n                $select = $adapter->select()\n                    ->from($this->helper->getTableName($entityType['entity_type_table'], $storeId))\n                    ->order(\"{$entityType['column']} DESC\")\n                    ->limit(1);\n                $lastInsertId = $adapter->fetchOne($select);\n                if ($incrementNumber != $lastInsertId) {\n                    $this->errors[] = sprintf(\n                        'Mismatch in last increment id of %s entity: Source: %s Destination: %s',\n                        $entityType['entity_type_code'],\n                        $incrementNumber,\n                        $lastInsertId\n                    );\n                    continue 2;\n                }\n            }\n        }\n        $this->progressBar->finish();\n        return $this->checkForErrors();\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/SalesOrder/Data.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\SalesOrder;\n\nuse Migration\\App\\Step\\StageInterface;\nuse Migration\\Handler;\nuse Migration\\Reader\\MapFactory;\nuse Migration\\Reader\\Map;\nuse Migration\\Reader\\MapInterface;\nuse Migration\\ResourceModel;\nuse Migration\\ResourceModel\\Record;\nuse Migration\\App\\ProgressBar;\nuse Migration\\Logger\\Manager as LogManager;\nuse Migration\\Logger\\Logger;\n\n/**\n * Class Data\n * @SuppressWarnings(PHPMD.CouplingBetweenObjects)\n */\nclass Data implements StageInterface\n{\n    /**\n     * @var ResourceModel\\Source\n     */\n    protected $source;\n\n    /**\n     * @var ResourceModel\\Destination\n     */\n    protected $destination;\n\n    /**\n     * @var ResourceModel\\RecordFactory\n     */\n    protected $recordFactory;\n\n    /**\n     * @var Map\n     */\n    protected $map;\n\n    /**\n     * @var \\Migration\\RecordTransformerFactory\n     */\n    protected $recordTransformerFactory;\n\n    /**\n     * @var ProgressBar\\LogLevelProcessor\n     */\n    protected $progress;\n\n    /**\n     * @var Helper\n     */\n    protected $helper;\n\n    /**\n     * @var Logger\n     */\n    protected $logger;\n\n    /**\n     * @param ProgressBar\\LogLevelProcessor $progress\n     * @param ResourceModel\\Source $source\n     * @param ResourceModel\\Destination $destination\n     * @param ResourceModel\\RecordFactory $recordFactory\n     * @param \\Migration\\RecordTransformerFactory $recordTransformerFactory\n     * @param MapFactory $mapFactory\n     * @param Helper $helper\n     * @param Logger $logger\n     */\n    public function __construct(\n        ProgressBar\\LogLevelProcessor $progress,\n        ResourceModel\\Source $source,\n        ResourceModel\\Destination $destination,\n        ResourceModel\\RecordFactory $recordFactory,\n        \\Migration\\RecordTransformerFactory $recordTransformerFactory,\n        MapFactory $mapFactory,\n        Helper $helper,\n        Logger $logger\n    ) {\n        $this->source = $source;\n        $this->destination = $destination;\n        $this->recordFactory = $recordFactory;\n        $this->recordTransformerFactory = $recordTransformerFactory;\n        $this->map = $mapFactory->create('sales_order_map_file');\n        $this->progress = $progress;\n        $this->helper = $helper;\n        $this->logger = $logger;\n    }\n\n    /**\n     * Entry point. Run migration of SalesOrder structure.\n     *\n     * @return bool\n     */\n    public function perform()\n    {\n        $this->progress->start($this->getIterationsCount(), LogManager::LOG_LEVEL_INFO);\n        $sourceDocuments = array_keys($this->helper->getDocumentList());\n        foreach ($sourceDocuments as $sourceDocName) {\n            $sourceDocument = $this->source->getDocument($sourceDocName);\n\n            $destinationDocumentName = $this->map->getDocumentMap(\n                $sourceDocName,\n                MapInterface::TYPE_SOURCE\n            );\n            if (!$destinationDocumentName) {\n                continue;\n            }\n            $destDocument = $this->destination->getDocument($destinationDocumentName);\n            $this->destination->clearDocument($destinationDocumentName);\n\n            $eavDocumentName = $this->helper->getDestEavDocument();\n            $eavDocumentResource = $this->destination->getDocument($eavDocumentName);\n\n            /** @var \\Migration\\RecordTransformer $recordTransformer */\n            $recordTransformer = $this->recordTransformerFactory->create(\n                [\n                    'sourceDocument' => $sourceDocument,\n                    'destDocument' => $destDocument,\n                    'mapReader' => $this->map\n                ]\n            );\n            $recordTransformer->init();\n            $pageNumber = 0;\n            $this->logger->debug('migrating', ['table' => $sourceDocName]);\n            $this->progress->start($this->source->getRecordsCount($sourceDocName), LogManager::LOG_LEVEL_DEBUG);\n            while (!empty($bulk = $this->source->getRecords($sourceDocName, $pageNumber))) {\n                $pageNumber++;\n                $destinationCollection = $destDocument->getRecords();\n                $destEavCollection = $eavDocumentResource->getRecords();\n                foreach ($bulk as $recordData) {\n                    $this->progress->advance(LogManager::LOG_LEVEL_INFO);\n                    $this->progress->advance(LogManager::LOG_LEVEL_DEBUG);\n                    /** @var Record $sourceRecord */\n                    $sourceRecord = $this->recordFactory->create(\n                        ['document' => $sourceDocument, 'data' => $recordData]\n                    );\n                    /** @var Record $destRecord */\n                    $destRecord = $this->recordFactory->create(['document' => $destDocument]);\n                    $recordTransformer->transform($sourceRecord, $destRecord);\n                    $destinationCollection->addRecord($destRecord);\n\n                    $this->migrateAdditionalOrderData($recordData, $sourceDocument, $destEavCollection);\n                }\n                $this->destination->saveRecords($destinationDocumentName, $destinationCollection);\n                $this->destination->saveRecords($eavDocumentName, $destEavCollection);\n                $this->progress->finish(LogManager::LOG_LEVEL_DEBUG);\n            }\n        }\n        $this->progress->finish(LogManager::LOG_LEVEL_INFO);\n        return true;\n    }\n\n    /**\n     * Get iterations count for step\n     *\n     * @return int\n     */\n    protected function getIterationsCount()\n    {\n        $iterations = 0;\n        foreach (array_keys($this->helper->getDocumentList()) as $document) {\n            $iterations += $this->source->getRecordsCount($document);\n        }\n        return $iterations;\n    }\n\n    /**\n     * Migrate additional order data\n     *\n     * @param array $data\n     * @param ResourceModel\\Document $sourceDocument\n     * @param Record\\Collection $destEavCollection\n     * @return void\n     */\n    public function migrateAdditionalOrderData($data, $sourceDocument, $destEavCollection)\n    {\n        foreach ($this->helper->getEavAttributes() as $orderEavAttribute) {\n            $eavAttributeData = $this->prepareEavEntityData($orderEavAttribute, $data);\n            if ($eavAttributeData) {\n                $attributeRecord = $this->recordFactory->create(\n                    [\n                        'document' => $sourceDocument,\n                        'data' => $eavAttributeData\n                    ]\n                );\n                $destEavCollection->addRecord($attributeRecord);\n            }\n        }\n    }\n\n    /**\n     * Prepare eav entity data\n     *\n     * @param string $eavAttribute\n     * @param array $recordData\n     * @return array|null\n     */\n    protected function prepareEavEntityData($eavAttribute, $recordData)\n    {\n        $recordEavData = null;\n        $value = $this->getAttributeValue($recordData, $eavAttribute);\n        if ($value != null) {\n            $attributeData = $this->getAttributeData($eavAttribute);\n            $recordEavData = [\n                'attribute_id' => $attributeData['attribute_id'],\n                'entity_type_id' => $attributeData['entity_type_id'],\n                'store_id' => $recordData['store_id'],\n                'entity_id' => $recordData['entity_id'],\n                'value' => $value\n            ];\n        }\n        return $recordEavData;\n    }\n\n    /**\n     * Get attribute data\n     *\n     * @param string $eavAttributeCode\n     * @return array|null\n     */\n    protected function getAttributeData($eavAttributeCode)\n    {\n        $attributeData = null;\n        $pageNumber = 0;\n        while (!empty($bulk = $this->destination->getRecords('eav_attribute', $pageNumber))) {\n            $pageNumber++;\n            foreach ($bulk as $eavData) {\n                if ($eavData['attribute_code'] == $eavAttributeCode) {\n                    $attributeData = $eavData;\n                    break;\n                }\n            }\n        }\n        return $attributeData;\n    }\n\n    /**\n     * Get attribute value\n     *\n     * @param array $recordData\n     * @param string $attributeName\n     * @return array|null\n     */\n    protected function getAttributeValue($recordData, $attributeName)\n    {\n        $attributeValue = null;\n        if (isset($recordData[$attributeName])) {\n            return $attributeValue = $recordData[$attributeName];\n        }\n        return $attributeValue;\n    }\n\n    /**\n     * Get dest eav document\n     *\n     * @return int\n     */\n    protected function getDestEavDocument()\n    {\n        return count($this->helper->getDocumentList());\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function rollback()\n    {\n        throw new \\Migration\\Exception('Rollback is impossible');\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/SalesOrder/Delta.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n\nnamespace Migration\\Step\\SalesOrder;\n\nuse Migration\\App\\Step\\AbstractDelta;\nuse Migration\\Logger\\Logger;\nuse Migration\\Reader\\GroupsFactory;\nuse Migration\\Reader\\MapInterface;\nuse Migration\\ResourceModel\\Source;\nuse Migration\\ResourceModel\\Destination;\nuse Migration\\Reader\\MapFactory;\nuse Migration\\ResourceModel;\n\n/**\n * Class Delta\n */\nclass Delta extends AbstractDelta\n{\n    /**\n     * @var string\n     */\n    protected $mapConfigOption = 'sales_order_map_file';\n\n    /**\n     * @var string\n     */\n    protected $groupName = 'delta_sales';\n\n    /**\n     * @var Helper\n     */\n    protected $helper;\n\n    /**\n     * @var Data\n     */\n    protected $data;\n\n    /**\n     * @param Source $source\n     * @param MapFactory $mapFactory\n     * @param GroupsFactory $groupsFactory\n     * @param Logger $logger\n     * @param Destination $destination\n     * @param ResourceModel\\RecordFactory $recordFactory\n     * @param \\Migration\\RecordTransformerFactory $recordTransformerFactory\n     * @param Helper $helper\n     * @param Data $data\n     */\n    public function __construct(\n        Source $source,\n        MapFactory $mapFactory,\n        GroupsFactory $groupsFactory,\n        Logger $logger,\n        ResourceModel\\Destination $destination,\n        ResourceModel\\RecordFactory $recordFactory,\n        \\Migration\\RecordTransformerFactory $recordTransformerFactory,\n        Helper $helper,\n        Data $data\n    ) {\n        $this->helper = $helper;\n        $this->data = $data;\n        parent::__construct(\n            $source,\n            $mapFactory,\n            $groupsFactory,\n            $logger,\n            $destination,\n            $recordFactory,\n            $recordTransformerFactory\n        );\n    }\n\n    /**\n     * @inheritdoc\n     */\n    protected function processChangedRecords($documentName, $idKeys)\n    {\n        $destinationName = $this->mapReader->getDocumentMap($documentName, MapInterface::TYPE_SOURCE);\n        $items = $this->source->getChangedRecords($documentName, $idKeys);\n        $sourceDocument = $this->source->getDocument($documentName);\n        $destDocument = $this->destination->getDocument($destinationName);\n        $recordTransformer = $this->getRecordTransformer($sourceDocument, $destDocument);\n        $eavDocumentName = $this->helper->getDestEavDocument();\n        $eavDocumentResource = $this->destination->getDocument($eavDocumentName);\n        do {\n            $destinationRecords = $destDocument->getRecords();\n            $destEavCollection = $eavDocumentResource->getRecords();\n            foreach ($items as $data) {\n                echo('.');\n                $this->transformData(\n                    $data,\n                    $sourceDocument,\n                    $destDocument,\n                    $recordTransformer,\n                    $destinationRecords\n                );\n                $this->data->migrateAdditionalOrderData($data, $sourceDocument, $destEavCollection);\n            }\n            $this->destination->updateChangedRecords($destinationName, $destinationRecords);\n            $this->destination->updateChangedRecords($eavDocumentName, $destEavCollection);\n            $this->markRecordsProcessed($this->source->getDeltaLogName($documentName), $idKeys, $items);\n        } while (!empty($items = $this->source->getChangedRecords($documentName, $idKeys)));\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/SalesOrder/Helper.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\SalesOrder;\n\nuse Migration\\ResourceModel\\Source;\n\n/**\n * Class Helper\n */\nclass Helper\n{\n    /**\n     * @var Source\n     */\n    protected $source;\n\n    /**\n     * @param Source $source\n     */\n    public function __construct(\n        Source $source\n    ) {\n        $this->source = $source;\n    }\n\n    /**\n     * Get source attributes\n     *\n     * @param string $eavAttribute\n     * @return mixed\n     */\n    public function getSourceAttributes($eavAttribute)\n    {\n        $select = $this->getEavAttributeSelect($eavAttribute);\n        return $this->source->getAdapter()->loadDataFromSelect($select);\n    }\n\n    /**\n     * Get eav attribute select\n     *\n     * @param string $eavAttribute\n     * @return \\Magento\\Framework\\DB\\Select\n     */\n    protected function getEavAttributeSelect($eavAttribute)\n    {\n        /** @var \\Migration\\ResourceModel\\Adapter\\Mysql $adapter */\n        $adapter = $this->source->getAdapter();\n        $select = $adapter->getSelect();\n        $tables = [];\n        foreach (array_keys($this->getDocumentList()) as $sourceDocument) {\n            $tables[] = $this->source->addDocumentPrefix($sourceDocument);\n        }\n        $select->from($tables)->where($eavAttribute . ' is not null');\n        return $select;\n    }\n\n    /**\n     * Get eav attributes\n     *\n     * @return array\n     */\n    public function getEavAttributes()\n    {\n        return [\n            'reward_points_balance_refunded',\n            'reward_salesrule_points'\n        ];\n    }\n\n    /**\n     * Get document list\n     *\n     * @return array\n     */\n    public function getDocumentList()\n    {\n        return ['sales_flat_order' => 'sales_order'];\n    }\n\n    /**\n     * Get dest eav document\n     *\n     * @return string\n     */\n    public function getDestEavDocument()\n    {\n        return 'eav_entity_int';\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/SalesOrder/InitialData.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\SalesOrder;\n\nuse Migration\\ResourceModel\\Destination;\nuse Migration\\ResourceModel\\Source;\n\n/**\n * Class InitialData\n */\nclass InitialData\n{\n    /**\n     * @var int $destEavAttributesCount\n     */\n    protected $destEavAttributesCount;\n\n    /**\n     * @var Source\n     */\n    protected $source;\n\n    /**\n     * @var Destination\n     */\n    protected $destination;\n\n    /**\n     * @var Helper\n     */\n    protected $helper;\n\n    /**\n     * @param Source $source\n     * @param Destination $destination\n     * @param Helper $helper\n     */\n    public function __construct(Source $source, Destination $destination, Helper $helper)\n    {\n        $this->source = $source;\n        $this->destination = $destination;\n        $this->helper = $helper;\n        $this->init();\n    }\n\n    /**\n     * Load EAV data before migration\n     *\n     * @return void\n     */\n    public function init()\n    {\n        $this->initDestAttributes($this->helper->getDestEavDocument());\n    }\n\n    /**\n     * Init dest attributes\n     *\n     * @param string $eavEntity\n     * @return void\n     */\n    protected function initDestAttributes($eavEntity)\n    {\n        if (!isset($this->destEavAttributesCount[$eavEntity])) {\n            $this->destEavAttributesCount[$eavEntity] = (int)$this->destination->getRecordsCount($eavEntity);\n        }\n    }\n\n    /**\n     * Get dest eav attributes count\n     *\n     * @param string $eavEntity\n     * @return int\n     */\n    public function getDestEavAttributesCount($eavEntity)\n    {\n        $attributesCount = null;\n        if (isset($this->destEavAttributesCount[$eavEntity])) {\n            $attributesCount = $this->destEavAttributesCount[$eavEntity];\n        }\n        return $attributesCount;\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/SalesOrder/Integrity.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\SalesOrder;\n\nuse Migration\\Logger\\Logger;\nuse Migration\\Reader\\MapFactory;\nuse Migration\\Reader\\MapInterface;\nuse Migration\\ResourceModel;\nuse Migration\\App\\ProgressBar;\nuse Migration\\Config;\n\n/**\n * Class Integrity\n */\nclass Integrity extends \\Migration\\App\\Step\\AbstractIntegrity\n{\n    /**\n     * @var Helper\n     */\n    protected $helper;\n\n    /**\n     * @param ProgressBar\\LogLevelProcessor $progress\n     * @param Logger $logger\n     * @param Config $config\n     * @param ResourceModel\\Source $source\n     * @param ResourceModel\\Destination $destination\n     * @param MapFactory $mapFactory\n     * @param Helper $helper\n     * @param string $mapConfigOption\n     */\n    public function __construct(\n        ProgressBar\\LogLevelProcessor $progress,\n        Logger $logger,\n        Config $config,\n        ResourceModel\\Source $source,\n        ResourceModel\\Destination $destination,\n        MapFactory $mapFactory,\n        Helper $helper,\n        $mapConfigOption = 'sales_order_map_file'\n    ) {\n        parent::__construct($progress, $logger, $config, $source, $destination, $mapFactory, $mapConfigOption);\n        $this->helper = $helper;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function perform()\n    {\n        $this->progress->start($this->getIterationsCount());\n        $this->check(array_keys($this->helper->getDocumentList()), MapInterface::TYPE_SOURCE);\n        $this->check(array_values($this->helper->getDocumentList()), MapInterface::TYPE_DEST);\n        $this->checkEavEntities();\n        $this->progress->finish();\n        return $this->checkForErrors();\n    }\n\n    /**\n     * Check eav entities\n     *\n     * @return void\n     */\n    protected function checkEavEntities()\n    {\n        $this->progress->advance();\n        $eavAttributes = $this->helper->getEavAttributes();\n        $destEavEntities = $this->getEavEntities($eavAttributes);\n        foreach ($eavAttributes as $field) {\n            if (!in_array($field, $destEavEntities)) {\n                $this->missingDocumentFields['destination']['eav_attribute'][] = $field;\n            }\n        }\n    }\n\n    /**\n     * Get eav entities\n     *\n     * @param array $attributes\n     * @return array\n     */\n    protected function getEavEntities($attributes)\n    {\n        $eavAttributesData = [];\n        foreach ($attributes as $eavEntity) {\n            $pageNumber = 0;\n            while (!empty($bulk = $this->destination->getRecords('eav_attribute', $pageNumber))) {\n                $pageNumber++;\n                foreach ($bulk as $eavData) {\n                    if ($eavData['attribute_code'] == $eavEntity) {\n                        $eavAttributesData[] = $eavData['attribute_code'];\n                        break;\n                    }\n                }\n            }\n        }\n        return $eavAttributesData;\n    }\n\n    /**\n     * Get iterations count\n     *\n     * @return int\n     */\n    protected function getIterationsCount()\n    {\n        $migrationDocuments = $this->helper->getDocumentList();\n        $documents = [\n            $this->helper->getDestEavDocument(),\n            array_keys($migrationDocuments),\n            array_values($migrationDocuments)\n        ];\n        return count($documents);\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/SalesOrder/Volume.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\SalesOrder;\n\nuse Migration\\App\\Step\\AbstractVolume;\nuse Migration\\Logger\\Logger;\nuse Migration\\Reader\\Map;\nuse Migration\\Reader\\MapFactory;\nuse Migration\\Reader\\MapInterface;\nuse Migration\\ResourceModel\\Destination;\nuse Migration\\ResourceModel\\Source;\nuse Migration\\App\\ProgressBar;\n\n/**\n * Class Volume\n * @SuppressWarnings(PHPMD.CouplingBetweenObjects)\n */\nclass Volume extends AbstractVolume\n{\n    /**\n     * @var InitialData\n     */\n    protected $initialData;\n\n    /**\n     * @var ProgressBar\\LogLevelProcessor\n     */\n    protected $progress;\n\n    /**\n     * @var Map\n     */\n    protected $map;\n\n    /**\n     * @var Source\n     */\n    protected $source;\n\n    /**\n     * @var Destination\n     */\n    protected $destination;\n\n    /**\n     * @var Helper\n     */\n    protected $helper;\n\n    /**\n     * @param Source $source\n     * @param Destination $destination\n     * @param InitialData $initialData\n     * @param Helper $helper\n     * @param MapFactory $mapFactory\n     * @param ProgressBar\\LogLevelProcessor $progress\n     * @param Logger $logger\n     */\n    public function __construct(\n        Source $source,\n        Destination $destination,\n        InitialData $initialData,\n        Helper $helper,\n        MapFactory $mapFactory,\n        ProgressBar\\LogLevelProcessor $progress,\n        Logger $logger\n    ) {\n        $this->source = $source;\n        $this->destination = $destination;\n        $this->initialData = $initialData;\n        $this->helper = $helper;\n        $this->map = $mapFactory->create('sales_order_map_file');\n        $this->progress = $progress;\n        parent::__construct($logger);\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function perform()\n    {\n        $sourceDocuments = array_keys($this->helper->getDocumentList());\n        $this->progress->start(count($sourceDocuments));\n        foreach ($sourceDocuments as $sourceDocName) {\n            $this->progress->advance();\n            $destinationName = $this->map->getDocumentMap($sourceDocName, MapInterface::TYPE_SOURCE);\n            if (!$destinationName) {\n                continue;\n            }\n            $this->checkMapEntities($sourceDocName, $destinationName);\n            $this->checkEavEntities();\n        }\n        $this->progress->finish();\n        return $this->checkForErrors();\n    }\n\n    /**\n     * Check map entities\n     *\n     * @param string $sourceDocName\n     * @param string $destinationName\n     * @return void\n     */\n    protected function checkMapEntities($sourceDocName, $destinationName)\n    {\n        $sourceCount = $this->source->getRecordsCount($sourceDocName);\n        $destinationCount = $this->destination->getRecordsCount($destinationName);\n        if ($sourceCount != $destinationCount) {\n            $this->errors[] = sprintf(\n                'Mismatch of entities in the document: %s Source: %s Destination: %s',\n                $destinationName,\n                $sourceCount,\n                $destinationCount\n            );\n        }\n    }\n\n    /**\n     * Check eav entities\n     *\n     * @return void\n     */\n    protected function checkEavEntities()\n    {\n        $countBeforeRun = $this->initialData->getDestEavAttributesCount($this->helper->getDestEavDocument());\n        $countAfterRun = $this->destination->getRecordsCount($this->helper->getDestEavDocument());\n        $countEavAttributes = null;\n        foreach ($this->helper->getEavAttributes() as $eavAttribute) {\n            $countEavAttributes += count($this->helper->getSourceAttributes($eavAttribute));\n        }\n        if (($countBeforeRun + $countEavAttributes) != $countAfterRun) {\n            $this->errors[] = sprintf(\n                'Mismatch of entities in the document: %s',\n                $this->helper->getDestEavDocument()\n            );\n        }\n    }\n\n    /**\n     * Get iterations count for step\n     *\n     * @return int\n     */\n    protected function getIterationsCount()\n    {\n        $migrationDocuments = $this->helper->getDocumentList();\n        $documents = [\n            $this->helper->getDestEavDocument(),\n            array_keys($migrationDocuments),\n            array_values($migrationDocuments)\n        ];\n        return count($documents);\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/Settings/Data.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\Settings;\n\nuse Migration\\App\\Step\\StageInterface;\nuse Migration\\Reader\\Settings as ReaderSettings;\nuse Migration\\Logger\\Logger;\nuse Migration\\App\\ProgressBar;\nuse Migration\\ResourceModel\\Destination;\nuse Migration\\ResourceModel\\Source;\nuse Migration\\ResourceModel;\nuse Migration\\ResourceModel\\Document;\nuse Migration\\ResourceModel\\Record;\nuse Migration\\Handler;\n\n/**\n * Class Data\n * @SuppressWarnings(PHPMD.CouplingBetweenObjects)\n */\nclass Data implements StageInterface\n{\n    const CONFIG_TABLE_NAME_SOURCE = 'core_config_data';\n    const CONFIG_TABLE_NAME_DESTINATION = 'core_config_data';\n    const CONFIG_FIELD_CONFIG_ID = 'config_id';\n    const CONFIG_FIELD_SCOPE_ID = 'scope_id';\n    const CONFIG_FIELD_SCOPE = 'scope';\n    const CONFIG_FIELD_PATH = 'path';\n    const CONFIG_FIELD_VALUE = 'value';\n    const CONFIG_FIELD_UPDATED_AT = 'updated_at';\n\n    /**\n     * @var array\n     */\n    protected $configTableSchema = [\n        self::CONFIG_FIELD_CONFIG_ID,\n        self::CONFIG_FIELD_SCOPE,\n        self::CONFIG_FIELD_SCOPE_ID,\n        self::CONFIG_FIELD_PATH,\n        self::CONFIG_FIELD_VALUE\n    ];\n\n    /**\n     * @var Destination\n     */\n    protected $destination;\n\n    /**\n     * @var Logger\n     */\n    protected $logger;\n\n    /**\n     * @var Source\n     */\n    protected $source;\n\n    /**\n     * @var ProgressBar\\LogLevelProcessor\n     */\n    protected $progress;\n\n    /**\n     * @var ReaderSettings\n     */\n    protected $readerSettings;\n\n    /**\n     * @var ResourceModel\\RecordFactory\n     */\n    protected $recordFactory;\n\n    /**\n     * @var Handler\\ManagerFactory\n     */\n    protected $handlerManagerFactory;\n\n    /**\n     * @param Destination $destination\n     * @param Source $source\n     * @param Logger $logger\n     * @param ProgressBar\\LogLevelProcessor $progress\n     * @param ResourceModel\\RecordFactory $recordFactory\n     * @param ReaderSettings $readerSettings\n     * @param Handler\\ManagerFactory $handlerManagerFactory\n     */\n    public function __construct(\n        Destination $destination,\n        Source $source,\n        Logger $logger,\n        ProgressBar\\LogLevelProcessor $progress,\n        ResourceModel\\RecordFactory $recordFactory,\n        ReaderSettings $readerSettings,\n        Handler\\ManagerFactory $handlerManagerFactory\n    ) {\n        $this->destination = $destination;\n        $this->source = $source;\n        $this->logger = $logger;\n        $this->progress = $progress;\n        $this->recordFactory = $recordFactory;\n        $this->readerSettings = $readerSettings;\n        $this->handlerManagerFactory = $handlerManagerFactory;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function perform()\n    {\n        $destinationDocument = $this->destination->getDocument(self::CONFIG_TABLE_NAME_DESTINATION);\n        $recordsCountSource = $this->source->getRecordsCount(self::CONFIG_TABLE_NAME_SOURCE);\n        $recordsCountDestination = $this->destination->getRecordsCount(self::CONFIG_TABLE_NAME_DESTINATION);\n        $this->progress->start($recordsCountSource);\n        $sourceRecords = $this->source->getRecords(\n            self::CONFIG_TABLE_NAME_SOURCE,\n            0,\n            $recordsCountSource\n        );\n        $destinationRecords = $this->destination->getRecords(\n            self::CONFIG_TABLE_NAME_DESTINATION,\n            0,\n            $recordsCountDestination\n        );\n        foreach ($sourceRecords as $sourceRecord) {\n            $this->progress->advance();\n            $sourceRecord = array_intersect_key($sourceRecord, array_flip($this->configTableSchema));\n            if (!$this->readerSettings->isNodeIgnored($sourceRecord[self::CONFIG_FIELD_PATH])) {\n                $sourceRecordPathMapped = $this->readerSettings->getNodeMap($sourceRecord[self::CONFIG_FIELD_PATH]);\n                foreach ($destinationRecords as &$destinationRecord) {\n                    if ($destinationRecord[self::CONFIG_FIELD_SCOPE] == $sourceRecord[self::CONFIG_FIELD_SCOPE]\n                        && $destinationRecord[self::CONFIG_FIELD_SCOPE_ID] == $sourceRecord[self::CONFIG_FIELD_SCOPE_ID]\n                        && $destinationRecord[self::CONFIG_FIELD_PATH] == $sourceRecordPathMapped\n                    ) {\n                        $record = $this->applyHandler($destinationDocument, $sourceRecord, $destinationRecord);\n                        $destinationRecord[self::CONFIG_FIELD_VALUE] = $record->getValue(self::CONFIG_FIELD_VALUE);\n                        continue 2;\n                    }\n                }\n                $record = $this->applyHandler($destinationDocument, $sourceRecord, []);\n                $record->setValue(self::CONFIG_FIELD_PATH, $sourceRecordPathMapped);\n                $destinationRecords[] = $record->getData();\n            }\n        }\n        foreach ($destinationRecords as &$destinationRecord) {\n            unset($destinationRecord[self::CONFIG_FIELD_CONFIG_ID]);\n            $destinationRecord[self::CONFIG_FIELD_UPDATED_AT] = null;\n        }\n        $this->destination->clearDocument(self::CONFIG_TABLE_NAME_DESTINATION);\n        $this->destination->saveRecords(self::CONFIG_TABLE_NAME_DESTINATION, $destinationRecords);\n        $this->progress->finish();\n        return true;\n    }\n\n    /**\n     * Apply handler\n     *\n     * @param Document $document\n     * @param array $sourceData\n     * @param array $destinationData\n     * @return Record\n     */\n    protected function applyHandler(\n        \\Migration\\ResourceModel\\Document $document,\n        array $sourceData,\n        array $destinationData\n    ) {\n        /** @var Record $sourceRecord */\n        $sourceRecord = $this->recordFactory->create(['document' => $document, 'data' => $sourceData]);\n        /** @var Record $destinationData */\n        $destinationRecord = $this->recordFactory->create(['document' => $document, 'data' => $destinationData]);\n        $handler = $this->getHandler($sourceData[self::CONFIG_FIELD_PATH]);\n        if ($handler) {\n            $handler->handle($sourceRecord, $destinationRecord);\n        }\n        return $sourceRecord;\n    }\n\n    /**\n     * Get handler\n     *\n     * @param string $path\n     * @return bool|Handler\\HandlerInterface|null\n     * @throws \\Migration\\Exception\n     */\n    protected function getHandler($path)\n    {\n        $handlerConfig = $this->readerSettings->getValueHandler($path);\n        if (!$handlerConfig) {\n            return false;\n        }\n        /** @var Handler\\Manager $handlerManager */\n        $handlerManager = $this->handlerManagerFactory->create();\n        $handlerManager->initHandler(self::CONFIG_FIELD_VALUE, $handlerConfig, $path);\n        return $handlerManager->getHandler($path);\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/Settings/Integrity.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\Settings;\n\nuse Migration\\App\\Step\\StageInterface;\nuse Migration\\Reader\\Settings as ReaderSettings;\nuse Migration\\Logger\\Logger;\nuse Migration\\App\\ProgressBar;\nuse Migration\\ResourceModel\\Destination;\nuse Migration\\ResourceModel\\Source;\nuse Migration\\ResourceModel;\nuse Migration\\ResourceModel\\Document;\nuse Migration\\ResourceModel\\Record;\nuse Migration\\Handler;\n\n/**\n * Class Integrity\n */\nclass Integrity extends \\Migration\\App\\Step\\AbstractIntegrity\n{\n    const CONFIG_TABLE_NAME_SOURCE = 'core_config_data';\n    const CONFIG_TABLE_NAME_DESTINATION = 'core_config_data';\n    const CONFIG_FIELD_CONFIG_ID = 'config_id';\n    const CONFIG_FIELD_SCOPE_ID = 'scope_id';\n    const CONFIG_FIELD_SCOPE = 'scope';\n    const CONFIG_FIELD_PATH = 'path';\n    const CONFIG_FIELD_VALUE = 'value';\n\n    /**\n     * @var Destination\n     */\n    protected $destination;\n\n    /**\n     * @var Logger\n     */\n    protected $logger;\n\n    /**\n     * @var Source\n     */\n    protected $source;\n\n    /**\n     * @var ProgressBar\\LogLevelProcessor\n     */\n    protected $progress;\n\n    /**\n     * @param Destination $destination\n     * @param Source $source\n     * @param Logger $logger\n     * @param ProgressBar\\LogLevelProcessor $progress\n     */\n    public function __construct(\n        Destination $destination,\n        Source $source,\n        Logger $logger,\n        ProgressBar\\LogLevelProcessor $progress\n    ) {\n        $this->destination = $destination;\n        $this->source = $source;\n        $this->logger = $logger;\n        $this->progress = $progress;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function perform()\n    {\n        $this->progress->start(1);\n        $this->progress->advance();\n        $documents = $this->source->getDocumentList();\n        if (!in_array(self::CONFIG_TABLE_NAME_SOURCE, $documents)) {\n            $this->logger->error(\n                sprintf(\n                    'Integrity check failed due to \"%s\" document does not exist in the source resource',\n                    self::CONFIG_TABLE_NAME_SOURCE\n                )\n            );\n            $this->logger->notice('Please check if table names uses prefix, add it to your config.xml file');\n            return false;\n        }\n        $documents = $this->destination->getDocumentList();\n        if (!in_array(self::CONFIG_TABLE_NAME_DESTINATION, $documents)) {\n            $this->logger->error(\n                sprintf(\n                    'Integrity check failed due to \"%s\" document does not exist in the destination resource',\n                    self::CONFIG_TABLE_NAME_DESTINATION\n                )\n            );\n            $this->logger->notice('Please check if table names uses prefix, add it to your config.xml file');\n            return false;\n        }\n        $this->progress->finish();\n        return true;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    protected function getIterationsCount()\n    {\n        return 0;\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/Stores/Data.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\Stores;\n\nuse Migration\\App\\Step\\StageInterface;\nuse Migration\\ResourceModel;\nuse Migration\\ResourceModel\\Record;\nuse Migration\\App\\ProgressBar;\nuse Migration\\Reader\\MapFactory;\nuse Migration\\Reader\\Map;\nuse Migration\\Step\\Stores\\Model\\DocumentsList;\n\n/**\n * Class Data\n */\nclass Data implements StageInterface\n{\n    /**\n     * @var ResourceModel\\Source\n     */\n    protected $source;\n\n    /**\n     * @var ResourceModel\\Destination\n     */\n    protected $destination;\n\n    /**\n     * @var ResourceModel\\RecordFactory\n     */\n    protected $recordFactory;\n\n    /**\n     * @var ProgressBar\\LogLevelProcessor\n     */\n    protected $progress;\n\n    /**\n     * @var DocumentsList\n     */\n    protected $documentsList;\n\n    /**\n     * @var Map\n     */\n    protected $map;\n\n    /**\n     * @var \\Migration\\RecordTransformerFactory\n     */\n    protected $recordTransformerFactory;\n\n    /**\n     * @param ProgressBar\\LogLevelProcessor $progress\n     * @param ResourceModel\\Source $source\n     * @param ResourceModel\\Destination $destination\n     * @param ResourceModel\\RecordFactory $recordFactory\n     * @param DocumentsList $documentsList\n     * @param \\Migration\\RecordTransformerFactory $recordTransformerFactory\n     * @param MapFactory $mapFactory\n     */\n    public function __construct(\n        ProgressBar\\LogLevelProcessor $progress,\n        ResourceModel\\Source $source,\n        ResourceModel\\Destination $destination,\n        ResourceModel\\RecordFactory $recordFactory,\n        DocumentsList $documentsList,\n        \\Migration\\RecordTransformerFactory $recordTransformerFactory,\n        MapFactory $mapFactory\n    ) {\n        $this->progress = $progress;\n        $this->source = $source;\n        $this->destination = $destination;\n        $this->recordFactory = $recordFactory;\n        $this->documentsList = $documentsList;\n        $this->recordTransformerFactory = $recordTransformerFactory;\n        $this->map = $mapFactory->create('stores_map_file');\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function perform()\n    {\n        $documents = $this->documentsList->getDocumentsMap();\n        $this->progress->start(count($documents));\n        foreach ($documents as $sourceDocName => $destDocName) {\n            $this->progress->advance();\n            $sourceDocument = $this->source->getDocument($sourceDocName);\n            $destinationDocument = $this->destination->getDocument($destDocName);\n            $this->destination->clearDocument($destDocName);\n            /** @var \\Migration\\RecordTransformer $recordTransformer */\n            $recordTransformer = $this->recordTransformerFactory->create(\n                [\n                    'sourceDocument' => $sourceDocument,\n                    'destDocument' => $destinationDocument,\n                    'mapReader' => $this->map\n                ]\n            );\n            $recordTransformer->init();\n            $pageNumber = 0;\n            while (!empty($sourceRecords = $this->source->getRecords($sourceDocName, $pageNumber))) {\n                $pageNumber++;\n                $recordsToSave = $destinationDocument->getRecords();\n                foreach ($sourceRecords as $recordData) {\n                    /** @var Record $sourceRecord */\n                    $sourceRecord = $this->recordFactory->create(\n                        ['document' => $sourceDocument, 'data' => $recordData]\n                    );\n                    /** @var Record $destRecord */\n                    $destinationRecord = $this->recordFactory->create(['document' => $destinationDocument]);\n                    $recordTransformer->transform($sourceRecord, $destinationRecord);\n                    $recordsToSave->addRecord($destinationRecord);\n                }\n                $this->destination->saveRecords($destinationDocument->getName(), $recordsToSave);\n            };\n        }\n        $this->progress->finish();\n        return true;\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/Stores/Integrity.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\Stores;\n\nuse Migration\\ResourceModel;\nuse Migration\\Logger\\Logger;\nuse Migration\\App\\ProgressBar;\nuse Migration\\Reader\\MapInterface;\nuse Migration\\Reader\\MapFactory;\nuse Migration\\Step\\Stores\\Model\\DocumentsList;\nuse Migration\\Config;\n\n/**\n * Class Integrity\n */\nclass Integrity extends \\Migration\\App\\Step\\AbstractIntegrity\n{\n    /**\n     * @var DocumentsList\n     */\n    protected $documentsList;\n\n    /**\n     * @param DocumentsList $documentsList\n     * @param Logger $logger\n     * @param Config $config\n     * @param ProgressBar\\LogLevelProcessor $progress\n     * @param ResourceModel\\Source $source\n     * @param ResourceModel\\Destination $destination\n     * @param MapFactory $mapFactory\n     * @param string $mapConfigOption\n     */\n    public function __construct(\n        DocumentsList $documentsList,\n        Logger $logger,\n        Config $config,\n        ProgressBar\\LogLevelProcessor $progress,\n        ResourceModel\\Source $source,\n        ResourceModel\\Destination $destination,\n        MapFactory $mapFactory,\n        $mapConfigOption = 'stores_map_file'\n    ) {\n        parent::__construct($progress, $logger, $config, $source, $destination, $mapFactory, $mapConfigOption);\n        $this->documentsList = $documentsList;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function perform()\n    {\n        $this->progress->start($this->getIterationsCount());\n        $this->check($this->documentsList->getSourceDocuments(), MapInterface::TYPE_SOURCE);\n        $this->check($this->documentsList->getDestinationDocuments(), MapInterface::TYPE_DEST);\n        $this->progress->finish();\n        return $this->checkForErrors();\n    }\n\n    /**\n     * Get iterations count for step\n     *\n     * @return int\n     */\n    protected function getIterationsCount()\n    {\n        return count($this->documentsList->getSourceDocuments())\n            + count($this->documentsList->getDestinationDocuments());\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/Stores/Model/DocumentsList.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\Stores\\Model;\n\n/**\n * Class DocumentsList returns list of source and destinations documents\n */\nclass DocumentsList\n{\n    /**\n     * Get source documents\n     *\n     * @return array\n     */\n    public function getSourceDocuments()\n    {\n        $map = $this->getDocumentsMap();\n        return array_keys($map);\n    }\n\n    /**\n     * Get destination documents\n     *\n     * @return array\n     */\n    public function getDestinationDocuments()\n    {\n        $map = $this->getDocumentsMap();\n        return array_values($map);\n    }\n\n    /**\n     * Get documents map\n     *\n     * @return array\n     */\n    public function getDocumentsMap()\n    {\n        return [\n            'core_store' => 'store',\n            'core_store_group' => 'store_group',\n            'core_website' => 'store_website'\n        ];\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/Stores/Volume.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\Stores;\n\nuse Migration\\App\\Step\\AbstractVolume;\nuse Migration\\ResourceModel;\nuse Migration\\App\\ProgressBar;\nuse Migration\\Logger\\Logger;\nuse Migration\\Step\\Stores\\Model\\DocumentsList;\n\n/**\n * Class Volume\n */\nclass Volume extends AbstractVolume\n{\n    /**\n     * @var ResourceModel\\Source\n     */\n    private $source;\n\n    /**\n     * @var ResourceModel\\Destination\n     */\n    private $destination;\n\n    /**\n     * @var ProgressBar\\LogLevelProcessor\n     */\n    private $progress;\n\n    /**\n     * @var DocumentsList\n     */\n    private $documentsList;\n\n    /**\n     * @param ProgressBar\\LogLevelProcessor $progress\n     * @param ResourceModel\\Source $source\n     * @param ResourceModel\\Destination $destination\n     * @param DocumentsList $documentsList\n     * @param Logger $logger\n     */\n    public function __construct(\n        ProgressBar\\LogLevelProcessor $progress,\n        ResourceModel\\Source $source,\n        ResourceModel\\Destination $destination,\n        DocumentsList $documentsList,\n        Logger $logger\n    ) {\n        $this->progress = $progress;\n        $this->source = $source;\n        $this->destination = $destination;\n        $this->documentsList = $documentsList;\n        parent::__construct($logger);\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function perform()\n    {\n        $this->progress->start($this->getIterationsCount());\n        foreach ($this->documentsList->getDocumentsMap() as $sourceName => $destinationName) {\n            $this->progress->advance();\n            $sourceCount = $this->source->getRecordsCount($sourceName);\n            $destinationCount = $this->destination->getRecordsCount($destinationName);\n            if ($sourceCount != $destinationCount) {\n                $this->errors[] = sprintf(\n                    'Mismatch of entities in the document: %s Source: %s Destination: %s',\n                    $destinationName,\n                    $sourceCount,\n                    $destinationCount\n                );\n            }\n        }\n        $this->progress->finish();\n        return $this->checkForErrors(Logger::ERROR);\n    }\n\n    /**\n     * Get iterations count for step\n     *\n     * @return int\n     */\n    private function getIterationsCount()\n    {\n        return count($this->documentsList->getDocumentsMap());\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/TierPrice/Data.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\TierPrice;\n\nuse Migration\\App\\Step\\StageInterface;\nuse Migration\\Reader\\Map;\nuse Migration\\Reader\\MapFactory;\nuse Migration\\Reader\\MapInterface;\nuse Migration\\ResourceModel;\nuse Migration\\ResourceModel\\Record;\nuse Migration\\App\\ProgressBar;\nuse Migration\\Logger\\Manager as LogManager;\nuse Migration\\Logger\\Logger;\n\n/**\n * Class Data\n * @SuppressWarnings(PHPMD.CouplingBetweenObjects)\n */\nclass Data implements StageInterface\n{\n    /**\n     * @var ResourceModel\\Source\n     */\n    protected $source;\n\n    /**\n     * @var ResourceModel\\Destination\n     */\n    protected $destination;\n\n    /**\n     * @var ResourceModel\\RecordFactory\n     */\n    protected $recordFactory;\n\n    /**\n     * @var \\Migration\\RecordTransformerFactory\n     */\n    protected $recordTransformerFactory;\n\n    /**\n     * @var Map\n     */\n    protected $map;\n\n    /**\n     * @var ProgressBar\\LogLevelProcessor\n     */\n    protected $progress;\n\n    /**\n     * @var Logger\n     */\n    protected $logger;\n\n    /**\n     * @var Helper\n     */\n    protected $helper;\n\n    /**\n     * @param ProgressBar\\LogLevelProcessor $progress\n     * @param ResourceModel\\Source $source\n     * @param ResourceModel\\Destination $destination\n     * @param ResourceModel\\RecordFactory $recordFactory\n     * @param Logger $logger\n     * @param Helper $helper\n     * @param \\Migration\\RecordTransformerFactory $recordTransformerFactory\n     * @param MapFactory $mapFactory\n     */\n    public function __construct(\n        ProgressBar\\LogLevelProcessor $progress,\n        ResourceModel\\Source $source,\n        ResourceModel\\Destination $destination,\n        ResourceModel\\RecordFactory $recordFactory,\n        Logger $logger,\n        Helper $helper,\n        \\Migration\\RecordTransformerFactory $recordTransformerFactory,\n        MapFactory $mapFactory\n    ) {\n        $this->source = $source;\n        $this->destination = $destination;\n        $this->recordFactory = $recordFactory;\n        $this->progress = $progress;\n        $this->logger = $logger;\n        $this->helper = $helper;\n        $this->recordTransformerFactory = $recordTransformerFactory;\n        $this->map = $mapFactory->create('tier_price_map_file');\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function perform()\n    {\n        foreach ($this->helper->getDestinationDocuments() as $documentName) {\n            $this->destination->clearDocument($documentName);\n        }\n        $sourceDocuments = $this->helper->getSourceDocuments();\n        $this->progress->start(count($sourceDocuments), LogManager::LOG_LEVEL_INFO);\n\n        foreach ($sourceDocuments as $sourceDocName) {\n            $pageNumber = 0;\n            $this->logger->debug('migrating', ['table' => $sourceDocName]);\n            $this->progress->start($this->source->getRecordsCount($sourceDocName), LogManager::LOG_LEVEL_DEBUG);\n\n            $destinationName = $this->helper->getMappedDocumentName($sourceDocName, MapInterface::TYPE_SOURCE);\n            $destDocument = $this->destination->getDocument($destinationName);\n            $sourceDocument = $this->source->getDocument($sourceDocName);\n\n            /** @var \\Migration\\RecordTransformer $recordTransformer */\n            $recordTransformer = $this->recordTransformerFactory->create(\n                [\n                    'sourceDocument' => $sourceDocument,\n                    'destDocument' => $destDocument,\n                    'mapReader' => $this->map\n                ]\n            );\n            $recordTransformer->init();\n\n            while (!empty($items = $this->source->getRecords($sourceDocName, $pageNumber))) {\n                $this->progress->advance(LogManager::LOG_LEVEL_INFO);\n\n                $pageNumber++;\n                $destinationRecords = $destDocument->getRecords();\n                foreach ($items as $recordData) {\n                    $this->progress->advance(LogManager::LOG_LEVEL_DEBUG);\n\n                    $recordData['value_id'] = null;\n                    /** @var Record $sourceRecord */\n                    $sourceRecord = $this->recordFactory->create(\n                        ['document' => $sourceDocument, 'data' => $recordData]\n                    );\n                    /** @var Record $destRecord */\n                    $destRecord = $this->recordFactory->create(['document' => $destDocument]);\n                    $recordTransformer->transform($sourceRecord, $destRecord);\n                    $destinationRecords->addRecord($destRecord);\n                }\n                $this->destination->saveRecords($destinationName, $destinationRecords, true);\n            }\n            $this->progress->finish(LogManager::LOG_LEVEL_DEBUG);\n        }\n\n        $this->progress->finish(LogManager::LOG_LEVEL_INFO);\n        return true;\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/TierPrice/Delta.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\TierPrice;\n\nuse Migration\\App\\Step\\AbstractDelta;\nuse Migration\\Logger\\Logger;\nuse Migration\\Reader\\GroupsFactory;\nuse Migration\\Reader\\MapFactory;\nuse Migration\\ResourceModel\\Source;\nuse Migration\\ResourceModel\\Destination;\nuse Migration\\ResourceModel;\nuse Migration\\Config;\n\n/**\n * Class Delta\n */\nclass Delta extends AbstractDelta\n{\n    /**\n     * @var string\n     */\n    protected $mapConfigOption = 'tier_price_map_file';\n\n    /**\n     * @var string\n     */\n    protected $groupName = 'delta_tier_price';\n\n    /**\n     * @var string\n     */\n    private $editionMigrate = '';\n\n    /**\n     * @var Helper\n     */\n    private $helper;\n\n    /**\n     * @param Source $source\n     * @param MapFactory $mapFactory\n     * @param GroupsFactory $groupsFactory\n     * @param Logger $logger\n     * @param Destination $destination\n     * @param ResourceModel\\RecordFactory $recordFactory\n     * @param \\Migration\\RecordTransformerFactory $recordTransformerFactory\n     * @param Data $data\n     * @param Helper $helper\n     * @param Config $config\n     */\n    public function __construct(\n        Source $source,\n        MapFactory $mapFactory,\n        GroupsFactory $groupsFactory,\n        Logger $logger,\n        Destination $destination,\n        ResourceModel\\RecordFactory $recordFactory,\n        \\Migration\\RecordTransformerFactory $recordTransformerFactory,\n        Config $config,\n        Helper $helper\n    ) {\n        $this->editionMigrate = $config->getOption('edition_migrate');\n        $this->helper = $helper;\n        parent::__construct(\n            $source,\n            $mapFactory,\n            $groupsFactory,\n            $logger,\n            $destination,\n            $recordFactory,\n            $recordTransformerFactory\n        );\n    }\n\n    /**\n     * @inheritdoc\n     */\n    protected function processDeletedRecords($documentName, $idKeys, $destinationName)\n    {\n        $idKeysDelete = $idKeys;\n        $entityIdName = 'entity_id';\n        $this->destination->getAdapter()->setForeignKeyChecks(1);\n        while (!empty($items = $this->source->getDeletedRecords($documentName, $idKeys))) {\n            $itemsDelete = $items;\n            if ($this->editionMigrate != Config::EDITION_MIGRATE_OPENSOURCE_TO_OPENSOURCE) {\n                $entityIdName = 'row_id';\n                foreach ($itemsDelete as &$item) {\n                    $item[$entityIdName] = $item['entity_id'];\n                    unset($item['entity_id']);\n                }\n                $idKeysDelete = array_diff($idKeysDelete, ['entity_id']);\n                $idKeysDelete[] = $entityIdName;\n            }\n            if ($documentName == 'catalog_product_entity_group_price') {\n                foreach ($itemsDelete as &$item) {\n                    $item['qty'] = 1;\n                }\n                $idKeysDelete[] = 'qty';\n            }\n            $this->destination->deleteRecords(\n                $this->destination->addDocumentPrefix($destinationName),\n                $idKeysDelete,\n                $itemsDelete\n            );\n            $documentNameDelta = $this->source->getDeltaLogName($documentName);\n            $documentNameDelta = $this->source->addDocumentPrefix($documentNameDelta);\n            $this->markRecordsProcessed($documentNameDelta, $idKeys, $items);\n        }\n        $this->destination->getAdapter()->setForeignKeyChecks(0);\n    }\n\n    /**\n     * @inheritdoc\n     */\n    protected function getDocumentMap($document, $type)\n    {\n        return $this->helper->getMappedDocumentName($document, $type);\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/TierPrice/Helper.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n\nnamespace Migration\\Step\\TierPrice;\n\nuse Migration\\Config;\nuse Migration\\Reader\\MapInterface;\n\n/**\n * Class Helper\n */\nclass Helper\n{\n    /**\n     * @var string\n     */\n    protected $editionNumber;\n\n    /**\n     * @var array\n     */\n    protected $notExistsGroupPriceTable = [\n        '1.11.0.0',\n        '1.11.0.1',\n        '1.11.0.2',\n        '1.11.1.0',\n        '1.11.2.0',\n        '1.6.0.0',\n        '1.6.1.0',\n        '1.6.2.0'\n    ];\n\n    /**\n     * @param Config $config\n     */\n    public function __construct(\n        Config $config\n    ) {\n        $this->editionNumber = $config->getOption('edition_number');\n    }\n\n    /**\n     * Get source documents\n     *\n     * @return array\n     */\n    public function getSourceDocuments()\n    {\n        $map = $this->getDocumentsMap();\n        return array_keys($map[MapInterface::TYPE_SOURCE]);\n    }\n\n    /**\n     * Get destination documents\n     *\n     * @return array\n     */\n    public function getDestinationDocuments()\n    {\n        $map = $this->getDocumentsMap();\n        return array_keys($map[MapInterface::TYPE_DEST]);\n    }\n\n    /**\n     * Get mapped document name\n     *\n     * @param string $documentName\n     * @param string $type\n     * @return mixed\n     */\n    public function getMappedDocumentName($documentName, $type)\n    {\n        $map = $this->getDocumentsMap();\n        return $map[$type][$documentName];\n    }\n\n    /**\n     * Get documents map\n     *\n     * @return array\n     */\n    protected function getDocumentsMap()\n    {\n        $sourceDocuments = ['catalog_product_entity_tier_price' => 'catalog_product_entity_tier_price'];\n        if (!empty($this->editionNumber) && !in_array($this->editionNumber, $this->notExistsGroupPriceTable)) {\n            $sourceDocuments['catalog_product_entity_group_price'] = 'catalog_product_entity_tier_price';\n        }\n        return [\n            MapInterface::TYPE_SOURCE => $sourceDocuments,\n            MapInterface::TYPE_DEST => ['catalog_product_entity_tier_price' => 'catalog_product_entity_tier_price'],\n        ];\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/TierPrice/Integrity.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\TierPrice;\n\nuse Migration\\ResourceModel;\nuse Migration\\Logger\\Logger;\nuse Migration\\App\\ProgressBar;\nuse Migration\\Reader\\MapInterface;\nuse Migration\\Reader\\MapFactory;\nuse Migration\\Config;\n\n/**\n * Class Integrity\n */\nclass Integrity extends \\Migration\\App\\Step\\AbstractIntegrity\n{\n    /**\n     * @var Helper\n     */\n    protected $helper;\n\n    /**\n     * @var ResourceModel\\Source\n     */\n    protected $source;\n\n    /**\n     * @var ResourceModel\\Destination\n     */\n    protected $destination;\n\n    /**\n     * @var Logger\n     */\n    protected $logger;\n\n    /**\n     * @var ProgressBar\\LogLevelProcessor\n     */\n    protected $progress;\n\n    /**\n     * @param Helper $helper\n     * @param Logger $logger\n     * @param Config $config\n     * @param ProgressBar\\LogLevelProcessor $progress\n     * @param ResourceModel\\Source $source\n     * @param ResourceModel\\Destination $destination\n     * @param MapFactory $mapFactory\n     * @param string $mapConfigOption\n     */\n    public function __construct(\n        Helper $helper,\n        Logger $logger,\n        Config $config,\n        ProgressBar\\LogLevelProcessor $progress,\n        ResourceModel\\Source $source,\n        ResourceModel\\Destination $destination,\n        MapFactory $mapFactory,\n        $mapConfigOption = 'tier_price_map_file'\n    ) {\n        parent::__construct($progress, $logger, $config, $source, $destination, $mapFactory, $mapConfigOption);\n        $this->helper = $helper;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function perform()\n    {\n        $this->progress->start($this->getIterationsCount());\n        $this->check($this->helper->getSourceDocuments(), MapInterface::TYPE_SOURCE);\n        $this->check($this->helper->getDestinationDocuments(), MapInterface::TYPE_DEST);\n        $this->progress->finish();\n        return $this->checkForErrors();\n    }\n\n    /**\n     * Get iterations count for step\n     *\n     * @return int\n     */\n    protected function getIterationsCount()\n    {\n        return count($this->helper->getSourceDocuments()) + count($this->helper->getDestinationDocuments());\n    }\n\n    /**\n     * @inheritdoc\n     */\n    protected function getMappedDocumentName($documentName, $type)\n    {\n        return $this->helper->getMappedDocumentName($documentName, $type);\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/TierPrice/Volume.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\TierPrice;\n\nuse Migration\\App\\Step\\AbstractVolume;\nuse Migration\\ResourceModel;\nuse Migration\\App\\ProgressBar;\nuse Migration\\Logger\\Logger;\n\n/**\n * Class Volume\n */\nclass Volume extends AbstractVolume\n{\n    /**\n     * @var ResourceModel\\Source\n     */\n    protected $source;\n\n    /**\n     * @var ResourceModel\\Destination\n     */\n    protected $destination;\n\n    /**\n     * @var ProgressBar\\LogLevelProcessor\n     */\n    protected $progress;\n\n    /**\n     * @var Helper\n     */\n    protected $helper;\n\n    /**\n     * @param ProgressBar\\LogLevelProcessor $progress\n     * @param ResourceModel\\Source $source\n     * @param ResourceModel\\Destination $destination\n     * @param Helper $helper\n     * @param Logger $logger\n     */\n    public function __construct(\n        ProgressBar\\LogLevelProcessor $progress,\n        ResourceModel\\Source $source,\n        ResourceModel\\Destination $destination,\n        Helper $helper,\n        Logger $logger\n    ) {\n        $this->progress = $progress;\n        $this->source = $source;\n        $this->destination = $destination;\n        $this->helper = $helper;\n        parent::__construct($logger);\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function perform()\n    {\n        $sourceDocuments = $this->helper->getSourceDocuments();\n        $destinationDocuments = $this->helper->getDestinationDocuments();\n        $this->progress->start(count($sourceDocuments) + count($destinationDocuments));\n\n        $destinationTotal = 0;\n        $sourceTotal = $this->getSourceTotal($sourceDocuments);\n        foreach ($destinationDocuments as $documentName) {\n            $destinationTotal += $this->destination->getRecordsCount($documentName);\n            $this->progress->advance();\n        }\n\n        if ($sourceTotal != $destinationTotal) {\n            $this->errors[] = 'Mismatch of amount of entities in documents';\n        }\n\n        $this->progress->finish();\n        return $this->checkForErrors(Logger::ERROR);\n    }\n\n    /**\n     * Return number of records with unique key taken into account. Duplicated records will be omitted\n     *\n     * @param array $sourceDocuments\n     * @return int\n     */\n    private function getSourceTotal(array $sourceDocuments)\n    {\n        $sourceRecordsUnique = [];\n        foreach ($sourceDocuments as $documentName) {\n            $this->progress->advance();\n            $sourceRecords = $this->source->getRecords(\n                $documentName,\n                0,\n                $this->source->getRecordsCount($documentName)\n            );\n            foreach ($sourceRecords as $record) {\n                $record['qty'] = isset($record['qty']) ? $record['qty'] : '1.0000';\n                $key = $record['entity_id'] . '-' .\n                    $record['all_groups'] . '-' .\n                    $record['customer_group_id'] . '-' .\n                    $record['qty'] . '-' .\n                    $record['website_id'];\n                $sourceRecordsUnique[$key] = $record;\n            }\n        }\n        return count($sourceRecordsUnique);\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/UrlRewrite/Helper.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\UrlRewrite;\n\nuse Migration\\Reader\\MapInterface;\nuse Migration\\Config;\nuse Magento\\Framework\\Module\\ModuleListInterface;\n\n/**\n * Class Helper\n */\nclass Helper\n{\n    /**\n     * @var string\n     */\n    protected $editionMigrate = '';\n\n    /**\n     * @var ModuleListInterface\n     */\n    private $moduleList;\n\n    /**\n     * Config data of staging module\n     *\n     * @var array\n     */\n    private $stagingConfig = [\n        'tables' => ['catalog_category_entity_varchar', 'catalog_product_entity_varchar'],\n        'field_entity_id' => 'entity_id',\n        'field_staging' => 'row_id',\n    ];\n\n    /**\n     * @param Config $config\n     * @param ModuleListInterface $moduleList\n     */\n    public function __construct(\n        Config $config,\n        ModuleListInterface $moduleList\n    ) {\n        $this->editionMigrate = $config->getOption('edition_migrate');\n        $this->moduleList = $moduleList;\n    }\n\n    /**\n     * Fields processor\n     *\n     * @param string $resourceType\n     * @param string $tableName\n     * @param array $fields\n     * @param bool $inKeys\n     * @return array\n     */\n    public function processFields($resourceType, $tableName, array $fields, $inKeys = false)\n    {\n        return $this->processFieldsOfStagingModule($resourceType, $tableName, $fields, $inKeys);\n    }\n\n    /**\n     * Rename fields of staging module\n     *\n     * @param string $resourceType\n     * @param string $tableName\n     * @param array $fields\n     * @param bool $inKeys\n     * @return array\n     */\n    private function processFieldsOfStagingModule($resourceType, $tableName, array $fields, $inKeys = false)\n    {\n        $fieldEntityId = $this->stagingConfig['field_entity_id'];\n        $fieldStaging = $this->stagingConfig['field_staging'];\n        $tablesStaging = $this->stagingConfig['tables'];\n\n        if ($this->editionMigrate == Config::EDITION_MIGRATE_OPENSOURCE_TO_OPENSOURCE\n            || $resourceType == MapInterface::TYPE_SOURCE\n            || !in_array($tableName, $tablesStaging)\n            || $this->moduleList->has('Magento_CatalogStaging') === false\n        ) {\n            return $fields;\n        }\n        if ($inKeys && isset($fields[$fieldEntityId])) {\n            $fields[$fieldStaging] = $fields[$fieldEntityId];\n            unset($fields[$fieldEntityId]);\n        } else {\n            $map = function ($item) use ($fieldEntityId, $fieldStaging) {\n                return $item == $fieldEntityId ? $fieldStaging : $item;\n            };\n            $fields = array_map($map, $fields);\n        }\n        return $fields;\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/UrlRewrite/Model/Suffix.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\UrlRewrite\\Model;\n\nuse Migration\\ResourceModel\\Source;\n\n/**\n * Class Suffix can generate part of SQL query\n * which determine suffix for products or categories\n * depending on scope (default, website, store)\n */\nclass Suffix\n{\n    /**\n     * @var Source\n     */\n    private $source;\n\n    /**\n     * @var array\n     */\n    private $suffixData = [];\n\n    /**\n     * @param Source $source\n     */\n    public function __construct(\n        Source $source\n    ) {\n        $this->source = $source;\n    }\n\n    /**\n     * Get suffix query for product or category\n     *\n     * @param string $suffixFor Can be 'product' or 'category'\n     * @param string $mainTable\n     * @return string\n     */\n    public function getSuffix($suffixFor, $mainTable = 's')\n    {\n        $suffixDefault = '.html';\n        if (empty($this->suffixData[$suffixFor])) {\n            /** @var \\Migration\\ResourceModel\\Adapter\\Mysql $adapter */\n            $adapter = $this->source->getAdapter();\n            $select = $adapter->getSelect();\n\n            $select->from(\n                ['s' => $this->source->addDocumentPrefix('core_store')],\n                ['store_id' => 's.store_id']\n            );\n\n            $select->joinLeft(\n                ['c1' => $this->source->addDocumentPrefix('core_config_data')],\n                \"c1.scope='stores' AND c1.path = 'catalog/seo/{$suffixFor}_url_suffix' AND c1.scope_id=s.store_id\",\n                ['store_path' => 'c1.path', 'store_value' => 'c1.value']\n            );\n            $select->joinLeft(\n                ['c2' => $this->source->addDocumentPrefix('core_config_data')],\n                \"c2.scope='websites' AND c2.path = 'catalog/seo/{$suffixFor}_url_suffix' AND c2.scope_id=s.website_id\",\n                ['website_path' => 'c2.path', 'website_value' => 'c2.value']\n            );\n            $select->joinLeft(\n                ['c3' => $this->source->addDocumentPrefix('core_config_data')],\n                \"c3.scope='default' AND c3.path = 'catalog/seo/{$suffixFor}_url_suffix'\",\n                ['admin_path' => 'c3.path', 'admin_value' => 'c3.value']\n            );\n\n            $result = $select->getAdapter()->fetchAll($select);\n            foreach ($result as $row) {\n                $suffix = $suffixDefault;\n                if ($row['admin_path'] !== null) {\n                    $suffix = $row['admin_value'];\n                }\n                if ($row['website_path'] !== null) {\n                    $suffix = $row['website_value'];\n                }\n                if ($row['store_path'] !== null) {\n                    $suffix = $row['store_value'];\n                }\n                $suffix = ($suffix) ? $this->ensureSuffixBeginsWithDot($suffix) : $suffix;\n                $this->suffixData[$suffixFor][] = [\n                    'store_id' => $row['store_id'],\n                    'suffix' => $suffix\n                ];\n            }\n        }\n\n        $suffix = \"CASE {$mainTable}.store_id\";\n        foreach ($this->suffixData[$suffixFor] as $row) {\n            $suffix .= sprintf(\" WHEN '%s' THEN '%s'\", $row['store_id'], $row['suffix']);\n        }\n        $suffix .= \" ELSE '{$suffixDefault}' END\";\n\n        return $suffix;\n    }\n\n    /**\n     * Ensure suffix begins with dot\n     *\n     * @param mixed $suffix\n     * @return string\n     */\n    private function ensureSuffixBeginsWithDot($suffix)\n    {\n        return substr($suffix, 0, 1) === \".\" ? $suffix : '.' . $suffix;\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/UrlRewrite/Model/Version11300to2000/CategoryRewrites.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\UrlRewrite\\Model\\Version11300to2000;\n\nuse Migration\\ResourceModel\\Source;\nuse Migration\\ResourceModel\\Adapter\\Mysql as AdapterMysql;\nuse Migration\\Step\\UrlRewrite\\Model\\Suffix;\nuse Migration\\Step\\UrlRewrite\\Model\\VersionCommerce\\TableName;\nuse Migration\\Step\\UrlRewrite\\Model\\VersionCommerce\\CategoryRewritesInterface;\n\n/**\n * Class CategoryRewrites\n */\nclass CategoryRewrites implements CategoryRewritesInterface\n{\n    /**\n     * @var TableName\n     */\n    private $tableName;\n\n    /**\n     * @var Source\n     */\n    private $source;\n\n    /**\n     * @var AdapterMysql\n     */\n    private $sourceAdapter;\n\n    /**\n     * @var string\n     */\n    private $suffix;\n\n    /**\n     * @param Source $source\n     * @param Suffix $suffix\n     * @param TableName $tableName\n     */\n    public function __construct(\n        Source $source,\n        Suffix $suffix,\n        TableName $tableName\n    ) {\n        $this->source = $source;\n        $this->sourceAdapter = $this->source->getAdapter();\n        $this->suffix = $suffix;\n        $this->tableName = $tableName;\n    }\n\n    /**\n     * Fulfill temporary table with category url rewrites\n     *\n     * @param array $urlRewriteIds\n     * @return void\n     */\n    public function collectRewrites(array $urlRewriteIds = [])\n    {\n        $select = $this->sourceAdapter->getSelect();\n        $requestPath = sprintf(\"CONCAT(`r`.`request_path`, %s)\", $this->suffix->getSuffix('category', 'eccr'));\n        $select->from(\n            ['r' => $this->source->addDocumentPrefix('enterprise_url_rewrite')],\n            [\n                'id' => 'IFNULL(NULL, NULL)',\n                'url_rewrite_id' =>'r.url_rewrite_id',\n                'redirect_id' => 'IFNULL(NULL, NULL)',\n                'request_path' => $requestPath,\n                'target_path' => 'r.target_path',\n                'is_system' => 'r.is_system',\n                'store_id' => 's.store_id',\n                'entity_type' => \"trim('category')\",\n                'redirect_type' => \"trim('0')\",\n                'product_id' => \"trim('0')\",\n                'category_id' => \"c.entity_id\",\n                'cms_page_id' => \"trim('0')\",\n                'priority' => \"trim('3')\"\n            ]\n        );\n        $select->join(\n            ['c' => $this->source->addDocumentPrefix('catalog_category_entity_url_key')],\n            'r.value_id = c.value_id',\n            []\n        );\n        $select->join(\n            ['eccr' => $this->source->addDocumentPrefix('enterprise_catalog_category_rewrite')],\n            'eccr.url_rewrite_id = r.url_rewrite_id and eccr.store_id = 0',\n            []\n        );\n        $select->join(\n            ['s' => $this->source->addDocumentPrefix('core_store')],\n            's.store_id > 0',\n            []\n        );\n        if (!empty($urlRewriteIds)) {\n            $select->where('r.url_rewrite_id in (?)', $urlRewriteIds);\n        }\n\n        $query = $select\n            ->insertFromSelect($this->source->addDocumentPrefix($this->tableName->getTemporaryTableName()));\n        $select->getAdapter()->query($query);\n\n        $requestPath = sprintf(\"CONCAT(`r`.`request_path`, %s)\", $this->suffix->getSuffix('category', 'eccr'));\n        $select = $this->sourceAdapter->getSelect();\n        $select->from(\n            ['r' => $this->source->addDocumentPrefix('enterprise_url_rewrite')],\n            [\n                'id' => 'IFNULL(NULL, NULL)',\n                'url_rewrite_id' =>'r.url_rewrite_id',\n                'redirect_id' => 'IFNULL(NULL, NULL)',\n                'request_path' => $requestPath,\n                'target_path' => 'r.target_path',\n                'is_system' => 'r.is_system',\n                'store_id' => 'eccr.store_id',\n                'entity_type' => \"trim('category')\",\n                'redirect_type' => \"trim('0')\",\n                'product_id' => \"trim('0')\",\n                'category_id' => \"c.entity_id\",\n                'cms_page_id' => \"trim('0')\",\n                'priority' => \"trim('3')\"\n            ]\n        );\n        $select->join(\n            ['c' => $this->source->addDocumentPrefix('catalog_category_entity_url_key')],\n            'r.value_id = c.value_id',\n            []\n        );\n        $select->join(\n            ['eccr' => $this->source->addDocumentPrefix('enterprise_catalog_category_rewrite')],\n            'eccr.url_rewrite_id = r.url_rewrite_id and eccr.store_id > 0',\n            []\n        );\n        if (!empty($urlRewriteIds)) {\n            $select->where('r.url_rewrite_id in (?)', $urlRewriteIds);\n        }\n\n        $query = $select->insertFromSelect($this->source->addDocumentPrefix($this->tableName->getTemporaryTableName()));\n        $select->getAdapter()->query($query);\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/UrlRewrite/Model/Version11300to2000/CmsPageRewrites.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\UrlRewrite\\Model\\Version11300to2000;\n\nuse Migration\\ResourceModel\\Source;\nuse Migration\\ResourceModel\\Adapter\\Mysql as AdapterMysql;\nuse Migration\\Step\\UrlRewrite\\Model\\VersionCommerce\\TableName;\nuse Migration\\Step\\UrlRewrite\\Model\\VersionCommerce\\CmsPageRewritesInterface;\n\n/**\n * Class CmsPageRewrites\n */\nclass CmsPageRewrites implements CmsPageRewritesInterface\n{\n    /**\n     * @var string\n     */\n    protected $cmsPageTableName = 'cms_page';\n\n    /**\n     * @var string\n     */\n    protected $cmsPageStoreTableName = 'cms_page_store';\n\n    /**\n     * @var TableName\n     */\n    private $tableName;\n\n    /**\n     * @var Source\n     */\n    private $source;\n\n    /**\n     * @var AdapterMysql\n     */\n    private $sourceAdapter;\n\n    /**\n     * @param Source $source\n     * @param TableName $tableName\n     */\n    public function __construct(\n        Source $source,\n        TableName $tableName\n    ) {\n        $this->source = $source;\n        $this->sourceAdapter = $this->source->getAdapter();\n        $this->tableName = $tableName;\n    }\n\n    /**\n     * Fulfill temporary table with Cms Page url rewrites\n     *\n     * @return void\n     */\n    public function collectRewrites()\n    {\n        $select = $this->sourceAdapter->getSelect();\n        $select->distinct()->from(\n            ['cp' => $this->source->addDocumentPrefix($this->cmsPageTableName)],\n            [\n                'id' => 'IFNULL(NULL, NULL)',\n                'url_rewrite_id' => 'IFNULL(NULL, NULL)',\n                'redirect_id' => 'IFNULL(NULL, NULL)',\n                'request_path' => 'cp.identifier',\n                'target_path' => 'CONCAT(\"cms/page/view/page_id/\", cp.page_id)',\n                'is_system' => \"trim('1')\",\n                'store_id' => 'IF(cps.store_id = 0, 1, cps.store_id)',\n                'entity_type' => \"trim('cms-page')\",\n                'redirect_type' => \"trim('0')\",\n                'product_id' => \"trim('0')\",\n                'category_id' => \"trim('0')\",\n                'cms_page_id' => \"cp.page_id\",\n                'priority' => \"trim('5')\"\n            ]\n        )->joinLeft(\n            ['cps' => $this->source->addDocumentPrefix($this->cmsPageStoreTableName)],\n            'cps.page_id = cp.page_id',\n            []\n        )->group(['request_path', 'cps.store_id']);\n        $query = $select->insertFromSelect($this->source->addDocumentPrefix($this->tableName->getTemporaryTableName()));\n        $select->getAdapter()->query($query);\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/UrlRewrite/Model/Version11300to2000/ProductRewritesIncludedIntoCategories.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\UrlRewrite\\Model\\Version11300to2000;\n\nuse Magento\\Framework\\Db\\Select as Select;\nuse Migration\\ResourceModel\\Source;\nuse Migration\\ResourceModel\\Adapter\\Mysql as AdapterMysql;\nuse Migration\\Step\\UrlRewrite\\Model\\Suffix;\nuse Migration\\Step\\UrlRewrite\\Model\\VersionCommerce\\TableName;\nuse Migration\\Step\\UrlRewrite\\Model\\VersionCommerce\\ProductRewritesIncludedIntoCategoriesInterface;\n\n/**\n * Class ProductRewritesIncludedIntoCategories is for product url rewrites included into categories\n *\n * It can return SQL query ready to insert into temporary table for url rewrites\n */\nclass ProductRewritesIncludedIntoCategories implements ProductRewritesIncludedIntoCategoriesInterface\n{\n    /**\n     * @var TableName\n     */\n    private $tableName;\n\n    /**\n     * @var Source\n     */\n    private $source;\n\n    /**\n     * @var AdapterMysql\n     */\n    private $sourceAdapter;\n\n    /**\n     * @var string\n     */\n    private $anchorAttributeId;\n\n    /**\n     * @var string\n     */\n    private $anchorAttributeCode = 'is_anchor';\n\n    /**\n     * @var string\n     */\n    private $categoryEntityTypeCode = 'catalog_category';\n\n    /**\n     * @var array\n     */\n    private $anchorCategories = [];\n\n    /**\n     * @var string\n     */\n    private $suffix;\n\n    /**\n     * @param Source $source\n     * @param Suffix $suffix\n     * @param TableName $tableName\n     */\n    public function __construct(\n        Source $source,\n        Suffix $suffix,\n        TableName $tableName\n    ) {\n        $this->source = $source;\n        $this->sourceAdapter = $this->source->getAdapter();\n        $this->suffix = $suffix;\n        $this->tableName = $tableName;\n    }\n\n    /**\n     * Return query for retrieving product url rewrites for stores when a product was saved for default scope\n     *\n     * @param array $urlRewriteIds\n     * @return array\n     */\n    public function getQueryProductsSavedForDefaultScope(array $urlRewriteIds = [])\n    {\n        $queries = [];\n        $selects = [];\n        $config = [\n            'url_rewrite_ids' => $urlRewriteIds,\n            'store_id' => 's.store_id',\n            'store_main_table' => 's',\n            'add_stores_to_select' => true\n        ];\n        $select = $this->getSelectBase($config)->where('`ecpr`.`store_id` = 0');\n        $selects[] = $this->addStoresToSelect($select);\n        foreach ($this->getSelectsForAnchorCategories($config) as $select) {\n            $select->where('`ecpr`.`store_id` = 0');\n            $selects[] = $select;\n        }\n        foreach ($selects as $select) {\n            $queries[] = $this->sourceAdapter->getSelect()->from(['result' => new \\Zend_Db_Expr(\"($select)\")])\n                ->where('result.request_path IS NOT NULL')\n                ->insertFromSelect($this->source->addDocumentPrefix($this->tableName->getTemporaryTableName()));\n        }\n        return $queries;\n    }\n\n    /**\n     * Return query for retrieving product url rewrites when a product is saved for particular store view\n     *\n     * @param array $urlRewriteIds\n     * @return array\n     */\n    public function getQueryProductsSavedForParticularStoreView(array $urlRewriteIds = [])\n    {\n        $queries = [];\n        $selects = [];\n        $config = [\n            'store_main_table' => 'ecpr',\n            'add_ecpr_url_key' => true,\n            'store_id' => 'ecpr.store_id',\n            'url_rewrite_ids' => $urlRewriteIds\n        ];\n        $selects[] = $this->getSelectBase($config)->where('`ecpr`.`store_id` > 0');\n        foreach ($this->getSelectsForAnchorCategories($config) as $select) {\n            $select->where('`ecpr`.`store_id` > 0');\n            $selects[] = $select;\n        }\n        foreach ($selects as $select) {\n            $queries[] = $this->sourceAdapter->getSelect()->from(['result' => new \\Zend_Db_Expr(\"($select)\")])\n                ->where('result.request_path IS NOT NULL')\n                ->insertFromSelect($this->source->addDocumentPrefix($this->tableName->getTemporaryTableName()));\n        }\n        return $queries;\n    }\n\n    /**\n     * Return base select query\n     *\n     * @param array $config\n     * @return Select\n     */\n    private function getSelectBase(array $config)\n    {\n        $urlRewriteIds = $config['url_rewrite_ids'];\n        $storeId = $config['store_id'] ?? 'r.store_id';\n        $storeMainTable = $config['store_main_table'] ?? 'r';\n        $targetPath = $config['target_path'] ??\n            'IF(ISNULL(c.category_id), r.target_path, CONCAT(r.target_path, \"/category/\", c.category_id))';\n        $categoriesSubSelect = $this->sourceAdapter->getSelect();\n        $categoriesSubSelect->from(\n            ['cr' => $this->source->addDocumentPrefix('enterprise_url_rewrite')],\n            ['request_path' => 'cr.request_path']\n        );\n        $categoriesSubSelect->join(\n            ['ccr' => $this->source->addDocumentPrefix('enterprise_catalog_category_rewrite')],\n            'ccr.url_rewrite_id = cr.url_rewrite_id',\n            []\n        );\n        $categoriesSubSelect->where('`cr`.`value_id` = `cu`.`value_id`');\n        $categoriesSubSelect->where('`ccr`.`store_id` = ecpr.`store_id`');\n        $subConcatCategories = $categoriesSubSelect->getAdapter()->getConcatSql([\n            \"($categoriesSubSelect)\",\n            \"'/'\",\n            '`r`.`request_path`',\n            $this->suffix->getSuffix('product', $storeMainTable)\n        ]);\n        $select = $this->sourceAdapter->getSelect();\n        $select->from(\n            ['r' => $this->source->addDocumentPrefix('enterprise_url_rewrite')],\n            [\n                'id' => 'IFNULL(NULL, NULL)',\n                'url_rewrite_id' =>'r.url_rewrite_id',\n                'redirect_id' => 'IFNULL(NULL, NULL)',\n                'request_path' => $config['request_path'] ?? $subConcatCategories,\n                'target_path' => $targetPath,\n                'is_system' => 'r.is_system',\n                'store_id' => $storeId,\n                'entity_type' => \"trim('product')\",\n                'redirect_type' => \"trim('0')\",\n                'product_id' => \"p.entity_id\",\n                'category_id' => $config['category_id'] ?? 'c.category_id',\n                'cms_page_id' => \"trim('0')\",\n                'priority' => \"trim('4')\"\n            ]\n        );\n        $select->join(\n            ['ecpr' => $this->source->addDocumentPrefix('enterprise_catalog_product_rewrite')],\n            'ecpr.url_rewrite_id = r.url_rewrite_id',\n            []\n        );\n        $addEcprUrlKey = !empty($config['add_ecpr_url_key'])\n            ? 'r.value_id = p.value_id and `p`.`store_id` = ecpr.store_id'\n            : 'r.value_id = p.value_id';\n        $select->join(\n            ['p' => $this->source->addDocumentPrefix('catalog_product_entity_url_key')],\n            $addEcprUrlKey,\n            []\n        );\n        $select->join(\n            ['c' => $this->source->addDocumentPrefix('catalog_category_product')],\n            'p.entity_id = c.product_id',\n            []\n        );\n        $addEcprUrlKey = !empty($config['add_ecpr_url_key'])\n            ? 'cu.entity_id = c.category_id and cu.store_id = ecpr.store_id'\n            : 'cu.entity_id = c.category_id';\n        $select->join(\n            ['cu' => $this->source->addDocumentPrefix('catalog_category_entity_url_key')],\n            $addEcprUrlKey,\n            []\n        );\n        if (!empty($urlRewriteIds)) {\n            $select->where('r.url_rewrite_id in (?)', $urlRewriteIds);\n        }\n        return $select;\n    }\n\n    /**\n     * Return select queries to fetch products assigned to sub categories of anchor categories\n     *\n     * @param array $config\n     * @return array\n     */\n    private function getSelectsForAnchorCategories(array $config)\n    {\n        $storeMainTable = $config['store_main_table'] ?? 'r';\n        $selects = [];\n        foreach ($this->getAnchorCategories() as $category) {\n            // make request_path field from anchor category path plus product name\n            $subConcatCategories = $this->sourceAdapter->getSelect()->getAdapter()->getConcatSql([\n                \"'\" . $category['anchor']['request_path'] . \"'\",\n                \"'/'\",\n                '`r`.`request_path`',\n                $this->suffix->getSuffix('product', $storeMainTable)\n            ]);\n            $targetPath = new \\Zend_Db_Expr(\n                'CONCAT(r.target_path, \"/category/\", ' . $category['anchor']['entity_id'] . ')'\n            );\n            $categoryId = new \\Zend_Db_Expr(\"trim('\" . $category['anchor']['entity_id'] . \"')\");\n            $config = array_merge($config, [\n                'request_path' => $subConcatCategories,\n                'target_path' => $targetPath,\n                'category_id' => $categoryId,\n            ]);\n            $select = $this->getSelectBase($config);\n            $select = !empty($config['add_stores_to_select']) ? $this->addStoresToSelect($select) : $select;\n            $select->where('c.category_id IN (?)', $category['subcategories']);\n            $select->group(['request_path', 'store_id']);\n            $selects[] = $select;\n        }\n        return $selects;\n    }\n\n    /**\n     * Add stores to select\n     *\n     * @param Select $select\n     * @return Select\n     */\n    private function addStoresToSelect(Select $select)\n    {\n        $storeSubSelect = $this->sourceAdapter->getSelect();\n        $storeSubSelect->from(\n            ['sr' => $this->source->addDocumentPrefix('enterprise_url_rewrite')],\n            ['store_id' => 'ecpr.store_id']\n        );\n        $storeSubSelect->join(\n            ['srcu' => $this->source->addDocumentPrefix('catalog_product_entity_url_key')],\n            'srcu.value_id = sr.value_id',\n            []\n        );\n        $storeSubSelect->join(\n            ['ecpr' => $this->source->addDocumentPrefix('enterprise_catalog_product_rewrite')],\n            'ecpr.url_rewrite_id = sr.url_rewrite_id',\n            []\n        );\n        $storeSubSelect->where('srcu.entity_id = p.entity_id')\n            ->where('ecpr.store_id > 0');\n\n        $select->join(\n            ['cpw' => $this->source->addDocumentPrefix('catalog_product_website')],\n            'c.product_id = cpw.product_id',\n            []\n        );\n        $select->join(\n            ['s' => $this->source->addDocumentPrefix('core_store')],\n            sprintf('cpw.website_id = s.website_id and s.store_id not in (%s)', $storeSubSelect),\n            []\n        );\n        return $select;\n    }\n\n    /**\n     * Get anchor categories and its sub categories\n     *\n     * @return array\n     */\n    private function getAnchorCategories()\n    {\n        if (!empty($this->anchorCategories)) {\n            return $this->anchorCategories;\n        }\n        $select = $this->sourceAdapter->getSelect();\n        $select->from(\n            ['ccei' => $this->source->addDocumentPrefix('catalog_category_entity_int')],\n            []\n        )->join(\n            ['cce' => $this->source->addDocumentPrefix('catalog_category_entity')],\n            'ccei.entity_id = cce.entity_id',\n            ['entity_id', 'path']\n        )->join(\n            ['eet' => $this->source->addDocumentPrefix('eav_entity_type')],\n            'eet.entity_type_id = ccei.entity_type_id',\n            []\n        )->join(\n            ['cceuk' => $this->source->addDocumentPrefix('catalog_category_entity_url_key')],\n            'cceuk.entity_id = ccei.entity_id and cceuk.store_id = 0',\n            []\n        )->join(\n            ['eur' => $this->source->addDocumentPrefix('enterprise_url_rewrite')],\n            'eur.value_id = cceuk.value_id',\n            ['request_path']\n        )->where('ccei.attribute_id = ?', $this->getAnchorAttributeId()\n        )->where('ccei.value = 1'\n        )->where('eet.entity_type_code = ?', $this->categoryEntityTypeCode\n        )->group('eur.value_id');\n\n        $anchorCategories = $select->getAdapter()->fetchAll($select);\n        if (!$anchorCategories) {\n            return $this->anchorCategories;\n        }\n        $i = 0;\n        foreach ($anchorCategories as $category) {\n            $select = $this->sourceAdapter->getSelect();\n            $select->from(['cce' => $this->source->addDocumentPrefix('catalog_category_entity')], ['entity_id']);\n            $select->where('cce.path LIKE ?', $category['path'] . '/%');\n            if($subCategoryIds = $select->getAdapter()->fetchCol($select)) {\n                $this->anchorCategories[$i]['anchor'] = $category;\n                $this->anchorCategories[$i++]['subcategories'] = $subCategoryIds;\n            }\n        }\n        return $this->anchorCategories;\n    }\n\n    /**\n     * Get anchor attribute id\n     *\n     * @return string\n     */\n    protected function getAnchorAttributeId()\n    {\n        if (!empty($this->anchorAttributeId)) {\n            return $this->anchorAttributeId;\n        }\n        $select = $this->sourceAdapter->getSelect();\n        $query = $select->from(\n            ['ea' => $this->source->addDocumentPrefix('eav_attribute')],\n            ['attribute_id']\n        )->join(\n            ['eet' => $this->source->addDocumentPrefix('eav_entity_type')],\n            'eet.entity_type_id = ea.entity_type_id',\n            []\n        )->where('ea.attribute_code = ?', $this->anchorAttributeCode\n        )->where('eet.entity_type_code = ?', $this->categoryEntityTypeCode);\n        $this->anchorAttributeId = $query->getAdapter()->fetchOne($query);\n        return $this->anchorAttributeId;\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/UrlRewrite/Model/Version11300to2000/ProductRewritesWithoutCategories.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\UrlRewrite\\Model\\Version11300to2000;\n\nuse Magento\\Framework\\Db\\Select as DbSelect;\nuse Migration\\ResourceModel\\Source;\nuse Migration\\ResourceModel\\Adapter\\Mysql as AdapterMysql;\nuse Migration\\Step\\UrlRewrite\\Model\\Suffix;\nuse Migration\\Step\\UrlRewrite\\Model\\VersionCommerce\\TableName;\nuse Migration\\Step\\UrlRewrite\\Model\\VersionCommerce\\ProductRewritesWithoutCategoriesInterface;\n\n/**\n * Class ProductRewritesWithoutCategories is for product url rewrites without nested categories\n *\n * It can return SQL query ready to insert into temporary table for url rewrites\n */\nclass ProductRewritesWithoutCategories implements ProductRewritesWithoutCategoriesInterface\n{\n    /**\n     * @var TableName\n     */\n    private $tableName;\n\n    /**\n     * @var Source\n     */\n    private $source;\n\n    /**\n     * @var AdapterMysql\n     */\n    private $sourceAdapter;\n\n    /**\n     * @var Suffix\n     */\n    private $suffix;\n\n    /**\n     * @param Source $source\n     * @param Suffix $suffix\n     * @param TableName $tableName\n     */\n    public function __construct(\n        Source $source,\n        Suffix $suffix,\n        TableName $tableName\n    ) {\n        $this->source = $source;\n        $this->sourceAdapter = $this->source->getAdapter();\n        $this->suffix = $suffix;\n        $this->tableName = $tableName;\n    }\n\n    /**\n     * Return query for retrieving product url rewrites when a product is saved for default scope\n     *\n     * @param array $urlRewriteIds\n     * @return array\n     */\n    public function getQueryProductsSavedForDefaultScope(array $urlRewriteIds = [])\n    {\n        $select = $this->sourceAdapter->getSelect();\n        $storeSubSelect = $this->getStoreSubSelect();\n        $subConcat = $select->getAdapter()->getConcatSql([\n            '`r`.`request_path`',\n            $this->suffix->getSuffix('product')\n        ]);\n\n        $select->from(\n            ['r' => $this->source->addDocumentPrefix('enterprise_url_rewrite')],\n            [\n                'id' => 'IFNULL(NULL, NULL)',\n                'url_rewrite_id' =>'r.url_rewrite_id',\n                'redirect_id' => 'IFNULL(NULL, NULL)',\n                'request_path' => $subConcat,\n                'target_path' => 'r.target_path',\n                'is_system' => 'r.is_system',\n                'store_id' => 's.store_id',\n                'entity_type' => \"trim('product')\",\n                'redirect_type' => \"trim('0')\",\n                'product_id' => \"p.entity_id\",\n                'category_id' => \"trim('0')\",\n                'cms_page_id' => \"trim('0')\",\n                'priority' => \"trim('4')\"\n            ]\n        );\n        $select->join(\n            ['ecpr' => $this->source->addDocumentPrefix('enterprise_catalog_product_rewrite')],\n            'ecpr.url_rewrite_id = r.url_rewrite_id',\n            []\n        );\n        $select->join(\n            ['p' => $this->source->addDocumentPrefix('catalog_product_entity_url_key')],\n            'r.value_id = p.value_id',\n            []\n        );\n        $select->join(\n            ['cpw' => $this->source->addDocumentPrefix('catalog_product_website')],\n            'p.entity_id = cpw.product_id',\n            []\n        );\n        $select->join(\n            ['s' => $this->source->addDocumentPrefix('core_store')],\n            sprintf('cpw.website_id = s.website_id and s.store_id not in (%s)', $storeSubSelect),\n            []\n        );\n        if (!empty($urlRewriteIds)) {\n            $select->where('r.url_rewrite_id in (?)', $urlRewriteIds);\n        }\n        $query = $select\n            ->where('`ecpr`.`store_id` = 0')\n            ->insertFromSelect($this->source->addDocumentPrefix($this->tableName->getTemporaryTableName()));\n        return [$query];\n    }\n\n    /**\n     * Return query for retrieving product url rewrites when a product is saved for particular store view\n     *\n     * @param array $urlRewriteIds\n     * @return array\n     */\n    public function getQueryProductsSavedForParticularStoreView(array $urlRewriteIds = [])\n    {\n        $select = $this->sourceAdapter->getSelect();\n        $subConcat = $select->getAdapter()->getConcatSql([\n            '`s`.`request_path`',\n            $this->suffix->getSuffix('product', 'ecpr')\n        ]);\n        $select->from(\n            ['s' => $this->source->addDocumentPrefix('enterprise_url_rewrite')],\n            [\n                'id' => 'IFNULL(NULL, NULL)',\n                'url_rewrite_id' =>'s.url_rewrite_id',\n                'redirect_id' => 'IFNULL(NULL, NULL)',\n                'request_path' => $subConcat,\n                'target_path' => 's.target_path',\n                'is_system' => 's.is_system',\n                'store_id' => 'ecpr.store_id',\n                'entity_type' => \"trim('product')\",\n                'redirect_type' => \"trim('0')\",\n                'product_id' => \"p.entity_id\",\n                'category_id' => \"trim('0')\",\n                'cms_page_id' => \"trim('0')\",\n                'priority' => \"trim('4')\"\n            ]\n        );\n        $select->join(\n            ['ecpr' => $this->source->addDocumentPrefix('enterprise_catalog_product_rewrite')],\n            'ecpr.url_rewrite_id = s.url_rewrite_id',\n            []\n        );\n        $select->join(\n            ['p' => $this->source->addDocumentPrefix('catalog_product_entity_url_key')],\n            's.value_id = p.value_id',\n            []\n        );\n        if (!empty($urlRewriteIds)) {\n            $select->where('s.url_rewrite_id in (?)', $urlRewriteIds);\n        }\n        $query = $select\n            ->where('`ecpr`.`store_id` > 0')\n            ->insertFromSelect($this->source->addDocumentPrefix($this->tableName->getTemporaryTableName()));\n        return [$query];\n    }\n\n    /**\n     * Return select for product url rewrite where store above 0\n     *\n     * @return DbSelect\n     */\n    private function getStoreSubSelect()\n    {\n        $storeSubSelect = $this->sourceAdapter->getSelect();\n        $storeSubSelect->from(\n            ['sr' => $this->source->addDocumentPrefix('enterprise_url_rewrite')],\n            ['store_id' => 'ecpr.store_id']\n        );\n        $storeSubSelect->join(\n            ['srcu' => $this->source->addDocumentPrefix('catalog_product_entity_url_key')],\n            'srcu.value_id = sr.value_id',\n            []\n        );\n        $storeSubSelect->join(\n            ['ecpr' => $this->source->addDocumentPrefix('enterprise_catalog_product_rewrite')],\n            'ecpr.url_rewrite_id = sr.url_rewrite_id',\n            []\n        );\n        $storeSubSelect\n            ->where('srcu.entity_id = p.entity_id')\n            ->where('ecpr.store_id > 0');\n        return $storeSubSelect;\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/UrlRewrite/Model/Version11300to2000/RedirectsRewrites.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\UrlRewrite\\Model\\Version11300to2000;\n\nuse Migration\\ResourceModel\\Source;\nuse Migration\\ResourceModel\\Adapter\\Mysql as AdapterMysql;\nuse Migration\\Step\\UrlRewrite\\Model\\VersionCommerce\\TableName;\nuse Migration\\Step\\UrlRewrite\\Model\\VersionCommerce\\RedirectsRewritesInterface;\n\n/**\n * Class RedirectsRewrites\n */\nclass RedirectsRewrites implements RedirectsRewritesInterface\n{\n    /**\n     * @var TableName\n     */\n    private $tableName;\n\n    /**\n     * @var Source\n     */\n    private $source;\n\n    /**\n     * @var AdapterMysql\n     */\n    private $sourceAdapter;\n\n    /**\n     * @param Source $source\n     * @param TableName $tableName\n     */\n    public function __construct(\n        Source $source,\n        TableName $tableName\n    ) {\n        $this->source = $source;\n        $this->sourceAdapter = $this->source->getAdapter();\n        $this->tableName = $tableName;\n    }\n\n\n    /**\n     * Fulfill temporary table with redirects\n     *\n     * @param array $urlRewriteIds\n     * @return void\n     */\n    public function collectRewrites(array $urlRewriteIds = [])\n    {\n        $select = $this->sourceAdapter->getSelect();\n        $select->from(\n            ['r' => $this->source->addDocumentPrefix('enterprise_url_rewrite')],\n            [\n                'id' => 'IFNULL(NULL, NULL)',\n                'url_rewrite_id' =>'r.url_rewrite_id',\n                'redirect_id' => 'IFNULL(NULL, NULL)',\n                'request_path' => 'r.request_path',\n                'target_path' => 'r.target_path',\n                'is_system' => 'r.is_system',\n                'store_id' => \"s.store_id\",\n                'entity_type' => \"trim('custom')\",\n                'redirect_type' => \"(SELECT CASE eurr.options WHEN 'RP' THEN 301 WHEN 'R' THEN 302 ELSE 0 END)\",\n                'product_id' => \"trim('0')\",\n                'category_id' => \"trim('0')\",\n                'cms_page_id' => \"trim('0')\",\n                'priority' => \"trim('2')\"\n            ]\n        );\n        $select->join(\n            ['eurrr' => $this->source->addDocumentPrefix('enterprise_url_rewrite_redirect_rewrite')],\n            'eurrr.url_rewrite_id = r.url_rewrite_id',\n            []\n        );\n        $select->join(\n            ['eurr' => $this->source->addDocumentPrefix('enterprise_url_rewrite_redirect')],\n            'eurrr.redirect_id = eurr.redirect_id',\n            []\n        );\n        $select->join(\n            ['s' => $this->source->addDocumentPrefix('core_store')],\n            's.store_id > 0',\n            []\n        );\n        if (!empty($urlRewriteIds)) {\n            $select->where('r.url_rewrite_id in (?)', $urlRewriteIds);\n        }\n        $query = $select\n            ->insertFromSelect($this->source->addDocumentPrefix($this->tableName->getTemporaryTableName()));\n        $select->getAdapter()->query($query);\n    }\n\n    /**\n     * Fulfill temporary table with redirects\n     *\n     * @param array $redirectIds\n     * @return void\n     */\n    public function collectRedirects(array $redirectIds = [])\n    {\n        return;\n    }\n\n    /**\n     * Remove duplicated url redirects\n     *\n     * @return array\n     */\n    public function removeDuplicatedUrlRedirects()\n    {\n        return[];\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/UrlRewrite/Model/Version11410to2000/CategoryRewrites.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\UrlRewrite\\Model\\Version11410to2000;\n\nuse Migration\\ResourceModel\\Source;\nuse Migration\\ResourceModel\\Adapter\\Mysql as AdapterMysql;\nuse Migration\\Step\\UrlRewrite\\Model\\Suffix;\nuse Migration\\Step\\UrlRewrite\\Model\\VersionCommerce\\TableName;\nuse Migration\\Step\\UrlRewrite\\Model\\VersionCommerce\\CategoryRewritesInterface;\n\n/**\n * Class CategoryRewrites\n */\nclass CategoryRewrites implements CategoryRewritesInterface\n{\n    /**\n     * @var TableName\n     */\n    private $tableName;\n\n    /**\n     * @var Source\n     */\n    private $source;\n\n    /**\n     * @var AdapterMysql\n     */\n    private $sourceAdapter;\n\n    /**\n     * @var string\n     */\n    private $suffix;\n\n    /**\n     * @param Source $source\n     * @param Suffix $suffix\n     * @param TableName $tableName\n     */\n    public function __construct(\n        Source $source,\n        Suffix $suffix,\n        TableName $tableName\n    ) {\n        $this->source = $source;\n        $this->sourceAdapter = $this->source->getAdapter();\n        $this->suffix = $suffix;\n        $this->tableName = $tableName;\n    }\n\n    /**\n     * Fulfill temporary table with category url rewrites\n     *\n     * @param array $urlRewriteIds\n     * @return void\n     */\n    public function collectRewrites(array $urlRewriteIds = [])\n    {\n        $select = $this->sourceAdapter->getSelect();\n        $select->from(\n            ['r' => $this->source->addDocumentPrefix('enterprise_url_rewrite')],\n            [\n                'id' => 'IFNULL(NULL, NULL)',\n                'url_rewrite_id' =>'r.url_rewrite_id',\n                'redirect_id' => 'IFNULL(NULL, NULL)',\n                'request_path' => sprintf(\"CONCAT(`r`.`request_path`, %s)\", $this->suffix->getSuffix('category', 'r')),\n                'target_path' => 'r.target_path',\n                'is_system' => 'r.is_system',\n                'store_id' => 'r.store_id',\n                'entity_type' => \"trim('category')\",\n                'redirect_type' => \"trim('0')\",\n                'product_id' => \"trim('0')\",\n                'category_id' => \"c.entity_id\",\n                'cms_page_id' => \"trim('0')\",\n                'priority' => \"trim('3')\"\n            ]\n        );\n        $select->join(\n            ['c' => $this->source->addDocumentPrefix('catalog_category_entity_url_key')],\n            'r.value_id = c.value_id',\n            []\n        );\n        if (!empty($urlRewriteIds)) {\n            $select->where('r.url_rewrite_id in (?)', $urlRewriteIds);\n        }\n        $query = $select->where('`r`.`entity_type` = 2')\n            ->insertFromSelect($this->source->addDocumentPrefix($this->tableName->getTemporaryTableName()));\n        $select->getAdapter()->query($query);\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/UrlRewrite/Model/Version11410to2000/CmsPageRewrites.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\UrlRewrite\\Model\\Version11410to2000;\n\nuse Migration\\ResourceModel\\Source;\nuse Migration\\ResourceModel\\Adapter\\Mysql as AdapterMysql;\nuse Migration\\Step\\UrlRewrite\\Model\\VersionCommerce\\TableName;\nuse Migration\\Step\\UrlRewrite\\Model\\VersionCommerce\\CmsPageRewritesInterface;\n\n/**\n * Class CmsPageRewrites\n */\nclass CmsPageRewrites implements CmsPageRewritesInterface\n{\n    /**\n     * @var string\n     */\n    protected $cmsPageTableName = 'cms_page';\n\n    /**\n     * @var string\n     */\n    protected $cmsPageStoreTableName = 'cms_page_store';\n\n    /**\n     * @var TableName\n     */\n    private $tableName;\n\n    /**\n     * @var Source\n     */\n    private $source;\n\n    /**\n     * @var AdapterMysql\n     */\n    private $sourceAdapter;\n\n    /**\n     * @param Source $source\n     * @param TableName $tableName\n     */\n    public function __construct(\n        Source $source,\n        TableName $tableName\n    ) {\n        $this->source = $source;\n        $this->sourceAdapter = $this->source->getAdapter();\n        $this->tableName = $tableName;\n    }\n\n    /**\n     * Fulfill temporary table with Cms Page url rewrites\n     *\n     * @return void\n     */\n    public function collectRewrites()\n    {\n        $select = $this->sourceAdapter->getSelect();\n        $select->distinct()->from(\n            ['cp' => $this->source->addDocumentPrefix($this->cmsPageTableName)],\n            [\n                'id' => 'IFNULL(NULL, NULL)',\n                'url_rewrite_id' => 'IFNULL(NULL, NULL)',\n                'redirect_id' => 'IFNULL(NULL, NULL)',\n                'request_path' => 'cp.identifier',\n                'target_path' => 'CONCAT(\"cms/page/view/page_id/\", cp.page_id)',\n                'is_system' => \"trim('1')\",\n                'store_id' => 'IF(cps.store_id = 0, 1, cps.store_id)',\n                'entity_type' => \"trim('cms-page')\",\n                'redirect_type' => \"trim('0')\",\n                'product_id' => \"trim('0')\",\n                'category_id' => \"trim('0')\",\n                'cms_page_id' => \"cp.page_id\",\n                'priority' => \"trim('5')\"\n            ]\n        )->joinLeft(\n            ['cps' => $this->source->addDocumentPrefix($this->cmsPageStoreTableName)],\n            'cps.page_id = cp.page_id',\n            []\n        )->group(['request_path', 'cps.store_id']);\n        $query = $select->insertFromSelect($this->source->addDocumentPrefix($this->tableName->getTemporaryTableName()));\n        $select->getAdapter()->query($query);\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/UrlRewrite/Model/Version11410to2000/ProductRewritesIncludedIntoCategories.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\UrlRewrite\\Model\\Version11410to2000;\n\nuse Magento\\Framework\\Db\\Select as Select;\nuse Migration\\ResourceModel\\Source;\nuse Migration\\ResourceModel\\Adapter\\Mysql as AdapterMysql;\nuse Migration\\Step\\UrlRewrite\\Model\\Suffix;\nuse Migration\\Step\\UrlRewrite\\Model\\VersionCommerce\\TableName;\nuse Migration\\Step\\UrlRewrite\\Model\\VersionCommerce\\ProductRewritesIncludedIntoCategoriesInterface;\n\n/**\n * Class ProductRewritesIncludedIntoCategories is for product url rewrites included into categories\n *\n * It can return SQL query ready to insert into temporary table for url rewrites\n */\nclass ProductRewritesIncludedIntoCategories implements ProductRewritesIncludedIntoCategoriesInterface\n{\n    /**\n     * @var TableName\n     */\n    private $tableName;\n\n    /**\n     * @var Source\n     */\n    private $source;\n\n    /**\n     * @var AdapterMysql\n     */\n    private $sourceAdapter;\n\n    /**\n     * @var string\n     */\n    private $anchorAttributeId;\n\n    /**\n     * @var string\n     */\n    private $anchorAttributeCode = 'is_anchor';\n\n    /**\n     * @var string\n     */\n    private $categoryEntityTypeCode = 'catalog_category';\n\n    /**\n     * @var array\n     */\n    private $anchorCategories = [];\n\n    /**\n     * @var string\n     */\n    private $suffix;\n\n    /**\n     * @param Source $source\n     * @param Suffix $suffix\n     * @param TableName $tableName\n     */\n    public function __construct(\n        Source $source,\n        Suffix $suffix,\n        TableName $tableName\n    ) {\n        $this->source = $source;\n        $this->sourceAdapter = $this->source->getAdapter();\n        $this->suffix = $suffix;\n        $this->tableName = $tableName;\n    }\n\n    /**\n     * Return query for retrieving product url rewrites for stores when a product was saved for default scope\n     *\n     * @param array $urlRewriteIds\n     * @return array\n     */\n    public function getQueryProductsSavedForDefaultScope(array $urlRewriteIds = [])\n    {\n        $queries = [];\n        $selects = [];\n        $config = [\n            'url_rewrite_ids' => $urlRewriteIds,\n            'store_id' => 's.store_id',\n            'store_main_table' => 's',\n            'add_stores_to_select' => true\n        ];\n        $select = $this->getSelectBase($config)->where('`r`.`store_id` = 0');\n        $selects[] = $this->addStoresToSelect($select);\n        foreach ($this->getSelectsForAnchorCategories($config) as $select) {\n            $select->where('`r`.`store_id` = 0');\n            $selects[] = $select;\n        }\n        foreach ($selects as $select) {\n            $queries[] = $this->sourceAdapter->getSelect()->from(['result' => new \\Zend_Db_Expr(\"($select)\")])\n                ->where('result.request_path IS NOT NULL')\n                ->insertFromSelect($this->source->addDocumentPrefix($this->tableName->getTemporaryTableName()));\n        }\n        return $queries;\n    }\n\n    /**\n     * Return query for retrieving product url rewrites when a product is saved for particular store view\n     *\n     * @param array $urlRewriteIds\n     * @return array\n     */\n    public function getQueryProductsSavedForParticularStoreView(array $urlRewriteIds = [])\n    {\n        $queries = [];\n        $selects = [];\n        $config = ['url_rewrite_ids' => $urlRewriteIds];\n        $select = $this->getSelectBase($config)->where('`r`.`store_id` > 0');\n        $selects[] = $select;\n        foreach ($this->getSelectsForAnchorCategories($config) as $select) {\n            $select->where('`r`.`store_id` > 0');\n            $selects[] = $select;\n        }\n        foreach ($selects as $select) {\n            $queries[] = $this->sourceAdapter->getSelect()->from(['result' => new \\Zend_Db_Expr(\"($select)\")])\n                ->where('result.request_path IS NOT NULL')\n                ->insertFromSelect($this->source->addDocumentPrefix($this->tableName->getTemporaryTableName()));\n        }\n        return $queries;\n    }\n\n    /**\n     * Return base select query\n     *\n     * @param array $config\n     * @return Select\n     */\n    private function getSelectBase(array $config)\n    {\n        $urlRewriteIds = $config['url_rewrite_ids'];\n        $storeId = $config['store_id'] ?? 'r.store_id';\n        $storeMainTable = $config['store_main_table'] ?? 'r';\n        $targetPath = $config['target_path'] ??\n            'IF(ISNULL(c.category_id), r.target_path, CONCAT(r.target_path, \"/category/\", c.category_id))';\n        $categoriesSubSelect = $this->sourceAdapter->getSelect();\n        $categoriesSubSelect->from(\n            ['cr' => $this->source->addDocumentPrefix('enterprise_url_rewrite')],\n            ['request_path' => 'cr.request_path']\n        );\n        $categoriesSubSelect->where('`cr`.`value_id` = `cu`.`value_id`');\n        $categoriesSubSelect->where('`cr`.`entity_type` = 2');\n        $categoriesSubSelect->where('`cr`.`store_id` = ' . $storeId);\n        $subConcatCategories = $categoriesSubSelect->getAdapter()->getConcatSql([\n            \"($categoriesSubSelect)\",\n            \"'/'\",\n            '`r`.`request_path`',\n            $this->suffix->getSuffix('product', $storeMainTable)\n        ]);\n        $select = $this->sourceAdapter->getSelect();\n        $select->from(\n            ['r' => $this->source->addDocumentPrefix('enterprise_url_rewrite')],\n            [\n                'id' => 'IFNULL(NULL, NULL)',\n                'url_rewrite_id' =>'r.url_rewrite_id',\n                'redirect_id' => 'IFNULL(NULL, NULL)',\n                'request_path' => $config['request_path'] ?? $subConcatCategories,\n                'target_path' => $targetPath,\n                'is_system' => 'r.is_system',\n                'store_id' => $storeId,\n                'entity_type' => \"trim('product')\",\n                'redirect_type' => \"trim('0')\",\n                'product_id' => \"p.entity_id\",\n                'category_id' => $config['category_id'] ?? 'c.category_id',\n                'cms_page_id' => \"trim('0')\",\n                'priority' => \"trim('4')\"\n            ]\n        );\n        $select->join(\n            ['p' => $this->source->addDocumentPrefix('catalog_product_entity_url_key')],\n            'r.value_id = p.value_id',\n            []\n        );\n        $select->join(\n            ['c' => $this->source->addDocumentPrefix('catalog_category_product')],\n            'p.entity_id = c.product_id',\n            []\n        );\n        $select->join(\n            ['cu' => $this->source->addDocumentPrefix('catalog_category_entity_url_key')],\n            'cu.entity_id = c.category_id',\n            []\n        );\n        $select->where('`r`.`entity_type` = 3');\n        if (!empty($urlRewriteIds)) {\n            $select->where('r.url_rewrite_id in (?)', $urlRewriteIds);\n        }\n        return $select;\n    }\n\n    /**\n     * Return select queries to fetch products assigned to sub categories of anchor categories\n     *\n     * @param array $config\n     * @return array\n     */\n    private function getSelectsForAnchorCategories(array $config)\n    {\n        $storeMainTable = $config['store_main_table'] ?? 'r';\n        $selects = [];\n        foreach ($this->getAnchorCategories() as $category) {\n            // make request_path field from anchor category path plus product name\n            $subConcatCategories = $this->sourceAdapter->getSelect()->getAdapter()->getConcatSql([\n                \"'\" . $category['anchor']['request_path'] . \"'\",\n                \"'/'\",\n                '`r`.`request_path`',\n                $this->suffix->getSuffix('product', $storeMainTable)\n            ]);\n            $targetPath = new \\Zend_Db_Expr(\n                'CONCAT(r.target_path, \"/category/\", ' . $category['anchor']['entity_id'] . ')'\n            );\n            $categoryId = new \\Zend_Db_Expr(\"trim('\" . $category['anchor']['entity_id'] . \"')\");\n            $config = array_merge($config, [\n                'request_path' => $subConcatCategories,\n                'target_path' => $targetPath,\n                'category_id' => $categoryId,\n            ]);\n            $select = $this->getSelectBase($config);\n            $select = !empty($config['add_stores_to_select']) ? $this->addStoresToSelect($select) : $select;\n            $select->where('c.category_id IN (?)', $category['subcategories']);\n            $select->group(['request_path', 'store_id']);\n            $selects[] = $select;\n        }\n        return $selects;\n    }\n\n    /**\n     * Add stores to select\n     *\n     * @param Select $select\n     * @return Select\n     */\n    private function addStoresToSelect(Select $select)\n    {\n        $storeSubSelect = $this->sourceAdapter->getSelect();\n        $storeSubSelect->from(\n            ['sr' => $this->source->addDocumentPrefix('enterprise_url_rewrite')],\n            ['store_id' => 'sr.store_id']\n        );\n        $storeSubSelect->join(\n            ['srcu' => $this->source->addDocumentPrefix('catalog_product_entity_url_key')],\n            'srcu.value_id = sr.value_id',\n            []\n        );\n        $storeSubSelect->where('sr.entity_type = 3')\n            ->where('srcu.entity_id = p.entity_id')\n            ->where('sr.store_id > 0');\n\n        $select->join(\n            ['cpw' => $this->source->addDocumentPrefix('catalog_product_website')],\n            'c.product_id = cpw.product_id',\n            []\n        );\n        $select->join(\n            ['s' => $this->source->addDocumentPrefix('core_store')],\n            sprintf('cpw.website_id = s.website_id and s.store_id not in (%s)', $storeSubSelect),\n            []\n        );\n        return $select;\n    }\n\n    /**\n     * Get anchor categories and its sub categories\n     *\n     * @return array\n     */\n    private function getAnchorCategories()\n    {\n        if (!empty($this->anchorCategories)) {\n            return $this->anchorCategories;\n        }\n        $select = $this->sourceAdapter->getSelect();\n        $select->from(\n            ['ccei' => $this->source->addDocumentPrefix('catalog_category_entity_int')],\n            []\n        )->join(\n            ['cce' => $this->source->addDocumentPrefix('catalog_category_entity')],\n            'ccei.entity_id = cce.entity_id',\n            ['entity_id', 'path']\n        )->join(\n            ['eet' => $this->source->addDocumentPrefix('eav_entity_type')],\n            'eet.entity_type_id = ccei.entity_type_id',\n            []\n        )->join(\n            ['cceuk' => $this->source->addDocumentPrefix('catalog_category_entity_url_key')],\n            'cceuk.entity_id = ccei.entity_id and cceuk.store_id = 0',\n            []\n        )->join(\n            ['eur' => $this->source->addDocumentPrefix('enterprise_url_rewrite')],\n            'eur.value_id = cceuk.value_id and eur.entity_type = 2',\n            ['request_path']\n        )->where('ccei.attribute_id = ?', $this->getAnchorAttributeId()\n        )->where('ccei.value = 1'\n        )->where('eet.entity_type_code = ?', $this->categoryEntityTypeCode\n        )->group('eur.value_id');\n\n        $anchorCategories = $select->getAdapter()->fetchAll($select);\n        if (!$anchorCategories) {\n            return $this->anchorCategories;\n        }\n        $i = 0;\n        foreach ($anchorCategories as $category) {\n            $select = $this->sourceAdapter->getSelect();\n            $select->from(['cce' => $this->source->addDocumentPrefix('catalog_category_entity')], ['entity_id']);\n            $select->where('cce.path LIKE ?', $category['path'] . '/%');\n            if($subCategoryIds = $select->getAdapter()->fetchCol($select)) {\n                $this->anchorCategories[$i]['anchor'] = $category;\n                $this->anchorCategories[$i++]['subcategories'] = $subCategoryIds;\n            }\n        }\n        return $this->anchorCategories;\n    }\n\n    /**\n     * Get anchor attribute id\n     *\n     * @return string\n     */\n    protected function getAnchorAttributeId()\n    {\n        if (!empty($this->anchorAttributeId)) {\n            return $this->anchorAttributeId;\n        }\n        $select = $this->sourceAdapter->getSelect();\n        $query = $select->from(\n            ['ea' => $this->source->addDocumentPrefix('eav_attribute')],\n            ['attribute_id']\n        )->join(\n            ['eet' => $this->source->addDocumentPrefix('eav_entity_type')],\n            'eet.entity_type_id = ea.entity_type_id',\n            []\n        )->where('ea.attribute_code = ?', $this->anchorAttributeCode\n        )->where('eet.entity_type_code = ?', $this->categoryEntityTypeCode);\n        $this->anchorAttributeId = $query->getAdapter()->fetchOne($query);\n        return $this->anchorAttributeId;\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/UrlRewrite/Model/Version11410to2000/ProductRewritesWithoutCategories.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\UrlRewrite\\Model\\Version11410to2000;\n\nuse Magento\\Framework\\Db\\Select as DbSelect;\nuse Migration\\ResourceModel\\Source;\nuse Migration\\ResourceModel\\Adapter\\Mysql as AdapterMysql;\nuse Migration\\Step\\UrlRewrite\\Model\\Suffix;\nuse Migration\\Step\\UrlRewrite\\Model\\VersionCommerce\\TableName;\nuse Migration\\Step\\UrlRewrite\\Model\\VersionCommerce\\ProductRewritesWithoutCategoriesInterface;\n\n/**\n * Class ProductRewritesWithoutCategories is for product url rewrites without nested categories\n *\n * It can return SQL query ready to insert into temporary table for url rewrites\n */\nclass ProductRewritesWithoutCategories implements ProductRewritesWithoutCategoriesInterface\n{\n    /**\n     * @var TableName\n     */\n    private $tableName;\n\n    /**\n     * @var Source\n     */\n    private $source;\n\n    /**\n     * @var AdapterMysql\n     */\n    private $sourceAdapter;\n\n    private $suffix;\n\n    /**\n     * @param Source $source\n     * @param Suffix $suffix\n     * @param TableName $tableName\n     */\n    public function __construct(\n        Source $source,\n        Suffix $suffix,\n        TableName $tableName\n    ) {\n        $this->source = $source;\n        $this->sourceAdapter = $this->source->getAdapter();\n        $this->suffix = $suffix;\n        $this->tableName = $tableName;\n    }\n\n    /**\n     * Return query for retrieving product url rewrites when a product is saved for default scope\n     *\n     * @param array $urlRewriteIds\n     * @return array\n     */\n    public function getQueryProductsSavedForDefaultScope(array $urlRewriteIds = [])\n    {\n        $storeSubSelect = $this->getStoreSubSelect();\n        $subConcat = $this->sourceAdapter->getSelect()->getAdapter()->getConcatSql([\n            '`r`.`request_path`',\n            $this->suffix->getSuffix('product')\n        ]);\n\n        $select = $this->sourceAdapter->getSelect();\n        $select->from(\n            ['r' => $this->source->addDocumentPrefix('enterprise_url_rewrite')],\n            [\n                'id' => 'IFNULL(NULL, NULL)',\n                'url_rewrite_id' =>'r.url_rewrite_id',\n                'redirect_id' => 'IFNULL(NULL, NULL)',\n                'request_path' => $subConcat,\n                'target_path' => 'r.target_path',\n                'is_system' => 'r.is_system',\n                'store_id' => 's.store_id',\n                'entity_type' => \"trim('product')\",\n                'redirect_type' => \"trim('0')\",\n                'product_id' => \"p.entity_id\",\n                'category_id' => \"trim('0')\",\n                'cms_page_id' => \"trim('0')\",\n                'priority' => \"trim('4')\"\n            ]\n        );\n        $select->join(\n            ['p' => $this->source->addDocumentPrefix('catalog_product_entity_url_key')],\n            'r.value_id = p.value_id',\n            []\n        );\n        $select->join(\n            ['cpw' => $this->source->addDocumentPrefix('catalog_product_website')],\n            'p.entity_id = cpw.product_id',\n            []\n        );\n        $select->join(\n            ['s' => $this->source->addDocumentPrefix('core_store')],\n            sprintf('cpw.website_id = s.website_id and s.store_id not in (%s)', $storeSubSelect),\n            []\n        );\n        if (!empty($urlRewriteIds)) {\n            $select->where('r.url_rewrite_id in (?)', $urlRewriteIds);\n        }\n        $query = $select->where('`r`.`entity_type` = 3')\n            ->where('`r`.`store_id` = 0')\n            ->insertFromSelect($this->source->addDocumentPrefix($this->tableName->getTemporaryTableName()));\n        return [$query];\n    }\n\n    /**\n     * Return query for retrieving product url rewrites when a product is saved for particular store view\n     *\n     * @param array $urlRewriteIds\n     * @return array\n     */\n    public function getQueryProductsSavedForParticularStoreView(array $urlRewriteIds = [])\n    {\n        $select = $this->sourceAdapter->getSelect();\n        $subConcat = $select->getAdapter()->getConcatSql([\n            '`r`.`request_path`',\n            $this->suffix->getSuffix('product', 'r')\n        ]);\n        $select->from(\n            ['r' => $this->source->addDocumentPrefix('enterprise_url_rewrite')],\n            [\n                'id' => 'IFNULL(NULL, NULL)',\n                'url_rewrite_id' =>'r.url_rewrite_id',\n                'redirect_id' => 'IFNULL(NULL, NULL)',\n                'request_path' => $subConcat,\n                'target_path' => 'r.target_path',\n                'is_system' => 'r.is_system',\n                'store_id' => 'r.store_id',\n                'entity_type' => \"trim('product')\",\n                'redirect_type' => \"trim('0')\",\n                'product_id' => \"p.entity_id\",\n                'category_id' => \"trim('0')\",\n                'cms_page_id' => \"trim('0')\",\n                'priority' => \"trim('4')\"\n            ]\n        );\n        $select->join(\n            ['p' => $this->source->addDocumentPrefix('catalog_product_entity_url_key')],\n            'r.value_id = p.value_id',\n            []\n        );\n        if (!empty($urlRewriteIds)) {\n            $select->where('r.url_rewrite_id in (?)', $urlRewriteIds);\n        }\n        $query = $select->where('`r`.`entity_type` = 3')\n            ->where('`r`.`store_id` > 0')\n            ->insertFromSelect($this->source->addDocumentPrefix($this->tableName->getTemporaryTableName()));\n        return [$query];\n    }\n\n    /**\n     * Return select for product url rewrite where store above 0\n     *\n     * @return DbSelect\n     */\n    private function getStoreSubSelect()\n    {\n        $storeSubSelect = $this->sourceAdapter->getSelect();\n        $storeSubSelect->from(\n            ['sr' => $this->source->addDocumentPrefix('enterprise_url_rewrite')],\n            ['store_id' => 'sr.store_id']\n        );\n        $storeSubSelect->join(\n            ['srcu' => $this->source->addDocumentPrefix('catalog_product_entity_url_key')],\n            'srcu.value_id = sr.value_id',\n            []\n        );\n        $storeSubSelect->where('sr.entity_type = 3')\n            ->where('srcu.entity_id = p.entity_id')\n            ->where('sr.store_id > 0');\n        return $storeSubSelect;\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/UrlRewrite/Model/Version11410to2000/RedirectsRewrites.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\UrlRewrite\\Model\\Version11410to2000;\n\nuse Migration\\ResourceModel\\Source;\nuse Migration\\ResourceModel\\Adapter\\Mysql as AdapterMysql;\nuse Migration\\Step\\UrlRewrite\\Model\\VersionCommerce\\TableName;\nuse Migration\\Step\\UrlRewrite\\Model\\VersionCommerce\\RedirectsRewritesInterface;\n\n/**\n * Class RedirectsRewrites\n */\nclass RedirectsRewrites implements RedirectsRewritesInterface\n{\n    /**\n     * @var TableName\n     */\n    private $tableName;\n\n    /**\n     * @var Source\n     */\n    private $source;\n\n    /**\n     * @var AdapterMysql\n     */\n    private $sourceAdapter;\n\n    /**\n     * @param Source $source\n     * @param TableName $tableName\n     */\n    public function __construct(\n        Source $source,\n        TableName $tableName\n    ) {\n        $this->source = $source;\n        $this->sourceAdapter = $this->source->getAdapter();\n        $this->tableName = $tableName;\n    }\n\n\n    /**\n     * Fulfill temporary table with redirects\n     *\n     * @param array $urlRewriteIds\n     * @return void\n     */\n    public function collectRewrites(array $urlRewriteIds = [])\n    {\n\n        $select = $this->sourceAdapter->getSelect();\n        $select->from(\n            ['r' => $this->source->addDocumentPrefix('enterprise_url_rewrite')],\n            [\n                'id' => 'IFNULL(NULL, NULL)',\n                'url_rewrite_id' =>'r.url_rewrite_id',\n                'redirect_id' => 'IFNULL(NULL, NULL)',\n                'request_path' => 'r.request_path',\n                'target_path' => 'r.target_path',\n                'is_system' => 'r.is_system',\n                'store_id' => 'r.store_id',\n                'entity_type' => \"trim('custom')\",\n                'redirect_type' => \"trim('0')\",\n                'product_id' => \"trim('0')\",\n                'category_id' => \"trim('0')\",\n                'cms_page_id' => \"trim('0')\",\n                'priority' => \"trim('2')\"\n            ]\n        );\n        if (!empty($urlRewriteIds)) {\n            $select->where('r.url_rewrite_id in (?)', $urlRewriteIds);\n        }\n        $query = $select->where('`r`.`entity_type` = 1')\n            ->insertFromSelect($this->source->addDocumentPrefix($this->tableName->getTemporaryTableName()));\n        $select->getAdapter()->query($query);\n    }\n\n    /**\n     * Fulfill temporary table with redirects\n     *\n     * @param array $redirectIds\n     * @return void\n     */\n    public function collectRedirects(array $redirectIds = [])\n    {\n        $select = $this->sourceAdapter->getSelect();\n        $adapter = $select->getAdapter();\n        $cases = [\n            'r.category_id IS NOT NULL and r.product_id IS NOT NULL'\n                => $adapter->getConcatSql([\n                    '\"catalog/product/view/id/\"',\n                    'r.product_id',\n                    '\"/category/\"',\n                    'r.category_id']\n                )\n            ,\n            'r.category_id IS NULL and r.product_id IS NOT NULL'\n                => $adapter->getConcatSql(['\"catalog/product/view/id/\"', 'r.product_id'])\n            ,\n            'r.category_id IS NOT NULL and r.product_id IS NULL'\n                => $adapter->getConcatSql(['\"catalog/category/view/id/\"', 'r.category_id'])\n\n        ];\n        $targetPath = $adapter->getCaseSql('', $cases, 'r.target_path');\n        $select->from(\n            ['r' => $this->source->addDocumentPrefix('enterprise_url_rewrite_redirect')],\n            [\n                'id' => 'IFNULL(NULL, NULL)',\n                'url_rewrite_id' => 'IFNULL(NULL, NULL)',\n                'redirect_id' => 'r.redirect_id',\n                'request_path' => 'r.identifier',\n                'target_path' => $targetPath,\n                'is_system' => \"trim('0')\",\n                'store_id' => 'r.store_id',\n                'entity_type' => \"trim('custom')\",\n                'redirect_type' => \"(SELECT CASE r.options WHEN 'RP' THEN 301 WHEN 'R' THEN 302 ELSE 0 END)\",\n                'product_id' => \"r.product_id\",\n                'category_id' => \"r.category_id\",\n                'cms_page_id' => \"trim('0')\",\n                'priority' => \"trim('1')\"\n            ]\n        );\n        if (!empty($redirectIds)) {\n            $select->where('r.redirect_id in (?)', $redirectIds);\n        }\n        $query = $select->insertFromSelect($this->source->addDocumentPrefix($this->tableName->getTemporaryTableName()));\n        $adapter->query($query);\n    }\n\n    /**\n     * Remove duplicated url redirects\n     *\n     * @return array\n     */\n    public function removeDuplicatedUrlRedirects()\n    {\n        $select = $this->sourceAdapter->getSelect();\n        /** @var \\Magento\\Framework\\DB\\Adapter\\Pdo\\Mysql $adapter */\n        $adapter = $select->getAdapter();\n        $select->from(['t' => $this->source->addDocumentPrefix($this->tableName->getTemporaryTableName())],['id']);\n        $select->join(\n            ['eurr' => $this->source->addDocumentPrefix('enterprise_url_rewrite_redirect')],\n            'eurr.identifier = t.request_path and eurr.store_id = t.store_id',\n            []\n        );\n        if ($duplicatedRecords = $adapter->fetchCol($select)) {\n            $this->source->deleteRecords(\n                $this->source->addDocumentPrefix($this->tableName->getTemporaryTableName()),\n                'id',\n                $duplicatedRecords\n            );\n        }\n        return $duplicatedRecords;\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/UrlRewrite/Model/Version191to2000/CmsPageRewrites.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\UrlRewrite\\Model\\Version191to2000;\n\nuse Migration\\ResourceModel\\Source;\nuse Migration\\Step\\UrlRewrite\\Version191to2000;\n\n/**\n * Class CmsPageRewrites\n */\nclass CmsPageRewrites\n{\n    /**\n     * @var Source\n     */\n    private $source;\n\n    /**\n     * @param Source $source\n     */\n    public function __construct(\n        Source $source\n    ) {\n        $this->source = $source;\n    }\n\n    /**\n     * @var string\n     */\n    protected $cmsPageTableName = 'cms_page';\n\n    /**\n     * @var string\n     */\n    protected $cmsPageStoreTableName = 'cms_page_store';\n\n    /**\n     * Select cms page rewrites\n     *\n     * @return \\Magento\\Framework\\Db\\Select\n     */\n    public function getSelect()\n    {\n        /** @var \\Magento\\Framework\\Db\\Select $select */\n        $select = $this->source->getAdapter()->getSelect();\n        $select->distinct()->from(\n            ['cp' => $this->source->addDocumentPrefix($this->cmsPageTableName)],\n            [\n                new \\Zend_Db_Expr('\"cms-page\" as `entity_type`'),\n                'entity_id' => 'cp.page_id',\n                'request_path' => 'cp.identifier',\n                'target_path' => 'CONCAT(\"cms/page/view/page_id/\", cp.page_id)',\n                'store_id' => 'IF(cps.store_id = 0, 1, cps.store_id)',\n                new \\Zend_Db_Expr('1 as `is_autogenerated`')\n            ]\n        )->joinLeft(\n            ['cps' => $this->source->addDocumentPrefix($this->cmsPageStoreTableName)],\n            'cps.page_id = cp.page_id',\n            []\n        )->where(\n            'cp.is_active = 1'\n        )->where(\n            'cp.identifier NOT IN(?)',\n            $this->getUrlRewriteRequestPathsSelect()\n        )->group(['request_path', 'cps.store_id']);\n\n        return $select;\n    }\n\n    /**\n     * Get request_paths from core_url_rewrite that matches cms_page.identifier\n     *\n     * @return \\Magento\\Framework\\Db\\Select\n     */\n    protected function getUrlRewriteRequestPathsSelect()\n    {\n        /** @var \\Magento\\Framework\\Db\\Select $select */\n        $select = $this->source->getAdapter()->getSelect();\n        $select->from(\n            ['cur' => $this->source->addDocumentPrefix(Version191to2000::SOURCE)],\n            ['cur.request_path']\n        )->joinLeft(\n            ['cp' => $this->source->addDocumentPrefix($this->cmsPageTableName)],\n            'cur.request_path = cp.identifier',\n            []\n        );\n        return $select;\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/UrlRewrite/Model/Version191to2000/Transformer.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\UrlRewrite\\Model\\Version191to2000;\n\nuse Migration\\ResourceModel\\Record;\n\n/**\n * Class Transformer\n */\nclass Transformer\n{\n    /**\n     * @var array\n     */\n    protected $redirectTypesMapping = [\n        '' => 0,\n        'R' => 302,\n        'RP' => 301\n    ];\n\n    /**\n     * Record transformer\n     *\n     * @param Record $record\n     * @param Record $destRecord\n     * @return void\n     */\n    public function transform(Record $record, Record $destRecord)\n    {\n        $destRecord->setValue('url_rewrite_id', $record->getValue('url_rewrite_id'));\n        $destRecord->setValue('store_id', $record->getValue('store_id'));\n        $destRecord->setValue('description', $record->getValue('description'));\n\n        $destRecord->setValue('request_path', $record->getValue('request_path'));\n        $destRecord->setValue('target_path', $record->getValue('target_path'));\n        $destRecord->setValue('is_autogenerated', $record->getValue('is_system'));\n\n        $destRecord->setValue('entity_type', $this->getRecordEntityType($record));\n\n        $metadata = $this->doRecordSerialization($record)\n            ? json_encode(['category_id' => $record->getValue('category_id')])\n            : null ;\n        $destRecord->setValue('metadata', $metadata);\n\n        $destRecord->setValue('entity_id', $record->getValue('product_id') ?: $record->getValue('category_id'));\n        $redirectType = isset($this->redirectTypesMapping[$record->getValue('options')])\n            ? $this->redirectTypesMapping[$record->getValue('options')]\n            : $this->redirectTypesMapping[''];\n        $destRecord->setValue('redirect_type', $redirectType);\n    }\n\n    /**\n     * Do record serialization\n     *\n     * @param Record $record\n     * @return bool\n     */\n    private function doRecordSerialization(Record $record)\n    {\n        return $record->getValue('is_system') && $record->getValue('product_id') && $record->getValue('category_id');\n    }\n\n    /**\n     * Get record entity type\n     *\n     * @param Record $record\n     * @return mixed\n     */\n    private function getRecordEntityType(Record $record)\n    {\n        $isCategory = $record->getValue('category_id') ? 'category' : null;\n        $isProduct = $record->getValue('product_id') ? 'product' : null;\n        return $isProduct ?: $isCategory;\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/UrlRewrite/Model/VersionCommerce/CategoryRewritesInterface.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\UrlRewrite\\Model\\VersionCommerce;\n\n/**\n * Interface CategoryRewrites\n */\ninterface CategoryRewritesInterface\n{\n    /**\n     * Fulfill temporary table with category url rewrites\n     *\n     * @param array $urlRewriteIds\n     * @return void\n     */\n    public function collectRewrites(array $urlRewriteIds = []);\n}\n"
  },
  {
    "path": "src/Migration/Step/UrlRewrite/Model/VersionCommerce/CmsPageRewritesInterface.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\UrlRewrite\\Model\\VersionCommerce;\n\n/**\n * Interface CmsPageRewrites\n */\ninterface CmsPageRewritesInterface\n{\n    /**\n     * Fulfill temporary table with Cms Page url rewrites\n     *\n     * @return void\n     */\n    public function collectRewrites();\n}\n"
  },
  {
    "path": "src/Migration/Step/UrlRewrite/Model/VersionCommerce/ProductRewritesIncludedIntoCategoriesInterface.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\UrlRewrite\\Model\\VersionCommerce;\n\n/**\n * Interface ProductRewritesIncludedIntoCategories is for product url rewrites included into categories\n *\n * It can return SQL query ready to insert into temporary table for url rewrites\n */\ninterface ProductRewritesIncludedIntoCategoriesInterface\n{\n    /**\n     * Return query for retrieving product url rewrites for stores when a product was saved for default scope\n     *\n     * @param array $urlRewriteIds\n     * @return array\n     */\n    public function getQueryProductsSavedForDefaultScope(array $urlRewriteIds = []);\n\n    /**\n     * Return query for retrieving product url rewrites when a product is saved for particular store view\n     *\n     * @param array $urlRewriteIds\n     * @return array\n     */\n    public function getQueryProductsSavedForParticularStoreView(array $urlRewriteIds = []);\n}\n"
  },
  {
    "path": "src/Migration/Step/UrlRewrite/Model/VersionCommerce/ProductRewritesWithoutCategoriesInterface.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\UrlRewrite\\Model\\VersionCommerce;\n\nuse Magento\\Framework\\Db\\Select as DbSelect;\nuse Migration\\ResourceModel\\Source;\nuse Migration\\ResourceModel\\Adapter\\Mysql as AdapterMysql;\nuse \\Migration\\Step\\UrlRewrite\\Model\\Suffix;\nuse \\Migration\\Step\\UrlRewrite\\Model\\TemporaryTable;\n\n/**\n * Interface ProductRewritesWithoutCategories is for product url rewrites without nested categories\n *\n * It can return SQL query ready to insert into temporary table for url rewrites\n */\ninterface ProductRewritesWithoutCategoriesInterface\n{\n    /**\n     * Return query for retrieving product url rewrites when a product is saved for default scope\n     *\n     * @param array $urlRewriteIds\n     * @return array\n     */\n    public function getQueryProductsSavedForDefaultScope(array $urlRewriteIds = []);\n\n    /**\n     * Return query for retrieving product url rewrites when a product is saved for particular store view\n     *\n     * @param array $urlRewriteIds\n     * @return array\n     */\n    public function getQueryProductsSavedForParticularStoreView(array $urlRewriteIds = []);\n}\n"
  },
  {
    "path": "src/Migration/Step/UrlRewrite/Model/VersionCommerce/RedirectsRewritesInterface.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\UrlRewrite\\Model\\VersionCommerce;\n\n/**\n * Interface RedirectsRewrites\n */\ninterface RedirectsRewritesInterface\n{\n    /**\n     * Fulfill temporary table with redirects\n     *\n     * @param array $urlRewriteIds\n     * @return void\n     */\n    public function collectRewrites(array $urlRewriteIds = []);\n\n    /**\n     * Fulfill temporary table with redirects\n     *\n     * @param array $redirectIds\n     * @return void\n     */\n    public function collectRedirects(array $redirectIds = []);\n\n    /**\n     * Remove duplicated url redirects\n     *\n     * @return array\n     */\n    public function removeDuplicatedUrlRedirects();\n}\n"
  },
  {
    "path": "src/Migration/Step/UrlRewrite/Model/VersionCommerce/TableName.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\UrlRewrite\\Model\\VersionCommerce;\n\n/**\n * Class TableName\n */\nclass TableName\n{\n    /**\n     * @var string\n     */\n    private $temporaryTableName = '';\n\n    /**\n     * @var string\n     */\n    private $destinationTableName = 'url_rewrite';\n\n    /**\n     * @var string\n     */\n    private $destinationProductCategoryTableName = 'catalog_url_rewrite_product_category';\n\n    /**\n     * TemporaryTableName constructor\n     */\n    public function __construct()\n    {\n        $this->temporaryTableName = 'url_rewrite_m2' . md5('url_rewrite_m2');\n    }\n\n    /**\n     * Return name of temporary table\n     *\n     * @return string\n     */\n    public function getTemporaryTableName()\n    {\n        return $this->temporaryTableName;\n    }\n\n    /**\n     * Return name of url rewrite table\n     *\n     * @return string\n     */\n    public function getDestinationTableName()\n    {\n        return $this->destinationTableName;\n    }\n\n    /**\n     * Return name of url rewrite product category table\n     *\n     * @return string\n     */\n    public function getDestinationProductCategoryTableName()\n    {\n        return $this->destinationProductCategoryTableName;\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/UrlRewrite/Model/VersionCommerce/TemporaryTable.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\UrlRewrite\\Model\\VersionCommerce;\n\nuse Migration\\ResourceModel\\Source;\nuse Migration\\ResourceModel\\Adapter\\Mysql as AdapterMysql;\nuse Migration\\Reader\\MapInterface;\nuse Migration\\ResourceModel\\Document;\nuse Migration\\Step\\UrlRewrite\\Helper;\nuse Migration\\ResourceModel\\Record\\Collection;\nuse Migration\\Step\\UrlRewrite\\Model\\Suffix;\n\n/**\n * Class TemporaryTable creates a table where all url rewrites will be collected\n */\nclass TemporaryTable\n{\n    /**\n     * @var AdapterMysql\n     */\n    private $sourceAdapter;\n\n    /**\n     * @var TableName\n     */\n    private $tableName;\n\n    /**\n     * @var array\n     */\n    protected $duplicateIndex;\n\n    /**\n     * @var array\n     */\n    protected $resolvedDuplicates = [];\n\n    /**\n     * ResourceModel of source\n     *\n     * @var \\Migration\\ResourceModel\\Source\n     */\n    protected $source;\n\n    /**\n     * ResourceModel of destination\n     *\n     * @var \\Migration\\ResourceModel\\Destination\n     */\n    protected $destination;\n\n    /**\n     * Record Factory\n     *\n     * @var \\Migration\\ResourceModel\\RecordFactory\n     */\n    protected $recordFactory;\n\n    /**\n     * Record Collection Factory\n     *\n     * @var \\Migration\\ResourceModel\\Record\\CollectionFactory\n     */\n    protected $recordCollectionFactory;\n\n    /**\n     * LogLevelProcessor instance\n     *\n     * @var \\Migration\\App\\ProgressBar\\LogLevelProcessor\n     */\n    protected $progress;\n\n    /**\n     * Logger instance\n     *\n     * @var \\Migration\\Logger\\Logger\n     */\n    protected $logger;\n\n    /**\n     * @var bool\n     */\n    protected static $dataInitialized = false;\n\n    /**\n     * @var array\n     */\n    protected $suffixData;\n\n    /**\n     * @var \\Migration\\Step\\UrlRewrite\\Helper\n     */\n    protected $helper;\n\n    /**\n     * @var ProductRewritesIncludedIntoCategoriesInterface\n     */\n    private $productRewritesIncludedIntoCategories;\n\n    /**\n     * @var ProductRewritesWithoutCategoriesInterface\n     */\n    private $productRewritesWithoutCategories;\n\n    /**\n     * @var CategoryRewritesInterface\n     */\n    private $categoryRewrites;\n\n    /**\n     * @var RedirectsRewritesInterface\n     */\n    private $redirectsRewrites;\n\n    /**\n     * @var CmsPageRewritesInterface\n     */\n    private $cmsPageRewrites;\n\n    /**\n     * @var Suffix\n     */\n    private $suffix;\n\n    private $configReader;\n\n    /**\n     * @var string[]\n     */\n    private $resultMessages = [];\n\n    /**\n     * @param \\Migration\\App\\ProgressBar\\LogLevelProcessor $progress\n     * @param \\Migration\\Logger\\Logger $logger\n     * @param \\Migration\\Config $config\n     * @param Source $source\n     * @param \\Migration\\ResourceModel\\Destination $destination\n     * @param \\Migration\\ResourceModel\\Record\\CollectionFactory $recordCollectionFactory\n     * @param \\Migration\\ResourceModel\\RecordFactory $recordFactory\n     * @param Helper $helper\n     * @param TableName $tableName\n     * @param Suffix $suffix\n     */\n    public function __construct(\n        \\Migration\\App\\ProgressBar\\LogLevelProcessor $progress,\n        \\Migration\\Logger\\Logger $logger,\n        \\Migration\\Config $config,\n        \\Migration\\ResourceModel\\Source $source,\n        \\Migration\\ResourceModel\\Destination $destination,\n        \\Migration\\ResourceModel\\Record\\CollectionFactory $recordCollectionFactory,\n        \\Migration\\ResourceModel\\RecordFactory $recordFactory,\n        Helper $helper,\n        TableName $tableName,\n        Suffix $suffix\n    ) {\n        $this->progress = $progress;\n        $this->logger = $logger;\n        $this->source = $source;\n        $this->destination = $destination;\n        $this->recordCollectionFactory = $recordCollectionFactory;\n        $this->recordFactory = $recordFactory;\n        $this->helper = $helper;\n        $this->suffix = $suffix;\n        $this->configReader = $config;\n        $this->sourceAdapter = $this->source->getAdapter();\n        $this->tableName = $tableName;\n    }\n\n    /**\n     * Return name of temporary table\n     *\n     * @return string\n     */\n    public function getName()\n    {\n        return $this->tableName->getTemporaryTableName();\n    }\n\n    /**\n     * Crete temporary table\n     *\n     * @return void\n     */\n    public function create()\n    {\n        $select = $this->sourceAdapter->getSelect();\n        $select->getAdapter()->dropTable($this->source->addDocumentPrefix($this->getName()));\n        /** @var \\Magento\\Framework\\DB\\Ddl\\Table $table */\n        $table = $select->getAdapter()->newTable($this->source->addDocumentPrefix($this->getName()))\n            ->addColumn(\n                'id',\n                \\Magento\\Framework\\DB\\Ddl\\Table::TYPE_INTEGER,\n                null,\n                ['identity' => true, 'unsigned' => true, 'nullable' => false, 'primary' => true]\n            )\n            ->addColumn(\n                'url_rewrite_id',\n                \\Magento\\Framework\\DB\\Ddl\\Table::TYPE_INTEGER\n            )\n            ->addColumn(\n                'redirect_id',\n                \\Magento\\Framework\\DB\\Ddl\\Table::TYPE_INTEGER\n            )\n            ->addColumn(\n                'request_path',\n                \\Magento\\Framework\\DB\\Ddl\\Table::TYPE_TEXT,\n                255\n            )\n            ->addColumn(\n                'target_path',\n                \\Magento\\Framework\\DB\\Ddl\\Table::TYPE_TEXT,\n                255\n            )\n            ->addColumn(\n                'is_system',\n                \\Magento\\Framework\\DB\\Ddl\\Table::TYPE_SMALLINT,\n                null,\n                ['nullable' => false, 'default' => '0']\n            )\n            ->addColumn(\n                'store_id',\n                \\Magento\\Framework\\DB\\Ddl\\Table::TYPE_INTEGER\n            )\n            ->addColumn(\n                'entity_type',\n                \\Magento\\Framework\\DB\\Ddl\\Table::TYPE_TEXT,\n                32\n            )\n            ->addColumn(\n                'redirect_type',\n                \\Magento\\Framework\\DB\\Ddl\\Table::TYPE_SMALLINT,\n                null,\n                ['unsigned' => true, 'nullable' => false, 'default' => '0']\n            )\n            ->addColumn(\n                'product_id',\n                \\Magento\\Framework\\DB\\Ddl\\Table::TYPE_INTEGER\n            )\n            ->addColumn(\n                'category_id',\n                \\Magento\\Framework\\DB\\Ddl\\Table::TYPE_INTEGER\n            )\n            ->addColumn(\n                'cms_page_id',\n                \\Magento\\Framework\\DB\\Ddl\\Table::TYPE_INTEGER\n            )\n            ->addColumn(\n                'priority',\n                \\Magento\\Framework\\DB\\Ddl\\Table::TYPE_INTEGER\n            )\n            ->addIndex(\n                'url_rewrite',\n                ['request_path', 'target_path', 'store_id'],\n                ['type' => \\Magento\\Framework\\DB\\Adapter\\AdapterInterface::INDEX_TYPE_UNIQUE]\n            )        ;\n        $select->getAdapter()->createTable($table);\n    }\n\n    /**\n     * Data migration\n     *\n     * @return bool\n     */\n    public function migrateRewrites()\n    {\n        $this->progress->start($this->getIterationsCount());\n        $sourceDocument = $this->source->getDocument($this->getName());\n        $destinationDocument = $this->destination->getDocument(\n            $this->tableName->getDestinationTableName()\n        );\n        $destProductCategory = $this->destination->getDocument(\n            $this->tableName->getDestinationProductCategoryTableName()\n        );\n        $duplicates = $this->getDuplicatesList();\n        if (!empty($duplicates) && !empty($this->configReader->getOption('auto_resolve_urlrewrite_duplicates'))\n            && empty($this->duplicateIndex)\n        ) {\n            foreach ($duplicates as $row) {\n                $this->duplicateIndex[strtolower($row['request_path'])][] = $row;\n            }\n        }\n        $pageNumber = 0;\n        while ($data = $this->source->getRecords($sourceDocument->getName(), $pageNumber)) {\n            $pageNumber++;\n            $records = $this->recordCollectionFactory->create();\n            $destProductCategoryRecords = $destProductCategory->getRecords();\n            foreach ($data as $row) {\n                $this->progress->advance();\n                $records->addRecord($this->recordFactory->create(['data' => $row]));\n                $productCategoryRecord = $this->getProductCategoryRecord($destProductCategory, $row);\n                if ($productCategoryRecord) {\n                    $destProductCategoryRecords->addRecord($productCategoryRecord);\n                }\n            }\n            $destinationRecords = $destinationDocument->getRecords();\n            $this->migrateRewriteCollection($records, $destinationRecords);\n            $this->destination->saveRecords($destinationDocument->getName(), $destinationRecords);\n            $this->destination->saveRecords($destProductCategory->getName(), $destProductCategoryRecords);\n            $this->source->setLastLoadedRecord($sourceDocument->getName(), end($data));\n        }\n        $this->copyEavData('catalog_category_entity_url_key', 'catalog_category_entity_varchar', 'category');\n        $this->copyEavData('catalog_product_entity_url_key', 'catalog_product_entity_varchar', 'product');\n        $this->progress->finish();\n        foreach ($this->resultMessages as $message) {\n            $this->logger->addInfo($message);\n        }\n        return true;\n    }\n\n    /**\n     * Get product category record\n     *\n     * @param Document $destProductCategory\n     * @param array $row\n     * @return \\Migration\\ResourceModel\\Record|null\n     * @throws \\Migration\\Exception\n     */\n    private function getProductCategoryRecord(Document $destProductCategory, array $row)\n    {\n        $destProductCategoryRecord = null;\n        if ($row['is_system'] && $row['product_id'] && $row['category_id']) {\n            $destProductCategoryRecord = $this->recordFactory->create(['document' => $destProductCategory]);\n            $destProductCategoryRecord->setValue('url_rewrite_id', $row['id']);\n            $destProductCategoryRecord->setValue('category_id', $row['category_id']);\n            $destProductCategoryRecord->setValue('product_id', $row['product_id']);\n        }\n        return $destProductCategoryRecord;\n    }\n\n    /**\n     * Get rewrites select\n     *\n     * @return \\Magento\\Framework\\DB\\Select\n     */\n    public function getRewritesSelect()\n    {\n        /** @var \\Migration\\ResourceModel\\Adapter\\Mysql $adapter */\n        $adapter = $this->source->getAdapter();\n        $select = $adapter->getSelect();\n        $select->from(['r' => $this->source->addDocumentPrefix($this->getName())]);\n        return $select;\n    }\n\n    /**\n     * Migrate rewrites\n     *\n     * @param Collection $source\n     * @param Collection $destination\n     * @return void\n     */\n    protected function migrateRewriteCollection(Collection $source, Collection $destination)\n    {\n        /** @var \\Migration\\ResourceModel\\Record $sourceRecord */\n        foreach ($source as $sourceRecord) {\n            /** @var \\Migration\\ResourceModel\\Record $destinationRecord */\n            $destinationRecord = $this->recordFactory->create();\n            $destinationRecord->setStructure($destination->getStructure());\n\n            $destinationRecord->setValue('url_rewrite_id', $sourceRecord->getValue('id'));\n            $destinationRecord->setValue('store_id', $sourceRecord->getValue('store_id'));\n            $destinationRecord->setValue('description', $sourceRecord->getValue('description'));\n            $destinationRecord->setValue('redirect_type', 0);\n            $destinationRecord->setValue('is_autogenerated', $sourceRecord->getValue('is_system'));\n            $destinationRecord->setValue('metadata', '');\n            $destinationRecord->setValue('redirect_type', $sourceRecord->getValue('redirect_type'));\n            $destinationRecord->setValue('entity_type', $sourceRecord->getValue('entity_type'));\n            $destinationRecord->setValue('request_path', $sourceRecord->getValue('request_path'));\n\n            $targetPath = $sourceRecord->getValue('target_path');\n\n            $productId = $sourceRecord->getValue('product_id');\n            $categoryId = $sourceRecord->getValue('category_id');\n            $cmsPageId = $sourceRecord->getValue('cms_page_id');\n            if (!empty($productId) && !empty($categoryId)) {\n                $destinationRecord->setValue('metadata', json_encode(['category_id' => $categoryId]));\n                $destinationRecord->setValue('entity_type', 'product');\n                $destinationRecord->setValue('entity_id', $productId);\n                $targetPath = \"catalog/product/view/id/$productId/category/$categoryId\";\n            } elseif (!empty($productId) && empty($categoryId)) {\n                $destinationRecord->setValue('entity_type', 'product');\n                $destinationRecord->setValue('entity_id', $productId);\n                $targetPath = 'catalog/product/view/id/' . $productId;\n            } elseif (empty($productId) && !empty($categoryId)) {\n                $destinationRecord->setValue('entity_type', 'category');\n                $destinationRecord->setValue('entity_id', $categoryId);\n                if ($sourceRecord->getValue('entity_type') != 'custom') {\n                    $targetPath = 'catalog/category/view/id/' . $categoryId;\n                }\n            } elseif (!empty($cmsPageId)) {\n                $destinationRecord->setValue('entity_id', $cmsPageId);\n            } else {\n                $destinationRecord->setValue('entity_id', 0);\n            }\n\n            $normalizedRequestPath = strtolower($sourceRecord->getValue('request_path'));\n            if (!empty($this->duplicateIndex[$normalizedRequestPath])) {\n                $shouldResolve = false;\n\n                foreach ($this->duplicateIndex[$normalizedRequestPath] as &$duplicate) {\n                    $onStore = $duplicate['store_id'] == $sourceRecord->getValue('store_id');\n                    if ($onStore && empty($duplicate['used'])) {\n                        $duplicate['used'] = true;\n                        break;\n                    }\n                    if ($onStore) {\n                        $shouldResolve = true;\n                    }\n                }\n                if ($shouldResolve) {\n                    $hash = md5(mt_rand());\n                    $requestPath = preg_replace(\n                        '/^(.*)\\.([^\\.]+)$/i',\n                        '$1-' . $hash . '.$2',\n                        $sourceRecord->getValue('request_path'),\n                        1,\n                        $isChanged\n                    );\n                    if (!$isChanged) {\n                        $requestPath = $sourceRecord->getValue('request_path') . '-' . $hash;\n                    }\n                    $this->resolvedDuplicates[$destinationRecord->getValue('entity_type')]\n                    [$destinationRecord->getValue('entity_id')]\n                    [$sourceRecord->getValue('store_id')] = $hash;\n                    $destinationRecord->setValue('request_path', $requestPath);\n                    $this->resultMessages[] = 'Duplicate resolved. '\n                        . sprintf(\n                            'Request path was: %s Target path was: %s Store ID: %s New request path: %s',\n                            $sourceRecord->getValue('request_path'),\n                            $sourceRecord->getValue('target_path'),\n                            $sourceRecord->getValue('store_id'),\n                            $destinationRecord->getValue('request_path')\n                        );\n                }\n            }\n\n            $destinationRecord->setValue(\n                'target_path',\n                $targetPath\n            );\n            $destination->addRecord($destinationRecord);\n        }\n    }\n\n    /**\n     * Copy eav data\n     *\n     * @param string $sourceName\n     * @param string $destinationName\n     * @param string $type\n     * @return void\n     */\n    protected function copyEavData($sourceName, $destinationName, $type)\n    {\n        $destinationDocument = $this->destination->getDocument($destinationName);\n        $pageNumber = 0;\n        while (!empty($recordsData = $this->source->getRecords($sourceName, $pageNumber))) {\n            $pageNumber++;\n            $records = $destinationDocument->getRecords();\n            foreach ($recordsData as $row) {\n                $this->progress->advance();\n                $row['value_id'] = null;\n                unset($row['entity_type_id']);\n                if (!empty($this->resolvedDuplicates[$type][$row['entity_id']][$row['store_id']])) {\n                    $row['value'] = $row['value'] . '-'\n                        . $this->resolvedDuplicates[$type][$row['entity_id']][$row['store_id']];\n                } elseif (!empty($this->resolvedDuplicates[$type][$row['entity_id']]) && $row['store_id'] == 0) {\n                    foreach ($this->resolvedDuplicates[$type][$row['entity_id']] as $storeId => $urlKey) {\n                        $storeRow = $row;\n                        $storeRow['store_id'] = $storeId;\n                        $storeRow['value'] = $storeRow['value'] . '-' . $urlKey;\n                        $storeRow = $this->helper->processFields(\n                            MapInterface::TYPE_DEST,\n                            $destinationName,\n                            $storeRow,\n                            true\n                        );\n                        $records->addRecord($this->recordFactory->create(['data' => $storeRow]));\n                        if (!isset($this->resolvedDuplicates[$destinationName])) {\n                            $this->resolvedDuplicates[$destinationName] = 0;\n                        }\n                        $this->resolvedDuplicates[$destinationName]++;\n                    }\n                }\n                $row = $this->helper->processFields(MapInterface::TYPE_DEST, $destinationName, $row, true);\n                $records->addRecord($this->recordFactory->create(['data' => $row]));\n            }\n            $this->destination->saveRecords($destinationName, $records, true);\n        }\n    }\n\n    /**\n     * Get iterations count for step\n     *\n     * @return int\n     */\n    protected function getIterationsCount()\n    {\n        return $this->source->getRecordsCount($this->getName())\n            + $this->source->getRecordsCount('catalog_category_entity_url_key')\n            + $this->source->getRecordsCount('catalog_product_entity_url_key');\n    }\n\n    /**\n     * Get duplicates list\n     *\n     * @return array\n     */\n    public function getDuplicatesList()\n    {\n        $subSelect = $this->getRewritesSelect();\n        $subSelect->group(['request_path', 'store_id'])\n            ->having('COUNT(*) > 1');\n\n        /** @var \\Migration\\ResourceModel\\Adapter\\Mysql $adapter */\n        $adapter = $this->source->getAdapter();\n\n        /** @var \\Magento\\Framework\\DB\\Select $select */\n        $select = $adapter->getSelect();\n        $select->from(['t' => $this->source->addDocumentPrefix($this->getName())], ['t.*'])\n            ->join(\n                ['t2' => new \\Zend_Db_Expr(sprintf('(%s)', $subSelect->assemble()))],\n                't2.request_path = t.request_path AND t2.store_id = t.store_id',\n                []\n            )\n            ->order(['store_id', 'request_path', 'priority']);\n        $resultData = $adapter->loadDataFromSelect($select);\n\n        return $resultData;\n    }\n\n    /**\n     * Initialize temporary table and insert UrlRewrite data\n     *\n     * @param ProductRewritesWithoutCategoriesInterface $productRewritesWithoutCategories\n     * @param ProductRewritesIncludedIntoCategoriesInterface $productRewritesIncludedIntoCategories\n     * @param CategoryRewritesInterface $categoryRewrites\n     * @param CmsPageRewritesInterface $cmsPageRewrites\n     * @param RedirectsRewritesInterface $redirectsRewrites\n     * @codeCoverageIgnore\n     * @SuppressWarnings(PHPMD.ExcessiveMethodLength)\n     * @return void\n     */\n    public function initTemporaryTable(\n        ProductRewritesWithoutCategoriesInterface $productRewritesWithoutCategories,\n        ProductRewritesIncludedIntoCategoriesInterface $productRewritesIncludedIntoCategories,\n        CategoryRewritesInterface $categoryRewrites,\n        CmsPageRewritesInterface $cmsPageRewrites,\n        RedirectsRewritesInterface $redirectsRewrites\n    ){\n        if (self::$dataInitialized) {\n            return;\n        }\n        $this->productRewritesWithoutCategories = $productRewritesWithoutCategories;\n        $this->productRewritesIncludedIntoCategories = $productRewritesIncludedIntoCategories;\n        $this->categoryRewrites = $categoryRewrites;\n        $this->cmsPageRewrites = $cmsPageRewrites;\n        $this->redirectsRewrites = $redirectsRewrites;\n        /** @var \\Migration\\ResourceModel\\Adapter\\Mysql $adapter */\n        $adapter = $this->source->getAdapter();\n        $this->create();\n        $this->collectProductRewrites($adapter);\n        $this->categoryRewrites->collectRewrites();\n        $this->redirectsRewrites->collectRewrites();\n        $this->redirectsRewrites->removeDuplicatedUrlRedirects();\n        $this->redirectsRewrites->collectRedirects();\n        $this->cmsPageRewrites->collectRewrites();\n        self::$dataInitialized = true;\n    }\n\n    /**\n     * Fulfill temporary table with product url rewrites\n     *\n     * @param \\Migration\\ResourceModel\\Adapter\\Mysql $adapter\n     * @return void\n     */\n    protected function collectProductRewrites(\\Migration\\ResourceModel\\Adapter\\Mysql $adapter)\n    {\n        $queryExecute = function ($queries) use ($adapter) {\n            foreach ($queries as $query) {\n                $adapter->getSelect()->getAdapter()->query($query);\n            }\n        };\n        $queryExecute($this->productRewritesWithoutCategories->getQueryProductsSavedForDefaultScope());\n        $queryExecute($this->productRewritesWithoutCategories->getQueryProductsSavedForParticularStoreView());\n        $queryExecute($this->productRewritesIncludedIntoCategories->getQueryProductsSavedForDefaultScope());\n        $queryExecute($this->productRewritesIncludedIntoCategories->getQueryProductsSavedForParticularStoreView());\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/UrlRewrite/Version11300to2000.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\UrlRewrite;\n\nuse Migration\\App\\Step\\RollbackInterface;\nuse Migration\\App\\Step\\StageInterface;\nuse Migration\\Reader\\MapInterface;\nuse Migration\\Step\\DatabaseStage;\nuse Migration\\Step\\UrlRewrite\\Model;\nuse Migration\\Step\\UrlRewrite\\Model\\Version11300to2000\\ProductRewritesWithoutCategories;\nuse Migration\\Step\\UrlRewrite\\Model\\Version11300to2000\\ProductRewritesIncludedIntoCategories;\nuse Migration\\Step\\UrlRewrite\\Model\\Version11300to2000\\CategoryRewrites;\nuse Migration\\Step\\UrlRewrite\\Model\\Version11300to2000\\CmsPageRewrites;\nuse Migration\\Step\\UrlRewrite\\Model\\Version11300to2000\\RedirectsRewrites;\nuse Migration\\Step\\UrlRewrite\\Model\\VersionCommerce\\TemporaryTable;\nuse Migration\\Step\\UrlRewrite\\Model\\VersionCommerce\\TableName;\n\n/**\n * Class Version11300to2000\n * @SuppressWarnings(PHPMD)\n */\nclass Version11300to2000 extends DatabaseStage implements StageInterface, RollbackInterface\n{\n    /**\n     * @var TableName\n     */\n    protected $tableName;\n\n    /**\n     * @var TemporaryTable\n     */\n    protected $temporaryTable;\n\n    /**\n     * @var array\n     */\n    protected $duplicateIndex;\n\n    /**\n     * @var array\n     */\n    protected $resolvedDuplicates = [];\n\n    /**\n     * ResourceModel of source\n     *\n     * @var \\Migration\\ResourceModel\\Source\n     */\n    protected $source;\n\n    /**\n     * ResourceModel of destination\n     *\n     * @var \\Migration\\ResourceModel\\Destination\n     */\n    protected $destination;\n\n    /**\n     * Record Factory\n     *\n     * @var \\Migration\\ResourceModel\\RecordFactory\n     */\n    protected $recordFactory;\n\n    /**\n     * Record Collection Factory\n     *\n     * @var \\Migration\\ResourceModel\\Record\\CollectionFactory\n     */\n    protected $recordCollectionFactory;\n\n    /**\n     * LogLevelProcessor instance\n     *\n     * @var \\Migration\\App\\ProgressBar\\LogLevelProcessor\n     */\n    protected $progress;\n\n    /**\n     * Logger instance\n     *\n     * @var \\Migration\\Logger\\Logger\n     */\n    protected $logger;\n\n    /**\n     * @var string\n     */\n    protected $stage;\n\n    /**\n     * @var bool\n     */\n    protected static $dataInitialized = false;\n\n    /**\n     * @var array\n     */\n    protected $suffixData;\n\n    /**\n     * @var \\Migration\\Step\\UrlRewrite\\Helper\n     */\n    protected $helper;\n\n    /**\n     * @var ProductRewritesIncludedIntoCategories\n     */\n    private $productRewritesIncludedIntoCategories;\n\n    /**\n     * @var ProductRewritesWithoutCategories\n     */\n    private $productRewritesWithoutCategories;\n\n    /**\n     * @var CategoryRewrites\n     */\n    private $categoryRewrites;\n\n    /**\n     * @var RedirectsRewrites\n     */\n    private $redirectsRewrites;\n\n    /**\n     * @var CmsPageRewrites\n     */\n    private $cmsPageRewrites;\n\n    /**\n     * @var Model\\Suffix\n     */\n    private $suffix;\n\n    /**\n     * @var array\n     */\n    protected $structure = [\n        MapInterface::TYPE_SOURCE => [\n            'enterprise_url_rewrite' => [\n                'url_rewrite_id',\n                'request_path',\n                'target_path',\n                'is_system',\n                'guid',\n                'identifier',\n                'inc',\n                'value_id'\n            ],\n            'catalog_category_entity_url_key' => [\n                'value_id',\n                'entity_type_id',\n                'attribute_id',\n                'store_id',\n                'entity_id',\n                'value'\n            ],\n            'catalog_product_entity_url_key' => [\n                'value_id',\n                'entity_type_id',\n                'attribute_id',\n                'store_id',\n                'entity_id',\n                'value'\n            ],\n            'enterprise_url_rewrite_redirect' => [\n                'redirect_id',\n                'identifier',\n                'target_path',\n                'options',\n                'description'\n            ],\n        ],\n        MapInterface::TYPE_DEST => [\n            'url_rewrite' => [\n                'url_rewrite_id',\n                'entity_type',\n                'entity_id',\n                'request_path',\n                'target_path',\n                'redirect_type',\n                'store_id',\n                'description',\n                'is_autogenerated',\n                'metadata'\n            ],\n            'catalog_category_entity_varchar' => [\n                'value_id',\n                'attribute_id',\n                'store_id',\n                'entity_id',\n                'value',\n            ],\n            'catalog_product_entity_varchar' => [\n                'value_id',\n                'attribute_id',\n                'store_id',\n                'entity_id',\n                'value',\n            ]\n        ],\n    ];\n\n    /**\n     * @param \\Migration\\App\\ProgressBar\\LogLevelProcessor $progress\n     * @param \\Migration\\Logger\\Logger $logger\n     * @param \\Migration\\Config $config\n     * @param \\Migration\\ResourceModel\\Source $source\n     * @param \\Migration\\ResourceModel\\Destination $destination\n     * @param \\Migration\\ResourceModel\\Record\\CollectionFactory $recordCollectionFactory\n     * @param \\Migration\\ResourceModel\\RecordFactory $recordFactory\n     * @param Helper $helper\n     * @param ProductRewritesWithoutCategories $productRewritesWithoutCategories\n     * @param ProductRewritesIncludedIntoCategories $productRewritesIncludedIntoCategories\n     * @param CategoryRewrites $categoryRewrites\n     * @param CmsPageRewrites $cmsPageRewrites\n     * @param RedirectsRewrites $redirectsRewrites\n     * @param Model\\Suffix $suffix\n     * @param TemporaryTable $temporaryTable\n     * @param TableName $tableName\n     * @param string $stage\n     * @throws \\Migration\\Exception\n     */\n    public function __construct(\n        \\Migration\\App\\ProgressBar\\LogLevelProcessor $progress,\n        \\Migration\\Logger\\Logger $logger,\n        \\Migration\\Config $config,\n        \\Migration\\ResourceModel\\Source $source,\n        \\Migration\\ResourceModel\\Destination $destination,\n        \\Migration\\ResourceModel\\Record\\CollectionFactory $recordCollectionFactory,\n        \\Migration\\ResourceModel\\RecordFactory $recordFactory,\n        Helper $helper,\n        ProductRewritesWithoutCategories $productRewritesWithoutCategories,\n        ProductRewritesIncludedIntoCategories $productRewritesIncludedIntoCategories,\n        CategoryRewrites $categoryRewrites,\n        CmsPageRewrites $cmsPageRewrites,\n        RedirectsRewrites $redirectsRewrites,\n        Model\\Suffix $suffix,\n        TemporaryTable $temporaryTable,\n        TableName $tableName,\n        $stage\n    ) {\n        $this->progress = $progress;\n        $this->logger = $logger;\n        $this->source = $source;\n        $this->destination = $destination;\n        $this->recordCollectionFactory = $recordCollectionFactory;\n        $this->recordFactory = $recordFactory;\n        $this->temporaryTable = $temporaryTable;\n        $this->tableName = $tableName;\n        $this->stage = $stage;\n        $this->helper = $helper;\n        $this->productRewritesWithoutCategories = $productRewritesWithoutCategories;\n        $this->productRewritesIncludedIntoCategories = $productRewritesIncludedIntoCategories;\n        $this->categoryRewrites = $categoryRewrites;\n        $this->cmsPageRewrites = $cmsPageRewrites;\n        $this->redirectsRewrites = $redirectsRewrites;\n        $this->suffix = $suffix;\n        parent::__construct($config);\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function perform()\n    {\n        if (!method_exists($this, $this->stage)) {\n            throw new \\Migration\\Exception('Invalid step configuration');\n        }\n\n        return call_user_func([$this, $this->stage]);\n    }\n\n    /**\n     * Data migration\n     *\n     * @return bool\n     * @throws \\Migration\\Exception\n     */\n    protected function data()\n    {\n        $this->destination->clearDocument($this->tableName->getDestinationTableName());\n        $this->destination->clearDocument($this->tableName->getDestinationProductCategoryTableName());\n        $this->temporaryTable->initTemporaryTable(\n            $this->productRewritesWithoutCategories,\n            $this->productRewritesIncludedIntoCategories,\n            $this->categoryRewrites,\n            $this->cmsPageRewrites,\n            $this->redirectsRewrites\n        );\n        $this->temporaryTable->migrateRewrites();\n        return true;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    protected function integrity()\n    {\n        $errors = false;\n        $this->progress->start(0);\n        foreach ($this->structure as $resourceName => $documentList) {\n            $resource = $resourceName == MapInterface::TYPE_SOURCE ? $this->source : $this->destination;\n            foreach ($documentList as $documentName => $documentFields) {\n                $document = $resource->getDocument($documentName);\n                if ($document === false) {\n                    $message = sprintf('%s table does not exist: %s', ucfirst($resourceName), $documentName);\n                    $this->logger->error($message);\n                    $errors = true;\n                    continue;\n                }\n                $documentFields = $this->helper->processFields($resourceName, $documentName, $documentFields);\n                $structure = array_keys($document->getStructure()->getFields());\n                if (!(empty(array_diff($structure, $documentFields))\n                    && empty(array_diff($documentFields, $structure)))\n                ) {\n                    $message = sprintf(\n                        '%s table structure does not meet expectation: %s',\n                        ucfirst($resourceName),\n                        $documentName\n                    );\n                    $this->logger->error($message);\n                    $errors = true;\n                }\n            }\n        }\n        if (!$errors) {\n            $this->progress->finish();\n        }\n        $this->temporaryTable->initTemporaryTable(\n            $this->productRewritesWithoutCategories,\n            $this->productRewritesIncludedIntoCategories,\n            $this->categoryRewrites,\n            $this->cmsPageRewrites,\n            $this->redirectsRewrites\n        );\n        return !$errors && !$this->processDuplicatesList();\n    }\n\n    /**\n     * Process duplicates list\n     *\n     * @return bool\n     */\n    private function processDuplicatesList()\n    {\n        $errors = false;\n        $data = $this->temporaryTable->getDuplicatesList();\n        if (!empty($data)) {\n            $duplicates = [];\n            foreach ($data as $row) {\n                $duplicates[] = sprintf(\n                    'Request path: %s Store ID: %s Target path: %s',\n                    $row['request_path'],\n                    $row['store_id'],\n                    $row['target_path']\n                );\n            }\n\n            $message = sprintf(\n                'There are duplicates in URL rewrites:%s',\n                PHP_EOL . implode(PHP_EOL, $duplicates)\n            );\n\n            if (!empty($this->configReader->getOption('auto_resolve_urlrewrite_duplicates'))) {\n                $this->logger->addInfo($message);\n            } else {\n                $this->logger->error($message);\n                $errors = true;\n            }\n        }\n        return $errors;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    protected function volume()\n    {\n        $this->progress->start(1);\n\n        $this->progress->advance();\n        $result = $this->source->getRecordsCount($this->temporaryTable->getName())\n            == $this->destination->getRecordsCount('url_rewrite');\n        if (!$result) {\n            $this->logger->error('Mismatch of entities in the document: url_rewrite');\n        }\n        $this->progress->finish();\n        return $result;\n    }\n\n    /**\n     * Perform rollback\n     *\n     * @return void\n     */\n    public function rollback()\n    {\n        $this->destination->clearDocument($this->tableName->getDestinationTableName());\n        $this->destination->clearDocument($this->tableName->getDestinationProductCategoryTableName());\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/UrlRewrite/Version11300to2000Delta.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\UrlRewrite;\n\nuse Migration\\App\\Step\\AbstractDelta;\nuse Migration\\Logger\\Logger;\nuse Migration\\Reader\\GroupsFactory;\nuse Migration\\Reader\\MapFactory;\nuse Migration\\ResourceModel\\Source;\nuse Migration\\ResourceModel\\Destination;\nuse Migration\\ResourceModel;\nuse Migration\\Step\\UrlRewrite\\Model\\VersionCommerce\\TemporaryTable;\nuse Migration\\Step\\UrlRewrite\\Model\\VersionCommerce\\TableName;\nuse Migration\\Step\\UrlRewrite\\Model\\Version191to2000\\Transformer;\nuse Migration\\Step\\UrlRewrite\\Model\\Version11300to2000\\ProductRewritesWithoutCategories;\nuse Migration\\Step\\UrlRewrite\\Model\\Version11300to2000\\ProductRewritesIncludedIntoCategories;\nuse Migration\\Step\\UrlRewrite\\Model\\Version11300to2000\\CategoryRewrites;\nuse Migration\\Step\\UrlRewrite\\Model\\Version11300to2000\\CmsPageRewrites;\nuse Migration\\Step\\UrlRewrite\\Model\\Version11300to2000\\RedirectsRewrites;\n\n/**\n * Class Delta\n */\nclass Version11300to2000Delta extends AbstractDelta\n{\n    /**\n     * @var string\n     */\n    protected $mapConfigOption = 'map_file';\n\n    /**\n     * @var string\n     */\n    protected $groupName = 'delta_url_rewrite';\n\n    /**\n     * @var Transformer\n     */\n    private $transformer;\n\n    /**\n     * @var ProductRewritesIncludedIntoCategories\n     */\n    private $productRewritesIncludedIntoCategories;\n\n    /**\n     * @var ProductRewritesWithoutCategories\n     */\n    private $productRewritesWithoutCategories;\n\n    /**\n     * @var CategoryRewrites\n     */\n    private $categoryRewrites;\n\n    /**\n     * @var RedirectsRewrites\n     */\n    private $redirectsRewrites;\n\n    /**\n     * @var CmsPageRewrites\n     */\n    private $cmsPageRewrites;\n\n    /**\n     * @var TableName\n     */\n    protected $tableName;\n\n    /**\n     * @var TemporaryTable\n     */\n    protected $temporaryTable;\n\n    /**\n     * @var\n     */\n    private $urlRewritesChangedFlag = false;\n\n    /**\n     * @param Source $source\n     * @param MapFactory $mapFactory\n     * @param GroupsFactory $groupsFactory\n     * @param Logger $logger\n     * @param Destination $destination\n     * @param ResourceModel\\RecordFactory $recordFactory\n     * @param \\Migration\\RecordTransformerFactory $recordTransformerFactory\n     * @param TemporaryTable $temporaryTable\n     * @param TableName $tableName\n     * @param TemporaryTable $temporaryTable\n     * @param ProductRewritesWithoutCategories $productRewritesWithoutCategories\n     * @param ProductRewritesIncludedIntoCategories $productRewritesIncludedIntoCategories\n     * @param CategoryRewrites $categoryRewrites\n     * @param CmsPageRewrites $cmsPageRewrites\n     * @param RedirectsRewrites $redirectsRewrites\n     */\n    public function __construct(\n        Source $source,\n        MapFactory $mapFactory,\n        GroupsFactory $groupsFactory,\n        Logger $logger,\n        Destination $destination,\n        ResourceModel\\RecordFactory $recordFactory,\n        \\Migration\\RecordTransformerFactory $recordTransformerFactory,\n        Transformer $transformer,\n        TemporaryTable $temporaryTable,\n        TableName $tableName,\n        ProductRewritesWithoutCategories $productRewritesWithoutCategories,\n        ProductRewritesIncludedIntoCategories $productRewritesIncludedIntoCategories,\n        CategoryRewrites $categoryRewrites,\n        CmsPageRewrites $cmsPageRewrites,\n        RedirectsRewrites $redirectsRewrites\n    ) {\n        $this->transformer = $transformer;\n        $this->temporaryTable = $temporaryTable;\n        $this->tableName = $tableName;\n        $this->productRewritesWithoutCategories = $productRewritesWithoutCategories;\n        $this->productRewritesIncludedIntoCategories = $productRewritesIncludedIntoCategories;\n        $this->categoryRewrites = $categoryRewrites;\n        $this->redirectsRewrites = $redirectsRewrites;\n        $this->cmsPageRewrites = $cmsPageRewrites;\n        parent::__construct(\n            $source,\n            $mapFactory,\n            $groupsFactory,\n            $logger,\n            $destination,\n            $recordFactory,\n            $recordTransformerFactory\n        );\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function perform()\n    {\n        parent::perform();\n        if ($this->urlRewritesChangedFlag) {\n            $this->removeUrlRewrites();\n            $this->temporaryTable->initTemporaryTable(\n                $this->productRewritesWithoutCategories,\n                $this->productRewritesIncludedIntoCategories,\n                $this->categoryRewrites,\n                $this->cmsPageRewrites,\n                $this->redirectsRewrites\n            );\n            $this->temporaryTable->migrateRewrites();\n            foreach (array_keys($this->deltaDocuments) as $documentName) {\n                $this->markProcessedRewrites($documentName);\n            }\n        }\n        return true;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    protected function getDocumentMap($document, $type)\n    {\n        return $document;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function processDeletedRecords($documentName, $idKeys, $destinationName)\n    {\n        $this->urlRewritesChangedFlag = true;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    protected function processChangedRecords($documentName, $idKeys)\n    {\n        $this->urlRewritesChangedFlag = true;\n    }\n\n    /**\n     * Remove url rewrites\n     */\n    private function removeUrlRewrites()\n    {\n        /** @var \\Magento\\Framework\\DB\\Select $select */\n        $select = $this->source->getAdapter()->getSelect();\n        $select->from(['r' => $this->source->addDocumentPrefix($this->temporaryTable->getName())], ['id']);\n        $urlRewriteIdsToRemove = $select->getAdapter()->fetchCol($select);\n        $this->destination->deleteRecords(\n            $this->destination->addDocumentPrefix($this->tableName->getDestinationTableName()),\n            'url_rewrite_id',\n            $urlRewriteIdsToRemove\n        );\n        $this->destination->deleteRecords(\n            $this->destination->addDocumentPrefix($this->tableName->getDestinationProductCategoryTableName()),\n            'url_rewrite_id',\n            $urlRewriteIdsToRemove\n        );\n    }\n\n    /**\n     * Mark processed rewrites\n     *\n     * @param string $documentName\n     */\n    private function markProcessedRewrites($documentName)\n    {\n        $documentNameDelta = $this->source->getDeltaLogName($documentName);\n        $documentNameDelta = $this->source->addDocumentPrefix($documentNameDelta);\n        /** @var ResourceModel\\Adapter\\Mysql $adapter */\n        $adapter = $this->source->getAdapter();\n        $adapter->updateDocument($documentNameDelta, ['processed' => 1]);\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/UrlRewrite/Version11410to2000.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\UrlRewrite;\n\nuse Migration\\App\\Step\\RollbackInterface;\nuse Migration\\App\\Step\\StageInterface;\nuse Migration\\Reader\\MapInterface;\nuse Migration\\Step\\DatabaseStage;\nuse Migration\\Step\\UrlRewrite\\Model;\nuse Migration\\Step\\UrlRewrite\\Model\\Version11410to2000\\ProductRewritesWithoutCategories;\nuse Migration\\Step\\UrlRewrite\\Model\\Version11410to2000\\ProductRewritesIncludedIntoCategories;\nuse Migration\\Step\\UrlRewrite\\Model\\Version11410to2000\\CategoryRewrites;\nuse Migration\\Step\\UrlRewrite\\Model\\Version11410to2000\\CmsPageRewrites;\nuse Migration\\Step\\UrlRewrite\\Model\\Version11410to2000\\RedirectsRewrites;\nuse Migration\\Step\\UrlRewrite\\Model\\VersionCommerce\\TemporaryTable;\nuse Migration\\Step\\UrlRewrite\\Model\\VersionCommerce\\TableName;\n\n/**\n * Class Version11410to2000\n * @SuppressWarnings(PHPMD)\n */\nclass Version11410to2000 extends DatabaseStage implements StageInterface, RollbackInterface\n{\n    /**\n     * @var TableName\n     */\n    protected $tableName;\n\n    /**\n     * @var TemporaryTable\n     */\n    protected $temporaryTable;\n\n    /**\n     * @var array\n     */\n    protected $duplicateIndex;\n\n    /**\n     * @var array\n     */\n    protected $resolvedDuplicates = [];\n\n    /**\n     * ResourceModel of source\n     *\n     * @var \\Migration\\ResourceModel\\Source\n     */\n    protected $source;\n\n    /**\n     * ResourceModel of destination\n     *\n     * @var \\Migration\\ResourceModel\\Destination\n     */\n    protected $destination;\n\n    /**\n     * Record Factory\n     *\n     * @var \\Migration\\ResourceModel\\RecordFactory\n     */\n    protected $recordFactory;\n\n    /**\n     * Record Collection Factory\n     *\n     * @var \\Migration\\ResourceModel\\Record\\CollectionFactory\n     */\n    protected $recordCollectionFactory;\n\n    /**\n     * LogLevelProcessor instance\n     *\n     * @var \\Migration\\App\\ProgressBar\\LogLevelProcessor\n     */\n    protected $progress;\n\n    /**\n     * Logger instance\n     *\n     * @var \\Migration\\Logger\\Logger\n     */\n    protected $logger;\n\n    /**\n     * @var string\n     */\n    protected $stage;\n\n    /**\n     * @var bool\n     */\n    protected static $dataInitialized = false;\n\n    /**\n     * @var array\n     */\n    protected $suffixData;\n\n    /**\n     * @var \\Migration\\Step\\UrlRewrite\\Helper\n     */\n    protected $helper;\n\n    /**\n     * @var ProductRewritesIncludedIntoCategories\n     */\n    private $productRewritesIncludedIntoCategories;\n\n    /**\n     * @var ProductRewritesWithoutCategories\n     */\n    private $productRewritesWithoutCategories;\n\n    /**\n     * @var CategoryRewrites\n     */\n    private $categoryRewrites;\n\n    /**\n     * @var RedirectsRewrites\n     */\n    private $redirectsRewrites;\n\n    /**\n     * @var CmsPageRewrites\n     */\n    private $cmsPageRewrites;\n\n    /**\n     * @var Model\\Suffix\n     */\n    private $suffix;\n\n    /**\n     * @var array\n     */\n    protected $structure = [\n        MapInterface::TYPE_SOURCE => [\n            'enterprise_url_rewrite' => [\n                'url_rewrite_id',\n                'request_path',\n                'target_path',\n                'is_system',\n                'guid',\n                'identifier',\n                'inc',\n                'value_id',\n                'store_id',\n                'entity_type'\n            ],\n            'catalog_category_entity_url_key' => [\n                'value_id',\n                'entity_type_id',\n                'attribute_id',\n                'store_id',\n                'entity_id',\n                'value'\n            ],\n            'catalog_product_entity_url_key' => [\n                'value_id',\n                'entity_type_id',\n                'attribute_id',\n                'store_id',\n                'entity_id',\n                'value'\n            ],\n            'enterprise_url_rewrite_redirect' => [\n                'redirect_id',\n                'identifier',\n                'target_path',\n                'options',\n                'description',\n                'category_id',\n                'product_id',\n                'store_id'\n            ],\n        ],\n        MapInterface::TYPE_DEST => [\n            'url_rewrite' => [\n                'url_rewrite_id',\n                'entity_type',\n                'entity_id',\n                'request_path',\n                'target_path',\n                'redirect_type',\n                'store_id',\n                'description',\n                'is_autogenerated',\n                'metadata'\n            ],\n            'catalog_category_entity_varchar' => [\n                'value_id',\n                'attribute_id',\n                'store_id',\n                'entity_id',\n                'value',\n            ],\n            'catalog_product_entity_varchar' => [\n                'value_id',\n                'attribute_id',\n                'store_id',\n                'entity_id',\n                'value',\n            ]\n        ],\n    ];\n\n    /**\n     * @param \\Migration\\App\\ProgressBar\\LogLevelProcessor $progress\n     * @param \\Migration\\Logger\\Logger $logger\n     * @param \\Migration\\Config $config\n     * @param \\Migration\\ResourceModel\\Source $source\n     * @param \\Migration\\ResourceModel\\Destination $destination\n     * @param \\Migration\\ResourceModel\\Record\\CollectionFactory $recordCollectionFactory\n     * @param \\Migration\\ResourceModel\\RecordFactory $recordFactory\n     * @param Helper $helper\n     * @param ProductRewritesWithoutCategories $productRewritesWithoutCategories\n     * @param ProductRewritesIncludedIntoCategories $productRewritesIncludedIntoCategories\n     * @param CategoryRewrites $categoryRewrites\n     * @param CmsPageRewrites $cmsPageRewrites\n     * @param RedirectsRewrites $redirectsRewrites\n     * @param Model\\Suffix $suffix\n     * @param TemporaryTable $temporaryTable\n     * @param TableName $tableName\n     * @param $stage\n     * @throws \\Migration\\Exception\n     */\n    public function __construct(\n        \\Migration\\App\\ProgressBar\\LogLevelProcessor $progress,\n        \\Migration\\Logger\\Logger $logger,\n        \\Migration\\Config $config,\n        \\Migration\\ResourceModel\\Source $source,\n        \\Migration\\ResourceModel\\Destination $destination,\n        \\Migration\\ResourceModel\\Record\\CollectionFactory $recordCollectionFactory,\n        \\Migration\\ResourceModel\\RecordFactory $recordFactory,\n        Helper $helper,\n        ProductRewritesWithoutCategories $productRewritesWithoutCategories,\n        ProductRewritesIncludedIntoCategories $productRewritesIncludedIntoCategories,\n        CategoryRewrites $categoryRewrites,\n        CmsPageRewrites $cmsPageRewrites,\n        RedirectsRewrites $redirectsRewrites,\n        Model\\Suffix $suffix,\n        TemporaryTable $temporaryTable,\n        TableName $tableName,\n        $stage\n    ) {\n        $this->progress = $progress;\n        $this->logger = $logger;\n        $this->source = $source;\n        $this->destination = $destination;\n        $this->recordCollectionFactory = $recordCollectionFactory;\n        $this->recordFactory = $recordFactory;\n        $this->temporaryTable = $temporaryTable;\n        $this->tableName = $tableName;\n        $this->stage = $stage;\n        $this->helper = $helper;\n        $this->productRewritesWithoutCategories = $productRewritesWithoutCategories;\n        $this->productRewritesIncludedIntoCategories = $productRewritesIncludedIntoCategories;\n        $this->categoryRewrites = $categoryRewrites;\n        $this->cmsPageRewrites = $cmsPageRewrites;\n        $this->redirectsRewrites = $redirectsRewrites;\n        $this->suffix = $suffix;\n        parent::__construct($config);\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function perform()\n    {\n        if (!method_exists($this, $this->stage)) {\n            throw new \\Migration\\Exception('Invalid step configuration');\n        }\n\n        return call_user_func([$this, $this->stage]);\n    }\n\n    /**\n     * Data migration\n     *\n     * @return bool\n     * @throws \\Migration\\Exception\n     */\n    protected function data()\n    {\n        $this->destination->clearDocument($this->tableName->getDestinationTableName());\n        $this->destination->clearDocument($this->tableName->getDestinationProductCategoryTableName());\n        $this->temporaryTable->initTemporaryTable(\n            $this->productRewritesWithoutCategories,\n            $this->productRewritesIncludedIntoCategories,\n            $this->categoryRewrites,\n            $this->cmsPageRewrites,\n            $this->redirectsRewrites\n        );\n        $this->temporaryTable->migrateRewrites();\n        return true;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    protected function integrity()\n    {\n        $errors = false;\n        $this->progress->start(0);\n        foreach ($this->structure as $resourceName => $documentList) {\n            $resource = $resourceName == MapInterface::TYPE_SOURCE ? $this->source : $this->destination;\n            foreach ($documentList as $documentName => $documentFields) {\n                $document = $resource->getDocument($documentName);\n                if ($document === false) {\n                    $message = sprintf('%s table does not exist: %s', ucfirst($resourceName), $documentName);\n                    $this->logger->error($message);\n                    $errors = true;\n                    continue;\n                }\n                $documentFields = $this->helper->processFields($resourceName, $documentName, $documentFields);\n                $structure = array_keys($document->getStructure()->getFields());\n                if (!(empty(array_diff($structure, $documentFields))\n                    && empty(array_diff($documentFields, $structure)))\n                ) {\n                    $message = sprintf(\n                        '%s table structure does not meet expectation: %s',\n                        ucfirst($resourceName),\n                        $documentName\n                    );\n                    $this->logger->error($message);\n                    $errors = true;\n                }\n            }\n        }\n        if (!$errors) {\n            $this->progress->finish();\n        }\n        $this->temporaryTable->initTemporaryTable(\n            $this->productRewritesWithoutCategories,\n            $this->productRewritesIncludedIntoCategories,\n            $this->categoryRewrites,\n            $this->cmsPageRewrites,\n            $this->redirectsRewrites\n        );\n        return !$errors && !$this->processDuplicatesList();\n    }\n\n    /**\n     * Process duplicates list\n     *\n     * @return bool\n     */\n    private function processDuplicatesList()\n    {\n        $errors = false;\n        $data = $this->temporaryTable->getDuplicatesList();\n        if (!empty($data)) {\n            $duplicates = [];\n            foreach ($data as $row) {\n                $duplicates[] = sprintf(\n                    'Request path: %s Store ID: %s Target path: %s',\n                    $row['request_path'],\n                    $row['store_id'],\n                    $row['target_path']\n                );\n            }\n\n            $message = sprintf(\n                'There are duplicates in URL rewrites:%s',\n                PHP_EOL . implode(PHP_EOL, $duplicates)\n            );\n\n            if (!empty($this->configReader->getOption('auto_resolve_urlrewrite_duplicates'))) {\n                $this->logger->addInfo($message);\n            } else {\n                $this->logger->error($message);\n                $errors = true;\n            }\n        }\n        return $errors;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    protected function volume()\n    {\n        $this->progress->start(1);\n\n        $this->progress->advance();\n        $result = $this->source->getRecordsCount($this->temporaryTable->getName())\n            == $this->destination->getRecordsCount('url_rewrite');\n        if (!$result) {\n            $this->logger->error('Mismatch of entities in the document: url_rewrite');\n        }\n        $this->progress->finish();\n        return $result;\n    }\n\n    /**\n     * Perform rollback\n     *\n     * @return void\n     */\n    public function rollback()\n    {\n        $this->destination->clearDocument($this->tableName->getDestinationTableName());\n        $this->destination->clearDocument($this->tableName->getDestinationProductCategoryTableName());\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/UrlRewrite/Version11410to2000Delta.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\UrlRewrite;\n\nuse Migration\\App\\Step\\AbstractDelta;\nuse Migration\\Logger\\Logger;\nuse Migration\\Reader\\GroupsFactory;\nuse Migration\\Reader\\MapFactory;\nuse Migration\\ResourceModel\\Source;\nuse Migration\\ResourceModel\\Destination;\nuse Migration\\ResourceModel;\nuse Migration\\Step\\UrlRewrite\\Model\\VersionCommerce\\TemporaryTable;\nuse Migration\\Step\\UrlRewrite\\Model\\VersionCommerce\\TableName;\nuse Migration\\Step\\UrlRewrite\\Model\\Version191to2000\\Transformer;\nuse Migration\\Step\\UrlRewrite\\Model\\Version11410to2000\\ProductRewritesWithoutCategories;\nuse Migration\\Step\\UrlRewrite\\Model\\Version11410to2000\\ProductRewritesIncludedIntoCategories;\nuse Migration\\Step\\UrlRewrite\\Model\\Version11410to2000\\CategoryRewrites;\nuse Migration\\Step\\UrlRewrite\\Model\\Version11410to2000\\CmsPageRewrites;\nuse Migration\\Step\\UrlRewrite\\Model\\Version11410to2000\\RedirectsRewrites;\n\n/**\n * Class Delta\n */\nclass Version11410to2000Delta extends AbstractDelta\n{\n    /**\n     * @var string\n     */\n    protected $mapConfigOption = 'map_file';\n\n    /**\n     * @var string\n     */\n    protected $groupName = 'delta_url_rewrite';\n\n    /**\n     * @var Transformer\n     */\n    private $transformer;\n\n    /**\n     * @var ProductRewritesIncludedIntoCategories\n     */\n    private $productRewritesIncludedIntoCategories;\n\n    /**\n     * @var ProductRewritesWithoutCategories\n     */\n    private $productRewritesWithoutCategories;\n\n    /**\n     * @var CategoryRewrites\n     */\n    private $categoryRewrites;\n\n    /**\n     * @var RedirectsRewrites\n     */\n    private $redirectsRewrites;\n\n    /**\n     * @var CmsPageRewrites\n     */\n    private $cmsPageRewrites;\n\n    /**\n     * @var TableName\n     */\n    private $tableName;\n\n    /**\n     * @var TemporaryTable\n     */\n    private $temporaryTable;\n\n    /**\n     * @var\n     */\n    private $urlRewritesChangedFlag = false;\n\n    /**\n     * @param Source $source\n     * @param MapFactory $mapFactory\n     * @param GroupsFactory $groupsFactory\n     * @param Logger $logger\n     * @param Destination $destination\n     * @param ResourceModel\\RecordFactory $recordFactory\n     * @param \\Migration\\RecordTransformerFactory $recordTransformerFactory\n     * @param Transformer $transformer\n     * @param TemporaryTable $temporaryTable\n     * @param TableName $tableName\n     * @param ProductRewritesWithoutCategories $productRewritesWithoutCategories\n     * @param ProductRewritesIncludedIntoCategories $productRewritesIncludedIntoCategories\n     * @param CategoryRewrites $categoryRewrites\n     * @param CmsPageRewrites $cmsPageRewrites\n     * @param RedirectsRewrites $redirectsRewrites\n     */\n    public function __construct(\n        Source $source,\n        MapFactory $mapFactory,\n        GroupsFactory $groupsFactory,\n        Logger $logger,\n        Destination $destination,\n        ResourceModel\\RecordFactory $recordFactory,\n        \\Migration\\RecordTransformerFactory $recordTransformerFactory,\n        Transformer $transformer,\n        TemporaryTable $temporaryTable,\n        TableName $tableName,\n        ProductRewritesWithoutCategories $productRewritesWithoutCategories,\n        ProductRewritesIncludedIntoCategories $productRewritesIncludedIntoCategories,\n        CategoryRewrites $categoryRewrites,\n        CmsPageRewrites $cmsPageRewrites,\n        RedirectsRewrites $redirectsRewrites\n    ) {\n        $this->transformer = $transformer;\n        $this->temporaryTable = $temporaryTable;\n        $this->tableName = $tableName;\n        $this->productRewritesWithoutCategories = $productRewritesWithoutCategories;\n        $this->productRewritesIncludedIntoCategories = $productRewritesIncludedIntoCategories;\n        $this->categoryRewrites = $categoryRewrites;\n        $this->redirectsRewrites = $redirectsRewrites;\n        $this->cmsPageRewrites = $cmsPageRewrites;\n        parent::__construct(\n            $source,\n            $mapFactory,\n            $groupsFactory,\n            $logger,\n            $destination,\n            $recordFactory,\n            $recordTransformerFactory\n        );\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function perform()\n    {\n        parent::perform();\n        if ($this->urlRewritesChangedFlag) {\n            $this->removeUrlRewrites();\n            $this->temporaryTable->initTemporaryTable(\n                $this->productRewritesWithoutCategories,\n                $this->productRewritesIncludedIntoCategories,\n                $this->categoryRewrites,\n                $this->cmsPageRewrites,\n                $this->redirectsRewrites\n            );\n            $this->temporaryTable->migrateRewrites();\n            foreach (array_keys($this->deltaDocuments) as $documentName) {\n                $this->markProcessedRewrites($documentName);\n            }\n        }\n        return true;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    protected function getDocumentMap($document, $type)\n    {\n        return $document;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function processDeletedRecords($documentName, $idKeys, $destinationName)\n    {\n        $this->urlRewritesChangedFlag = true;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    protected function processChangedRecords($documentName, $idKeys)\n    {\n        $this->urlRewritesChangedFlag = true;\n    }\n\n    /**\n     * Remove url rewrites\n     */\n    private function removeUrlRewrites()\n    {\n        /** @var \\Magento\\Framework\\DB\\Select $select */\n        $select = $this->source->getAdapter()->getSelect();\n        $select->from(['r' => $this->source->addDocumentPrefix($this->temporaryTable->getName())], ['id']);\n        $urlRewriteIdsToRemove = $select->getAdapter()->fetchCol($select);\n        $this->destination->deleteRecords(\n            $this->destination->addDocumentPrefix($this->tableName->getDestinationTableName()),\n            'url_rewrite_id',\n            $urlRewriteIdsToRemove\n        );\n        $this->destination->deleteRecords(\n            $this->destination->addDocumentPrefix($this->tableName->getDestinationProductCategoryTableName()),\n            'url_rewrite_id',\n            $urlRewriteIdsToRemove\n        );\n    }\n\n    /**\n     * Mark processed rewrites\n     *\n     * @param string $documentName\n     */\n    private function markProcessedRewrites($documentName)\n    {\n        $documentNameDelta = $this->source->getDeltaLogName($documentName);\n        $documentNameDelta = $this->source->addDocumentPrefix($documentNameDelta);\n        /** @var ResourceModel\\Adapter\\Mysql $adapter */\n        $adapter = $this->source->getAdapter();\n        $adapter->updateDocument($documentNameDelta, ['processed' => 1]);\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/UrlRewrite/Version191to2000.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\UrlRewrite;\n\nuse Migration\\App\\ProgressBar;\nuse Migration\\App\\Step\\RollbackInterface;\nuse Migration\\ResourceModel\\Destination;\nuse Migration\\ResourceModel\\Document;\nuse Migration\\ResourceModel\\Record;\nuse Migration\\ResourceModel\\RecordFactory;\nuse Migration\\ResourceModel\\Source;\nuse Migration\\Reader\\MapInterface;\nuse Migration\\Step\\UrlRewrite\\Model\\Version191to2000\\Transformer;\nuse Migration\\Step\\UrlRewrite\\Model\\Version191to2000\\CmsPageRewrites;\n\n/**\n * Class Version191to2000\n */\nclass Version191to2000 extends \\Migration\\Step\\DatabaseStage implements RollbackInterface\n{\n    const SOURCE = 'core_url_rewrite';\n\n    const DESTINATION = 'url_rewrite';\n    const DESTINATION_PRODUCT_CATEGORY = 'catalog_url_rewrite_product_category';\n\n    /**\n     * @var Source\n     */\n    protected $source;\n\n    /**\n     * @var Destination\n     */\n    protected $destination;\n\n    /**\n     * @var ProgressBar\\LogLevelProcessor\n     */\n    protected $progress;\n\n    /**\n     * @var RecordFactory\n     */\n    protected $recordFactory;\n\n    /**\n     * @var \\Migration\\Logger\\Logger\n     */\n    protected $logger;\n\n    /**\n     * @var string\n     */\n    protected $stage;\n\n    /**\n     * @var array\n     */\n    protected $redirectTypesMapping = [\n        '' => 0,\n        'R' => 302,\n        'RP' => 301\n    ];\n\n    /**\n     * @var Transformer\n     */\n    private $transformer;\n\n    /**\n     * @var CmsPageRewrites\n     */\n    private $cmsPageRewrites;\n\n    /**\n     * Expected table structure\n     * @var array\n     */\n    protected $structure = [\n        MapInterface::TYPE_SOURCE => [\n            'core_url_rewrite' => [\n                'url_rewrite_id' ,\n                'store_id',\n                'id_path',\n                'request_path',\n                'target_path',\n                'is_system',\n                'options',\n                'description',\n                'category_id',\n                'product_id',\n            ],\n        ],\n        MapInterface::TYPE_DEST => [\n            'url_rewrite' => [\n                'url_rewrite_id',\n                'entity_type',\n                'entity_id',\n                'request_path',\n                'target_path',\n                'redirect_type',\n                'store_id',\n                'description',\n                'is_autogenerated',\n                'metadata'\n            ],\n        ]\n    ];\n\n    /**\n     * @param \\Migration\\Config $config\n     * @param Source $source\n     * @param Destination $destination\n     * @param ProgressBar\\LogLevelProcessor $progress\n     * @param RecordFactory $factory\n     * @param \\Migration\\Logger\\Logger $logger\n     * @param Transformer $transformer\n     * @param CmsPageRewrites $cmsPageRewrites\n     * @param $stage\n     * @throws \\Migration\\Exception\n     */\n    public function __construct(\n        \\Migration\\Config $config,\n        Source $source,\n        Destination $destination,\n        ProgressBar\\LogLevelProcessor $progress,\n        RecordFactory $factory,\n        \\Migration\\Logger\\Logger $logger,\n        Transformer $transformer,\n        CmsPageRewrites $cmsPageRewrites,\n        $stage\n    ) {\n        parent::__construct($config);\n        $this->source = $source;\n        $this->destination = $destination;\n        $this->progress = $progress;\n        $this->recordFactory = $factory;\n        $this->stage = $stage;\n        $this->logger = $logger;\n        $this->transformer = $transformer;\n        $this->cmsPageRewrites = $cmsPageRewrites;\n    }\n\n    /**\n     * Integrity check\n     *\n     * @return bool\n     */\n    protected function integrity()\n    {\n        $result = true;\n        $this->progress->start(1);\n        $this->progress->advance();\n        $sourceFieldsDiff = array_diff(\n            $this->structure[MapInterface::TYPE_SOURCE][self::SOURCE],\n            array_keys($this->source->getStructure(self::SOURCE)->getFields())\n        );\n        $destinationFieldsDiff= array_diff(\n            $this->structure[MapInterface::TYPE_DEST][self::DESTINATION],\n            array_keys($this->destination->getStructure(self::DESTINATION)->getFields())\n        );\n        if ($sourceFieldsDiff) {\n            $this->logger->error(sprintf(\n                'Source fields are missing. Document: %s. Fields: %s',\n                self::SOURCE,\n                implode(',', $sourceFieldsDiff)\n            ));\n            $result = false;\n        }\n        if ($destinationFieldsDiff) {\n            $this->logger->error(sprintf(\n                'Destination fields are missing. Document: %s. Fields: %s',\n                self::DESTINATION,\n                implode(',', $destinationFieldsDiff)\n            ));\n            $result = false;\n        }\n        if ($result) {\n            $this->progress->finish();\n        }\n        return (bool)$result;\n    }\n\n    /**\n     * Run step\n     *\n     * @return bool\n     */\n    protected function data()\n    {\n        $this->progress->start(\n            ceil($this->source->getRecordsCount(self::SOURCE) / $this->source->getPageSize(self::SOURCE))\n        );\n\n        $sourceDocument = $this->source->getDocument(self::SOURCE);\n        $destDocument = $this->destination->getDocument(self::DESTINATION);\n        $destProductCategory = $this->destination->getDocument(self::DESTINATION_PRODUCT_CATEGORY);\n\n        $this->destination->clearDocument(self::DESTINATION);\n        $this->destination->clearDocument(self::DESTINATION_PRODUCT_CATEGORY);\n\n        $pageNumber = 0;\n        while (!empty($bulk = $this->source->getRecords(self::SOURCE, $pageNumber))) {\n            $pageNumber++;\n            $destinationRecords = $destDocument->getRecords();\n            $destProductCategoryRecords = $destProductCategory->getRecords();\n            foreach ($bulk as $recordData) {\n                /** @var Record $record */\n                $record = $this->recordFactory->create(['document' => $sourceDocument, 'data' => $recordData]);\n                /** @var Record $destRecord */\n                $destRecord = $this->recordFactory->create(['document' => $destDocument]);\n                $this->transformer->transform($record, $destRecord);\n                if ($record->getValue('is_system')\n                    && $record->getValue('product_id')\n                    && $record->getValue('category_id')\n                    && $record->getValue('request_path') !== null\n                ) {\n                    $destProductCategoryRecord = $this->recordFactory->create(['document' => $destProductCategory]);\n                    $destProductCategoryRecord->setValue('url_rewrite_id', $record->getValue('url_rewrite_id'));\n                    $destProductCategoryRecord->setValue('category_id', $record->getValue('category_id'));\n                    $destProductCategoryRecord->setValue('product_id', $record->getValue('product_id'));\n                    $destProductCategoryRecords->addRecord($destProductCategoryRecord);\n                }\n\n                $destinationRecords->addRecord($destRecord);\n            }\n\n            $this->source->setLastLoadedRecord(self::SOURCE, end($bulk));\n            $this->progress->advance();\n            $this->destination->saveRecords(self::DESTINATION, $destinationRecords);\n            $this->destination->saveRecords(self::DESTINATION_PRODUCT_CATEGORY, $destProductCategoryRecords);\n        }\n        $this->saveCmsPageRewrites();\n        $this->progress->finish();\n        return true;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function perform()\n    {\n        if (!method_exists($this, $this->stage)) {\n            throw new \\Migration\\Exception('Invalid step configuration');\n        }\n\n        return call_user_func([$this, $this->stage]);\n    }\n\n    /**\n     * Volume check\n     *\n     * @return bool\n     */\n    protected function volume()\n    {\n        $result = true;\n        $this->progress->start(1);\n        $result &= $this->source->getRecordsCount(self::SOURCE) + $this->countCmsPageRewrites() ==\n            ($this->destination->getRecordsCount(self::DESTINATION));\n        if (!$result) {\n            $this->logger->error('Mismatch of entities in the document: url_rewrite');\n        }\n        $this->progress->advance();\n        $this->progress->finish();\n        return (bool)$result;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function rollback()\n    {\n        return true;\n    }\n\n    /**\n     * Save cms page rewrites\n     *\n     * @return void\n     */\n    protected function saveCmsPageRewrites()\n    {\n        $this->progress->advance();\n        $select = $this->cmsPageRewrites->getSelect();\n        $urlRewrites = $this->source->getAdapter()->loadDataFromSelect($select);\n        $this->destination->saveRecords(self::DESTINATION, $urlRewrites, ['request_path' => 'request_path']);\n    }\n\n    /**\n     * Count cms page rewrites\n     *\n     * @return int\n     */\n    protected function countCmsPageRewrites()\n    {\n        $select = $this->cmsPageRewrites->getSelect();\n        $urlRewrites = $this->source->getAdapter()->loadDataFromSelect($select);\n        return count($urlRewrites);\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/UrlRewrite/Version191to2000Delta.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\UrlRewrite;\n\nuse Migration\\App\\Step\\AbstractDelta;\nuse Migration\\Logger\\Logger;\nuse Migration\\Reader\\GroupsFactory;\nuse Migration\\Reader\\MapFactory;\nuse Migration\\ResourceModel\\Source;\nuse Migration\\ResourceModel\\Destination;\nuse Migration\\ResourceModel;\nuse Migration\\Step\\UrlRewrite\\Model\\Version191to2000\\Transformer;\nuse Migration\\Step\\UrlRewrite\\Model\\Version191to2000\\CmsPageRewrites;\n\n/**\n * Class Delta\n */\nclass Version191to2000Delta extends AbstractDelta\n{\n    /**\n     * @var string\n     */\n    protected $mapConfigOption = 'map_file';\n\n    /**\n     * @var string\n     */\n    protected $groupName = 'delta_url_rewrite';\n\n    /**\n     * @var Transformer\n     */\n    private $transformer;\n\n    /**\n     * @var false|ResourceModel\\Document\n     */\n    private $destProductCategory;\n\n    /**\n     * @var CmsPageRewrites\n     */\n    private $cmsPageRewrites;\n\n    /**\n     * @var bool\n     */\n    private $urlRewritesChangedFlag = false;\n\n    /**\n     * @param Source $source\n     * @param MapFactory $mapFactory\n     * @param GroupsFactory $groupsFactory\n     * @param Logger $logger\n     * @param Destination $destination\n     * @param ResourceModel\\RecordFactory $recordFactory\n     * @param \\Migration\\RecordTransformerFactory $recordTransformerFactory\n     * @param Transformer $transformer\n     * @param CmsPageRewrites $cmsPageRewrites\n     */\n    public function __construct(\n        Source $source,\n        MapFactory $mapFactory,\n        GroupsFactory $groupsFactory,\n        Logger $logger,\n        Destination $destination,\n        ResourceModel\\RecordFactory $recordFactory,\n        \\Migration\\RecordTransformerFactory $recordTransformerFactory,\n        Transformer $transformer,\n        CmsPageRewrites $cmsPageRewrites\n    ) {\n        $this->transformer = $transformer;\n        $this->cmsPageRewrites = $cmsPageRewrites;\n        parent::__construct(\n            $source,\n            $mapFactory,\n            $groupsFactory,\n            $logger,\n            $destination,\n            $recordFactory,\n            $recordTransformerFactory\n        );\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function perform()\n    {\n        parent::perform();\n        if ($this->urlRewritesChangedFlag) {\n            $this->saveCmsPageRewrites();\n        }\n        return true;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    protected function getDocumentMap($document, $type)\n    {\n        return Version191to2000::DESTINATION;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    protected function transformdata($data, $sourceDocument, $destDocument, $recordTransformer, $destinationRecords)\n    {\n        $record = $this->recordFactory->create(['document' => $sourceDocument, 'data' => $data]);\n        $destRecord = $this->recordFactory->create(['document' => $destDocument]);\n        $this->transformer->transform($record, $destRecord);\n        $destinationRecords->addRecord($destRecord);\n        $this->saveProductCategoryRecord($record);\n    }\n\n    /**\n     * Save Cms Page Rewrites\n     */\n    private function saveCmsPageRewrites()\n    {\n        /** @var \\Magento\\Framework\\DB\\Adapter\\Pdo\\Mysql $adapter */\n        $adapter = $this->destination->getAdapter()->getSelect()->getAdapter();\n        $adapter->delete(\n            $this->destination->addDocumentPrefix(Version191to2000::DESTINATION),\n            \"entity_type = 'cms-page'\"\n        );\n        $select = $this->cmsPageRewrites->getSelect();\n        $urlRewrites = $this->source->getAdapter()->loadDataFromSelect($select);\n        $this->destination->saveRecords(\n            $this->destination->addDocumentPrefix(Version191to2000::DESTINATION),\n            $urlRewrites,\n            true\n        );\n    }\n\n    /**\n     * Save Product Category Record\n     *\n     * @param \\Migration\\ResourceModel\\Record $record\n     */\n    private function saveProductCategoryRecord($record)\n    {\n        if ($record->getValue('is_system')\n            && $record->getValue('product_id')\n            && $record->getValue('category_id')\n            && $record->getValue('request_path') !== null\n        ) {\n            /** @var \\Magento\\Framework\\DB\\Select $select */\n            $select = $this->destination->getAdapter()->getSelect();\n            $select->from($this->destination->addDocumentPrefix(Version191to2000::DESTINATION_PRODUCT_CATEGORY))\n                ->where('url_rewrite_id = ?', $record->getValue('url_rewrite_id'))\n                ->where('category_id = ?', $record->getValue('category_id'))\n                ->where('product_id = ?', $record->getValue('product_id'));\n            if (!$this->destination->getAdapter()->loadDataFromSelect($select)) {\n                $this->destination->saveRecords(\n                    $this->destination->addDocumentPrefix(Version191to2000::DESTINATION_PRODUCT_CATEGORY),\n                    [[\n                        'url_rewrite_id' => $record->getValue('url_rewrite_id'),\n                        'category_id' => $record->getValue('category_id'),\n                        'product_id' => $record->getValue('product_id')\n                    ]],\n                    true\n                );\n            }\n        }\n    }\n\n    /**\n     * @inheritdoc\n     */\n    protected function markRecordsProcessed($documentName, $idKeys, $items)\n    {\n        $this->urlRewritesChangedFlag = true;\n        parent::markRecordsProcessed($documentName, $idKeys, $items);\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/VisualMerchandiser/Data.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\VisualMerchandiser;\n\nuse Migration\\App\\Step\\StageInterface;\nuse Migration\\Reader\\MapInterface;\nuse Migration\\Reader\\GroupsFactory;\nuse Migration\\Reader\\MapFactory;\nuse Migration\\ResourceModel;\nuse Migration\\ResourceModel\\Record;\nuse Migration\\App\\ProgressBar;\nuse Migration\\Logger\\Manager as LogManager;\nuse Migration\\Logger\\Logger;\n\n/**\n * Class Data\n * @SuppressWarnings(PHPMD.CouplingBetweenObjects)\n */\nclass Data extends \\Migration\\Step\\DatabaseStage implements StageInterface\n{\n    /**\n     * @var ResourceModel\\Source\n     */\n    protected $source;\n\n    /**\n     * @var ResourceModel\\Destination\n     */\n    protected $destination;\n\n    /**\n     * @var ResourceModel\\RecordFactory\n     */\n    protected $recordFactory;\n\n    /**\n     * @var \\Migration\\Reader\\Map\n     */\n    protected $map;\n\n    /**\n     * @var \\Migration\\RecordTransformerFactory\n     */\n    protected $recordTransformerFactory;\n\n    /**\n     * @var ProgressBar\\LogLevelProcessor\n     */\n    protected $progress;\n\n    /**\n     * @var Logger\n     */\n    protected $logger;\n\n    /**\n     * @var \\Migration\\Step\\VisualMerchandiser\\Helper\n     */\n    protected $helper;\n\n    /**\n     * @var \\Migration\\Reader\\Groups\n     */\n    protected $readerGroups;\n\n    /**\n     * Data constructor.\n     * @param ProgressBar\\LogLevelProcessor $progress\n     * @param ResourceModel\\Source $source\n     * @param ResourceModel\\Destination $destination\n     * @param ResourceModel\\RecordFactory $recordFactory\n     * @param \\Migration\\RecordTransformerFactory $recordTransformerFactory\n     * @param MapFactory $mapFactory\n     * @param GroupsFactory $groupsFactory\n     * @param Logger $logger\n     * @param Helper $helper\n     * @param \\Migration\\Config $config\n     * @SuppressWarnings(PHPMD.ExcessiveParameterList)\n     */\n    public function __construct(\n        ProgressBar\\LogLevelProcessor $progress,\n        ResourceModel\\Source $source,\n        ResourceModel\\Destination $destination,\n        ResourceModel\\RecordFactory $recordFactory,\n        \\Migration\\RecordTransformerFactory $recordTransformerFactory,\n        MapFactory $mapFactory,\n        GroupsFactory $groupsFactory,\n        Logger $logger,\n        \\Migration\\Step\\VisualMerchandiser\\Helper $helper,\n        \\Migration\\Config $config\n    ) {\n        $this->source = $source;\n        $this->destination = $destination;\n        $this->recordFactory = $recordFactory;\n        $this->recordTransformerFactory = $recordTransformerFactory;\n        $this->map = $mapFactory->create('visual_merchandiser_map');\n        $this->progress = $progress;\n        $this->readerGroups = $groupsFactory->create('visual_merchandiser_document_groups');\n        $this->logger = $logger;\n        $this->helper = $helper;\n        parent::__construct($config);\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function perform()\n    {\n        $sourceDocuments = array_keys($this->readerGroups->getGroup('source_documents'));\n        $this->progress->start(count($sourceDocuments), LogManager::LOG_LEVEL_INFO);\n        $this->helper->initEavEntityCollection('catalog_category_entity_varchar');\n        foreach ($sourceDocuments as $sourceDocName) {\n            $this->progress->advance(LogManager::LOG_LEVEL_INFO);\n            $sourceDocument = $this->source->getDocument($sourceDocName);\n            $destinationName = $this->map->getDocumentMap($sourceDocName, MapInterface::TYPE_SOURCE);\n            if (!$destinationName) {\n                continue;\n            }\n            $destDocument = $this->destination->getDocument($destinationName);\n            $this->destination->clearDocument($destinationName);\n            $this->logger->debug('migrating', ['table' => $sourceDocName]);\n            $recordTransformer = $this->recordTransformerFactory->create(\n                [\n                    'sourceDocument' => $sourceDocument,\n                    'destDocument' => $destDocument,\n                    'mapReader' => $this->map\n                ]\n            );\n            $recordTransformer->init();\n\n            $this->progress->start(\n                ceil($this->source->getRecordsCount($sourceDocName) / $this->source->getPageSize($sourceDocName)),\n                LogManager::LOG_LEVEL_DEBUG\n            );\n\n            $pageNumber = 0;\n            while (!empty($items = $this->source->getRecords($sourceDocName, $pageNumber))) {\n                $pageNumber++;\n\n                $destinationRecords = $destDocument->getRecords();\n                foreach ($items as $data) {\n                    /** @var Record $record */\n                    $record = $this->recordFactory->create(['document' => $sourceDocument, 'data' => $data]);\n                    /** @var Record $destRecord */\n                    $destRecord = $this->recordFactory->create(['document' => $destDocument]);\n                    $recordTransformer->transform($record, $destRecord);\n                    $destinationRecords->addRecord($destRecord);\n                    $this->helper->updateAttributeData($data);\n                }\n                $this->source->setLastLoadedRecord($sourceDocName, end($items));\n                $this->progress->advance(LogManager::LOG_LEVEL_DEBUG);\n                $this->destination->saveRecords($destinationName, $destinationRecords);\n            }\n            $this->progress->finish(LogManager::LOG_LEVEL_DEBUG);\n        }\n        $this->helper->saveRecords();\n        $this->helper->updateEavAttributes();\n        $this->progress->finish(LogManager::LOG_LEVEL_INFO);\n        return true;\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/VisualMerchandiser/Helper.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n\nnamespace Migration\\Step\\VisualMerchandiser;\n\nuse Migration\\ResourceModel\\Adapter\\Mysql;\nuse Migration\\ResourceModel;\nuse Migration\\Reader\\GroupsFactory;\nuse Migration\\ResourceModel\\Record;\n\n/**\n * Class Helper\n */\nclass Helper\n{\n    const DEFAULT_STORE_ID = 0;\n\n    /**\n     * @var []\n     */\n    protected $attributeMapping = [\n        'none' => '0',\n        'instock_at_top' => '2',\n        'special_at_top' => '3',\n        'special_at_bottom' => '4'\n    ];\n\n    /**\n     * @var []\n     */\n    protected $documentAttributeTypes;\n\n    /**\n     * @var ResourceModel\\Source\n     */\n    protected $source;\n\n    /**\n     * @var []\n     */\n    public $records = [];\n\n    /**\n     * @var ResourceModel\\Destination\n     */\n    protected $destination;\n\n    /**\n     * @var \\Migration\\Reader\\Groups\n     */\n    protected $readerAttributes;\n\n    /**\n     * @var \\Migration\\Reader\\Groups\n     */\n    protected $readerGroups;\n\n    /**\n     * @var []\n     */\n    protected $sourceDocuments;\n\n    /**\n     * @var []\n     */\n    protected $eavAttributes;\n\n    /**\n     * @var []\n     */\n    protected $skipAttributes;\n\n    /**\n     * @var string\n     */\n    protected $entityName;\n\n    /**\n     * @var ResourceModel\\RecordFactory\n     */\n    protected $recordFactory;\n\n    /**\n     * @param ResourceModel\\Source $source\n     * @param ResourceModel\\Destination $destination\n     * @param GroupsFactory $groupsFactory\n     * @param ResourceModel\\RecordFactory $recordFactory\n     */\n    public function __construct(\n        ResourceModel\\Source $source,\n        ResourceModel\\Destination $destination,\n        GroupsFactory $groupsFactory,\n        ResourceModel\\RecordFactory $recordFactory\n    ) {\n        $this->source = $source;\n        $this->destination = $destination;\n        $this->readerAttributes = $groupsFactory->create('visual_merchandiser_attribute_groups');\n        $this->readerGroups = $groupsFactory->create('visual_merchandiser_document_groups');\n        $this->sourceDocuments = $this->readerGroups->getGroup('source_documents');\n        $this->recordFactory = $recordFactory;\n    }\n\n    /**\n     * Get document list\n     *\n     * @return array\n     */\n    public function getDocumentList()\n    {\n        return [\n            'merchandiser_vmbuild' => 'visual_merchandiser_product_attribute_idx'\n        ];\n    }\n\n    /**\n     * Update attribute data\n     *\n     * @param array $recordData\n     * @return void\n     */\n    public function updateAttributeData($recordData)\n    {\n        $attributeCodes = array_keys($this->readerAttributes->getGroup($this->entityName));\n\n        $sourceData['attribute_id'] = $this->eavAttributes['catalog_category']['automatic_sorting']['attribute_id'];\n        $sourceData['row_id'] = $recordData['category_id'];\n        $sourceData['store_id'] = self::DEFAULT_STORE_ID;\n        $sourceData['value'] = (array_key_exists($recordData['automatic_sort'], $this->attributeMapping)) ?\n            $this->attributeMapping[$recordData['automatic_sort']] :\n            '0';\n\n        $data = array_merge(\n            array_fill_keys($attributeCodes, null),\n            $sourceData\n        );\n\n        $destDocument = $this->destination->getDocument($this->entityName);\n        $destRecord = $this->recordFactory->create(['document' => $destDocument]);\n\n        $destRecord->setData($data);\n        $this->records[] = $destRecord;\n    }\n\n    /**\n     * Saves the records\n     *\n     * @return void\n     */\n    public function saveRecords()\n    {\n        $this->destination->saveRecords($this->entityName, $this->records);\n    }\n\n    /**\n     * Init eav entity\n     *\n     * @param string $attributeType\n     * @param string $document\n     * @param string $key\n     * @return void\n     * @throws \\Migration\\Exception\n     */\n    protected function initEavEntity($attributeType, $document, $key)\n    {\n        if ($key != 'entity_id') {\n            return;\n        }\n        $this->initEavAttributes($attributeType);\n        foreach (array_keys($this->readerAttributes->getGroup($document)) as $attribute) {\n            if (!isset($this->eavAttributes[$attributeType][$attribute]['attribute_id'])) {\n                if (isset($this->eavAttributes[$attributeType])) {\n                    $message = sprintf('Attribute %s does not exist in the type %s', $attribute, $attributeType);\n                } else {\n                    $message = sprintf('Attribute type %s does not exist', $attributeType);\n                }\n                throw new \\Migration\\Exception($message);\n            }\n            $attributeId = $this->eavAttributes[$attributeType][$attribute]['attribute_id'];\n            $attributeCode = $this->eavAttributes[$attributeType][$attribute]['attribute_code'];\n            $this->skipAttributes[$attributeType][$attributeId] = $attributeCode;\n        }\n    }\n\n    /**\n     * Init eav entity collection\n     *\n     * @param string $name\n     * @return void\n     * @throws \\Migration\\Exception\n     */\n    public function initEavEntityCollection($name)\n    {\n        $this->entityName = $name;\n        if (empty($this->documentAttributeTypes)) {\n            $entities = array_keys($this->readerGroups->getGroup('eav_entities'));\n            foreach ($entities as $entity) {\n                $documents = $this->readerGroups->getGroup($entity);\n                foreach ($documents as $item => $key) {\n                    $this->documentAttributeTypes[$item] = $entity;\n                    $this->initEavEntity($entity, $item, $key);\n                }\n            }\n        }\n    }\n\n    /**\n     * Init eav attributes\n     *\n     * @param string $attributeType\n     * @return void\n     */\n    protected function initEavAttributes($attributeType)\n    {\n        if (isset($this->eavAttributes[$attributeType])) {\n            return;\n        }\n\n        /** @var Mysql $adapter */\n        $adapter = $this->destination->getAdapter();\n        $query = $adapter->getSelect()\n            ->from(\n                ['et' => $this->destination->addDocumentPrefix('eav_entity_type')],\n                []\n            )->join(\n                ['ea' => $this->destination->addDocumentPrefix('eav_attribute')],\n                'et.entity_type_id = ea.entity_type_id',\n                [\n                    'attribute_id',\n                    'backend_type',\n                    'attribute_code',\n                    'entity_type_id'\n                ]\n            )->where(\n                'et.entity_type_code = ?',\n                $attributeType\n            );\n        $attributes = $query->getAdapter()->fetchAll($query);\n\n        foreach ($attributes as $attribute) {\n            $this->eavAttributes[$attributeType][$attribute['attribute_code']] = $attribute;\n            $this->eavAttributes[$attributeType][$attribute['attribute_id']] = $attribute;\n        }\n    }\n\n    /**\n     * Update eav attributes\n     *\n     * @throws \\Zend_Db_Adapter_Exception\n     * @return void\n     */\n    public function updateEavAttributes()\n    {\n        /** @var Mysql $adapter */\n        $adapter = $this->destination->getAdapter();\n        $query = $adapter->getSelect()\n            ->from($this->destination->addDocumentPrefix('eav_entity_type'), ['entity_type_id', 'entity_type_code']);\n        $entityTypes = $query->getAdapter()->fetchAll($query);\n        $entityTypesByCode = [];\n        foreach ($entityTypes as $entityType) {\n            $entityTypesByCode[$entityType['entity_type_code']] = $entityType['entity_type_id'];\n        }\n\n        $where = [];\n        $entities = array_keys($this->readerGroups->getGroup('eav_entities'));\n        foreach ($entities as $entity) {\n            $documents = $this->readerGroups->getGroup($entity);\n            $codes = [];\n            foreach ($documents as $document => $key) {\n                if ($key != 'entity_id') {\n                    continue;\n                }\n\n                $codes = implode(\"','\", array_keys($this->readerAttributes->getGroup($document)));\n            }\n            $where += [\n                sprintf(\"attribute_code IN ('%s')\", $codes),\n                sprintf(\"entity_type_id = '%s'\", $entityTypesByCode[$entity])\n            ];\n        }\n        $adapter->getSelect()->getAdapter()->update(\n            $this->destination->addDocumentPrefix('eav_attribute'),\n            ['backend_type' => 'static'],\n            $where\n        );\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/VisualMerchandiser/Integrity.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n\nnamespace Migration\\Step\\VisualMerchandiser;\n\nuse Migration\\Logger\\Logger;\nuse Migration\\Reader\\GroupsFactory;\nuse Migration\\Reader\\MapFactory;\nuse Migration\\Reader\\MapInterface;\nuse Migration\\App\\ProgressBar;\nuse Migration\\ResourceModel;\nuse Migration\\Config;\n\n/**\n * Class Integrity\n */\nclass Integrity extends \\Migration\\App\\Step\\AbstractIntegrity\n{\n    /**\n     * @var \\Migration\\Reader\\Groups\n     */\n    protected $readerGroups;\n\n    /**\n     * @param ProgressBar\\LogLevelProcessor $progress\n     * @param Logger $logger\n     * @param Config $config\n     * @param ResourceModel\\Source $source\n     * @param ResourceModel\\Destination $destination\n     * @param MapFactory $mapFactory\n     * @param GroupsFactory $groupsFactory\n     * @param string $mapConfigOption\n     * @param string $groupMapConfigOption\n     */\n    public function __construct(\n        ProgressBar\\LogLevelProcessor $progress,\n        Logger $logger,\n        Config $config,\n        ResourceModel\\Source $source,\n        ResourceModel\\Destination $destination,\n        MapFactory $mapFactory,\n        GroupsFactory $groupsFactory,\n        $mapConfigOption = 'visual_merchandiser_map',\n        $groupMapConfigOption = 'visual_merchandiser_document_groups'\n    ) {\n        $this->readerGroups = $groupsFactory->create($groupMapConfigOption);\n        parent::__construct($progress, $logger, $config, $source, $destination, $mapFactory, $mapConfigOption);\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function perform()\n    {\n        $this->progress->start($this->getIterationsCount());\n        $srcDocuments = array_keys($this->readerGroups->getGroup('source_documents'));\n\n        $dstDocuments = [];\n        foreach ($srcDocuments as $sourceDocumentName) {\n            $dstDocuments[] = $this->map->getDocumentMap($sourceDocumentName, MapInterface::TYPE_SOURCE);\n        }\n\n        $this->check($srcDocuments, MapInterface::TYPE_SOURCE);\n        $this->check($dstDocuments, MapInterface::TYPE_DEST);\n\n        $this->progress->finish();\n        return $this->checkForErrors();\n    }\n\n    /**\n     * @inheritdoc\n     */\n    protected function getIterationsCount()\n    {\n        return count($this->readerGroups->getGroup('source_documents'));\n    }\n}\n"
  },
  {
    "path": "src/Migration/Step/VisualMerchandiser/Volume.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\VisualMerchandiser;\n\nuse Migration\\App\\Step\\AbstractVolume;\nuse Migration\\Logger\\Logger;\nuse Migration\\Reader\\GroupsFactory;\nuse Migration\\Reader\\MapFactory;\nuse Migration\\ResourceModel;\nuse Migration\\App\\ProgressBar;\nuse Migration\\Reader\\Map;\nuse Migration\\Reader\\Groups;\n\n/**\n * Class Volume\n */\nclass Volume extends AbstractVolume\n{\n    /**\n     * @var ResourceModel\\Source\n     */\n    protected $source;\n\n    /**\n     * @var ResourceModel\\Destination\n     */\n    protected $destination;\n\n    /**\n     * LogLevelProcessor instance\n     *\n     * @var ProgressBar\\LogLevelProcessor\n     */\n    protected $progressBar;\n\n    /**\n     * @var Logger\n     */\n    protected $logger;\n\n    /*\n     * Map\n     */\n    protected $map;\n\n    /*\n     * Groups\n     */\n    protected $groups;\n\n    /**\n     * @param Logger $logger\n     * @param ResourceModel\\Source $source\n     * @param ResourceModel\\Destination $destination\n     * @param ProgressBar\\LogLevelProcessor $progressBar\n     * @param MapFactory $mapFactory\n     * @param GroupsFactory $groupsFactory\n     */\n    public function __construct(\n        Logger $logger,\n        ResourceModel\\Source $source,\n        ResourceModel\\Destination $destination,\n        ProgressBar\\LogLevelProcessor $progressBar,\n        MapFactory $mapFactory,\n        GroupsFactory $groupsFactory\n    ) {\n        $this->source = $source;\n        $this->destination = $destination;\n        $this->progressBar = $progressBar;\n        $this->map = $mapFactory->create('visual_merchandiser_map');\n        $this->groups = $groupsFactory->create('visual_merchandiser_document_groups');\n        $this->logger = $logger;\n        parent::__construct($logger);\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function perform()\n    {\n        $sourceDocuments = array_keys($this->groups->getGroup('source_documents'));\n        $this->progressBar->start(count($sourceDocuments));\n        foreach ($sourceDocuments as $sourceName) {\n            $this->progressBar->advance();\n            $destinationName = $this->map->getDocumentMap($sourceName, \\Migration\\Reader\\MapInterface::TYPE_SOURCE);\n            if (!$destinationName) {\n                continue;\n            }\n            $sourceCount = $this->source->getRecordsCount($sourceName);\n            $destinationCount = $this->destination->getRecordsCount($destinationName);\n            if ($sourceCount != $destinationCount) {\n                $this->errors[] = 'Mismatch of entities in the document: ' . $destinationName;\n            }\n        }\n        $this->progressBar->finish();\n        return $this->checkForErrors();\n    }\n}\n"
  },
  {
    "path": "src/Migration/cli_commands.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n\nif (PHP_SAPI == 'cli') {\n    \\Magento\\Framework\\Console\\CommandLocator::register(\\Migration\\Console\\CommandList::class);\n}\n"
  },
  {
    "path": "tests/integration/etc/mysql.php.dist",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n\nreturn [\n    'source_db_name' => 'magento1_integration',\n    'source_db_host' => 'localhost',\n    'source_db_user' => 'root',\n    'source_db_pass' => '',\n    'dest_db_name' => 'magento2_integration',\n    'dest_db_host' => 'localhost',\n    'dest_db_user' => 'root',\n    'dest_db_pass' => '',\n];\n"
  },
  {
    "path": "tests/integration/framework/Helper.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n\nnamespace Migration\\TestFramework;\n\n/**\n * Helper for preparing databases, initialize ObjectManager\n * @SuppressWarnings(PHPMD.CouplingBetweenObjects)\n */\nclass Helper\n{\n    /**\n     * @var \\Migration\\TestFramework\\Helper\n     */\n    protected static $instance;\n\n    /**\n     * @var \\Magento\\Framework\\ObjectManagerInterface\n     */\n    protected $objectManager;\n\n    /**\n     * @var \\Magento\\Framework\\Shell\n     */\n    protected $shell;\n\n    /**\n     * @var string\n     */\n    protected $magentoDir;\n\n    /**\n     * @var string\n     */\n    protected $dbFixturePath;\n\n    /**\n     * @var string\n     */\n    public $configPath;\n\n    /**\n     * @var string\n     */\n    protected $testSuite;\n\n    /**\n     * @var array\n     */\n    protected $testFixtures;\n\n    /**\n     * @var string\n     */\n    protected $currentFixture;\n\n    /**\n     * @param \\Magento\\Framework\\Shell $shell\n     * @param string $magentoDir\n     * @param string $dbFixturePath\n     * @throws \\Exception\n     */\n    public function __construct(\n        \\Magento\\Framework\\Shell $shell,\n        $magentoDir,\n        $dbFixturePath\n    ) {\n        $this->shell = $shell;\n        $this->magentoDir = $magentoDir;\n        $this->dbFixturePath = $dbFixturePath;\n    }\n\n    /**\n     * Initializes and returns singleton instance of this class\n     *\n     * @return Helper\n     */\n    public static function getInstance()\n    {\n        if (!self::$instance) {\n            $shell = new \\Magento\\Framework\\Shell(new \\Magento\\Framework\\Shell\\CommandRenderer());\n            $magentoDir = require __DIR__ . '/../../../etc/magento_path.php';\n            $dbFixturePath = __DIR__ . '/../resource/';\n            self::$instance = new Helper(\n                $shell,\n                $magentoDir,\n                $dbFixturePath\n            );\n        }\n        return self::$instance;\n    }\n\n    /**\n     * Getter for ObjectManager\n     *\n     * @return \\Magento\\Framework\\ObjectManagerInterface\n     */\n    public function getObjectManager()\n    {\n        if (!$this->objectManager) {\n            $this->objectManager = $this->initObjectManager();\n        }\n        $this->objectManager->configure([\n            'preferences' => [\n                \\Migration\\App\\ProgressBar\\LogLevelProcessor::class => \\Migration\\TestFramework\\ProgressBar::class\n            ],\n            \\Migration\\Logger\\Logger::class => [\n                'arguments' => [\n                    'handlers' => [\n                        'quiet' => [\n                            'instance' => \\Migration\\TestFramework\\QuietLogHandler::class\n                        ]\n                    ]\n                ]\n            ],\n            \\Migration\\ResourceModel\\Source::class => ['shared' => false],\n            \\Migration\\ResourceModel\\Destination::class => ['shared' => false],\n        ]);\n        return $this->objectManager;\n    }\n\n    /**\n     * Init ObjectManager\n     *\n     * @return \\Magento\\Framework\\ObjectManagerInterface\n     */\n    protected function initObjectManager()\n    {\n        $dirList = new \\Magento\\Framework\\App\\Filesystem\\DirectoryList($this->magentoDir);\n        $driverPool = new \\Magento\\Framework\\Filesystem\\DriverPool;\n        $configFilePool = new \\Magento\\Framework\\Config\\File\\ConfigFilePool;\n        return (new \\Magento\\Framework\\App\\ObjectManagerFactory($dirList, $driverPool, $configFilePool))->create([]);\n    }\n\n    /**\n     * Reinstall Db for source and destination\n     *\n     * @param string $fixturePath\n     * @throws \\Exception\n     * @return void\n     */\n    protected function reinstallDb($fixturePath)\n    {\n        $mysqlConfigPath = dirname(__DIR__) . '/etc/mysql.php';\n        if (!is_file($mysqlConfigPath)) {\n            throw new \\Exception('Database configuration file does not exist: ' . $mysqlConfigPath);\n        }\n        $resourceSource = $fixturePath . '/source.sql';\n        $resourceDestination = $fixturePath . '/dest.sql';\n        if (file_exists($this->dbFixturePath . $fixturePath)) {\n            $resourceSource = $this->dbFixturePath . $fixturePath . '/source.sql';\n            $resourceDestination = $this->dbFixturePath . $fixturePath . '/dest.sql';\n        } elseif (!file_exists($fixturePath)) {\n            throw new \\Exception('Database fixture not found: ' . $fixturePath);\n        }\n        $config = include $mysqlConfigPath;\n        $this->shell->execute(\n            'mysql --host=%s --user=%s --password=%s -e %s',\n            [\n                $config['source_db_host'],\n                $config['source_db_user'],\n                $config['source_db_pass'],\n                \"DROP DATABASE IF EXISTS `{$config['source_db_name']}`\"\n            ]\n        );\n        $this->shell->execute(\n            'mysql --host=%s --user=%s --password=%s -e %s',\n            [\n                $config['source_db_host'],\n                $config['source_db_user'],\n                $config['source_db_pass'],\n                \"CREATE DATABASE IF NOT EXISTS `{$config['source_db_name']}`\"\n            ]\n        );\n        $this->shell->execute(\n            'mysql --host=%s --user=%s --password=%s --database=%s < %s',\n            [\n                $config['source_db_host'],\n                $config['source_db_user'],\n                $config['source_db_pass'],\n                $config['source_db_name'],\n                $resourceSource\n            ]\n        );\n        $this->shell->execute(\n            'mysql --host=%s --user=%s --password=%s -e %s',\n            [\n                $config['dest_db_host'],\n                $config['dest_db_user'],\n                $config['dest_db_pass'],\n                \"DROP DATABASE IF EXISTS `{$config['dest_db_name']}`\"\n            ]\n        );\n        $this->shell->execute(\n            'mysql --host=%s --user=%s --password=%s -e %s',\n            [\n                $config['dest_db_host'],\n                $config['dest_db_user'],\n                $config['dest_db_pass'],\n                \"CREATE DATABASE `{$config['dest_db_name']}`\"\n            ]\n        );\n        $this->shell->execute(\n            'mysql --host=%s --user=%s --password=%s --database=%s < %s',\n            [\n                $config['dest_db_host'],\n                $config['dest_db_user'],\n                $config['dest_db_pass'],\n                $config['dest_db_name'],\n                $resourceDestination\n            ]\n        );\n    }\n\n    /**\n     * getter for config path\n     *\n     * @return string\n     */\n    public function getConfigPath()\n    {\n        return $this->configPath;\n    }\n\n    /**\n     * @return string\n     */\n    public function getTestSuite()\n    {\n        return $this->testSuite;\n    }\n\n    /**\n     * @param string $testSuite\n     * @return $this\n     */\n    public function setTestSuite($testSuite)\n    {\n        $this->testSuite = $testSuite;\n        return $this;\n    }\n\n    /**\n     * @param array $annotations\n     * @return void\n     */\n    public function loadFixture($annotations)\n    {\n        $fixture = 'default';\n        $annotations = array_replace($annotations['class'], $annotations['method']);\n        if (!empty($annotations['dbFixture'])) {\n            $fixtureName = $this->getFixturePrefix() . reset($annotations['dbFixture']);\n            $fixture = (is_dir($this->dbFixturePath . $fixtureName))\n                ? $fixtureName\n                : reset($annotations['dbFixture']);\n        }\n        if (!isset($this->testFixtures[$this->getTestSuite()]) || $this->currentFixture != $fixture) {\n            $this->reinstallDb($fixture);\n            $this->testFixtures[$this->getTestSuite()] = $fixture;\n            $this->currentFixture = $fixture;\n        }\n    }\n\n    /**\n     * Check if fixture prefix defined and return it\n     *\n     * @return string\n     */\n    public function getFixturePrefix()\n    {\n        $prefix = null;\n        if (defined('FIXTURE_PREFIX')) {\n            $prefix = FIXTURE_PREFIX;\n        }\n        return (string)$prefix;\n    }\n}\n"
  },
  {
    "path": "tests/integration/framework/Listener.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n\nnamespace Migration\\TestFramework;\n\nclass Listener implements \\PHPUnit\\Framework\\TestListener\n{\n    /**\n     * @var Helper\n     */\n    protected $helper;\n\n    /**\n     *\n     */\n    public function __construct()\n    {\n        $this->helper = \\Migration\\TestFramework\\Helper::getInstance();\n    }\n\n    /**\n     * {@inheritdoc}\n     * @SuppressWarnings(PHPMD.ShortVariable)\n     * @SuppressWarnings(PHPMD.UnusedFormalParameter)\n     */\n    public function addError(\\PHPUnit\\Framework\\Test $test, \\Exception $e, $time)\n    {\n    }\n\n    /**\n     * {@inheritdoc}\n     * @SuppressWarnings(PHPMD.ShortVariable)\n     * @SuppressWarnings(PHPMD.UnusedFormalParameter)\n     */\n    public function addFailure(\\PHPUnit\\Framework\\Test $test, \\PHPUnit\\Framework\\AssertionFailedError $e, $time)\n    {\n    }\n\n    /**\n     * {@inheritdoc}\n     * @SuppressWarnings(PHPMD.ShortVariable)\n     * @SuppressWarnings(PHPMD.UnusedFormalParameter)\n     */\n    public function addWarning(\\PHPUnit\\Framework\\Test $test, \\PHPUnit\\Framework\\Warning $e, $time)\n    {\n    }\n\n    /**\n     * {@inheritdoc}\n     * @SuppressWarnings(PHPMD.ShortVariable)\n     * @SuppressWarnings(PHPMD.UnusedFormalParameter)\n     */\n    public function addIncompleteTest(\\PHPUnit\\Framework\\Test $test, \\Exception $e, $time)\n    {\n    }\n\n    /**\n     * {@inheritdoc}\n     * @SuppressWarnings(PHPMD.ShortVariable)\n     * @SuppressWarnings(PHPMD.UnusedFormalParameter)\n     */\n    public function addRiskyTest(\\PHPUnit\\Framework\\Test $test, \\Exception $e, $time)\n    {\n    }\n\n    /**\n     * {@inheritdoc}\n     * @SuppressWarnings(PHPMD.ShortVariable)\n     * @SuppressWarnings(PHPMD.UnusedFormalParameter)\n     */\n    public function addSkippedTest(\\PHPUnit\\Framework\\Test $test, \\Exception $e, $time)\n    {\n    }\n\n    /**\n     * {@inheritdoc}\n     */\n    public function startTestSuite(\\PHPUnit\\Framework\\TestSuite $suite)\n    {\n        $this->helper->setTestSuite($suite->getName());\n    }\n\n    /**\n     * {@inheritdoc}\n     */\n    public function endTestSuite(\\PHPUnit\\Framework\\TestSuite $suite)\n    {\n    }\n\n    /**\n     * {@inheritdoc}\n     * @param \\PHPUnit\\Framework\\Test|\\PHPUnit\\Framework\\TestCase $test\n     */\n    public function startTest(\\PHPUnit\\Framework\\Test $test)\n    {\n        $this->helper->loadFixture($test->getAnnotations());\n    }\n\n    /**\n     * {@inheritdoc}\n     * @SuppressWarnings(PHPMD.UnusedFormalParameter)\n     */\n    public function endTest(\\PHPUnit\\Framework\\Test $test, $time)\n    {\n    }\n}\n"
  },
  {
    "path": "tests/integration/framework/ProgressBar.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\TestFramework;\n\n/**\n * Class ProgressBar\n */\nclass ProgressBar extends \\Migration\\App\\ProgressBar\\LogLevelProcessor\n{\n    /**\n     * @inheritdoc\n     */\n    public function start($max = null, $forceLogLevel = false)\n    {\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function finish($forceLogLevel = false)\n    {\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function advance($forceLogLevel = false)\n    {\n    }\n}\n"
  },
  {
    "path": "tests/integration/framework/QuietLogHandler.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\TestFramework;\n\nclass QuietLogHandler extends \\Monolog\\Handler\\AbstractProcessingHandler\n{\n    /**\n     * {@inheritdoc}\n     */\n    protected function write(array $record)\n    {\n        return;\n    }\n}\n"
  },
  {
    "path": "tests/integration/framework/autoload.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n\n$magentoDir = require __DIR__ . '/../../../etc/magento_path.php';\nrequire_once $magentoDir . '/app/autoload.php';\n\n$vendorDir = require $magentoDir . '/app/etc/vendor_path.php';\n$vendorAutoload = require $magentoDir . \"/{$vendorDir}/autoload.php\";\n$testsBaseDir = \"$magentoDir/$vendorDir/magento/data-migration-tool/tests/integration\";\n$vendorAutoload->add('Migration\\\\Test\\\\', \"{$testsBaseDir}/testsuite/Migration\");\n$vendorAutoload->addPsr4('Migration\\\\TestFramework\\\\', \"{$testsBaseDir}/framework\");\n"
  },
  {
    "path": "tests/integration/framework/bootstrap.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n\nrequire_once __DIR__ . '/autoload.php';\n\nif (!defined('TESTS_TEMP_DIR')) {\n    define('TESTS_TEMP_DIR', dirname(__DIR__) . '/tmp');\n}\nrequire BP . '/app/functions.php';\n\nif (is_dir(TESTS_TEMP_DIR)) {\n    $filesystemAdapter = new \\Magento\\Framework\\Filesystem\\Driver\\File();\n    $filesystemAdapter->deleteDirectory(TESTS_TEMP_DIR);\n}\nmkdir(TESTS_TEMP_DIR);\n\n\\Magento\\Framework\\Phrase::setRenderer(new \\Magento\\Framework\\Phrase\\Renderer\\Placeholder());\n\nset_time_limit(0);\nini_set('display_errors', 1);\nerror_reporting(E_ALL);\ndate_default_timezone_set('UTC');\n"
  },
  {
    "path": "tests/integration/phpunit.ee.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<phpunit xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n         xsi:noNamespaceSchemaLocation=\"http://schema.phpunit.de/4.1/phpunit.xsd\"\n         colors=\"true\"\n         bootstrap=\"./framework/bootstrap.php\"\n>\n    <testsuite name=\"Migration tool Integration Tests\">\n        <directory suffix=\"Test.php\">testsuite</directory>\n    </testsuite>\n    <php>\n        <const name=\"FIXTURE_PREFIX\" value=\"ee.\"/>\n    </php>\n    <!-- Test listeners -->\n    <listeners>\n        <listener class=\"Migration\\TestFramework\\Listener\"/>\n    </listeners>\n</phpunit>\n"
  },
  {
    "path": "tests/integration/phpunit.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<phpunit xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n         xsi:noNamespaceSchemaLocation=\"http://schema.phpunit.de/6.1/phpunit.xsd\"\n         colors=\"true\"\n         bootstrap=\"./framework/bootstrap.php\"\n>\n    <testsuite name=\"Migration tool Integration Tests\">\n        <directory suffix=\"Test.php\">testsuite</directory>\n    </testsuite>\n    <!-- Test listeners -->\n    <listeners>\n        <listener class=\"Migration\\TestFramework\\Listener\"/>\n    </listeners>\n</phpunit>\n"
  },
  {
    "path": "tests/integration/resource/customer/dest.sql",
    "content": "/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n\n\n/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;\n/*!40101 SET NAMES utf8 */;\n/*!50503 SET NAMES utf8mb4 */;\n/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;\n/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;\n\n-- Dumping structure for table magento2cetest.customer_address_entity\nDROP TABLE IF EXISTS `customer_address_entity`;\nCREATE TABLE IF NOT EXISTS `customer_address_entity` (\n  `entity_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Entity Id',\n  `increment_id` varchar(50) DEFAULT NULL COMMENT 'Increment Id',\n  `parent_id` int(10) unsigned DEFAULT NULL COMMENT 'Parent Id',\n  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'Created At',\n  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT 'Updated At',\n  `is_active` smallint(5) unsigned NOT NULL DEFAULT '1' COMMENT 'Is Active',\n  `city` varchar(255) NOT NULL COMMENT 'City',\n  `company` varchar(255) DEFAULT NULL COMMENT 'Company',\n  `country_id` varchar(255) NOT NULL COMMENT 'Country',\n  `fax` varchar(255) DEFAULT NULL COMMENT 'Fax',\n  `firstname` varchar(255) NOT NULL COMMENT 'First Name',\n  `lastname` varchar(255) NOT NULL COMMENT 'Last Name',\n  `middlename` varchar(255) DEFAULT NULL COMMENT 'Middle Name',\n  `postcode` varchar(255) DEFAULT NULL COMMENT 'Zip/Postal Code',\n  `prefix` varchar(40) DEFAULT NULL COMMENT 'Prefix',\n  `region` varchar(255) DEFAULT NULL COMMENT 'State/Province',\n  `region_id` int(10) unsigned DEFAULT NULL COMMENT 'State/Province',\n  `street` text NOT NULL COMMENT 'Street Address',\n  `suffix` varchar(40) DEFAULT NULL COMMENT 'Suffix',\n  `telephone` varchar(255) NOT NULL COMMENT 'Phone Number',\n  `vat_id` varchar(255) DEFAULT NULL COMMENT 'VAT number',\n  `vat_is_valid` int(10) unsigned DEFAULT NULL COMMENT 'VAT number validity',\n  `vat_request_date` varchar(255) DEFAULT NULL COMMENT 'VAT number validation request date',\n  `vat_request_id` varchar(255) DEFAULT NULL COMMENT 'VAT number validation request ID',\n  `vat_request_success` int(10) unsigned DEFAULT NULL COMMENT 'VAT number validation request success',\n  PRIMARY KEY (`entity_id`),\n  KEY `CUSTOMER_ADDRESS_ENTITY_PARENT_ID` (`parent_id`),\n  CONSTRAINT `CUSTOMER_ADDRESS_ENTITY_PARENT_ID_CUSTOMER_ENTITY_ENTITY_ID` FOREIGN KEY (`parent_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE\n) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customer Address Entity';\n\n-- Dumping data for table magento2cetest.customer_address_entity: ~0 rows (approximately)\nDELETE FROM `customer_address_entity`;\n/*!40000 ALTER TABLE `customer_address_entity` DISABLE KEYS */;\n/*!40000 ALTER TABLE `customer_address_entity` ENABLE KEYS */;\n\n-- Dumping structure for table magento2cetest.customer_address_entity_datetime\nDROP TABLE IF EXISTS `customer_address_entity_datetime`;\nCREATE TABLE IF NOT EXISTS `customer_address_entity_datetime` (\n  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value Id',\n  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Id',\n  `entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Id',\n  `value` datetime DEFAULT NULL COMMENT 'Value',\n  PRIMARY KEY (`value_id`),\n  UNIQUE KEY `CUSTOMER_ADDRESS_ENTITY_DATETIME_ENTITY_ID_ATTRIBUTE_ID` (`entity_id`,`attribute_id`),\n  KEY `CUSTOMER_ADDRESS_ENTITY_DATETIME_ATTRIBUTE_ID` (`attribute_id`),\n  KEY `CUSTOMER_ADDRESS_ENTITY_DATETIME_ENTITY_ID_ATTRIBUTE_ID_VALUE` (`entity_id`,`attribute_id`,`value`),\n  CONSTRAINT `CSTR_ADDR_ENTT_DTIME_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,\n  CONSTRAINT `CSTR_ADDR_ENTT_DTIME_ENTT_ID_CSTR_ADDR_ENTT_ENTT_ID` FOREIGN KEY (`entity_id`) REFERENCES `customer_address_entity` (`entity_id`) ON DELETE CASCADE\n) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customer Address Entity Datetime';\n\n-- Dumping data for table magento2cetest.customer_address_entity_datetime: ~0 rows (approximately)\nDELETE FROM `customer_address_entity_datetime`;\n/*!40000 ALTER TABLE `customer_address_entity_datetime` DISABLE KEYS */;\n/*!40000 ALTER TABLE `customer_address_entity_datetime` ENABLE KEYS */;\n\n-- Dumping structure for table magento2cetest.customer_address_entity_decimal\nDROP TABLE IF EXISTS `customer_address_entity_decimal`;\nCREATE TABLE IF NOT EXISTS `customer_address_entity_decimal` (\n  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value Id',\n  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Id',\n  `entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Id',\n  `value` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Value',\n  PRIMARY KEY (`value_id`),\n  UNIQUE KEY `CUSTOMER_ADDRESS_ENTITY_DECIMAL_ENTITY_ID_ATTRIBUTE_ID` (`entity_id`,`attribute_id`),\n  KEY `CUSTOMER_ADDRESS_ENTITY_DECIMAL_ATTRIBUTE_ID` (`attribute_id`),\n  KEY `CUSTOMER_ADDRESS_ENTITY_DECIMAL_ENTITY_ID_ATTRIBUTE_ID_VALUE` (`entity_id`,`attribute_id`,`value`),\n  CONSTRAINT `CSTR_ADDR_ENTT_DEC_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,\n  CONSTRAINT `CSTR_ADDR_ENTT_DEC_ENTT_ID_CSTR_ADDR_ENTT_ENTT_ID` FOREIGN KEY (`entity_id`) REFERENCES `customer_address_entity` (`entity_id`) ON DELETE CASCADE\n) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customer Address Entity Decimal';\n\n-- Dumping data for table magento2cetest.customer_address_entity_decimal: ~0 rows (approximately)\nDELETE FROM `customer_address_entity_decimal`;\n/*!40000 ALTER TABLE `customer_address_entity_decimal` DISABLE KEYS */;\n/*!40000 ALTER TABLE `customer_address_entity_decimal` ENABLE KEYS */;\n\n-- Dumping structure for table magento2cetest.customer_address_entity_int\nDROP TABLE IF EXISTS `customer_address_entity_int`;\nCREATE TABLE IF NOT EXISTS `customer_address_entity_int` (\n  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value Id',\n  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Id',\n  `entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Id',\n  `value` int(11) NOT NULL DEFAULT '0' COMMENT 'Value',\n  PRIMARY KEY (`value_id`),\n  UNIQUE KEY `CUSTOMER_ADDRESS_ENTITY_INT_ENTITY_ID_ATTRIBUTE_ID` (`entity_id`,`attribute_id`),\n  KEY `CUSTOMER_ADDRESS_ENTITY_INT_ATTRIBUTE_ID` (`attribute_id`),\n  KEY `CUSTOMER_ADDRESS_ENTITY_INT_ENTITY_ID_ATTRIBUTE_ID_VALUE` (`entity_id`,`attribute_id`,`value`),\n  CONSTRAINT `CSTR_ADDR_ENTT_INT_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,\n  CONSTRAINT `CSTR_ADDR_ENTT_INT_ENTT_ID_CSTR_ADDR_ENTT_ENTT_ID` FOREIGN KEY (`entity_id`) REFERENCES `customer_address_entity` (`entity_id`) ON DELETE CASCADE\n) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customer Address Entity Int';\n\n-- Dumping data for table magento2cetest.customer_address_entity_int: ~0 rows (approximately)\nDELETE FROM `customer_address_entity_int`;\n/*!40000 ALTER TABLE `customer_address_entity_int` DISABLE KEYS */;\n/*!40000 ALTER TABLE `customer_address_entity_int` ENABLE KEYS */;\n\n-- Dumping structure for table magento2cetest.customer_address_entity_text\nDROP TABLE IF EXISTS `customer_address_entity_text`;\nCREATE TABLE IF NOT EXISTS `customer_address_entity_text` (\n  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value Id',\n  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Id',\n  `entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Id',\n  `value` text NOT NULL COMMENT 'Value',\n  PRIMARY KEY (`value_id`),\n  UNIQUE KEY `CUSTOMER_ADDRESS_ENTITY_TEXT_ENTITY_ID_ATTRIBUTE_ID` (`entity_id`,`attribute_id`),\n  KEY `CUSTOMER_ADDRESS_ENTITY_TEXT_ATTRIBUTE_ID` (`attribute_id`),\n  CONSTRAINT `CSTR_ADDR_ENTT_TEXT_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,\n  CONSTRAINT `CSTR_ADDR_ENTT_TEXT_ENTT_ID_CSTR_ADDR_ENTT_ENTT_ID` FOREIGN KEY (`entity_id`) REFERENCES `customer_address_entity` (`entity_id`) ON DELETE CASCADE\n) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customer Address Entity Text';\n\n-- Dumping data for table magento2cetest.customer_address_entity_text: ~0 rows (approximately)\nDELETE FROM `customer_address_entity_text`;\n/*!40000 ALTER TABLE `customer_address_entity_text` DISABLE KEYS */;\n/*!40000 ALTER TABLE `customer_address_entity_text` ENABLE KEYS */;\n\n-- Dumping structure for table magento2cetest.customer_address_entity_varchar\nDROP TABLE IF EXISTS `customer_address_entity_varchar`;\nCREATE TABLE IF NOT EXISTS `customer_address_entity_varchar` (\n  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value Id',\n  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Id',\n  `entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Id',\n  `value` varchar(255) DEFAULT NULL COMMENT 'Value',\n  PRIMARY KEY (`value_id`),\n  UNIQUE KEY `CUSTOMER_ADDRESS_ENTITY_VARCHAR_ENTITY_ID_ATTRIBUTE_ID` (`entity_id`,`attribute_id`),\n  KEY `CUSTOMER_ADDRESS_ENTITY_VARCHAR_ATTRIBUTE_ID` (`attribute_id`),\n  KEY `CUSTOMER_ADDRESS_ENTITY_VARCHAR_ENTITY_ID_ATTRIBUTE_ID_VALUE` (`entity_id`,`attribute_id`,`value`),\n  CONSTRAINT `CSTR_ADDR_ENTT_VCHR_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,\n  CONSTRAINT `CSTR_ADDR_ENTT_VCHR_ENTT_ID_CSTR_ADDR_ENTT_ENTT_ID` FOREIGN KEY (`entity_id`) REFERENCES `customer_address_entity` (`entity_id`) ON DELETE CASCADE\n) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customer Address Entity Varchar';\n\n-- Dumping data for table magento2cetest.customer_address_entity_varchar: ~0 rows (approximately)\nDELETE FROM `customer_address_entity_varchar`;\n/*!40000 ALTER TABLE `customer_address_entity_varchar` DISABLE KEYS */;\n/*!40000 ALTER TABLE `customer_address_entity_varchar` ENABLE KEYS */;\n\n-- Dumping structure for table magento2cetest.customer_entity\nDROP TABLE IF EXISTS `customer_entity`;\nCREATE TABLE IF NOT EXISTS `customer_entity` (\n  `entity_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Entity Id',\n  `website_id` smallint(5) unsigned DEFAULT NULL COMMENT 'Website Id',\n  `email` varchar(255) DEFAULT NULL COMMENT 'Email',\n  `group_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Group Id',\n  `increment_id` varchar(50) DEFAULT NULL COMMENT 'Increment Id',\n  `store_id` smallint(5) unsigned DEFAULT '0' COMMENT 'Store Id',\n  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'Created At',\n  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT 'Updated At',\n  `is_active` smallint(5) unsigned NOT NULL DEFAULT '1' COMMENT 'Is Active',\n  `disable_auto_group_change` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Disable automatic group change based on VAT ID',\n  `created_in` varchar(255) DEFAULT NULL COMMENT 'Created From',\n  `prefix` varchar(40) DEFAULT NULL COMMENT 'Prefix',\n  `firstname` varchar(255) DEFAULT NULL COMMENT 'First Name',\n  `middlename` varchar(255) DEFAULT NULL COMMENT 'Middle Name/Initial',\n  `lastname` varchar(255) DEFAULT NULL COMMENT 'Last Name',\n  `suffix` varchar(40) DEFAULT NULL COMMENT 'Suffix',\n  `dob` date DEFAULT NULL COMMENT 'Date of Birth',\n  `password_hash` varchar(128) DEFAULT NULL COMMENT 'Password_hash',\n  `rp_token` varchar(128) DEFAULT NULL COMMENT 'Reset password token',\n  `rp_token_created_at` datetime DEFAULT NULL COMMENT 'Reset password token creation time',\n  `default_billing` int(10) unsigned DEFAULT NULL COMMENT 'Default Billing Address',\n  `default_shipping` int(10) unsigned DEFAULT NULL COMMENT 'Default Shipping Address',\n  `taxvat` varchar(50) DEFAULT NULL COMMENT 'Tax/VAT Number',\n  `confirmation` varchar(64) DEFAULT NULL COMMENT 'Is Confirmed',\n  `gender` smallint(5) unsigned DEFAULT NULL COMMENT 'Gender',\n  `failures_num` smallint(6) DEFAULT '0' COMMENT 'Failure Number',\n  `first_failure` timestamp NULL DEFAULT NULL COMMENT 'First Failure',\n  `lock_expires` timestamp NULL DEFAULT NULL COMMENT 'Lock Expiration Date',\n  PRIMARY KEY (`entity_id`),\n  UNIQUE KEY `CUSTOMER_ENTITY_EMAIL_WEBSITE_ID` (`email`,`website_id`),\n  KEY `CUSTOMER_ENTITY_STORE_ID` (`store_id`),\n  KEY `CUSTOMER_ENTITY_WEBSITE_ID` (`website_id`),\n  KEY `CUSTOMER_ENTITY_FIRSTNAME` (`firstname`),\n  KEY `CUSTOMER_ENTITY_LASTNAME` (`lastname`),\n  CONSTRAINT `CUSTOMER_ENTITY_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE SET NULL,\n  CONSTRAINT `CUSTOMER_ENTITY_WEBSITE_ID_STORE_WEBSITE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `store_website` (`website_id`) ON DELETE SET NULL\n) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COMMENT='Customer Entity';\n\n-- Dumping data for table magento2cetest.customer_entity: ~0 rows (approximately)\nDELETE FROM `customer_entity`;\n/*!40000 ALTER TABLE `customer_entity` DISABLE KEYS */;\nINSERT INTO `customer_entity` (`entity_id`, `website_id`, `email`, `group_id`, `increment_id`, `store_id`, `created_at`, `updated_at`, `is_active`, `disable_auto_group_change`, `created_in`, `prefix`, `firstname`, `middlename`, `lastname`, `suffix`, `dob`, `password_hash`, `rp_token`, `rp_token_created_at`, `default_billing`, `default_shipping`, `taxvat`, `confirmation`, `gender`, `failures_num`, `first_failure`, `lock_expires`) VALUES\n\t(1, 1, 'null1@null.com', 1, NULL, 1, '2017-06-08 05:28:58', '2017-06-08 05:28:58', 1, 0, 'Default Store View', NULL, 'Fn', NULL, 'Ln', NULL, NULL, '8c24b642a5531f743c01d151b20b6f8a5cea8294fb5f21d72ad3574cb3df7b88:Av6tBjQr44hKgHKp37BqCXWee6YepgJB:1', '6f8b74c35fe9a6646a34abe535f82113', '2017-06-08 05:28:58', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);\n/*!40000 ALTER TABLE `customer_entity` ENABLE KEYS */;\n\n-- Dumping structure for table magento2cetest.customer_entity_datetime\nDROP TABLE IF EXISTS `customer_entity_datetime`;\nCREATE TABLE IF NOT EXISTS `customer_entity_datetime` (\n  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value Id',\n  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Id',\n  `entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Id',\n  `value` datetime DEFAULT NULL COMMENT 'Value',\n  PRIMARY KEY (`value_id`),\n  UNIQUE KEY `CUSTOMER_ENTITY_DATETIME_ENTITY_ID_ATTRIBUTE_ID` (`entity_id`,`attribute_id`),\n  KEY `CUSTOMER_ENTITY_DATETIME_ATTRIBUTE_ID` (`attribute_id`),\n  KEY `CUSTOMER_ENTITY_DATETIME_ENTITY_ID_ATTRIBUTE_ID_VALUE` (`entity_id`,`attribute_id`,`value`),\n  CONSTRAINT `CUSTOMER_ENTITY_DATETIME_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,\n  CONSTRAINT `CUSTOMER_ENTITY_DATETIME_ENTITY_ID_CUSTOMER_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE\n) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customer Entity Datetime';\n\n-- Dumping data for table magento2cetest.customer_entity_datetime: ~0 rows (approximately)\nDELETE FROM `customer_entity_datetime`;\n/*!40000 ALTER TABLE `customer_entity_datetime` DISABLE KEYS */;\n/*!40000 ALTER TABLE `customer_entity_datetime` ENABLE KEYS */;\n\n-- Dumping structure for table magento2cetest.customer_entity_decimal\nDROP TABLE IF EXISTS `customer_entity_decimal`;\nCREATE TABLE IF NOT EXISTS `customer_entity_decimal` (\n  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value Id',\n  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Id',\n  `entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Id',\n  `value` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Value',\n  PRIMARY KEY (`value_id`),\n  UNIQUE KEY `CUSTOMER_ENTITY_DECIMAL_ENTITY_ID_ATTRIBUTE_ID` (`entity_id`,`attribute_id`),\n  KEY `CUSTOMER_ENTITY_DECIMAL_ATTRIBUTE_ID` (`attribute_id`),\n  KEY `CUSTOMER_ENTITY_DECIMAL_ENTITY_ID_ATTRIBUTE_ID_VALUE` (`entity_id`,`attribute_id`,`value`),\n  CONSTRAINT `CUSTOMER_ENTITY_DECIMAL_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,\n  CONSTRAINT `CUSTOMER_ENTITY_DECIMAL_ENTITY_ID_CUSTOMER_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE\n) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customer Entity Decimal';\n\n-- Dumping data for table magento2cetest.customer_entity_decimal: ~0 rows (approximately)\nDELETE FROM `customer_entity_decimal`;\n/*!40000 ALTER TABLE `customer_entity_decimal` DISABLE KEYS */;\n/*!40000 ALTER TABLE `customer_entity_decimal` ENABLE KEYS */;\n\n-- Dumping structure for table magento2cetest.customer_entity_int\nDROP TABLE IF EXISTS `customer_entity_int`;\nCREATE TABLE IF NOT EXISTS `customer_entity_int` (\n  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value Id',\n  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Id',\n  `entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Id',\n  `value` int(11) NOT NULL DEFAULT '0' COMMENT 'Value',\n  PRIMARY KEY (`value_id`),\n  UNIQUE KEY `CUSTOMER_ENTITY_INT_ENTITY_ID_ATTRIBUTE_ID` (`entity_id`,`attribute_id`),\n  KEY `CUSTOMER_ENTITY_INT_ATTRIBUTE_ID` (`attribute_id`),\n  KEY `CUSTOMER_ENTITY_INT_ENTITY_ID_ATTRIBUTE_ID_VALUE` (`entity_id`,`attribute_id`,`value`),\n  CONSTRAINT `CUSTOMER_ENTITY_INT_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,\n  CONSTRAINT `CUSTOMER_ENTITY_INT_ENTITY_ID_CUSTOMER_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE\n) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customer Entity Int';\n\n-- Dumping data for table magento2cetest.customer_entity_int: ~0 rows (approximately)\nDELETE FROM `customer_entity_int`;\n/*!40000 ALTER TABLE `customer_entity_int` DISABLE KEYS */;\n/*!40000 ALTER TABLE `customer_entity_int` ENABLE KEYS */;\n\n-- Dumping structure for table magento2cetest.customer_entity_text\nDROP TABLE IF EXISTS `customer_entity_text`;\nCREATE TABLE IF NOT EXISTS `customer_entity_text` (\n  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value Id',\n  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Id',\n  `entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Id',\n  `value` text NOT NULL COMMENT 'Value',\n  PRIMARY KEY (`value_id`),\n  UNIQUE KEY `CUSTOMER_ENTITY_TEXT_ENTITY_ID_ATTRIBUTE_ID` (`entity_id`,`attribute_id`),\n  KEY `CUSTOMER_ENTITY_TEXT_ATTRIBUTE_ID` (`attribute_id`),\n  CONSTRAINT `CUSTOMER_ENTITY_TEXT_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,\n  CONSTRAINT `CUSTOMER_ENTITY_TEXT_ENTITY_ID_CUSTOMER_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE\n) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customer Entity Text';\n\n-- Dumping data for table magento2cetest.customer_entity_text: ~0 rows (approximately)\nDELETE FROM `customer_entity_text`;\n/*!40000 ALTER TABLE `customer_entity_text` DISABLE KEYS */;\n/*!40000 ALTER TABLE `customer_entity_text` ENABLE KEYS */;\n\n-- Dumping structure for table magento2cetest.customer_entity_varchar\nDROP TABLE IF EXISTS `customer_entity_varchar`;\nCREATE TABLE IF NOT EXISTS `customer_entity_varchar` (\n  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value Id',\n  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Id',\n  `entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Id',\n  `value` varchar(255) DEFAULT NULL COMMENT 'Value',\n  PRIMARY KEY (`value_id`),\n  UNIQUE KEY `CUSTOMER_ENTITY_VARCHAR_ENTITY_ID_ATTRIBUTE_ID` (`entity_id`,`attribute_id`),\n  KEY `CUSTOMER_ENTITY_VARCHAR_ATTRIBUTE_ID` (`attribute_id`),\n  KEY `CUSTOMER_ENTITY_VARCHAR_ENTITY_ID_ATTRIBUTE_ID_VALUE` (`entity_id`,`attribute_id`,`value`),\n  CONSTRAINT `CUSTOMER_ENTITY_VARCHAR_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,\n  CONSTRAINT `CUSTOMER_ENTITY_VARCHAR_ENTITY_ID_CUSTOMER_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE\n) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customer Entity Varchar';\n\n-- Dumping data for table magento2cetest.customer_entity_varchar: ~0 rows (approximately)\nDELETE FROM `customer_entity_varchar`;\n/*!40000 ALTER TABLE `customer_entity_varchar` DISABLE KEYS */;\n/*!40000 ALTER TABLE `customer_entity_varchar` ENABLE KEYS */;\n\n\n-- Dumping structure for table magento2cetest.eav_attribute\nDROP TABLE IF EXISTS `eav_attribute`;\nCREATE TABLE IF NOT EXISTS `eav_attribute` (\n  `attribute_id` smallint(5) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Attribute Id',\n  `entity_type_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',\n  `attribute_code` varchar(255) DEFAULT NULL COMMENT 'Attribute Code',\n  `attribute_model` varchar(255) DEFAULT NULL COMMENT 'Attribute Model',\n  `backend_model` varchar(255) DEFAULT NULL COMMENT 'Backend Model',\n  `backend_type` varchar(8) NOT NULL DEFAULT 'static' COMMENT 'Backend Type',\n  `backend_table` varchar(255) DEFAULT NULL COMMENT 'Backend Table',\n  `frontend_model` varchar(255) DEFAULT NULL COMMENT 'Frontend Model',\n  `frontend_input` varchar(50) DEFAULT NULL COMMENT 'Frontend Input',\n  `frontend_label` varchar(255) DEFAULT NULL COMMENT 'Frontend Label',\n  `frontend_class` varchar(255) DEFAULT NULL COMMENT 'Frontend Class',\n  `source_model` varchar(255) DEFAULT NULL COMMENT 'Source Model',\n  `is_required` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Defines Is Required',\n  `is_user_defined` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Defines Is User Defined',\n  `default_value` text COMMENT 'Default Value',\n  `is_unique` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Defines Is Unique',\n  `note` varchar(255) DEFAULT NULL COMMENT 'Note',\n  PRIMARY KEY (`attribute_id`),\n  UNIQUE KEY `EAV_ATTRIBUTE_ENTITY_TYPE_ID_ATTRIBUTE_CODE` (`entity_type_id`,`attribute_code`),\n  CONSTRAINT `EAV_ATTRIBUTE_ENTITY_TYPE_ID_EAV_ENTITY_TYPE_ENTITY_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON DELETE CASCADE\n) ENGINE=InnoDB AUTO_INCREMENT=135 DEFAULT CHARSET=utf8 COMMENT='Eav Attribute';\n\n-- Dumping data for table magento2cetest.eav_attribute: ~134 rows (approximately)\nDELETE FROM `eav_attribute`;\n/*!40000 ALTER TABLE `eav_attribute` DISABLE KEYS */;\nINSERT INTO `eav_attribute` (`attribute_id`, `entity_type_id`, `attribute_code`, `attribute_model`, `backend_model`, `backend_type`, `backend_table`, `frontend_model`, `frontend_input`, `frontend_label`, `frontend_class`, `source_model`, `is_required`, `is_user_defined`, `default_value`, `is_unique`, `note`) VALUES\n\t(1, 1, 'website_id', NULL, 'Magento\\\\Customer\\\\Model\\\\Customer\\\\Attribute\\\\Backend\\\\Website', 'static', NULL, NULL, 'select', 'Associate to Website', NULL, 'Magento\\\\Customer\\\\Model\\\\Customer\\\\Attribute\\\\Source\\\\Website', 1, 0, NULL, 0, NULL),\n\t(2, 1, 'store_id', NULL, 'Magento\\\\Customer\\\\Model\\\\Customer\\\\Attribute\\\\Backend\\\\Store', 'static', NULL, NULL, 'select', 'Create In', NULL, 'Magento\\\\Customer\\\\Model\\\\Customer\\\\Attribute\\\\Source\\\\Store', 1, 0, NULL, 0, NULL),\n\t(3, 1, 'created_in', NULL, NULL, 'static', NULL, NULL, 'text', 'Created From', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(4, 1, 'prefix', NULL, NULL, 'static', NULL, NULL, 'text', 'Prefix', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(5, 1, 'firstname', NULL, NULL, 'static', NULL, NULL, 'text', 'First Name', NULL, NULL, 1, 0, NULL, 0, NULL),\n\t(6, 1, 'middlename', NULL, NULL, 'static', NULL, NULL, 'text', 'Middle Name/Initial', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(7, 1, 'lastname', NULL, NULL, 'static', NULL, NULL, 'text', 'Last Name', NULL, NULL, 1, 0, NULL, 0, NULL),\n\t(8, 1, 'suffix', NULL, NULL, 'static', NULL, NULL, 'text', 'Suffix', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(9, 1, 'email', NULL, NULL, 'static', NULL, NULL, 'text', 'Email', NULL, NULL, 1, 0, NULL, 0, NULL),\n\t(10, 1, 'group_id', NULL, NULL, 'static', NULL, NULL, 'select', 'Group', NULL, 'Magento\\\\Customer\\\\Model\\\\Customer\\\\Attribute\\\\Source\\\\Group', 1, 0, NULL, 0, NULL),\n\t(11, 1, 'dob', NULL, 'Magento\\\\Eav\\\\Model\\\\Entity\\\\Attribute\\\\Backend\\\\Datetime', 'static', NULL, 'Magento\\\\Eav\\\\Model\\\\Entity\\\\Attribute\\\\Frontend\\\\Datetime', 'date', 'Date of Birth', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(12, 1, 'password_hash', NULL, 'Magento\\\\Customer\\\\Model\\\\Customer\\\\Attribute\\\\Backend\\\\Password', 'static', NULL, NULL, 'hidden', NULL, NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(13, 1, 'rp_token', NULL, NULL, 'static', NULL, NULL, 'hidden', NULL, NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(14, 1, 'rp_token_created_at', NULL, NULL, 'static', NULL, NULL, 'date', NULL, NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(15, 1, 'default_billing', NULL, 'Magento\\\\Customer\\\\Model\\\\Customer\\\\Attribute\\\\Backend\\\\Billing', 'static', NULL, NULL, 'text', 'Default Billing Address', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(16, 1, 'default_shipping', NULL, 'Magento\\\\Customer\\\\Model\\\\Customer\\\\Attribute\\\\Backend\\\\Shipping', 'static', NULL, NULL, 'text', 'Default Shipping Address', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(17, 1, 'taxvat', NULL, NULL, 'static', NULL, NULL, 'text', 'Tax/VAT Number', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(18, 1, 'confirmation', NULL, NULL, 'static', NULL, NULL, 'text', 'Is Confirmed', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(19, 1, 'created_at', NULL, NULL, 'static', NULL, NULL, 'date', 'Created At', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(20, 1, 'gender', NULL, NULL, 'static', NULL, NULL, 'select', 'Gender', NULL, 'Magento\\\\Eav\\\\Model\\\\Entity\\\\Attribute\\\\Source\\\\Table', 0, 0, NULL, 0, NULL),\n\t(21, 1, 'disable_auto_group_change', NULL, 'Magento\\\\Customer\\\\Model\\\\Attribute\\\\Backend\\\\Data\\\\Boolean', 'static', NULL, NULL, 'boolean', 'Disable Automatic Group Change Based on VAT ID', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(22, 2, 'prefix', NULL, NULL, 'static', NULL, NULL, 'text', 'Prefix', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(23, 2, 'firstname', NULL, NULL, 'static', NULL, NULL, 'text', 'First Name', NULL, NULL, 1, 0, NULL, 0, NULL),\n\t(24, 2, 'middlename', NULL, NULL, 'static', NULL, NULL, 'text', 'Middle Name/Initial', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(25, 2, 'lastname', NULL, NULL, 'static', NULL, NULL, 'text', 'Last Name', NULL, NULL, 1, 0, NULL, 0, NULL),\n\t(26, 2, 'suffix', NULL, NULL, 'static', NULL, NULL, 'text', 'Suffix', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(27, 2, 'company', NULL, NULL, 'static', NULL, NULL, 'text', 'Company', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(28, 2, 'street', NULL, 'Magento\\\\Eav\\\\Model\\\\Entity\\\\Attribute\\\\Backend\\\\DefaultBackend', 'static', NULL, NULL, 'multiline', 'Street Address', NULL, NULL, 1, 0, NULL, 0, NULL),\n\t(29, 2, 'city', NULL, NULL, 'static', NULL, NULL, 'text', 'City', NULL, NULL, 1, 0, NULL, 0, NULL),\n\t(30, 2, 'country_id', NULL, NULL, 'static', NULL, NULL, 'select', 'Country', NULL, 'Magento\\\\Customer\\\\Model\\\\ResourceModel\\\\Address\\\\Attribute\\\\Source\\\\Country', 1, 0, NULL, 0, NULL),\n\t(31, 2, 'region', NULL, 'Magento\\\\Customer\\\\Model\\\\ResourceModel\\\\Address\\\\Attribute\\\\Backend\\\\Region', 'static', NULL, NULL, 'text', 'State/Province', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(32, 2, 'region_id', NULL, NULL, 'static', NULL, NULL, 'hidden', 'State/Province', NULL, 'Magento\\\\Customer\\\\Model\\\\ResourceModel\\\\Address\\\\Attribute\\\\Source\\\\Region', 0, 0, NULL, 0, NULL),\n\t(33, 2, 'postcode', NULL, NULL, 'static', NULL, NULL, 'text', 'Zip/Postal Code', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(34, 2, 'telephone', NULL, NULL, 'static', NULL, NULL, 'text', 'Phone Number', NULL, NULL, 1, 0, NULL, 0, NULL),\n\t(35, 2, 'fax', NULL, NULL, 'static', NULL, NULL, 'text', 'Fax', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(36, 2, 'vat_id', NULL, NULL, 'static', NULL, NULL, 'text', 'VAT number', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(37, 2, 'vat_is_valid', NULL, NULL, 'static', NULL, NULL, 'text', 'VAT number validity', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(38, 2, 'vat_request_id', NULL, NULL, 'static', NULL, NULL, 'text', 'VAT number validation request ID', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(39, 2, 'vat_request_date', NULL, NULL, 'static', NULL, NULL, 'text', 'VAT number validation request date', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(40, 2, 'vat_request_success', NULL, NULL, 'static', NULL, NULL, 'text', 'VAT number validation request success', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(41, 1, 'updated_at', NULL, NULL, 'static', NULL, NULL, 'date', 'Updated At', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(42, 1, 'failures_num', NULL, NULL, 'static', NULL, NULL, 'hidden', 'Failures Number', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(43, 1, 'first_failure', NULL, NULL, 'static', NULL, NULL, 'date', 'First Failure Date', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(44, 1, 'lock_expires', NULL, NULL, 'static', NULL, NULL, 'date', 'Failures Number', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(45, 3, 'name', NULL, NULL, 'varchar', NULL, NULL, 'text', 'Name', NULL, NULL, 1, 0, NULL, 0, NULL),\n\t(46, 3, 'is_active', NULL, NULL, 'int', NULL, NULL, 'select', 'Is Active', NULL, 'Magento\\\\Eav\\\\Model\\\\Entity\\\\Attribute\\\\Source\\\\Boolean', 1, 0, NULL, 0, NULL),\n\t(47, 3, 'description', NULL, NULL, 'text', NULL, NULL, 'textarea', 'Description', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(48, 3, 'image', NULL, 'Magento\\\\Catalog\\\\Model\\\\Category\\\\Attribute\\\\Backend\\\\Image', 'varchar', NULL, NULL, 'image', 'Image', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(49, 3, 'meta_title', NULL, NULL, 'varchar', NULL, NULL, 'text', 'Page Title', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(50, 3, 'meta_keywords', NULL, NULL, 'text', NULL, NULL, 'textarea', 'Meta Keywords', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(51, 3, 'meta_description', NULL, NULL, 'text', NULL, NULL, 'textarea', 'Meta Description', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(52, 3, 'display_mode', NULL, NULL, 'varchar', NULL, NULL, 'select', 'Display Mode', NULL, 'Magento\\\\Catalog\\\\Model\\\\Category\\\\Attribute\\\\Source\\\\Mode', 0, 0, NULL, 0, NULL),\n\t(53, 3, 'landing_page', NULL, NULL, 'int', NULL, NULL, 'select', 'CMS Block', NULL, 'Magento\\\\Catalog\\\\Model\\\\Category\\\\Attribute\\\\Source\\\\Page', 0, 0, NULL, 0, NULL),\n\t(54, 3, 'is_anchor', NULL, NULL, 'int', NULL, NULL, 'select', 'Is Anchor', NULL, 'Magento\\\\Eav\\\\Model\\\\Entity\\\\Attribute\\\\Source\\\\Boolean', 0, 0, '1', 0, NULL),\n\t(55, 3, 'path', NULL, NULL, 'static', NULL, NULL, 'text', 'Path', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(56, 3, 'position', NULL, NULL, 'static', NULL, NULL, 'text', 'Position', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(57, 3, 'all_children', NULL, NULL, 'text', NULL, NULL, 'text', NULL, NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(58, 3, 'path_in_store', NULL, NULL, 'text', NULL, NULL, 'text', NULL, NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(59, 3, 'children', NULL, NULL, 'text', NULL, NULL, 'text', NULL, NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(60, 3, 'custom_design', NULL, NULL, 'varchar', NULL, NULL, 'select', 'Custom Design', NULL, 'Magento\\\\Theme\\\\Model\\\\Theme\\\\Source\\\\Theme', 0, 0, NULL, 0, NULL),\n\t(61, 3, 'custom_design_from', 'Magento\\\\Catalog\\\\Model\\\\ResourceModel\\\\Eav\\\\Attribute', 'Magento\\\\Catalog\\\\Model\\\\Attribute\\\\Backend\\\\Startdate', 'datetime', NULL, 'Magento\\\\Eav\\\\Model\\\\Entity\\\\Attribute\\\\Frontend\\\\Datetime', 'date', 'Active From', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(62, 3, 'custom_design_to', NULL, 'Magento\\\\Eav\\\\Model\\\\Entity\\\\Attribute\\\\Backend\\\\Datetime', 'datetime', NULL, NULL, 'date', 'Active To', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(63, 3, 'page_layout', NULL, NULL, 'varchar', NULL, NULL, 'select', 'Page Layout', NULL, 'Magento\\\\Catalog\\\\Model\\\\Category\\\\Attribute\\\\Source\\\\Layout', 0, 0, NULL, 0, NULL),\n\t(64, 3, 'custom_layout_update', NULL, 'Magento\\\\Catalog\\\\Model\\\\Attribute\\\\Backend\\\\Customlayoutupdate', 'text', NULL, NULL, 'textarea', 'Custom Layout Update', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(65, 3, 'level', NULL, NULL, 'static', NULL, NULL, 'text', 'Level', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(66, 3, 'children_count', NULL, NULL, 'static', NULL, NULL, 'text', 'Children Count', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(67, 3, 'available_sort_by', NULL, 'Magento\\\\Catalog\\\\Model\\\\Category\\\\Attribute\\\\Backend\\\\Sortby', 'text', NULL, NULL, 'multiselect', 'Available Product Listing Sort By', NULL, 'Magento\\\\Catalog\\\\Model\\\\Category\\\\Attribute\\\\Source\\\\Sortby', 1, 0, NULL, 0, NULL),\n\t(68, 3, 'default_sort_by', NULL, 'Magento\\\\Catalog\\\\Model\\\\Category\\\\Attribute\\\\Backend\\\\Sortby', 'varchar', NULL, NULL, 'select', 'Default Product Listing Sort By', NULL, 'Magento\\\\Catalog\\\\Model\\\\Category\\\\Attribute\\\\Source\\\\Sortby', 1, 0, NULL, 0, NULL),\n\t(69, 3, 'include_in_menu', NULL, NULL, 'int', NULL, NULL, 'select', 'Include in Navigation Menu', NULL, 'Magento\\\\Eav\\\\Model\\\\Entity\\\\Attribute\\\\Source\\\\Boolean', 1, 0, '1', 0, NULL),\n\t(70, 3, 'custom_use_parent_settings', NULL, NULL, 'int', NULL, NULL, 'select', 'Use Parent Category Settings', NULL, 'Magento\\\\Eav\\\\Model\\\\Entity\\\\Attribute\\\\Source\\\\Boolean', 0, 0, NULL, 0, NULL),\n\t(71, 3, 'custom_apply_to_products', NULL, NULL, 'int', NULL, NULL, 'select', 'Apply To Products', NULL, 'Magento\\\\Eav\\\\Model\\\\Entity\\\\Attribute\\\\Source\\\\Boolean', 0, 0, NULL, 0, NULL),\n\t(72, 3, 'filter_price_range', NULL, NULL, 'decimal', NULL, NULL, 'text', 'Layered Navigation Price Step', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(73, 4, 'name', NULL, NULL, 'varchar', NULL, NULL, 'text', 'Product Name', 'validate-length maximum-length-255', NULL, 1, 0, NULL, 0, NULL),\n\t(74, 4, 'sku', NULL, 'Magento\\\\Catalog\\\\Model\\\\Product\\\\Attribute\\\\Backend\\\\Sku', 'static', NULL, NULL, 'text', 'SKU', 'validate-length maximum-length-64', NULL, 1, 0, NULL, 1, NULL),\n\t(75, 4, 'description', NULL, NULL, 'text', NULL, NULL, 'textarea', 'Description', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(76, 4, 'short_description', NULL, NULL, 'text', NULL, NULL, 'textarea', 'Short Description', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(77, 4, 'price', NULL, 'Magento\\\\Catalog\\\\Model\\\\Product\\\\Attribute\\\\Backend\\\\Price', 'decimal', NULL, NULL, 'price', 'Price', NULL, NULL, 1, 0, NULL, 0, NULL),\n\t(78, 4, 'special_price', NULL, 'Magento\\\\Catalog\\\\Model\\\\Product\\\\Attribute\\\\Backend\\\\Price', 'decimal', NULL, NULL, 'price', 'Special Price', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(79, 4, 'special_from_date', NULL, 'Magento\\\\Catalog\\\\Model\\\\Attribute\\\\Backend\\\\Startdate', 'datetime', NULL, NULL, 'date', 'Special Price From Date', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(80, 4, 'special_to_date', NULL, 'Magento\\\\Eav\\\\Model\\\\Entity\\\\Attribute\\\\Backend\\\\Datetime', 'datetime', NULL, NULL, 'date', 'Special Price To Date', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(81, 4, 'cost', NULL, 'Magento\\\\Catalog\\\\Model\\\\Product\\\\Attribute\\\\Backend\\\\Price', 'decimal', NULL, NULL, 'price', 'Cost', NULL, NULL, 0, 1, NULL, 0, NULL),\n\t(82, 4, 'weight', NULL, 'Magento\\\\Catalog\\\\Model\\\\Product\\\\Attribute\\\\Backend\\\\Weight', 'decimal', NULL, NULL, 'weight', 'Weight', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(83, 4, 'manufacturer', NULL, NULL, 'int', NULL, NULL, 'select', 'Manufacturer', NULL, NULL, 0, 1, NULL, 0, NULL),\n\t(84, 4, 'meta_title', NULL, NULL, 'varchar', NULL, NULL, 'text', 'Meta Title', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(85, 4, 'meta_keyword', NULL, NULL, 'text', NULL, NULL, 'textarea', 'Meta Keywords', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(86, 4, 'meta_description', NULL, NULL, 'varchar', NULL, NULL, 'textarea', 'Meta Description', NULL, NULL, 0, 0, NULL, 0, 'Maximum 255 chars. Meta Description should optimally be between 150-160 characters'),\n\t(87, 4, 'image', NULL, NULL, 'varchar', NULL, 'Magento\\\\Catalog\\\\Model\\\\Product\\\\Attribute\\\\Frontend\\\\Image', 'media_image', 'Base', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(88, 4, 'small_image', NULL, NULL, 'varchar', NULL, 'Magento\\\\Catalog\\\\Model\\\\Product\\\\Attribute\\\\Frontend\\\\Image', 'media_image', 'Small', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(89, 4, 'thumbnail', NULL, NULL, 'varchar', NULL, 'Magento\\\\Catalog\\\\Model\\\\Product\\\\Attribute\\\\Frontend\\\\Image', 'media_image', 'Thumbnail', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(90, 4, 'media_gallery', NULL, NULL, 'static', NULL, NULL, 'gallery', 'Media Gallery', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(91, 4, 'old_id', NULL, NULL, 'int', NULL, NULL, 'text', NULL, NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(92, 4, 'tier_price', NULL, 'Magento\\\\Catalog\\\\Model\\\\Product\\\\Attribute\\\\Backend\\\\Tierprice', 'decimal', NULL, NULL, 'text', 'Tier Price', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(93, 4, 'color', NULL, NULL, 'int', NULL, NULL, 'select', 'Color', NULL, NULL, 0, 1, NULL, 0, NULL),\n\t(94, 4, 'news_from_date', NULL, 'Magento\\\\Catalog\\\\Model\\\\Attribute\\\\Backend\\\\Startdate', 'datetime', NULL, NULL, 'date', 'Set Product as New from Date', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(95, 4, 'news_to_date', NULL, 'Magento\\\\Eav\\\\Model\\\\Entity\\\\Attribute\\\\Backend\\\\Datetime', 'datetime', NULL, NULL, 'date', 'Set Product as New to Date', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(96, 4, 'gallery', NULL, NULL, 'varchar', NULL, NULL, 'gallery', 'Image Gallery', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(97, 4, 'status', NULL, NULL, 'int', NULL, NULL, 'select', 'Enable Product', NULL, 'Magento\\\\Catalog\\\\Model\\\\Product\\\\Attribute\\\\Source\\\\Status', 0, 0, '1', 0, NULL),\n\t(98, 4, 'minimal_price', NULL, NULL, 'decimal', NULL, NULL, 'price', 'Minimal Price', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(99, 4, 'visibility', NULL, NULL, 'int', NULL, NULL, 'select', 'Visibility', NULL, 'Magento\\\\Catalog\\\\Model\\\\Product\\\\Visibility', 0, 0, '4', 0, NULL),\n\t(100, 4, 'custom_design', NULL, NULL, 'varchar', NULL, NULL, 'select', 'New Theme', NULL, 'Magento\\\\Theme\\\\Model\\\\Theme\\\\Source\\\\Theme', 0, 0, NULL, 0, NULL),\n\t(101, 4, 'custom_design_from', NULL, 'Magento\\\\Catalog\\\\Model\\\\Attribute\\\\Backend\\\\Startdate', 'datetime', NULL, NULL, 'date', 'Active From', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(102, 4, 'custom_design_to', NULL, 'Magento\\\\Eav\\\\Model\\\\Entity\\\\Attribute\\\\Backend\\\\Datetime', 'datetime', NULL, NULL, 'date', 'Active To', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(103, 4, 'custom_layout_update', NULL, 'Magento\\\\Catalog\\\\Model\\\\Attribute\\\\Backend\\\\Customlayoutupdate', 'text', NULL, NULL, 'textarea', 'Layout Update XML', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(104, 4, 'page_layout', NULL, NULL, 'varchar', NULL, NULL, 'select', 'Layout', NULL, 'Magento\\\\Catalog\\\\Model\\\\Product\\\\Attribute\\\\Source\\\\Layout', 0, 0, NULL, 0, NULL),\n\t(105, 4, 'category_ids', NULL, 'Magento\\\\Catalog\\\\Model\\\\Product\\\\Attribute\\\\Backend\\\\Category', 'static', NULL, NULL, 'text', 'Categories', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(106, 4, 'options_container', NULL, NULL, 'varchar', NULL, NULL, 'select', 'Display Product Options In', NULL, 'Magento\\\\Catalog\\\\Model\\\\Entity\\\\Product\\\\Attribute\\\\Design\\\\Options\\\\Container', 0, 0, 'container2', 0, NULL),\n\t(107, 4, 'required_options', NULL, NULL, 'static', NULL, NULL, 'text', NULL, NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(108, 4, 'has_options', NULL, NULL, 'static', NULL, NULL, 'text', NULL, NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(109, 4, 'image_label', NULL, NULL, 'varchar', NULL, NULL, 'text', 'Image Label', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(110, 4, 'small_image_label', NULL, NULL, 'varchar', NULL, NULL, 'text', 'Small Image Label', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(111, 4, 'thumbnail_label', NULL, NULL, 'varchar', NULL, NULL, 'text', 'Thumbnail Label', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(112, 4, 'created_at', NULL, NULL, 'static', NULL, NULL, 'date', NULL, NULL, NULL, 1, 0, NULL, 0, NULL),\n\t(113, 4, 'updated_at', NULL, NULL, 'static', NULL, NULL, 'date', NULL, NULL, NULL, 1, 0, NULL, 0, NULL),\n\t(114, 4, 'country_of_manufacture', NULL, NULL, 'varchar', NULL, NULL, 'select', 'Country of Manufacture', NULL, 'Magento\\\\Catalog\\\\Model\\\\Product\\\\Attribute\\\\Source\\\\Countryofmanufacture', 0, 0, NULL, 0, NULL),\n\t(115, 4, 'quantity_and_stock_status', NULL, 'Magento\\\\Catalog\\\\Model\\\\Product\\\\Attribute\\\\Backend\\\\Stock', 'int', NULL, NULL, 'select', 'Quantity', NULL, 'Magento\\\\CatalogInventory\\\\Model\\\\Source\\\\Stock', 0, 0, '1', 0, NULL),\n\t(116, 4, 'custom_layout', NULL, NULL, 'varchar', NULL, NULL, 'select', 'New Layout', NULL, 'Magento\\\\Catalog\\\\Model\\\\Product\\\\Attribute\\\\Source\\\\Layout', 0, 0, NULL, 0, NULL),\n\t(117, 3, 'url_key', NULL, NULL, 'varchar', NULL, NULL, 'text', 'URL Key', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(118, 3, 'url_path', NULL, NULL, 'varchar', NULL, NULL, 'text', NULL, NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(119, 4, 'url_key', NULL, NULL, 'varchar', NULL, NULL, 'text', 'URL Key', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(120, 4, 'url_path', NULL, NULL, 'varchar', NULL, NULL, 'text', NULL, NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(121, 4, 'msrp', NULL, 'Magento\\\\Catalog\\\\Model\\\\Product\\\\Attribute\\\\Backend\\\\Price', 'decimal', NULL, NULL, 'price', 'Manufacturer\\'s Suggested Retail Price', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(122, 4, 'msrp_display_actual_price_type', NULL, 'Magento\\\\Catalog\\\\Model\\\\Product\\\\Attribute\\\\Backend\\\\Boolean', 'varchar', NULL, NULL, 'select', 'Display Actual Price', NULL, 'Magento\\\\Msrp\\\\Model\\\\Product\\\\Attribute\\\\Source\\\\Type\\\\Price', 0, 0, '0', 0, NULL),\n\t(123, 4, 'price_type', NULL, NULL, 'int', NULL, NULL, 'boolean', 'Dynamic Price', NULL, NULL, 1, 0, '0', 0, NULL),\n\t(124, 4, 'sku_type', NULL, NULL, 'int', NULL, NULL, 'boolean', 'Dynamic SKU', NULL, NULL, 1, 0, '0', 0, NULL),\n\t(125, 4, 'weight_type', NULL, NULL, 'int', NULL, NULL, 'boolean', 'Dynamic Weight', NULL, NULL, 1, 0, '0', 0, NULL),\n\t(126, 4, 'price_view', NULL, NULL, 'int', NULL, NULL, 'select', 'Price View', NULL, 'Magento\\\\Bundle\\\\Model\\\\Product\\\\Attribute\\\\Source\\\\Price\\\\View', 1, 0, NULL, 0, NULL),\n\t(127, 4, 'shipment_type', NULL, NULL, 'int', NULL, NULL, 'select', 'Ship Bundle Items', NULL, 'Magento\\\\Bundle\\\\Model\\\\Product\\\\Attribute\\\\Source\\\\Shipment\\\\Type', 1, 0, '0', 0, NULL),\n\t(128, 4, 'links_purchased_separately', NULL, NULL, 'int', NULL, NULL, NULL, 'Links can be purchased separately', NULL, NULL, 1, 0, NULL, 0, NULL),\n\t(129, 4, 'samples_title', NULL, NULL, 'varchar', NULL, NULL, NULL, 'Samples title', NULL, NULL, 1, 0, NULL, 0, NULL),\n\t(130, 4, 'links_title', NULL, NULL, 'varchar', NULL, NULL, NULL, 'Links title', NULL, NULL, 1, 0, NULL, 0, NULL),\n\t(131, 4, 'links_exist', NULL, NULL, 'int', NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, '0', 0, NULL),\n\t(132, 4, 'swatch_image', NULL, NULL, 'varchar', NULL, 'Magento\\\\Catalog\\\\Model\\\\Product\\\\Attribute\\\\Frontend\\\\Image', 'media_image', 'Swatch', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(133, 4, 'tax_class_id', NULL, NULL, 'int', NULL, NULL, 'select', 'Tax Class', NULL, 'Magento\\\\Tax\\\\Model\\\\TaxClass\\\\Source\\\\Product', 0, 0, '2', 0, NULL),\n\t(134, 4, 'gift_message_available', NULL, 'Magento\\\\Catalog\\\\Model\\\\Product\\\\Attribute\\\\Backend\\\\Boolean', 'varchar', NULL, NULL, 'select', 'Allow Gift Message', NULL, 'Magento\\\\Catalog\\\\Model\\\\Product\\\\Attribute\\\\Source\\\\Boolean', 0, 0, NULL, 0, NULL);\n/*!40000 ALTER TABLE `eav_attribute` ENABLE KEYS */;\n\n-- Dumping structure for table magento2cetest.eav_entity_type\nDROP TABLE IF EXISTS `eav_entity_type`;\nCREATE TABLE IF NOT EXISTS `eav_entity_type` (\n  `entity_type_id` smallint(5) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Entity Type Id',\n  `entity_type_code` varchar(50) NOT NULL COMMENT 'Entity Type Code',\n  `entity_model` varchar(255) NOT NULL COMMENT 'Entity Model',\n  `attribute_model` varchar(255) DEFAULT NULL COMMENT 'Attribute Model',\n  `entity_table` varchar(255) DEFAULT NULL COMMENT 'Entity Table',\n  `value_table_prefix` varchar(255) DEFAULT NULL COMMENT 'Value Table Prefix',\n  `entity_id_field` varchar(255) DEFAULT NULL COMMENT 'Entity Id Field',\n  `is_data_sharing` smallint(5) unsigned NOT NULL DEFAULT '1' COMMENT 'Defines Is Data Sharing',\n  `data_sharing_key` varchar(100) DEFAULT 'default' COMMENT 'Data Sharing Key',\n  `default_attribute_set_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Default Attribute Set Id',\n  `increment_model` varchar(255) DEFAULT NULL COMMENT 'Increment Model',\n  `increment_per_store` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Increment Per Store',\n  `increment_pad_length` smallint(5) unsigned NOT NULL DEFAULT '8' COMMENT 'Increment Pad Length',\n  `increment_pad_char` varchar(1) NOT NULL DEFAULT '0' COMMENT 'Increment Pad Char',\n  `additional_attribute_table` varchar(255) DEFAULT NULL COMMENT 'Additional Attribute Table',\n  `entity_attribute_collection` varchar(255) DEFAULT NULL COMMENT 'Entity Attribute Collection',\n  PRIMARY KEY (`entity_type_id`),\n  KEY `EAV_ENTITY_TYPE_ENTITY_TYPE_CODE` (`entity_type_code`)\n) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8 COMMENT='Eav Entity Type';\n\n-- Dumping data for table magento2cetest.eav_entity_type: ~8 rows (approximately)\nDELETE FROM `eav_entity_type`;\n/*!40000 ALTER TABLE `eav_entity_type` DISABLE KEYS */;\nINSERT INTO `eav_entity_type` (`entity_type_id`, `entity_type_code`, `entity_model`, `attribute_model`, `entity_table`, `value_table_prefix`, `entity_id_field`, `is_data_sharing`, `data_sharing_key`, `default_attribute_set_id`, `increment_model`, `increment_per_store`, `increment_pad_length`, `increment_pad_char`, `additional_attribute_table`, `entity_attribute_collection`) VALUES\n\t(1, 'customer', 'Magento\\\\Customer\\\\Model\\\\ResourceModel\\\\Customer', 'Magento\\\\Customer\\\\Model\\\\Attribute', 'customer_entity', NULL, NULL, 1, 'default', 1, 'Magento\\\\Eav\\\\Model\\\\Entity\\\\Increment\\\\NumericValue', 0, 8, '0', 'customer_eav_attribute', 'Magento\\\\Customer\\\\Model\\\\ResourceModel\\\\Attribute\\\\Collection'),\n\t(2, 'customer_address', 'Magento\\\\Customer\\\\Model\\\\ResourceModel\\\\Address', 'Magento\\\\Customer\\\\Model\\\\Attribute', 'customer_address_entity', NULL, NULL, 1, 'default', 2, NULL, 0, 8, '0', 'customer_eav_attribute', 'Magento\\\\Customer\\\\Model\\\\ResourceModel\\\\Address\\\\Attribute\\\\Collection'),\n\t(3, 'catalog_category', 'Magento\\\\Catalog\\\\Model\\\\ResourceModel\\\\Category', 'Magento\\\\Catalog\\\\Model\\\\ResourceModel\\\\Eav\\\\Attribute', 'catalog_category_entity', NULL, NULL, 1, 'default', 3, NULL, 0, 8, '0', 'catalog_eav_attribute', 'Magento\\\\Catalog\\\\Model\\\\ResourceModel\\\\Category\\\\Attribute\\\\Collection'),\n\t(4, 'catalog_product', 'Magento\\\\Catalog\\\\Model\\\\ResourceModel\\\\Product', 'Magento\\\\Catalog\\\\Model\\\\ResourceModel\\\\Eav\\\\Attribute', 'catalog_product_entity', NULL, NULL, 1, 'default', 4, NULL, 0, 8, '0', 'catalog_eav_attribute', 'Magento\\\\Catalog\\\\Model\\\\ResourceModel\\\\Product\\\\Attribute\\\\Collection'),\n\t(5, 'order', 'Magento\\\\Sales\\\\Model\\\\ResourceModel\\\\Order', NULL, 'sales_order', NULL, NULL, 1, 'default', 5, 'Magento\\\\Eav\\\\Model\\\\Entity\\\\Increment\\\\NumericValue', 1, 8, '0', NULL, NULL),\n\t(6, 'invoice', 'Magento\\\\Sales\\\\Model\\\\ResourceModel\\\\Order', NULL, 'sales_invoice', NULL, NULL, 1, 'default', 6, 'Magento\\\\Eav\\\\Model\\\\Entity\\\\Increment\\\\NumericValue', 1, 8, '0', NULL, NULL),\n\t(7, 'creditmemo', 'Magento\\\\Sales\\\\Model\\\\ResourceModel\\\\Order\\\\Creditmemo', NULL, 'sales_creditmemo', NULL, NULL, 1, 'default', 7, 'Magento\\\\Eav\\\\Model\\\\Entity\\\\Increment\\\\NumericValue', 1, 8, '0', NULL, NULL),\n\t(8, 'shipment', 'Magento\\\\Sales\\\\Model\\\\ResourceModel\\\\Order\\\\Shipment', NULL, 'sales_shipment', NULL, NULL, 1, 'default', 8, 'Magento\\\\Eav\\\\Model\\\\Entity\\\\Increment\\\\NumericValue', 1, 8, '0', NULL, NULL);\n/*!40000 ALTER TABLE `eav_entity_type` ENABLE KEYS */;\n\n\n/*!40101 SET SQL_MODE=IFNULL(@OLD_SQL_MODE, '') */;\n/*!40014 SET FOREIGN_KEY_CHECKS=IF(@OLD_FOREIGN_KEY_CHECKS IS NULL, 1, @OLD_FOREIGN_KEY_CHECKS) */;\n/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;\n"
  },
  {
    "path": "tests/integration/resource/customer/source.sql",
    "content": "/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n\n\n/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;\n/*!40101 SET NAMES utf8 */;\n/*!50503 SET NAMES utf8mb4 */;\n/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;\n/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;\n\n-- Dumping structure for table magento11431.customer_address_entity\nDROP TABLE IF EXISTS `customer_address_entity`;\nCREATE TABLE IF NOT EXISTS `customer_address_entity` (\n  `entity_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Entity Id',\n  `entity_type_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',\n  `attribute_set_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Set Id',\n  `increment_id` varchar(50) DEFAULT NULL COMMENT 'Increment Id',\n  `parent_id` int(10) unsigned DEFAULT NULL COMMENT 'Parent Id',\n  `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00' COMMENT 'Created At',\n  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00' COMMENT 'Updated At',\n  `is_active` smallint(5) unsigned NOT NULL DEFAULT '1' COMMENT 'Is Active',\n  PRIMARY KEY (`entity_id`),\n  KEY `IDX_CUSTOMER_ADDRESS_ENTITY_PARENT_ID` (`parent_id`),\n  CONSTRAINT `FK_CUSTOMER_ADDRESS_ENTITY_PARENT_ID_CUSTOMER_ENTITY_ENTITY_ID` FOREIGN KEY (`parent_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE\n) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8 COMMENT='Customer Address Entity';\n\n-- Dumping data for table magento11431.customer_address_entity: ~2 rows (approximately)\nDELETE FROM `customer_address_entity`;\n/*!40000 ALTER TABLE `customer_address_entity` DISABLE KEYS */;\nINSERT INTO `customer_address_entity` (`entity_id`, `entity_type_id`, `attribute_set_id`, `increment_id`, `parent_id`, `created_at`, `updated_at`, `is_active`) VALUES\n\t(1, 2, 0, NULL, 1, '2017-01-23 02:11:56', '2017-07-06 12:10:35', 1),\n\t(2, 2, 0, NULL, 2, '2017-03-27 21:51:49', '2017-03-27 07:52:45', 1),\n\t(5, 2, 0, NULL, 1, '2017-07-06 12:03:39', '2017-07-06 12:12:50', 1),\n\t(6, 2, 0, NULL, 1, '2017-07-06 12:11:29', '2017-07-06 12:11:29', 1);\n/*!40000 ALTER TABLE `customer_address_entity` ENABLE KEYS */;\n\n-- Dumping structure for table magento11431.customer_address_entity_datetime\nDROP TABLE IF EXISTS `customer_address_entity_datetime`;\nCREATE TABLE IF NOT EXISTS `customer_address_entity_datetime` (\n  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value Id',\n  `entity_type_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',\n  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Id',\n  `entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Id',\n  `value` datetime NOT NULL DEFAULT '0000-00-00 00:00:00' COMMENT 'Value',\n  PRIMARY KEY (`value_id`),\n  UNIQUE KEY `UNQ_CUSTOMER_ADDRESS_ENTITY_DATETIME_ENTITY_ID_ATTRIBUTE_ID` (`entity_id`,`attribute_id`),\n  KEY `IDX_CUSTOMER_ADDRESS_ENTITY_DATETIME_ENTITY_TYPE_ID` (`entity_type_id`),\n  KEY `IDX_CUSTOMER_ADDRESS_ENTITY_DATETIME_ATTRIBUTE_ID` (`attribute_id`),\n  KEY `IDX_CUSTOMER_ADDRESS_ENTITY_DATETIME_ENTITY_ID` (`entity_id`),\n  KEY `IDX_CSTR_ADDR_ENTT_DTIME_ENTT_ID_ATTR_ID_VAL` (`entity_id`,`attribute_id`,`value`),\n  CONSTRAINT `FK_CSTR_ADDR_ENTT_DTIME_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE,\n  CONSTRAINT `FK_CSTR_ADDR_ENTT_DTIME_ENTT_ID_CSTR_ADDR_ENTT_ENTT_ID` FOREIGN KEY (`entity_id`) REFERENCES `customer_address_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,\n  CONSTRAINT `FK_CSTR_ADDR_ENTT_DTIME_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON DELETE CASCADE ON UPDATE CASCADE\n) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customer Address Entity Datetime';\n\n-- Dumping data for table magento11431.customer_address_entity_datetime: ~0 rows (approximately)\nDELETE FROM `customer_address_entity_datetime`;\n/*!40000 ALTER TABLE `customer_address_entity_datetime` DISABLE KEYS */;\n/*!40000 ALTER TABLE `customer_address_entity_datetime` ENABLE KEYS */;\n\n-- Dumping structure for table magento11431.customer_address_entity_decimal\nDROP TABLE IF EXISTS `customer_address_entity_decimal`;\nCREATE TABLE IF NOT EXISTS `customer_address_entity_decimal` (\n  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value Id',\n  `entity_type_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',\n  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Id',\n  `entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Id',\n  `value` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Value',\n  PRIMARY KEY (`value_id`),\n  UNIQUE KEY `UNQ_CUSTOMER_ADDRESS_ENTITY_DECIMAL_ENTITY_ID_ATTRIBUTE_ID` (`entity_id`,`attribute_id`),\n  KEY `IDX_CUSTOMER_ADDRESS_ENTITY_DECIMAL_ENTITY_TYPE_ID` (`entity_type_id`),\n  KEY `IDX_CUSTOMER_ADDRESS_ENTITY_DECIMAL_ATTRIBUTE_ID` (`attribute_id`),\n  KEY `IDX_CUSTOMER_ADDRESS_ENTITY_DECIMAL_ENTITY_ID` (`entity_id`),\n  KEY `IDX_CUSTOMER_ADDRESS_ENTITY_DECIMAL_ENTITY_ID_ATTRIBUTE_ID_VALUE` (`entity_id`,`attribute_id`,`value`),\n  CONSTRAINT `FK_CSTR_ADDR_ENTT_DEC_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE,\n  CONSTRAINT `FK_CSTR_ADDR_ENTT_DEC_ENTT_ID_CSTR_ADDR_ENTT_ENTT_ID` FOREIGN KEY (`entity_id`) REFERENCES `customer_address_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,\n  CONSTRAINT `FK_CSTR_ADDR_ENTT_DEC_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON DELETE CASCADE ON UPDATE CASCADE\n) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customer Address Entity Decimal';\n\n-- Dumping data for table magento11431.customer_address_entity_decimal: ~0 rows (approximately)\nDELETE FROM `customer_address_entity_decimal`;\n/*!40000 ALTER TABLE `customer_address_entity_decimal` DISABLE KEYS */;\n/*!40000 ALTER TABLE `customer_address_entity_decimal` ENABLE KEYS */;\n\n-- Dumping structure for table magento11431.customer_address_entity_int\nDROP TABLE IF EXISTS `customer_address_entity_int`;\nCREATE TABLE IF NOT EXISTS `customer_address_entity_int` (\n  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value Id',\n  `entity_type_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',\n  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Id',\n  `entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Id',\n  `value` int(11) NOT NULL DEFAULT '0' COMMENT 'Value',\n  PRIMARY KEY (`value_id`),\n  UNIQUE KEY `UNQ_CUSTOMER_ADDRESS_ENTITY_INT_ENTITY_ID_ATTRIBUTE_ID` (`entity_id`,`attribute_id`),\n  KEY `IDX_CUSTOMER_ADDRESS_ENTITY_INT_ENTITY_TYPE_ID` (`entity_type_id`),\n  KEY `IDX_CUSTOMER_ADDRESS_ENTITY_INT_ATTRIBUTE_ID` (`attribute_id`),\n  KEY `IDX_CUSTOMER_ADDRESS_ENTITY_INT_ENTITY_ID` (`entity_id`),\n  KEY `IDX_CUSTOMER_ADDRESS_ENTITY_INT_ENTITY_ID_ATTRIBUTE_ID_VALUE` (`entity_id`,`attribute_id`,`value`),\n  CONSTRAINT `FK_CSTR_ADDR_ENTT_INT_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE,\n  CONSTRAINT `FK_CSTR_ADDR_ENTT_INT_ENTT_ID_CSTR_ADDR_ENTT_ENTT_ID` FOREIGN KEY (`entity_id`) REFERENCES `customer_address_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,\n  CONSTRAINT `FK_CSTR_ADDR_ENTT_INT_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON DELETE CASCADE ON UPDATE CASCADE\n) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8 COMMENT='Customer Address Entity Int';\n\n-- Dumping data for table magento11431.customer_address_entity_int: ~2 rows (approximately)\nDELETE FROM `customer_address_entity_int`;\n/*!40000 ALTER TABLE `customer_address_entity_int` DISABLE KEYS */;\nINSERT INTO `customer_address_entity_int` (`value_id`, `entity_type_id`, `attribute_id`, `entity_id`, `value`) VALUES\n\t(1, 2, 29, 1, 12),\n\t(2, 2, 29, 2, 12),\n\t(5, 2, 29, 5, 12),\n\t(9, 2, 29, 6, 0);\n/*!40000 ALTER TABLE `customer_address_entity_int` ENABLE KEYS */;\n\n-- Dumping structure for table magento11431.customer_address_entity_text\nDROP TABLE IF EXISTS `customer_address_entity_text`;\nCREATE TABLE IF NOT EXISTS `customer_address_entity_text` (\n  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value Id',\n  `entity_type_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',\n  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Id',\n  `entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Id',\n  `value` text NOT NULL COMMENT 'Value',\n  PRIMARY KEY (`value_id`),\n  UNIQUE KEY `UNQ_CUSTOMER_ADDRESS_ENTITY_TEXT_ENTITY_ID_ATTRIBUTE_ID` (`entity_id`,`attribute_id`),\n  KEY `IDX_CUSTOMER_ADDRESS_ENTITY_TEXT_ENTITY_TYPE_ID` (`entity_type_id`),\n  KEY `IDX_CUSTOMER_ADDRESS_ENTITY_TEXT_ATTRIBUTE_ID` (`attribute_id`),\n  KEY `IDX_CUSTOMER_ADDRESS_ENTITY_TEXT_ENTITY_ID` (`entity_id`),\n  CONSTRAINT `FK_CSTR_ADDR_ENTT_TEXT_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE,\n  CONSTRAINT `FK_CSTR_ADDR_ENTT_TEXT_ENTT_ID_CSTR_ADDR_ENTT_ENTT_ID` FOREIGN KEY (`entity_id`) REFERENCES `customer_address_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,\n  CONSTRAINT `FK_CSTR_ADDR_ENTT_TEXT_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON DELETE CASCADE ON UPDATE CASCADE\n) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8 COMMENT='Customer Address Entity Text';\n\n-- Dumping data for table magento11431.customer_address_entity_text: ~2 rows (approximately)\nDELETE FROM `customer_address_entity_text`;\n/*!40000 ALTER TABLE `customer_address_entity_text` DISABLE KEYS */;\nINSERT INTO `customer_address_entity_text` (`value_id`, `entity_type_id`, `attribute_id`, `entity_id`, `value`) VALUES\n\t(1, 2, 25, 1, '2801 Mission Street\\n2801 Mission Street'),\n\t(2, 2, 25, 2, '2801 Mission Street\\n2801 Mission Street'),\n\t(5, 2, 25, 5, '2065 Hamilton Ave\\n2065 Hamilton Ave'),\n\t(6, 2, 25, 6, '2/6 Oleksandra Boichenka St, apt. 52\\n2/6 Oleksandra Boichenka St, apt. 52');\n/*!40000 ALTER TABLE `customer_address_entity_text` ENABLE KEYS */;\n\n-- Dumping structure for table magento11431.customer_address_entity_varchar\nDROP TABLE IF EXISTS `customer_address_entity_varchar`;\nCREATE TABLE IF NOT EXISTS `customer_address_entity_varchar` (\n  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value Id',\n  `entity_type_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',\n  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Id',\n  `entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Id',\n  `value` varchar(255) DEFAULT NULL COMMENT 'Value',\n  PRIMARY KEY (`value_id`),\n  UNIQUE KEY `UNQ_CUSTOMER_ADDRESS_ENTITY_VARCHAR_ENTITY_ID_ATTRIBUTE_ID` (`entity_id`,`attribute_id`),\n  KEY `IDX_CUSTOMER_ADDRESS_ENTITY_VARCHAR_ENTITY_TYPE_ID` (`entity_type_id`),\n  KEY `IDX_CUSTOMER_ADDRESS_ENTITY_VARCHAR_ATTRIBUTE_ID` (`attribute_id`),\n  KEY `IDX_CUSTOMER_ADDRESS_ENTITY_VARCHAR_ENTITY_ID` (`entity_id`),\n  KEY `IDX_CUSTOMER_ADDRESS_ENTITY_VARCHAR_ENTITY_ID_ATTRIBUTE_ID_VALUE` (`entity_id`,`attribute_id`,`value`),\n  CONSTRAINT `FK_CSTR_ADDR_ENTT_VCHR_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE,\n  CONSTRAINT `FK_CSTR_ADDR_ENTT_VCHR_ENTT_ID_CSTR_ADDR_ENTT_ENTT_ID` FOREIGN KEY (`entity_id`) REFERENCES `customer_address_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,\n  CONSTRAINT `FK_CSTR_ADDR_ENTT_VCHR_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON DELETE CASCADE ON UPDATE CASCADE\n) ENGINE=InnoDB AUTO_INCREMENT=73 DEFAULT CHARSET=utf8 COMMENT='Customer Address Entity Varchar';\n\n-- Dumping data for table magento11431.customer_address_entity_varchar: ~23 rows (approximately)\nDELETE FROM `customer_address_entity_varchar`;\n/*!40000 ALTER TABLE `customer_address_entity_varchar` DISABLE KEYS */;\nINSERT INTO `customer_address_entity_varchar` (`value_id`, `entity_type_id`, `attribute_id`, `entity_id`, `value`) VALUES\n\t(1, 2, 20, 1, 'Viktor'),\n\t(2, 2, 21, 1, 'Mn'),\n\t(3, 2, 22, 1, 'Rad'),\n\t(4, 2, 24, 1, NULL),\n\t(5, 2, 26, 1, 'SAN FRANCISCO'),\n\t(6, 2, 27, 1, 'US'),\n\t(7, 2, 28, 1, 'California'),\n\t(8, 2, 30, 1, '94110'),\n\t(9, 2, 31, 1, '9702196522'),\n\t(10, 2, 32, 1, '9702196522'),\n\t(11, 2, 19, 1, NULL),\n\t(12, 2, 23, 1, NULL),\n\t(13, 2, 36, 1, NULL),\n\t(14, 2, 20, 2, 'Viktor'),\n\t(15, 2, 21, 2, NULL),\n\t(16, 2, 22, 2, 'Rad'),\n\t(17, 2, 24, 2, NULL),\n\t(18, 2, 26, 2, 'SAN FRANCISCO'),\n\t(19, 2, 27, 2, 'US'),\n\t(20, 2, 28, 2, 'California'),\n\t(21, 2, 30, 2, '94110'),\n\t(22, 2, 31, 2, '9702196522'),\n\t(23, 2, 32, 2, '9702196522'),\n\t(44, 2, 20, 5, 'Fn'),\n\t(45, 2, 21, 5, 'Mn'),\n\t(46, 2, 22, 5, 'Ln'),\n\t(47, 2, 24, 5, NULL),\n\t(48, 2, 26, 5, 'San Jose'),\n\t(49, 2, 27, 5, 'US'),\n\t(50, 2, 28, 5, 'California'),\n\t(51, 2, 30, 5, '95125'),\n\t(52, 2, 31, 5, '4083767400'),\n\t(53, 2, 32, 5, '123123123123'),\n\t(56, 2, 179, 1, '2222222222222'),\n\t(60, 2, 20, 6, 'Viktor'),\n\t(61, 2, 21, 6, 'Mn'),\n\t(62, 2, 22, 6, 'Rad'),\n\t(63, 2, 24, 6, NULL),\n\t(64, 2, 26, 6, 'Kiev'),\n\t(65, 2, 27, 6, 'UA'),\n\t(66, 2, 28, 6, NULL),\n\t(67, 2, 30, 6, '02206'),\n\t(68, 2, 31, 6, '44444444444'),\n\t(69, 2, 32, 6, NULL),\n\t(70, 2, 179, 6, NULL),\n\t(71, 2, 179, 5, '777777777777');\n/*!40000 ALTER TABLE `customer_address_entity_varchar` ENABLE KEYS */;\n\n-- Dumping structure for table magento11431.customer_entity\nDROP TABLE IF EXISTS `customer_entity`;\nCREATE TABLE IF NOT EXISTS `customer_entity` (\n  `entity_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Entity Id',\n  `entity_type_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',\n  `attribute_set_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Set Id',\n  `website_id` smallint(5) unsigned DEFAULT NULL COMMENT 'Website Id',\n  `email` varchar(255) DEFAULT NULL COMMENT 'Email',\n  `group_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Group Id',\n  `increment_id` varchar(50) DEFAULT NULL COMMENT 'Increment Id',\n  `store_id` smallint(5) unsigned DEFAULT '0' COMMENT 'Store Id',\n  `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00' COMMENT 'Created At',\n  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00' COMMENT 'Updated At',\n  `is_active` smallint(5) unsigned NOT NULL DEFAULT '1' COMMENT 'Is Active',\n  `disable_auto_group_change` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Disable automatic group change based on VAT ID',\n  PRIMARY KEY (`entity_id`),\n  UNIQUE KEY `UNQ_CUSTOMER_ENTITY_EMAIL_WEBSITE_ID` (`email`,`website_id`),\n  KEY `IDX_CUSTOMER_ENTITY_STORE_ID` (`store_id`),\n  KEY `IDX_CUSTOMER_ENTITY_ENTITY_TYPE_ID` (`entity_type_id`),\n  KEY `IDX_CUSTOMER_ENTITY_EMAIL_WEBSITE_ID` (`email`,`website_id`),\n  KEY `IDX_CUSTOMER_ENTITY_WEBSITE_ID` (`website_id`),\n  CONSTRAINT `FK_CUSTOMER_ENTITY_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE SET NULL ON UPDATE CASCADE,\n  CONSTRAINT `FK_CUSTOMER_ENTITY_WEBSITE_ID_CORE_WEBSITE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `core_website` (`website_id`) ON DELETE SET NULL ON UPDATE CASCADE\n) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COMMENT='Customer Entity';\n\n-- Dumping data for table magento11431.customer_entity: ~2 rows (approximately)\nDELETE FROM `customer_entity`;\n/*!40000 ALTER TABLE `customer_entity` DISABLE KEYS */;\nINSERT INTO `customer_entity` (`entity_id`, `entity_type_id`, `attribute_set_id`, `website_id`, `email`, `group_id`, `increment_id`, `store_id`, `created_at`, `updated_at`, `is_active`, `disable_auto_group_change`) VALUES\n\t(1, 1, 0, 1, 'null1@null.com', 1, NULL, 1, '2017-01-19 10:11:43', '2017-04-04 10:48:54', 1, 0),\n\t(2, 1, 0, 1, 'null2@null.com', 1, NULL, 1, '2017-03-27 07:50:09', '2017-03-27 07:52:44', 1, 0);\n/*!40000 ALTER TABLE `customer_entity` ENABLE KEYS */;\n\n-- Dumping structure for table magento11431.customer_entity_datetime\nDROP TABLE IF EXISTS `customer_entity_datetime`;\nCREATE TABLE IF NOT EXISTS `customer_entity_datetime` (\n  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value Id',\n  `entity_type_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',\n  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Id',\n  `entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Id',\n  `value` datetime NOT NULL DEFAULT '0000-00-00 00:00:00' COMMENT 'Value',\n  PRIMARY KEY (`value_id`),\n  UNIQUE KEY `UNQ_CUSTOMER_ENTITY_DATETIME_ENTITY_ID_ATTRIBUTE_ID` (`entity_id`,`attribute_id`),\n  KEY `IDX_CUSTOMER_ENTITY_DATETIME_ENTITY_TYPE_ID` (`entity_type_id`),\n  KEY `IDX_CUSTOMER_ENTITY_DATETIME_ATTRIBUTE_ID` (`attribute_id`),\n  KEY `IDX_CUSTOMER_ENTITY_DATETIME_ENTITY_ID` (`entity_id`),\n  KEY `IDX_CUSTOMER_ENTITY_DATETIME_ENTITY_ID_ATTRIBUTE_ID_VALUE` (`entity_id`,`attribute_id`,`value`),\n  CONSTRAINT `FK_CSTR_ENTT_DTIME_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE,\n  CONSTRAINT `FK_CSTR_ENTT_DTIME_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON DELETE CASCADE ON UPDATE CASCADE,\n  CONSTRAINT `FK_CUSTOMER_ENTITY_DATETIME_ENTITY_ID_CUSTOMER_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE\n) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customer Entity Datetime';\n\n-- Dumping data for table magento11431.customer_entity_datetime: ~0 rows (approximately)\nDELETE FROM `customer_entity_datetime`;\n/*!40000 ALTER TABLE `customer_entity_datetime` DISABLE KEYS */;\n/*!40000 ALTER TABLE `customer_entity_datetime` ENABLE KEYS */;\n\n-- Dumping structure for table magento11431.customer_entity_decimal\nDROP TABLE IF EXISTS `customer_entity_decimal`;\nCREATE TABLE IF NOT EXISTS `customer_entity_decimal` (\n  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value Id',\n  `entity_type_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',\n  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Id',\n  `entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Id',\n  `value` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Value',\n  PRIMARY KEY (`value_id`),\n  UNIQUE KEY `UNQ_CUSTOMER_ENTITY_DECIMAL_ENTITY_ID_ATTRIBUTE_ID` (`entity_id`,`attribute_id`),\n  KEY `IDX_CUSTOMER_ENTITY_DECIMAL_ENTITY_TYPE_ID` (`entity_type_id`),\n  KEY `IDX_CUSTOMER_ENTITY_DECIMAL_ATTRIBUTE_ID` (`attribute_id`),\n  KEY `IDX_CUSTOMER_ENTITY_DECIMAL_ENTITY_ID` (`entity_id`),\n  KEY `IDX_CUSTOMER_ENTITY_DECIMAL_ENTITY_ID_ATTRIBUTE_ID_VALUE` (`entity_id`,`attribute_id`,`value`),\n  CONSTRAINT `FK_CSTR_ENTT_DEC_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE,\n  CONSTRAINT `FK_CSTR_ENTT_DEC_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON DELETE CASCADE ON UPDATE CASCADE,\n  CONSTRAINT `FK_CUSTOMER_ENTITY_DECIMAL_ENTITY_ID_CUSTOMER_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE\n) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customer Entity Decimal';\n\n-- Dumping data for table magento11431.customer_entity_decimal: ~0 rows (approximately)\nDELETE FROM `customer_entity_decimal`;\n/*!40000 ALTER TABLE `customer_entity_decimal` DISABLE KEYS */;\n/*!40000 ALTER TABLE `customer_entity_decimal` ENABLE KEYS */;\n\n-- Dumping structure for table magento11431.customer_entity_int\nDROP TABLE IF EXISTS `customer_entity_int`;\nCREATE TABLE IF NOT EXISTS `customer_entity_int` (\n  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value Id',\n  `entity_type_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',\n  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Id',\n  `entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Id',\n  `value` int(11) NOT NULL DEFAULT '0' COMMENT 'Value',\n  PRIMARY KEY (`value_id`),\n  UNIQUE KEY `UNQ_CUSTOMER_ENTITY_INT_ENTITY_ID_ATTRIBUTE_ID` (`entity_id`,`attribute_id`),\n  KEY `IDX_CUSTOMER_ENTITY_INT_ENTITY_TYPE_ID` (`entity_type_id`),\n  KEY `IDX_CUSTOMER_ENTITY_INT_ATTRIBUTE_ID` (`attribute_id`),\n  KEY `IDX_CUSTOMER_ENTITY_INT_ENTITY_ID` (`entity_id`),\n  KEY `IDX_CUSTOMER_ENTITY_INT_ENTITY_ID_ATTRIBUTE_ID_VALUE` (`entity_id`,`attribute_id`,`value`),\n  CONSTRAINT `FK_CSTR_ENTT_INT_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON DELETE CASCADE ON UPDATE CASCADE,\n  CONSTRAINT `FK_CUSTOMER_ENTITY_INT_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE,\n  CONSTRAINT `FK_CUSTOMER_ENTITY_INT_ENTITY_ID_CUSTOMER_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE\n) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8 COMMENT='Customer Entity Int';\n\n-- Dumping data for table magento11431.customer_entity_int: ~10 rows (approximately)\nDELETE FROM `customer_entity_int`;\n/*!40000 ALTER TABLE `customer_entity_int` DISABLE KEYS */;\nINSERT INTO `customer_entity_int` (`value_id`, `entity_type_id`, `attribute_id`, `entity_id`, `value`) VALUES\n\t(1, 1, 147, 1, 1),\n\t(2, 1, 148, 1, 1),\n\t(3, 1, 13, 1, 1),\n\t(4, 1, 14, 1, 1),\n\t(5, 1, 175, 1, 14),\n\t(6, 1, 175, 2, 15),\n\t(7, 1, 147, 2, 1),\n\t(8, 1, 148, 2, 1),\n\t(9, 1, 13, 2, 2),\n\t(10, 1, 14, 2, 2);\n/*!40000 ALTER TABLE `customer_entity_int` ENABLE KEYS */;\n\n-- Dumping structure for table magento11431.customer_entity_text\nDROP TABLE IF EXISTS `customer_entity_text`;\nCREATE TABLE IF NOT EXISTS `customer_entity_text` (\n  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value Id',\n  `entity_type_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',\n  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Id',\n  `entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Id',\n  `value` text NOT NULL COMMENT 'Value',\n  PRIMARY KEY (`value_id`),\n  UNIQUE KEY `UNQ_CUSTOMER_ENTITY_TEXT_ENTITY_ID_ATTRIBUTE_ID` (`entity_id`,`attribute_id`),\n  KEY `IDX_CUSTOMER_ENTITY_TEXT_ENTITY_TYPE_ID` (`entity_type_id`),\n  KEY `IDX_CUSTOMER_ENTITY_TEXT_ATTRIBUTE_ID` (`attribute_id`),\n  KEY `IDX_CUSTOMER_ENTITY_TEXT_ENTITY_ID` (`entity_id`),\n  CONSTRAINT `FK_CSTR_ENTT_TEXT_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON DELETE CASCADE ON UPDATE CASCADE,\n  CONSTRAINT `FK_CUSTOMER_ENTITY_TEXT_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE,\n  CONSTRAINT `FK_CUSTOMER_ENTITY_TEXT_ENTITY_ID_CUSTOMER_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE\n) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customer Entity Text';\n\n-- Dumping data for table magento11431.customer_entity_text: ~0 rows (approximately)\nDELETE FROM `customer_entity_text`;\n/*!40000 ALTER TABLE `customer_entity_text` DISABLE KEYS */;\n/*!40000 ALTER TABLE `customer_entity_text` ENABLE KEYS */;\n\n-- Dumping structure for table magento11431.customer_entity_varchar\nDROP TABLE IF EXISTS `customer_entity_varchar`;\nCREATE TABLE IF NOT EXISTS `customer_entity_varchar` (\n  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value Id',\n  `entity_type_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',\n  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Id',\n  `entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Id',\n  `value` varchar(255) DEFAULT NULL COMMENT 'Value',\n  PRIMARY KEY (`value_id`),\n  UNIQUE KEY `UNQ_CUSTOMER_ENTITY_VARCHAR_ENTITY_ID_ATTRIBUTE_ID` (`entity_id`,`attribute_id`),\n  KEY `IDX_CUSTOMER_ENTITY_VARCHAR_ENTITY_TYPE_ID` (`entity_type_id`),\n  KEY `IDX_CUSTOMER_ENTITY_VARCHAR_ATTRIBUTE_ID` (`attribute_id`),\n  KEY `IDX_CUSTOMER_ENTITY_VARCHAR_ENTITY_ID` (`entity_id`),\n  KEY `IDX_CUSTOMER_ENTITY_VARCHAR_ENTITY_ID_ATTRIBUTE_ID_VALUE` (`entity_id`,`attribute_id`,`value`),\n  CONSTRAINT `FK_CSTR_ENTT_VCHR_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE,\n  CONSTRAINT `FK_CSTR_ENTT_VCHR_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON DELETE CASCADE ON UPDATE CASCADE,\n  CONSTRAINT `FK_CUSTOMER_ENTITY_VARCHAR_ENTITY_ID_CUSTOMER_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE\n) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8 COMMENT='Customer Entity Varchar';\n\n-- Dumping data for table magento11431.customer_entity_varchar: ~9 rows (approximately)\nDELETE FROM `customer_entity_varchar`;\n/*!40000 ALTER TABLE `customer_entity_varchar` DISABLE KEYS */;\nINSERT INTO `customer_entity_varchar` (`value_id`, `entity_type_id`, `attribute_id`, `entity_id`, `value`) VALUES\n\t(1, 1, 5, 1, 'Fn'),\n\t(2, 1, 6, 1, 'Mn'),\n\t(3, 1, 7, 1, 'Ln'),\n\t(4, 1, 12, 1, 'eeb2ec5c4744a88f44ec1858b2576b8a2462ed9373d41e2627d2cbc81cea7aab:NIpU4Or6owS8GYRoVlnRPKJNj7tf0Tpl'),\n\t(5, 1, 3, 1, 'Default Store View'),\n\t(6, 1, 5, 2, 'Fn'),\n\t(8, 1, 7, 2, 'Ln'),\n\t(9, 1, 12, 2, '7900a4cff487ddfc9e9730d6053ca96ca22e0317d08a00d607a9eaa728ace5d8:4ulBtU3le2lDZAYrweTrwumaYkwAiwpX'),\n\t(10, 1, 3, 2, 'view11');\n/*!40000 ALTER TABLE `customer_entity_varchar` ENABLE KEYS */;\n\n\n/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;\n/*!40101 SET NAMES utf8 */;\n/*!50503 SET NAMES utf8mb4 */;\n/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;\n/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;\n\n-- Dumping structure for table magento1921.eav_attribute\nDROP TABLE IF EXISTS `eav_attribute`;\nCREATE TABLE IF NOT EXISTS `eav_attribute` (\n  `attribute_id` smallint(5) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Attribute Id',\n  `entity_type_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',\n  `attribute_code` varchar(255) DEFAULT NULL COMMENT 'Attribute Code',\n  `attribute_model` varchar(255) DEFAULT NULL COMMENT 'Attribute Model',\n  `backend_model` varchar(255) DEFAULT NULL COMMENT 'Backend Model',\n  `backend_type` varchar(8) NOT NULL DEFAULT 'static' COMMENT 'Backend Type',\n  `backend_table` varchar(255) DEFAULT NULL COMMENT 'Backend Table',\n  `frontend_model` varchar(255) DEFAULT NULL COMMENT 'Frontend Model',\n  `frontend_input` varchar(50) DEFAULT NULL COMMENT 'Frontend Input',\n  `frontend_label` varchar(255) DEFAULT NULL COMMENT 'Frontend Label',\n  `frontend_class` varchar(255) DEFAULT NULL COMMENT 'Frontend Class',\n  `source_model` varchar(255) DEFAULT NULL COMMENT 'Source Model',\n  `is_required` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Defines Is Required',\n  `is_user_defined` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Defines Is User Defined',\n  `default_value` text COMMENT 'Default Value',\n  `is_unique` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Defines Is Unique',\n  `note` varchar(255) DEFAULT NULL COMMENT 'Note',\n  PRIMARY KEY (`attribute_id`),\n  UNIQUE KEY `UNQ_EAV_ATTRIBUTE_ENTITY_TYPE_ID_ATTRIBUTE_CODE` (`entity_type_id`,`attribute_code`),\n  KEY `IDX_EAV_ATTRIBUTE_ENTITY_TYPE_ID` (`entity_type_id`),\n  CONSTRAINT `FK_EAV_ATTRIBUTE_ENTITY_TYPE_ID_EAV_ENTITY_TYPE_ENTITY_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON DELETE CASCADE ON UPDATE CASCADE\n) ENGINE=InnoDB AUTO_INCREMENT=136 DEFAULT CHARSET=utf8 COMMENT='Eav Attribute';\n\n-- Dumping data for table magento1921.eav_attribute: ~135 rows (approximately)\nDELETE FROM `eav_attribute`;\n/*!40000 ALTER TABLE `eav_attribute` DISABLE KEYS */;\nINSERT INTO `eav_attribute` (`attribute_id`, `entity_type_id`, `attribute_code`, `attribute_model`, `backend_model`, `backend_type`, `backend_table`, `frontend_model`, `frontend_input`, `frontend_label`, `frontend_class`, `source_model`, `is_required`, `is_user_defined`, `default_value`, `is_unique`, `note`) VALUES\n\t(0, 1, 'website_id', NULL, 'customer/customer_attribute_backend_website', 'static', NULL, NULL, 'select', 'Associate to Website', NULL, 'customer/customer_attribute_source_website', 1, 0, NULL, 0, NULL),\n\t(2, 1, 'store_id', NULL, 'customer/customer_attribute_backend_store', 'static', NULL, NULL, 'select', 'Create In', NULL, 'customer/customer_attribute_source_store', 1, 0, NULL, 0, NULL),\n\t(3, 1, 'created_in', NULL, NULL, 'varchar', NULL, NULL, 'text', 'Created From', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(4, 1, 'prefix', NULL, NULL, 'varchar', NULL, NULL, 'text', 'Prefix', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(5, 1, 'firstname', NULL, NULL, 'varchar', NULL, NULL, 'text', 'First Name', NULL, NULL, 1, 0, NULL, 0, NULL),\n\t(6, 1, 'middlename', NULL, NULL, 'varchar', NULL, NULL, 'text', 'Middle Name/Initial', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(7, 1, 'lastname', NULL, NULL, 'varchar', NULL, NULL, 'text', 'Last Name', NULL, NULL, 1, 0, NULL, 0, NULL),\n\t(8, 1, 'suffix', NULL, NULL, 'varchar', NULL, NULL, 'text', 'Suffix', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(9, 1, 'email', NULL, NULL, 'static', NULL, NULL, 'text', 'Email', NULL, NULL, 1, 0, NULL, 0, NULL),\n\t(10, 1, 'group_id', NULL, NULL, 'static', NULL, NULL, 'select', 'Group', NULL, 'customer/customer_attribute_source_group', 1, 0, NULL, 0, NULL),\n\t(11, 1, 'dob', NULL, 'eav/entity_attribute_backend_datetime', 'datetime', NULL, 'eav/entity_attribute_frontend_datetime', 'date', 'Date Of Birth', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(12, 1, 'password_hash', NULL, 'customer/customer_attribute_backend_password', 'varchar', NULL, NULL, 'hidden', NULL, NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(13, 1, 'default_billing', NULL, 'customer/customer_attribute_backend_billing', 'int', NULL, NULL, 'text', 'Default Billing Address', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(14, 1, 'default_shipping', NULL, 'customer/customer_attribute_backend_shipping', 'int', NULL, NULL, 'text', 'Default Shipping Address', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(15, 1, 'taxvat', NULL, NULL, 'varchar', NULL, NULL, 'text', 'Tax/VAT Number', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(16, 1, 'confirmation', NULL, NULL, 'varchar', NULL, NULL, 'text', 'Is Confirmed', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(17, 1, 'created_at', NULL, NULL, 'static', NULL, NULL, 'datetime', 'Created At', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(18, 1, 'gender', NULL, NULL, 'int', NULL, NULL, 'select', 'Gender', NULL, 'eav/entity_attribute_source_table', 0, 0, NULL, 0, NULL),\n\t(19, 2, 'prefix', NULL, NULL, 'varchar', NULL, NULL, 'text', 'Prefix', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(20, 2, 'firstname', NULL, NULL, 'varchar', NULL, NULL, 'text', 'First Name', NULL, NULL, 1, 0, NULL, 0, NULL),\n\t(21, 2, 'middlename', NULL, NULL, 'varchar', NULL, NULL, 'text', 'Middle Name/Initial', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(22, 2, 'lastname', NULL, NULL, 'varchar', NULL, NULL, 'text', 'Last Name', NULL, NULL, 1, 0, NULL, 0, NULL),\n\t(23, 2, 'suffix', NULL, NULL, 'varchar', NULL, NULL, 'text', 'Suffix', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(24, 2, 'company', NULL, NULL, 'varchar', NULL, NULL, 'text', 'Company', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(25, 2, 'street', NULL, 'customer/entity_address_attribute_backend_street', 'text', NULL, NULL, 'multiline', 'Street Address', NULL, NULL, 1, 0, NULL, 0, NULL),\n\t(26, 2, 'city', NULL, NULL, 'varchar', NULL, NULL, 'text', 'City', NULL, NULL, 1, 0, NULL, 0, NULL),\n\t(27, 2, 'country_id', NULL, NULL, 'varchar', NULL, NULL, 'select', 'Country', NULL, 'customer/entity_address_attribute_source_country', 1, 0, NULL, 0, NULL),\n\t(28, 2, 'region', NULL, 'customer/entity_address_attribute_backend_region', 'varchar', NULL, NULL, 'text', 'State/Province', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(29, 2, 'region_id', NULL, NULL, 'int', NULL, NULL, 'hidden', 'State/Province', NULL, 'customer/entity_address_attribute_source_region', 0, 0, NULL, 0, NULL),\n\t(30, 2, 'postcode', NULL, NULL, 'varchar', NULL, NULL, 'text', 'Zip/Postal Code', NULL, NULL, 1, 0, NULL, 0, NULL),\n\t(31, 2, 'telephone', NULL, NULL, 'varchar', NULL, NULL, 'text', 'Telephone', NULL, NULL, 1, 0, NULL, 0, NULL),\n\t(32, 2, 'fax', NULL, NULL, 'varchar', NULL, NULL, 'text', 'Fax', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(33, 1, 'rp_token', NULL, NULL, 'varchar', NULL, NULL, 'hidden', NULL, NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(34, 1, 'rp_token_created_at', NULL, NULL, 'datetime', NULL, NULL, 'date', NULL, NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(35, 1, 'disable_auto_group_change', NULL, 'customer/attribute_backend_data_boolean', 'static', NULL, NULL, 'boolean', 'Disable Automatic Group Change Based on VAT ID', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(36, 2, 'vat_id', NULL, NULL, 'varchar', NULL, NULL, 'text', 'VAT number', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(37, 2, 'vat_is_valid', NULL, NULL, 'int', NULL, NULL, 'text', 'VAT number validity', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(38, 2, 'vat_request_id', NULL, NULL, 'varchar', NULL, NULL, 'text', 'VAT number validation request ID', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(39, 2, 'vat_request_date', NULL, NULL, 'varchar', NULL, NULL, 'text', 'VAT number validation request date', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(40, 2, 'vat_request_success', NULL, NULL, 'int', NULL, NULL, 'text', 'VAT number validation request success', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(41, 3, 'name', NULL, NULL, 'varchar', NULL, NULL, 'text', 'Name', NULL, NULL, 1, 0, NULL, 0, NULL),\n\t(42, 3, 'is_active', NULL, NULL, 'int', NULL, NULL, 'select', 'Is Active', NULL, 'eav/entity_attribute_source_boolean', 1, 0, NULL, 0, NULL),\n\t(43, 3, 'url_key', NULL, 'catalog/category_attribute_backend_urlkey', 'varchar', NULL, NULL, 'text', 'URL Key', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(44, 3, 'description', NULL, NULL, 'text', NULL, NULL, 'textarea', 'Description', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(45, 3, 'image', NULL, 'catalog/category_attribute_backend_image', 'varchar', NULL, NULL, 'image', 'Image', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(46, 3, 'meta_title', NULL, NULL, 'varchar', NULL, NULL, 'text', 'Page Title', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(47, 3, 'meta_keywords', NULL, NULL, 'text', NULL, NULL, 'textarea', 'Meta Keywords', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(48, 3, 'meta_description', NULL, NULL, 'text', NULL, NULL, 'textarea', 'Meta Description', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(49, 3, 'display_mode', NULL, NULL, 'varchar', NULL, NULL, 'select', 'Display Mode', NULL, 'catalog/category_attribute_source_mode', 0, 0, NULL, 0, NULL),\n\t(50, 3, 'landing_page', NULL, NULL, 'int', NULL, NULL, 'select', 'CMS Block', NULL, 'catalog/category_attribute_source_page', 0, 0, NULL, 0, NULL),\n\t(51, 3, 'is_anchor', NULL, NULL, 'int', NULL, NULL, 'select', 'Is Anchor', NULL, 'eav/entity_attribute_source_boolean', 0, 0, NULL, 0, NULL),\n\t(52, 3, 'path', NULL, NULL, 'static', NULL, NULL, 'text', 'Path', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(53, 3, 'position', NULL, NULL, 'static', NULL, NULL, 'text', 'Position', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(54, 3, 'all_children', NULL, NULL, 'text', NULL, NULL, 'text', NULL, NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(55, 3, 'path_in_store', NULL, NULL, 'text', NULL, NULL, 'text', NULL, NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(56, 3, 'children', NULL, NULL, 'text', NULL, NULL, 'text', NULL, NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(57, 3, 'url_path', NULL, NULL, 'varchar', NULL, NULL, 'text', NULL, NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(58, 3, 'custom_design', NULL, NULL, 'varchar', NULL, NULL, 'select', 'Custom Design', NULL, 'core/design_source_design', 0, 0, NULL, 0, NULL),\n\t(59, 3, 'custom_design_from', NULL, 'eav/entity_attribute_backend_datetime', 'datetime', NULL, NULL, 'date', 'Active From', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(60, 3, 'custom_design_to', NULL, 'eav/entity_attribute_backend_datetime', 'datetime', NULL, NULL, 'date', 'Active To', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(61, 3, 'page_layout', NULL, NULL, 'varchar', NULL, NULL, 'select', 'Page Layout', NULL, 'catalog/category_attribute_source_layout', 0, 0, NULL, 0, NULL),\n\t(62, 3, 'custom_layout_update', NULL, 'catalog/attribute_backend_customlayoutupdate', 'text', NULL, NULL, 'textarea', 'Custom Layout Update', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(63, 3, 'level', NULL, NULL, 'static', NULL, NULL, 'text', 'Level', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(64, 3, 'children_count', NULL, NULL, 'static', NULL, NULL, 'text', 'Children Count', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(65, 3, 'available_sort_by', NULL, 'catalog/category_attribute_backend_sortby', 'text', NULL, NULL, 'multiselect', 'Available Product Listing Sort By', NULL, 'catalog/category_attribute_source_sortby', 1, 0, NULL, 0, NULL),\n\t(66, 3, 'default_sort_by', NULL, 'catalog/category_attribute_backend_sortby', 'varchar', NULL, NULL, 'select', 'Default Product Listing Sort By', NULL, 'catalog/category_attribute_source_sortby', 1, 0, NULL, 0, NULL),\n\t(67, 3, 'include_in_menu', NULL, NULL, 'int', NULL, NULL, 'select', 'Include in Navigation Menu', NULL, 'eav/entity_attribute_source_boolean', 1, 0, '1', 0, NULL),\n\t(68, 3, 'custom_use_parent_settings', NULL, NULL, 'int', NULL, NULL, 'select', 'Use Parent Category Settings', NULL, 'eav/entity_attribute_source_boolean', 0, 0, NULL, 0, NULL),\n\t(69, 3, 'custom_apply_to_products', NULL, NULL, 'int', NULL, NULL, 'select', 'Apply To Products', NULL, 'eav/entity_attribute_source_boolean', 0, 0, NULL, 0, NULL),\n\t(70, 3, 'filter_price_range', NULL, NULL, 'decimal', NULL, NULL, 'text', 'Layered Navigation Price Step', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(71, 4, 'name', NULL, NULL, 'varchar', NULL, NULL, 'text', 'Name', NULL, NULL, 1, 0, NULL, 0, NULL),\n\t(72, 4, 'description', NULL, NULL, 'text', NULL, NULL, 'textarea', 'Description', NULL, NULL, 1, 0, NULL, 0, NULL),\n\t(73, 4, 'short_description', NULL, NULL, 'text', NULL, NULL, 'textarea', 'Short Description', NULL, NULL, 1, 0, NULL, 0, NULL),\n\t(74, 4, 'sku', NULL, 'catalog/product_attribute_backend_sku', 'static', NULL, NULL, 'text', 'SKU', NULL, NULL, 1, 0, NULL, 1, NULL),\n\t(75, 4, 'price', NULL, 'catalog/product_attribute_backend_price', 'decimal', NULL, NULL, 'price', 'Price', NULL, NULL, 1, 0, NULL, 0, NULL),\n\t(76, 4, 'special_price', NULL, 'catalog/product_attribute_backend_price', 'decimal', NULL, NULL, 'price', 'Special Price', NULL, NULL, 0, 0, NULL, 0, 'The Special Price is active only when lower than the Actual Price'),\n\t(77, 4, 'special_from_date', NULL, 'catalog/product_attribute_backend_startdate_specialprice', 'datetime', NULL, NULL, 'date', 'Special Price From Date', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(78, 4, 'special_to_date', NULL, 'eav/entity_attribute_backend_datetime', 'datetime', NULL, NULL, 'date', 'Special Price To Date', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(79, 4, 'cost', NULL, 'catalog/product_attribute_backend_price', 'decimal', NULL, NULL, 'price', 'Cost', NULL, NULL, 0, 1, NULL, 0, NULL),\n\t(80, 4, 'weight', NULL, NULL, 'decimal', NULL, NULL, 'weight', 'Weight', NULL, NULL, 1, 0, NULL, 0, NULL),\n\t(81, 4, 'manufacturer', NULL, NULL, 'int', NULL, NULL, 'select', 'Manufacturer', NULL, NULL, 0, 1, NULL, 0, NULL),\n\t(82, 4, 'meta_title', NULL, NULL, 'varchar', NULL, NULL, 'text', 'Meta Title', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(83, 4, 'meta_keyword', NULL, NULL, 'text', NULL, NULL, 'textarea', 'Meta Keywords', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(84, 4, 'meta_description', NULL, NULL, 'varchar', NULL, NULL, 'textarea', 'Meta Description', NULL, NULL, 0, 0, NULL, 0, 'Maximum 255 chars'),\n\t(85, 4, 'image', NULL, NULL, 'varchar', NULL, 'catalog/product_attribute_frontend_image', 'media_image', 'Base Image', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(86, 4, 'small_image', NULL, NULL, 'varchar', NULL, 'catalog/product_attribute_frontend_image', 'media_image', 'Small Image', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(87, 4, 'thumbnail', NULL, NULL, 'varchar', NULL, 'catalog/product_attribute_frontend_image', 'media_image', 'Thumbnail', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(88, 4, 'media_gallery', NULL, 'catalog/product_attribute_backend_media', 'varchar', NULL, NULL, 'gallery', 'Media Gallery', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(89, 4, 'old_id', NULL, NULL, 'int', NULL, NULL, 'text', NULL, NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(90, 4, 'group_price', NULL, 'catalog/product_attribute_backend_groupprice', 'decimal', NULL, NULL, 'text', 'Group Price', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(91, 4, 'tier_price', NULL, 'catalog/product_attribute_backend_tierprice', 'decimal', NULL, NULL, 'text', 'Tier Price', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(92, 4, 'color', NULL, NULL, 'int', NULL, NULL, 'select', 'Color', NULL, NULL, 0, 1, NULL, 0, NULL),\n\t(93, 4, 'news_from_date', NULL, 'catalog/product_attribute_backend_startdate', 'datetime', NULL, NULL, 'date', 'Set Product as New from Date', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(94, 4, 'news_to_date', NULL, 'eav/entity_attribute_backend_datetime', 'datetime', NULL, NULL, 'date', 'Set Product as New to Date', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(95, 4, 'gallery', NULL, NULL, 'varchar', NULL, NULL, 'gallery', 'Image Gallery', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(96, 4, 'status', NULL, NULL, 'int', NULL, NULL, 'select', 'Status', NULL, 'catalog/product_status', 1, 0, NULL, 0, NULL),\n\t(97, 4, 'url_key', NULL, 'catalog/product_attribute_backend_urlkey', 'varchar', NULL, NULL, 'text', 'URL Key', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(98, 4, 'url_path', NULL, NULL, 'varchar', NULL, NULL, 'text', NULL, NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(99, 4, 'minimal_price', NULL, NULL, 'decimal', NULL, NULL, 'price', 'Minimal Price', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(100, 4, 'is_recurring', NULL, NULL, 'int', NULL, NULL, 'select', 'Enable Recurring Profile', NULL, 'eav/entity_attribute_source_boolean', 0, 0, NULL, 0, 'Products with recurring profile participate in catalog as nominal items.'),\n\t(101, 4, 'recurring_profile', NULL, 'catalog/product_attribute_backend_recurring', 'text', NULL, NULL, 'text', 'Recurring Payment Profile', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(102, 4, 'visibility', NULL, NULL, 'int', NULL, NULL, 'select', 'Visibility', NULL, 'catalog/product_visibility', 1, 0, '4', 0, NULL),\n\t(103, 4, 'custom_design', NULL, NULL, 'varchar', NULL, NULL, 'select', 'Custom Design', NULL, 'core/design_source_design', 0, 0, NULL, 0, NULL),\n\t(104, 4, 'custom_design_from', NULL, 'catalog/product_attribute_backend_startdate', 'datetime', NULL, NULL, 'date', 'Active From', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(105, 4, 'custom_design_to', NULL, 'eav/entity_attribute_backend_datetime', 'datetime', NULL, NULL, 'date', 'Active To', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(106, 4, 'custom_layout_update', NULL, 'catalog/attribute_backend_customlayoutupdate', 'text', NULL, NULL, 'textarea', 'Custom Layout Update', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(107, 4, 'page_layout', NULL, NULL, 'varchar', NULL, NULL, 'select', 'Page Layout', NULL, 'catalog/product_attribute_source_layout', 0, 0, NULL, 0, NULL),\n\t(108, 4, 'category_ids', NULL, NULL, 'static', NULL, NULL, 'text', NULL, NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(109, 4, 'options_container', NULL, NULL, 'varchar', NULL, NULL, 'select', 'Display Product Options In', NULL, 'catalog/entity_product_attribute_design_options_container', 0, 0, 'container1', 0, NULL),\n\t(110, 4, 'required_options', NULL, NULL, 'static', NULL, NULL, 'text', NULL, NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(111, 4, 'has_options', NULL, NULL, 'static', NULL, NULL, 'text', NULL, NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(112, 4, 'image_label', NULL, NULL, 'varchar', NULL, NULL, 'text', 'Image Label', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(113, 4, 'small_image_label', NULL, NULL, 'varchar', NULL, NULL, 'text', 'Small Image Label', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(114, 4, 'thumbnail_label', NULL, NULL, 'varchar', NULL, NULL, 'text', 'Thumbnail Label', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(115, 4, 'created_at', NULL, 'eav/entity_attribute_backend_time_created', 'static', NULL, NULL, 'text', NULL, NULL, NULL, 1, 0, NULL, 0, NULL),\n\t(116, 4, 'updated_at', NULL, 'eav/entity_attribute_backend_time_updated', 'static', NULL, NULL, 'text', NULL, NULL, NULL, 1, 0, NULL, 0, NULL),\n\t(117, 4, 'country_of_manufacture', NULL, NULL, 'varchar', NULL, NULL, 'select', 'Country of Manufacture', NULL, 'catalog/product_attribute_source_countryofmanufacture', 0, 0, NULL, 0, NULL),\n\t(118, 4, 'msrp_enabled', NULL, 'catalog/product_attribute_backend_msrp', 'varchar', NULL, NULL, 'select', 'Apply MAP', NULL, 'catalog/product_attribute_source_msrp_type_enabled', 0, 0, '2', 0, NULL),\n\t(119, 4, 'msrp_display_actual_price_type', NULL, 'catalog/product_attribute_backend_boolean', 'varchar', NULL, NULL, 'select', 'Display Actual Price', NULL, 'catalog/product_attribute_source_msrp_type_price', 0, 0, '4', 0, NULL),\n\t(120, 4, 'msrp', NULL, 'catalog/product_attribute_backend_price', 'decimal', NULL, NULL, 'price', 'Manufacturer\\'s Suggested Retail Price', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(121, 4, 'tax_class_id', NULL, NULL, 'int', NULL, NULL, 'select', 'Tax Class', NULL, 'tax/class_source_product', 1, 0, NULL, 0, NULL),\n\t(122, 4, 'gift_message_available', NULL, 'catalog/product_attribute_backend_boolean', 'varchar', NULL, NULL, 'select', 'Allow Gift Message', NULL, 'eav/entity_attribute_source_boolean', 0, 0, NULL, 0, NULL),\n\t(123, 4, 'price_type', NULL, NULL, 'int', NULL, NULL, NULL, NULL, NULL, NULL, 1, 0, NULL, 0, NULL),\n\t(124, 4, 'sku_type', NULL, NULL, 'int', NULL, NULL, NULL, NULL, NULL, NULL, 1, 0, NULL, 0, NULL),\n\t(125, 4, 'weight_type', NULL, NULL, 'int', NULL, NULL, NULL, NULL, NULL, NULL, 1, 0, NULL, 0, NULL),\n\t(126, 4, 'price_view', NULL, NULL, 'int', NULL, NULL, 'select', 'Price View', NULL, 'bundle/product_attribute_source_price_view', 1, 0, NULL, 0, NULL),\n\t(127, 4, 'shipment_type', NULL, NULL, 'int', NULL, NULL, NULL, 'Shipment', NULL, NULL, 1, 0, NULL, 0, NULL),\n\t(128, 4, 'links_purchased_separately', NULL, NULL, 'int', NULL, NULL, NULL, 'Links can be purchased separately', NULL, NULL, 1, 0, NULL, 0, NULL),\n\t(129, 4, 'samples_title', NULL, NULL, 'varchar', NULL, NULL, NULL, 'Samples title', NULL, NULL, 1, 0, NULL, 0, NULL),\n\t(130, 4, 'links_title', NULL, NULL, 'varchar', NULL, NULL, NULL, 'Links title', NULL, NULL, 1, 0, NULL, 0, NULL),\n\t(131, 4, 'links_exist', NULL, NULL, 'int', NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, '0', 0, NULL),\n\t(132, 4, 'configurable', NULL, NULL, 'int', NULL, NULL, 'select', 'configurable1', NULL, NULL, 0, 1, '', 0, NULL),\n\t(133, 4, 'enable_googlecheckout', NULL, NULL, 'int', NULL, NULL, 'select', 'Is Product Available for Purchase with Google Checkout', NULL, 'eav/entity_attribute_source_boolean', 0, 0, '1', 0, NULL),\n\t(134, 3, 'thumbnail', NULL, 'catalog/category_attribute_backend_image', 'varchar', NULL, NULL, 'image', 'Thumbnail Image', NULL, NULL, 0, 0, NULL, 0, NULL),\n\t(135, 4, 'confgrbl1', NULL, NULL, 'int', NULL, NULL, 'select', 'confgrbl1', NULL, 'eav/entity_attribute_source_table', 0, 1, '', 0, NULL);\n/*!40000 ALTER TABLE `eav_attribute` ENABLE KEYS */;\n\n-- Dumping structure for table magento1921.eav_entity_type\nDROP TABLE IF EXISTS `eav_entity_type`;\nCREATE TABLE IF NOT EXISTS `eav_entity_type` (\n  `entity_type_id` smallint(5) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Entity Type Id',\n  `entity_type_code` varchar(50) NOT NULL COMMENT 'Entity Type Code',\n  `entity_model` varchar(255) NOT NULL COMMENT 'Entity Model',\n  `attribute_model` varchar(255) DEFAULT NULL COMMENT 'Attribute Model',\n  `entity_table` varchar(255) DEFAULT NULL COMMENT 'Entity Table',\n  `value_table_prefix` varchar(255) DEFAULT NULL COMMENT 'Value Table Prefix',\n  `entity_id_field` varchar(255) DEFAULT NULL COMMENT 'Entity Id Field',\n  `is_data_sharing` smallint(5) unsigned NOT NULL DEFAULT '1' COMMENT 'Defines Is Data Sharing',\n  `data_sharing_key` varchar(100) DEFAULT 'default' COMMENT 'Data Sharing Key',\n  `default_attribute_set_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Default Attribute Set Id',\n  `increment_model` varchar(255) DEFAULT '' COMMENT 'Increment Model',\n  `increment_per_store` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Increment Per Store',\n  `increment_pad_length` smallint(5) unsigned NOT NULL DEFAULT '8' COMMENT 'Increment Pad Length',\n  `increment_pad_char` varchar(1) NOT NULL DEFAULT '0' COMMENT 'Increment Pad Char',\n  `additional_attribute_table` varchar(255) DEFAULT '' COMMENT 'Additional Attribute Table',\n  `entity_attribute_collection` varchar(255) DEFAULT NULL COMMENT 'Entity Attribute Collection',\n  PRIMARY KEY (`entity_type_id`),\n  KEY `IDX_EAV_ENTITY_TYPE_ENTITY_TYPE_CODE` (`entity_type_code`)\n) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8 COMMENT='Eav Entity Type';\n\n-- Dumping data for table magento1921.eav_entity_type: ~8 rows (approximately)\nDELETE FROM `eav_entity_type`;\n/*!40000 ALTER TABLE `eav_entity_type` DISABLE KEYS */;\nINSERT INTO `eav_entity_type` (`entity_type_id`, `entity_type_code`, `entity_model`, `attribute_model`, `entity_table`, `value_table_prefix`, `entity_id_field`, `is_data_sharing`, `data_sharing_key`, `default_attribute_set_id`, `increment_model`, `increment_per_store`, `increment_pad_length`, `increment_pad_char`, `additional_attribute_table`, `entity_attribute_collection`) VALUES\n\t(1, 'customer', 'customer/customer', 'customer/attribute', 'customer/entity', NULL, NULL, 1, 'default', 1, 'eav/entity_increment_numeric', 0, 8, '0', 'customer/eav_attribute', 'customer/attribute_collection'),\n\t(2, 'customer_address', 'customer/address', 'customer/attribute', 'customer/address_entity', NULL, NULL, 1, 'default', 2, NULL, 0, 8, '0', 'customer/eav_attribute', 'customer/address_attribute_collection'),\n\t(3, 'catalog_category', 'catalog/category', 'catalog/resource_eav_attribute', 'catalog/category', NULL, NULL, 1, 'default', 3, NULL, 0, 8, '0', 'catalog/eav_attribute', 'catalog/category_attribute_collection'),\n\t(4, 'catalog_product', 'catalog/product', 'catalog/resource_eav_attribute', 'catalog/product', NULL, NULL, 1, 'default', 4, NULL, 0, 8, '0', 'catalog/eav_attribute', 'catalog/product_attribute_collection'),\n\t(5, 'order', 'sales/order', NULL, 'sales/order', NULL, NULL, 1, 'default', 0, 'eav/entity_increment_numeric', 1, 8, '0', NULL, NULL),\n\t(6, 'invoice', 'sales/order_invoice', NULL, 'sales/invoice', NULL, NULL, 1, 'default', 0, 'eav/entity_increment_numeric', 1, 8, '0', NULL, NULL),\n\t(7, 'creditmemo', 'sales/order_creditmemo', NULL, 'sales/creditmemo', NULL, NULL, 1, 'default', 0, 'eav/entity_increment_numeric', 1, 8, '0', NULL, NULL),\n\t(8, 'shipment', 'sales/order_shipment', NULL, 'sales/shipment', NULL, NULL, 1, 'default', 0, 'eav/entity_increment_numeric', 1, 8, '0', NULL, NULL);\n/*!40000 ALTER TABLE `eav_entity_type` ENABLE KEYS */;\n\n/*!40101 SET SQL_MODE=IFNULL(@OLD_SQL_MODE, '') */;\n/*!40014 SET FOREIGN_KEY_CHECKS=IF(@OLD_FOREIGN_KEY_CHECKS IS NULL, 1, @OLD_FOREIGN_KEY_CHECKS) */;\n/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;\n"
  },
  {
    "path": "tests/integration/resource/data_integrity/dest.sql",
    "content": "/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n"
  },
  {
    "path": "tests/integration/resource/data_integrity/source.sql",
    "content": "/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nSET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0;\n\nCREATE TABLE `eav_entity_type` (\n\t`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Entity Type Id',\n\t`entity_type_code` VARCHAR(50) NOT NULL COMMENT 'Entity Type Code',\n\t`entity_model` VARCHAR(255) NOT NULL COMMENT 'Entity Model',\n\t`attribute_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Attribute Model',\n\t`entity_table` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Entity Table',\n\t`value_table_prefix` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Value Table Prefix',\n\t`entity_id_field` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Entity Id Field',\n\t`is_data_sharing` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Defines Is Data Sharing',\n\t`data_sharing_key` VARCHAR(100) NULL DEFAULT 'default' COMMENT 'Data Sharing Key',\n\t`default_attribute_set_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Default Attribute Set Id',\n\t`increment_model` VARCHAR(255) NULL DEFAULT '' COMMENT 'Increment Model',\n\t`increment_per_store` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Increment Per Store',\n\t`increment_pad_length` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '8' COMMENT 'Increment Pad Length',\n\t`increment_pad_char` VARCHAR(1) NOT NULL DEFAULT '0' COMMENT 'Increment Pad Char',\n\t`additional_attribute_table` VARCHAR(255) NULL DEFAULT '' COMMENT 'Additional Attribute Table',\n\t`entity_attribute_collection` VARCHAR(255) NULL DEFAULT '' COMMENT 'Entity Attribute Collection',\n\tPRIMARY KEY (`entity_type_id`),\n\tINDEX `IDX_EAV_ENTITY_TYPE_ENTITY_TYPE_CODE` (`entity_type_code`)\n) ENGINE=InnoDB COMMENT='Eav Entity Type' COLLATE='utf8_general_ci';\n\nINSERT INTO `eav_entity_type` (`entity_type_id`, `entity_type_code`, `entity_model`, `attribute_model`, `entity_table`, `value_table_prefix`, `entity_id_field`, `is_data_sharing`, `data_sharing_key`, `default_attribute_set_id`, `increment_model`, `increment_per_store`, `increment_pad_length`, `increment_pad_char`, `additional_attribute_table`, `entity_attribute_collection`) VALUES (4, 'catalog_product', 'catalog/product', 'catalog/resource_eav_attribute', 'catalog/product', '', '', 1, 'default', 4, '', 0, 8, '0', 'catalog/eav_attribute', 'catalog/product_attribute_collection');\nINSERT INTO `eav_entity_type` (`entity_type_id`, `entity_type_code`, `entity_model`, `attribute_model`, `entity_table`, `value_table_prefix`, `entity_id_field`, `is_data_sharing`, `data_sharing_key`, `default_attribute_set_id`, `increment_model`, `increment_per_store`, `increment_pad_length`, `increment_pad_char`, `additional_attribute_table`, `entity_attribute_collection`) VALUES (1, 'customer', 'customer/customer', 'customer/attribute', 'customer/entity', '', '', 1, 'default', 1, 'eav/entity_increment_numeric', 0, 8, '0', 'customer/eav_attribute', 'customer/attribute_collection');\n\nCREATE TABLE `eav_attribute` (\n\t`attribute_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Attribute Id',\n\t`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',\n\t`attribute_code` VARCHAR(255) NOT NULL COMMENT 'Attribute Code',\n\t`attribute_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Attribute Model',\n\t`backend_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Backend Model',\n\t`backend_type` VARCHAR(8) NOT NULL DEFAULT 'static' COMMENT 'Backend Type',\n\t`backend_table` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Backend Table',\n\t`frontend_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Frontend Model',\n\t`frontend_input` VARCHAR(50) NULL DEFAULT NULL COMMENT 'Frontend Input',\n\t`frontend_label` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Frontend Label',\n\t`frontend_class` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Frontend Class',\n\t`source_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Source Model',\n\t`is_required` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Defines Is Required',\n\t`is_user_defined` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Defines Is User Defined',\n\t`default_value` TEXT NULL COMMENT 'Default Value',\n\t`is_unique` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Defines Is Unique',\n\t`note` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Note',\n\tPRIMARY KEY (`attribute_id`),\n\tUNIQUE INDEX `UNQ_EAV_ATTRIBUTE_ENTITY_TYPE_ID_ATTRIBUTE_CODE` (`entity_type_id`, `attribute_code`),\n\tINDEX `IDX_EAV_ATTRIBUTE_ENTITY_TYPE_ID` (`entity_type_id`),\n\tCONSTRAINT `FK_EAV_ATTRIBUTE_ENTITY_TYPE_ID_EAV_ENTITY_TYPE_ENTITY_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE\n) ENGINE=InnoDB COMMENT='Eav Attribute' COLLATE='utf8_general_ci';\n\nINSERT INTO `eav_attribute` (`attribute_id`, `entity_type_id`, `attribute_code`, `attribute_model`, `backend_model`, `backend_type`, `backend_table`, `frontend_model`, `frontend_input`, `frontend_label`, `frontend_class`, `source_model`, `is_required`, `is_user_defined`, `default_value`, `is_unique`, `note`) VALUES (63, 4, 'sku', NULL, 'catalog/product_attribute_backend_sku', 'static', '', '', 'text', 'SKU', '', '', 1, 0, '', 1, '');\nINSERT INTO `eav_attribute` (`attribute_id`, `entity_type_id`, `attribute_code`, `attribute_model`, `backend_model`, `backend_type`, `backend_table`, `frontend_model`, `frontend_input`, `frontend_label`, `frontend_class`, `source_model`, `is_required`, `is_user_defined`, `default_value`, `is_unique`, `note`) VALUES (1, 1, 'website_id', NULL, 'customer/customer_attribute_backend_website', 'static', NULL, NULL, 'select', 'Associate to Website', NULL, 'customer/customer_attribute_source_website', 1, 0, NULL, 0, NULL);\nINSERT INTO `eav_attribute` (`attribute_id`, `entity_type_id`, `attribute_code`, `attribute_model`, `backend_model`, `backend_type`, `backend_table`, `frontend_model`, `frontend_input`, `frontend_label`, `frontend_class`, `source_model`, `is_required`, `is_user_defined`, `default_value`, `is_unique`, `note`) VALUES (118, 4, 'msrp_enabled', NULL, 'catalog/product_attribute_backend_msrp', 'varchar', NULL, NULL, 'select', 'Apply MAP', NULL, 'catalog/product_attribute_source_msrp_type_enabled', 0, 0, '2', 0, NULL);\n\nCREATE TABLE `eav_attribute_set` (\n  `attribute_set_id` smallint(5) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Attribute Set Id',\n  `entity_type_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',\n  `attribute_set_name` varchar(255) NOT NULL COMMENT 'Attribute Set Name',\n  `sort_order` smallint(6) NOT NULL DEFAULT '0' COMMENT 'Sort Order',\n  PRIMARY KEY (`attribute_set_id`),\n  UNIQUE KEY `UNQ_EAV_ATTRIBUTE_SET_ENTITY_TYPE_ID_ATTRIBUTE_SET_NAME` (`entity_type_id`,`attribute_set_name`),\n  KEY `IDX_EAV_ATTRIBUTE_SET_ENTITY_TYPE_ID_SORT_ORDER` (`entity_type_id`,`sort_order`),\n  CONSTRAINT `FK_EAV_ATTR_SET_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON DELETE CASCADE ON UPDATE CASCADE\n) ENGINE=InnoDB AUTO_INCREMENT=0 DEFAULT CHARSET=utf8 COMMENT='Eav Attribute Set';\n\nINSERT INTO `eav_attribute_set` (`entity_type_id`, `attribute_set_name`, `sort_order`) VALUES (1, 'Default', 1);\nINSERT INTO `eav_attribute_set` (`entity_type_id`, `attribute_set_name`, `sort_order`) VALUES (2, 'Default', 1);\nINSERT INTO `eav_attribute_set` (`entity_type_id`, `attribute_set_name`, `sort_order`) VALUES (3, 'Default', 1);\nINSERT INTO `eav_attribute_set` (`entity_type_id`, `attribute_set_name`, `sort_order`) VALUES (4, 'Default', 2);\n\nSET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS;\n"
  },
  {
    "path": "tests/integration/resource/default/dest.sql",
    "content": "/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n\n/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;\n/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;\n/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;\n/*!40101 SET NAMES utf8 */;\n/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;\n/*!40103 SET TIME_ZONE='+00:00' */;\n/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;\n/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;\n/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;\n/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;\n\n--\n-- Table structure for table `common_table`\n--\n\nDROP TABLE IF EXISTS `common_table`;\n/*!40101 SET @saved_cs_client     = @@character_set_client */;\n/*!40101 SET character_set_client = utf8 */;\nCREATE TABLE `common_table` (\n  `key` int(11) NOT NULL AUTO_INCREMENT,\n  `dest_field_ignored` int(11) NOT NULL DEFAULT '0',\n  `common_field` int(11) NOT NULL DEFAULT '0',\n  PRIMARY KEY (`key`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8;\n/*!40101 SET character_set_client = @saved_cs_client */;\n\n--\n-- Dumping data for table `common_table`\n--\n\nLOCK TABLES `common_table` WRITE;\n/*!40000 ALTER TABLE `common_table` DISABLE KEYS */;\n/*!40000 ALTER TABLE `common_table` ENABLE KEYS */;\nUNLOCK TABLES;\n\n--\n-- Table structure for table `common_table_extra_field`\n--\n\nDROP TABLE IF EXISTS `common_table_extra_field`;\n/*!40101 SET @saved_cs_client     = @@character_set_client */;\n/*!40101 SET character_set_client = utf8 */;\nCREATE TABLE `common_table_extra_field` (\n  `key` int(11) NOT NULL AUTO_INCREMENT,\n  `common_field` int(11) DEFAULT NULL,\n  PRIMARY KEY (`key`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8;\n/*!40101 SET character_set_client = @saved_cs_client */;\n\n--\n-- Dumping data for table `common_table_extra_field`\n--\n\nLOCK TABLES `common_table_extra_field` WRITE;\n/*!40000 ALTER TABLE `common_table_extra_field` DISABLE KEYS */;\n/*!40000 ALTER TABLE `common_table_extra_field` ENABLE KEYS */;\nUNLOCK TABLES;\n\n--\n-- Table structure for table `dest_table_ignored`\n--\n\nDROP TABLE IF EXISTS `dest_table_ignored`;\n/*!40101 SET @saved_cs_client     = @@character_set_client */;\n/*!40101 SET character_set_client = utf8 */;\nCREATE TABLE `dest_table_ignored` (\n  `key` int(11) NOT NULL AUTO_INCREMENT,\n  PRIMARY KEY (`key`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8;\n/*!40101 SET character_set_client = @saved_cs_client */;\n\n--\n-- Dumping data for table `dest_table_ignored`\n--\n\nLOCK TABLES `dest_table_ignored` WRITE;\n/*!40000 ALTER TABLE `dest_table_ignored` DISABLE KEYS */;\n/*!40000 ALTER TABLE `dest_table_ignored` ENABLE KEYS */;\nUNLOCK TABLES;\n\n--\n-- Table structure for table `dest_table_renamed`\n--\n\nDROP TABLE IF EXISTS `dest_table_renamed`;\n/*!40101 SET @saved_cs_client     = @@character_set_client */;\n/*!40101 SET character_set_client = utf8 */;\nCREATE TABLE `dest_table_renamed` (\n  `key` int(11) NOT NULL AUTO_INCREMENT,\n  PRIMARY KEY (`key`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8;\n/*!40101 SET character_set_client = @saved_cs_client */;\n\n--\n-- Dumping data for table `dest_table_renamed`\n--\n\nLOCK TABLES `dest_table_renamed` WRITE;\n/*!40000 ALTER TABLE `dest_table_renamed` DISABLE KEYS */;\n/*!40000 ALTER TABLE `dest_table_renamed` ENABLE KEYS */;\nUNLOCK TABLES;\n\n--\n-- Table structure for table `table_without_data`\n--\n\nDROP TABLE IF EXISTS `table_without_data`;\n/*!40101 SET @saved_cs_client     = @@character_set_client */;\n/*!40101 SET character_set_client = utf8 */;\nCREATE TABLE `table_without_data` (\n  `key` int(11) NOT NULL AUTO_INCREMENT,\n  `field1` int(11) DEFAULT NULL,\n  `field2` int(11) DEFAULT NULL,\n  `field3` int(11) DEFAULT NULL,\n  PRIMARY KEY (`key`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8;\n/*!40101 SET character_set_client = @saved_cs_client */;\n\n--\n-- Dumping data for table `table_without_data`\n--\n\nLOCK TABLES `table_without_data` WRITE;\n/*!40000 ALTER TABLE `table_without_data` DISABLE KEYS */;\n/*!40000 ALTER TABLE `table_without_data` ENABLE KEYS */;\nUNLOCK TABLES;\n\n--\n-- Table structure for table `table_ignored`\n--\n\nDROP TABLE IF EXISTS `table_ignored`;\n/*!40101 SET @saved_cs_client     = @@character_set_client */;\n/*!40101 SET character_set_client = utf8 */;\nCREATE TABLE `table_ignored` (\n  `field1` int(11) NOT NULL AUTO_INCREMENT,\n  `field2` int(11) DEFAULT NULL,\n  PRIMARY KEY (`field1`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8;\n/*!40101 SET character_set_client = @saved_cs_client */;\n\n--\n-- Dumping data for table `source_table_ignored`\n--\n\nLOCK TABLES `table_ignored` WRITE;\n/*!40000 ALTER TABLE `table_ignored` DISABLE KEYS */;\n/*!40000 ALTER TABLE `table_ignored` ENABLE KEYS */;\nUNLOCK TABLES;\n\n--\n-- Table structure for table `dest_table_1`\n--\n\nDROP TABLE IF EXISTS `dest_table_1`;\n/*!40101 SET @saved_cs_client     = @@character_set_client */;\n/*!40101 SET character_set_client = utf8 */;\nCREATE TABLE `dest_table_1` (\n  `key` int(11) NOT NULL AUTO_INCREMENT,\n  PRIMARY KEY (`key`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8;\n/*!40101 SET character_set_client = @saved_cs_client */;\n\n--\n-- Dumping data for table `dest_table_1`\n--\n\nLOCK TABLES `dest_table_1` WRITE;\n/*!40000 ALTER TABLE `dest_table_1` DISABLE KEYS */;\n/*!40000 ALTER TABLE `dest_table_1` ENABLE KEYS */;\nUNLOCK TABLES;\n\n--\n-- Table structure for table `dest_table_2`\n--\n\nDROP TABLE IF EXISTS `dest_table_2`;\n/*!40101 SET @saved_cs_client     = @@character_set_client */;\n/*!40101 SET character_set_client = utf8 */;\nCREATE TABLE `dest_table_2` (\n  `key` int(11) NOT NULL AUTO_INCREMENT,\n  PRIMARY KEY (`key`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8;\n/*!40101 SET character_set_client = @saved_cs_client */;\n\n--\n-- Dumping data for table `dest_table_2`\n--\n\nLOCK TABLES `dest_table_2` WRITE;\n/*!40000 ALTER TABLE `dest_table_2` DISABLE KEYS */;\n/*!40000 ALTER TABLE `dest_table_2` ENABLE KEYS */;\nUNLOCK TABLES;\n\n\n-- Dumping structure for table magento2mainlinece.core_config_data\nDROP TABLE IF EXISTS `core_config_data`;\nCREATE TABLE IF NOT EXISTS `core_config_data` (\n  `config_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Config Id',\n  `scope` varchar(8) NOT NULL DEFAULT 'default' COMMENT 'Config Scope',\n  `scope_id` int(11) NOT NULL DEFAULT '0' COMMENT 'Config Scope Id',\n  `path` varchar(255) NOT NULL DEFAULT 'general' COMMENT 'Config Path',\n  `value` text COMMENT 'Config Value',\n  PRIMARY KEY (`config_id`),\n  UNIQUE KEY `UNQ_CORE_CONFIG_DATA_SCOPE_SCOPE_ID_PATH` (`scope`,`scope_id`,`path`)\n) ENGINE=InnoDB AUTO_INCREMENT=59 DEFAULT CHARSET=utf8 COMMENT='Config Data';\n\nLOCK TABLES `core_config_data` WRITE;\n-- Dumping data for table magento2mainlinece.core_config_data: ~58 rows (approximately)\nDELETE FROM `core_config_data`;\n/*!40000 ALTER TABLE `core_config_data` DISABLE KEYS */;\nINSERT INTO `core_config_data` (`config_id`, `scope`, `scope_id`, `path`, `value`) VALUES\n\t(1, 'default', 0, 'web/seo/use_rewrites', '0'),\n\t(2, 'default', 0, 'web/unsecure/base_url', 'http://magento2.dev/'),\n\t(3, 'default', 0, 'admin/security/session_lifetime', '60'),\n\t(4, 'default', 0, 'catalog/seo/product_url_suffix', '.html');\n/*!40000 ALTER TABLE `core_config_data` ENABLE KEYS */;\nUNLOCK TABLES;\n\n/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;\n\n/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;\n/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;\n/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;\n/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;\n/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;\n/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;\n/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;\n\n-- Dump completed on 2015-01-29 19:44:27\n"
  },
  {
    "path": "tests/integration/resource/default/source.sql",
    "content": "/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n\n/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;\n/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;\n/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;\n/*!40101 SET NAMES utf8 */;\n/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;\n/*!40103 SET TIME_ZONE='+00:00' */;\n/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;\n/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;\n/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;\n/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;\n\n--\n-- Table structure for table `common_table`\n--\n\nDROP TABLE IF EXISTS `common_table`;\n/*!40101 SET @saved_cs_client     = @@character_set_client */;\n/*!40101 SET character_set_client = utf8 */;\nCREATE TABLE `common_table` (\n  `key` int(11) NOT NULL AUTO_INCREMENT,\n  `common_field` int(11) DEFAULT NULL,\n  `source_field_ignored` int(11) DEFAULT NULL,\n  PRIMARY KEY (`key`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8;\n/*!40101 SET character_set_client = @saved_cs_client */;\n\n--\n-- Dumping data for table `common_table`\n--\n\nLOCK TABLES `common_table` WRITE;\n/*!40000 ALTER TABLE `common_table` DISABLE KEYS */;\nINSERT INTO `common_table` VALUES (1,2,3),(2,3,4),(3,4,5),(4,5,6),(5,5,5),(6,6,7),(7,7,7);\n/*!40000 ALTER TABLE `common_table` ENABLE KEYS */;\nUNLOCK TABLES;\n\n--\n-- Table structure for table `common_table_extra_field`\n--\n\nDROP TABLE IF EXISTS `common_table_extra_field`;\n/*!40101 SET @saved_cs_client     = @@character_set_client */;\n/*!40101 SET character_set_client = utf8 */;\nCREATE TABLE `common_table_extra_field` (\n  `key` int(11) NOT NULL AUTO_INCREMENT,\n  `common_field` int(11) DEFAULT NULL,\n  `source_field_extra` int(11) DEFAULT NULL,\n  PRIMARY KEY (`key`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8;\n/*!40101 SET character_set_client = @saved_cs_client */;\n\n--\n-- Dumping data for table `common_table_extra_field`\n--\n\nLOCK TABLES `common_table_extra_field` WRITE;\n/*!40000 ALTER TABLE `common_table_extra_field` DISABLE KEYS */;\nINSERT INTO `common_table_extra_field` VALUES (1,2,3),(2,3,4),(3,4,5),(4,5,6),(5,5,5),(6,6,7),(7,7,7);\n/*!40000 ALTER TABLE `common_table_extra_field` ENABLE KEYS */;\nUNLOCK TABLES;\n\n--\n-- Table structure for table `source_table_ignored`\n--\n\nDROP TABLE IF EXISTS `source_table_ignored`;\n/*!40101 SET @saved_cs_client     = @@character_set_client */;\n/*!40101 SET character_set_client = utf8 */;\nCREATE TABLE `source_table_ignored` (\n  `field1` int(11) NOT NULL AUTO_INCREMENT,\n  `field2` int(11) DEFAULT NULL,\n  PRIMARY KEY (`field1`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8;\n/*!40101 SET character_set_client = @saved_cs_client */;\n\n--\n-- Dumping data for table `source_table_ignored`\n--\n\nLOCK TABLES `source_table_ignored` WRITE;\n/*!40000 ALTER TABLE `source_table_ignored` DISABLE KEYS */;\nINSERT INTO `source_table_ignored` VALUES (1,2),(2,3),(3,4),(4,5),(5,5),(6,6),(7,7);\n/*!40000 ALTER TABLE `source_table_ignored` ENABLE KEYS */;\nUNLOCK TABLES;\n\n--\n-- Table structure for table `table_ignored`\n--\n\nDROP TABLE IF EXISTS `table_ignored`;\n/*!40101 SET @saved_cs_client     = @@character_set_client */;\n/*!40101 SET character_set_client = utf8 */;\nCREATE TABLE `table_ignored` (\n  `field1` int(11) NOT NULL AUTO_INCREMENT,\n  `field2` int(11) DEFAULT NULL,\n  PRIMARY KEY (`field1`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8;\n/*!40101 SET character_set_client = @saved_cs_client */;\n\n--\n-- Dumping data for table `source_table_ignored`\n--\n\nLOCK TABLES `table_ignored` WRITE;\n/*!40000 ALTER TABLE `table_ignored` DISABLE KEYS */;\nINSERT INTO `table_ignored` VALUES (1,2),(2,3),(3,4),(4,5),(5,5),(6,6),(7,7);\n/*!40000 ALTER TABLE `table_ignored` ENABLE KEYS */;\nUNLOCK TABLES;\n\n--\n-- Table structure for table `source_table_renamed`\n--\n\nDROP TABLE IF EXISTS `source_table_renamed`;\n/*!40101 SET @saved_cs_client     = @@character_set_client */;\n/*!40101 SET character_set_client = utf8 */;\nCREATE TABLE `source_table_renamed` (\n  `key` int(11) NOT NULL AUTO_INCREMENT,\n  PRIMARY KEY (`key`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8;\n/*!40101 SET character_set_client = @saved_cs_client */;\n\n--\n-- Dumping data for table `source_table_renamed`\n--\n\nLOCK TABLES `source_table_renamed` WRITE;\n/*!40000 ALTER TABLE `source_table_renamed` DISABLE KEYS */;\n/*!40000 ALTER TABLE `source_table_renamed` ENABLE KEYS */;\nUNLOCK TABLES;\n\n--\n-- Table structure for table `table_with_data`\n--\n\nDROP TABLE IF EXISTS `table_with_data`;\n/*!40101 SET @saved_cs_client     = @@character_set_client */;\n/*!40101 SET character_set_client = utf8 */;\nCREATE TABLE `table_with_data` (\n  `key` int(11) NOT NULL AUTO_INCREMENT,\n  `field1` int(11) DEFAULT NULL,\n  `field2` int(11) DEFAULT NULL,\n  `field3` int(11) DEFAULT NULL,\n  PRIMARY KEY (`key`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8;\n/*!40101 SET character_set_client = @saved_cs_client */;\n\n--\n-- Dumping data for table `table_with_data`\n--\n\nLOCK TABLES `table_with_data` WRITE;\n/*!40000 ALTER TABLE `table_with_data` DISABLE KEYS */;\nINSERT INTO `table_with_data` VALUES (NULL,1,2,3),(NULL,2,3,4),(NULL,3,4,5),(NULL,4,5,6),(NULL,5,5,5),(NULL,6,6,7),(NULL,7,7,7);\n/*!40000 ALTER TABLE `table_with_data` ENABLE KEYS */;\nUNLOCK TABLES;\n\n--\n-- Table structure for table `source_table_1`\n--\n\nDROP TABLE IF EXISTS `source_table_1`;\n/*!40101 SET @saved_cs_client     = @@character_set_client */;\n/*!40101 SET character_set_client = utf8 */;\nCREATE TABLE `source_table_1` (\n  `key` int(11) NOT NULL AUTO_INCREMENT,\n  PRIMARY KEY (`key`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8;\n/*!40101 SET character_set_client = @saved_cs_client */;\n\n--\n-- Dumping data for table `source_table_1`\n--\n\nLOCK TABLES `source_table_1` WRITE;\n/*!40000 ALTER TABLE `source_table_1` DISABLE KEYS */;\n/*!40000 ALTER TABLE `source_table_1` ENABLE KEYS */;\nUNLOCK TABLES;\n\n--\n-- Table structure for table `source_table_2`\n--\n\nDROP TABLE IF EXISTS `source_table_2`;\n/*!40101 SET @saved_cs_client     = @@character_set_client */;\n/*!40101 SET character_set_client = utf8 */;\nCREATE TABLE `source_table_2` (\n  `key` int(11) NOT NULL AUTO_INCREMENT,\n  PRIMARY KEY (`key`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8;\n/*!40101 SET character_set_client = @saved_cs_client */;\n\n--\n-- Dumping data for table `source_table_2`\n--\n\nLOCK TABLES `source_table_2` WRITE;\n/*!40000 ALTER TABLE `source_table_2` DISABLE KEYS */;\n/*!40000 ALTER TABLE `source_table_2` ENABLE KEYS */;\nUNLOCK TABLES;\n\n\n-- Dumping structure for table magento2mainlinece.core_config_data\nDROP TABLE IF EXISTS `core_config_data`;\nCREATE TABLE IF NOT EXISTS `core_config_data` (\n  `config_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Config Id',\n  `scope` varchar(8) NOT NULL DEFAULT 'default' COMMENT 'Config Scope',\n  `scope_id` int(11) NOT NULL DEFAULT '0' COMMENT 'Config Scope Id',\n  `path` varchar(255) NOT NULL DEFAULT 'general' COMMENT 'Config Path',\n  `value` text COMMENT 'Config Value',\n  PRIMARY KEY (`config_id`),\n  UNIQUE KEY `UNQ_CORE_CONFIG_DATA_SCOPE_SCOPE_ID_PATH` (`scope`,`scope_id`,`path`)\n) ENGINE=InnoDB AUTO_INCREMENT=59 DEFAULT CHARSET=utf8 COMMENT='Config Data';\n\nLOCK TABLES `core_config_data` WRITE;\n-- Dumping data for table magento2mainlinece.core_config_data: ~58 rows (approximately)\nDELETE FROM `core_config_data`;\n/*!40000 ALTER TABLE `core_config_data` DISABLE KEYS */;\nINSERT INTO `core_config_data` (`config_id`, `scope`, `scope_id`, `path`, `value`) VALUES\n\t(1, 'default', 0, 'web/seo/use_rewrites', '1'),\n\t(2, 'default', 0, 'web/unsecure/base_url', 'http://magento1.dev/'),\n\t(3, 'default', 0, 'admin/security/session_cookie_lifetime', '90'),\n\t(4, 'default', 0, 'catalog/seo/product_url_suffix', 'phtml'),\n\t(5, 'default', 0, 'my/extension/path', 'value1');\n/*!40000 ALTER TABLE `core_config_data` ENABLE KEYS */;\nUNLOCK TABLES;\n\n/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;\n/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;\n/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;\n/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;\n/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;\n/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;\n/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;\n\n-- Dump completed on 2015-01-29 19:44:38\n"
  },
  {
    "path": "tests/integration/resource/eav/dest.sql",
    "content": "/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n\nDROP TABLE IF EXISTS `eav_entity_type`;\nCREATE TABLE `eav_entity_type` (\n\t`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Entity Type Id',\n\t`entity_type_code` VARCHAR(50) NOT NULL COMMENT 'Entity Type Code',\n\t`entity_model` VARCHAR(255) NOT NULL COMMENT 'Entity Model',\n\t`attribute_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Attribute Model',\n\t`entity_table` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Entity Table',\n\t`value_table_prefix` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Value Table Prefix',\n\t`entity_id_field` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Entity Id Field',\n\t`is_data_sharing` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Defines Is Data Sharing',\n\t`data_sharing_key` VARCHAR(100) NULL DEFAULT 'default' COMMENT 'Data Sharing Key',\n\t`default_attribute_set_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Default Attribute Set Id',\n\t`increment_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Increment Model',\n\t`increment_per_store` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Increment Per Store',\n\t`increment_pad_length` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '8' COMMENT 'Increment Pad Length',\n\t`increment_pad_char` VARCHAR(1) NOT NULL DEFAULT '0' COMMENT 'Increment Pad Char',\n\t`additional_attribute_table` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Additional Attribute Table',\n\t`entity_attribute_collection` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Entity Attribute Collection',\n\tPRIMARY KEY (`entity_type_id`),\n\tINDEX `IDX_EAV_ENTITY_TYPE_ENTITY_TYPE_CODE` (`entity_type_code`)\n)\nCOMMENT='Eav Entity Type'\nCOLLATE='utf8_general_ci'\nENGINE=InnoDB\n;\nINSERT INTO `eav_entity_type` (`entity_type_id`, `entity_type_code`, `entity_model`, `attribute_model`, `entity_table`, `value_table_prefix`, `entity_id_field`, `is_data_sharing`, `data_sharing_key`, `default_attribute_set_id`, `increment_model`, `increment_per_store`, `increment_pad_length`, `increment_pad_char`, `additional_attribute_table`, `entity_attribute_collection`) VALUES (4, 'catalog_product', 'Magento\\\\Catalog\\\\Model\\\\ResourceModel\\\\Product', 'Magento\\\\Catalog\\\\Model\\\\ResourceModel\\\\Eav\\\\Attribute', 'catalog_product_entity', NULL, NULL, 1, 'default', 4, NULL, 0, 8, '0', 'catalog_eav_attribute', 'Magento\\\\Catalog\\\\Model\\\\ResourceModel\\\\Product\\\\Attribute\\\\Collection');\nINSERT INTO `eav_entity_type` (`entity_type_id`, `entity_type_code`, `entity_model`, `attribute_model`, `entity_table`, `value_table_prefix`, `entity_id_field`, `is_data_sharing`, `data_sharing_key`, `default_attribute_set_id`, `increment_model`, `increment_per_store`, `increment_pad_length`, `increment_pad_char`, `additional_attribute_table`, `entity_attribute_collection`) VALUES (1, 'customer', 'Magento\\\\Customer\\\\Model\\\\ResourceModel\\\\Customer', 'Magento\\\\Customer\\\\Model\\\\Attribute', 'customer_entity', NULL, NULL, 1, 'default', 1, 'Magento\\\\Eav\\\\Model\\\\Entity\\\\Increment\\\\Numeric', 0, 8, '0', 'customer_eav_attribute', 'Magento\\\\Customer\\\\Model\\\\ResourceModel\\\\Attribute\\\\Collection');\n\nDROP TABLE IF EXISTS `eav_attribute`;\nCREATE TABLE `eav_attribute` (\n\t`attribute_id` SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Attribute Id',\n\t`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',\n\t`attribute_code` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Attribute Code',\n\t`attribute_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Attribute Model',\n\t`backend_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Backend Model',\n\t`backend_type` VARCHAR(8) NOT NULL DEFAULT 'static' COMMENT 'Backend Type',\n\t`backend_table` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Backend Table',\n\t`frontend_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Frontend Model',\n\t`frontend_input` VARCHAR(50) NULL DEFAULT NULL COMMENT 'Frontend Input',\n\t`frontend_label` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Frontend Label',\n\t`frontend_class` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Frontend Class',\n\t`source_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Source Model',\n\t`is_required` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Defines Is Required',\n\t`is_user_defined` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Defines Is User Defined',\n\t`default_value` TEXT NULL COMMENT 'Default Value',\n\t`is_unique` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Defines Is Unique',\n\t`note` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Note',\n\tPRIMARY KEY (`attribute_id`),\n\tUNIQUE INDEX `UNQ_EAV_ATTRIBUTE_ENTITY_TYPE_ID_ATTRIBUTE_CODE` (`entity_type_id`, `attribute_code`),\n\tCONSTRAINT `FK_EAV_ATTRIBUTE_ENTITY_TYPE_ID_EAV_ENTITY_TYPE_ENTITY_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\nCOMMENT='Eav Attribute'\nCOLLATE='utf8_general_ci'\nENGINE=InnoDB\n;\nINSERT INTO `eav_attribute` (`attribute_id`, `entity_type_id`, `attribute_code`, `attribute_model`, `backend_model`, `backend_type`, `backend_table`, `frontend_model`, `frontend_input`, `frontend_label`, `frontend_class`, `source_model`, `is_required`, `is_user_defined`, `default_value`, `is_unique`, `note`) VALUES (70, 4, 'sku', NULL, 'Magento\\\\Catalog\\\\Model\\\\Product\\\\Attribute\\\\Backend\\\\Sku', 'static', NULL, NULL, 'text', 'SKU', 'validate-length maximum-length-64', NULL, 1, 0, NULL, 1, NULL);\nINSERT INTO `eav_attribute` (`attribute_id`, `entity_type_id`, `attribute_code`, `attribute_model`, `backend_model`, `backend_type`, `backend_table`, `frontend_model`, `frontend_input`, `frontend_label`, `frontend_class`, `source_model`, `is_required`, `is_user_defined`, `default_value`, `is_unique`, `note`) VALUES (1, 1, 'website_id', NULL, 'Magento\\\\Customer\\\\Model\\\\Customer\\\\Attribute\\\\Backend\\\\Website', 'static', NULL, NULL, 'select', 'Associate to Website', NULL, 'Magento\\\\Customer\\\\Model\\\\Customer\\\\Attribute\\\\Source\\\\Website', 1, 0, NULL, 0, NULL);\nINSERT INTO `eav_attribute` (`attribute_id`, `entity_type_id`, `attribute_code`, `attribute_model`, `backend_model`, `backend_type`, `backend_table`, `frontend_model`, `frontend_input`, `frontend_label`, `frontend_class`, `source_model`, `is_required`, `is_user_defined`, `default_value`, `is_unique`, `note`) VALUES (115, 4, 'quantity_and_stock_status', NULL, 'Magento\\\\Catalog\\\\Model\\\\Product\\\\Attribute\\\\Backend\\\\Stock', 'int', NULL, NULL, 'select', 'Quantity', NULL, 'Magento\\\\CatalogInventory\\\\Model\\\\Source\\\\Stock', 0, 0, '1', 0, NULL);\n\nDROP TABLE IF EXISTS `catalog_eav_attribute`;\nCREATE TABLE `catalog_eav_attribute` (\n\t`attribute_id` SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Attribute ID',\n\t`frontend_input_renderer` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Frontend Input Renderer',\n\t`is_global` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Is Global',\n\t`is_visible` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Is Visible',\n\t`is_searchable` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Searchable',\n\t`is_filterable` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Filterable',\n\t`is_comparable` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Comparable',\n\t`is_visible_on_front` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Visible On Front',\n\t`is_html_allowed_on_front` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is HTML Allowed On Front',\n\t`is_used_for_price_rules` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Used For Price Rules',\n\t`is_filterable_in_search` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Filterable In Search',\n\t`used_in_product_listing` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Used In Product Listing',\n\t`used_for_sort_by` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Used For Sorting',\n\t`apply_to` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Apply To',\n\t`is_visible_in_advanced_search` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Visible In Advanced Search',\n\t`position` INT(11) NOT NULL DEFAULT '0' COMMENT 'Position',\n\t`is_wysiwyg_enabled` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is WYSIWYG Enabled',\n\t`is_used_for_promo_rules` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Used For Promo Rules',\n\t`is_required_in_admin_store` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Required In Admin Store',\n\t`search_weight` FLOAT NOT NULL DEFAULT '3' COMMENT 'Search Weight',\n\tPRIMARY KEY (`attribute_id`),\n\tINDEX `IDX_CATALOG_EAV_ATTRIBUTE_USED_FOR_SORT_BY` (`used_for_sort_by`),\n\tINDEX `IDX_CATALOG_EAV_ATTRIBUTE_USED_IN_PRODUCT_LISTING` (`used_in_product_listing`),\n\tCONSTRAINT `FK_CATALOG_EAV_ATTRIBUTE_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\nCOMMENT='Catalog EAV Attribute Table'\nCOLLATE='utf8_general_ci'\nENGINE=InnoDB\n;\nINSERT INTO `catalog_eav_attribute` (`attribute_id`, `frontend_input_renderer`, `is_global`, `is_visible`, `is_searchable`, `is_filterable`, `is_comparable`, `is_visible_on_front`, `is_html_allowed_on_front`, `is_used_for_price_rules`, `is_filterable_in_search`, `used_in_product_listing`, `used_for_sort_by`, `apply_to`, `is_visible_in_advanced_search`, `position`, `is_wysiwyg_enabled`, `is_used_for_promo_rules`, `is_required_in_admin_store`, `search_weight`) VALUES (70, NULL, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, NULL, 1, 0, 0, 0, 0, 3);\n\nDROP TABLE IF EXISTS `eav_attribute_set`;\nCREATE TABLE `eav_attribute_set` (\n\t`attribute_set_id` SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Attribute Set Id',\n\t`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',\n\t`attribute_set_name` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Attribute Set Name',\n\t`sort_order` SMALLINT(6) NOT NULL DEFAULT '0' COMMENT 'Sort Order',\n\tPRIMARY KEY (`attribute_set_id`),\n\tUNIQUE INDEX `UNQ_EAV_ATTRIBUTE_SET_ENTITY_TYPE_ID_ATTRIBUTE_SET_NAME` (`entity_type_id`, `attribute_set_name`),\n\tINDEX `IDX_EAV_ATTRIBUTE_SET_ENTITY_TYPE_ID_SORT_ORDER` (`entity_type_id`, `sort_order`),\n\tCONSTRAINT `FK_EAV_ATTR_SET_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\nCOMMENT='Eav Attribute Set'\nCOLLATE='utf8_general_ci'\nENGINE=InnoDB\n;\nINSERT INTO `eav_attribute_set` (`attribute_set_id`, `entity_type_id`, `attribute_set_name`, `sort_order`) VALUES (4, 4, 'Default', 1);\nINSERT INTO `eav_attribute_set` (`attribute_set_id`, `entity_type_id`, `attribute_set_name`, `sort_order`) VALUES (1, 1, 'Default', 2);\n\nDROP TABLE IF EXISTS `eav_attribute_group`;\nCREATE TABLE `eav_attribute_group` (\n\t`attribute_group_id` SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Attribute Group Id',\n\t`attribute_set_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Set Id',\n\t`attribute_group_name` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Attribute Group Name',\n\t`sort_order` SMALLINT(6) NOT NULL DEFAULT '0' COMMENT 'Sort Order',\n\t`default_id` SMALLINT(5) UNSIGNED NULL DEFAULT '0' COMMENT 'Default Id',\n\t`attribute_group_code` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Attribute Group Code',\n\t`tab_group_code` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Tab Group Code',\n\tPRIMARY KEY (`attribute_group_id`),\n\tUNIQUE INDEX `UNQ_EAV_ATTRIBUTE_GROUP_ATTRIBUTE_SET_ID_ATTRIBUTE_GROUP_NAME` (`attribute_set_id`, `attribute_group_name`),\n\tINDEX `IDX_EAV_ATTRIBUTE_GROUP_ATTRIBUTE_SET_ID_SORT_ORDER` (`attribute_set_id`, `sort_order`),\n\tCONSTRAINT `FK_EAV_ATTR_GROUP_ATTR_SET_ID_EAV_ATTR_SET_ATTR_SET_ID` FOREIGN KEY (`attribute_set_id`) REFERENCES `eav_attribute_set` (`attribute_set_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\nCOMMENT='Eav Attribute Group'\nCOLLATE='utf8_general_ci'\nENGINE=InnoDB\n;\nINSERT INTO `eav_attribute_group` (`attribute_group_id`, `attribute_set_id`, `attribute_group_name`, `sort_order`, `default_id`, `attribute_group_code`, `tab_group_code`) VALUES (7, 4, 'Product Details', 10, 1, 'product-details', 'basic');\nINSERT INTO `eav_attribute_group` (`attribute_group_id`, `attribute_set_id`, `attribute_group_name`, `sort_order`, `default_id`, `attribute_group_code`, `tab_group_code`) VALUES (1, 1, 'General', 1, 1, NULL, NULL);\nINSERT INTO `eav_attribute_group` (`attribute_group_id`, `attribute_set_id`, `attribute_group_name`, `sort_order`, `default_id`, `attribute_group_code`, `tab_group_code`) VALUES (8, 4, 'Design', 11, 1, 'design', 'advanced');\n\nCREATE TABLE `eav_entity_attribute` (\n  `entity_attribute_id` INT(10) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Entity Attribute Id',\n  `entity_type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',\n  `attribute_set_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Set Id',\n  `attribute_group_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Group Id',\n  `attribute_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Id',\n  `sort_order` SMALLINT(6) NOT NULL DEFAULT '0' COMMENT 'Sort Order',\n  PRIMARY KEY (`entity_attribute_id`),\n  UNIQUE INDEX `UNQ_EAV_ENTITY_ATTRIBUTE_ATTRIBUTE_SET_ID_ATTRIBUTE_ID` (`attribute_set_id`, `attribute_id`),\n  UNIQUE INDEX `UNQ_EAV_ENTITY_ATTRIBUTE_ATTRIBUTE_GROUP_ID_ATTRIBUTE_ID` (`attribute_group_id`, `attribute_id`),\n  INDEX `IDX_EAV_ENTITY_ATTRIBUTE_ATTRIBUTE_SET_ID_SORT_ORDER` (`attribute_set_id`, `sort_order`),\n  INDEX `IDX_EAV_ENTITY_ATTRIBUTE_ATTRIBUTE_ID` (`attribute_id`),\n  CONSTRAINT `FK_EAV_ENTITY_ATTRIBUTE_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_ENTT_ATTR_ATTR_GROUP_ID_EAV_ATTR_GROUP_ATTR_GROUP_ID` FOREIGN KEY (`attribute_group_id`) REFERENCES `eav_attribute_group` (`attribute_group_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Eav Entity Attributes'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\nINSERT INTO `eav_entity_attribute` (`entity_attribute_id`, `entity_type_id`, `attribute_set_id`, `attribute_group_id`, `attribute_id`, `sort_order`) VALUES (70, 4, 4, 7, 70, 20);\nINSERT INTO `eav_entity_attribute` (`entity_attribute_id`, `entity_type_id`, `attribute_set_id`, `attribute_group_id`, `attribute_id`, `sort_order`) VALUES (113, 4, 4, 7, 115, 3);\n\nCREATE TABLE `customer_eav_attribute` (\n  `attribute_id` SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Attribute Id',\n  `is_visible` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Is Visible',\n  `input_filter` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Input Filter',\n  `multiline_count` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Multiline Count',\n  `validate_rules` TEXT NULL COMMENT 'Validate Rules',\n  `is_system` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is System',\n  `sort_order` INT(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Sort Order',\n  `data_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Data Model',\n  `is_used_for_customer_segment` INT(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Customer Segment',\n  PRIMARY KEY (`attribute_id`),\n  CONSTRAINT `FK_CSTR_EAV_ATTR_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Customer Eav Attribute'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\nINSERT INTO `customer_eav_attribute` (`attribute_id`, `is_visible`, `input_filter`, `multiline_count`, `validate_rules`, `is_system`, `sort_order`, `data_model`, `is_used_for_customer_segment`) VALUES (1, 1, NULL, 0, NULL, 1, 10, NULL, 0);\n\nCREATE TABLE `store_website` (\n\t`website_id` SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Website Id',\n\t`code` VARCHAR(32) NULL DEFAULT NULL COMMENT 'Code',\n\t`name` VARCHAR(64) NULL DEFAULT NULL COMMENT 'Website Name',\n\t`sort_order` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Sort Order',\n\t`default_group_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Default Group Id',\n\t`is_default` SMALLINT(5) UNSIGNED NULL DEFAULT '0' COMMENT 'Defines Is Website Default',\n\tPRIMARY KEY (`website_id`),\n\tUNIQUE INDEX `UNQ_STORE_WEBSITE_CODE` (`code`),\n\tINDEX `IDX_STORE_WEBSITE_SORT_ORDER` (`sort_order`),\n\tINDEX `IDX_STORE_WEBSITE_DEFAULT_GROUP_ID` (`default_group_id`)\n)\nCOMMENT='Websites'\nCOLLATE='utf8_general_ci'\nENGINE=InnoDB\n;\n/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;\nINSERT INTO `store_website` (`website_id`, `code`, `name`, `sort_order`, `default_group_id`, `is_default`) VALUES (0, 'admin', 'Admin', 0, 0, 0);\nINSERT INTO `store_website` (`website_id`, `code`, `name`, `sort_order`, `default_group_id`, `is_default`) VALUES (1, 'base', 'Main Website', 0, 1, 1);\n/*!40101 SET SQL_MODE=IFNULL(@OLD_INSERT_SQL_MODE,'') */;\n\n\nCREATE TABLE `customer_eav_attribute_website` (\n\t`attribute_id` SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Attribute Id',\n\t`website_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Website Id',\n\t`is_visible` SMALLINT(5) UNSIGNED NULL DEFAULT NULL COMMENT 'Is Visible',\n\t`is_required` SMALLINT(5) UNSIGNED NULL DEFAULT NULL COMMENT 'Is Required',\n\t`default_value` TEXT NULL COMMENT 'Default Value',\n\t`multiline_count` SMALLINT(5) UNSIGNED NULL DEFAULT NULL COMMENT 'Multiline Count',\n\tPRIMARY KEY (`attribute_id`, `website_id`),\n\tINDEX `IDX_CUSTOMER_EAV_ATTRIBUTE_WEBSITE_WEBSITE_ID` (`website_id`),\n\tCONSTRAINT `FK_CSTR_EAV_ATTR_WS_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n\tCONSTRAINT `FK_CSTR_EAV_ATTR_WS_WS_ID_STORE_WS_WS_ID` FOREIGN KEY (`website_id`) REFERENCES `store_website` (`website_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\nCOMMENT='Customer Eav Attribute Website'\nCOLLATE='utf8_general_ci'\nENGINE=InnoDB\n;\n\nCREATE TABLE `store_group` (\n\t`group_id` SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Group Id',\n\t`website_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Website Id',\n\t`name` VARCHAR(255) NOT NULL COMMENT 'Store Group Name',\n\t`root_category_id` INT(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Root Category Id',\n\t`default_store_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Default Store Id',\n\tPRIMARY KEY (`group_id`),\n\tINDEX `IDX_STORE_GROUP_WEBSITE_ID` (`website_id`),\n\tINDEX `IDX_STORE_GROUP_DEFAULT_STORE_ID` (`default_store_id`),\n\tCONSTRAINT `FK_STORE_GROUP_WEBSITE_ID_STORE_WEBSITE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `store_website` (`website_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\nCOMMENT='Store Groups'\nCOLLATE='utf8_general_ci'\nENGINE=InnoDB\n;\n/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;\nINSERT INTO `store_group` (`group_id`, `website_id`, `name`, `root_category_id`, `default_store_id`) VALUES (0, 0, 'Default', 0, 0);\nINSERT INTO `store_group` (`group_id`, `website_id`, `name`, `root_category_id`, `default_store_id`) VALUES (1, 1, 'Main Website Store', 2, 1);\n/*!40101 SET SQL_MODE=IFNULL(@OLD_INSERT_SQL_MODE,'') */;\n\nCREATE TABLE `store` (\n\t`store_id` SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Store Id',\n\t`code` VARCHAR(32) NULL DEFAULT NULL COMMENT 'Code',\n\t`website_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Website Id',\n\t`group_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Group Id',\n\t`name` VARCHAR(255) NOT NULL COMMENT 'Store Name',\n\t`sort_order` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Sort Order',\n\t`is_active` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Activity',\n\tPRIMARY KEY (`store_id`),\n\tUNIQUE INDEX `UNQ_STORE_CODE` (`code`),\n\tINDEX `IDX_STORE_WEBSITE_ID` (`website_id`),\n\tINDEX `IDX_STORE_IS_ACTIVE_SORT_ORDER` (`is_active`, `sort_order`),\n\tINDEX `IDX_STORE_GROUP_ID` (`group_id`),\n\tCONSTRAINT `FK_STORE_GROUP_ID_STORE_GROUP_GROUP_ID` FOREIGN KEY (`group_id`) REFERENCES `store_group` (`group_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n\tCONSTRAINT `FK_STORE_WEBSITE_ID_STORE_WEBSITE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `store_website` (`website_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\nCOMMENT='Stores'\nCOLLATE='utf8_general_ci'\nENGINE=InnoDB\n;\n/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;\nINSERT INTO `store` (`store_id`, `code`, `website_id`, `group_id`, `name`, `sort_order`, `is_active`) VALUES (0, 'admin', 0, 0, 'Admin', 0, 1);\nINSERT INTO `store` (`store_id`, `code`, `website_id`, `group_id`, `name`, `sort_order`, `is_active`) VALUES (1, 'default', 1, 1, 'Default Store View', 0, 1);\n/*!40101 SET SQL_MODE=IFNULL(@OLD_INSERT_SQL_MODE,'') */;\n\nCREATE TABLE `eav_attribute_label` (\n  `attribute_label_id` INT(10) UNSIGNED NOT NULL  COMMENT 'Attribute Label Id',\n  `attribute_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Id',\n  `store_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Id',\n  `value` VARCHAR(255) NOT NULL COMMENT 'Value',\n  PRIMARY KEY (`attribute_label_id`),\n  INDEX `IDX_EAV_ATTRIBUTE_LABEL_ATTRIBUTE_ID` (`attribute_id`),\n  INDEX `IDX_EAV_ATTRIBUTE_LABEL_STORE_ID` (`store_id`),\n  INDEX `IDX_EAV_ATTRIBUTE_LABEL_ATTRIBUTE_ID_STORE_ID` (`attribute_id`, `store_id`),\n  CONSTRAINT `FK_EAV_ATTRIBUTE_LABEL_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_ATTRIBUTE_LABEL_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Eav Attribute Label'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\n\nCREATE TABLE `eav_attribute_option` (\n  `option_id` INT(10) UNSIGNED NOT NULL COMMENT 'Option Id',\n  `attribute_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Id',\n  `sort_order` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Sort Order',\n  PRIMARY KEY (`option_id`),\n  INDEX `IDX_EAV_ATTRIBUTE_OPTION_ATTRIBUTE_ID` (`attribute_id`),\n  CONSTRAINT `FK_EAV_ATTRIBUTE_OPTION_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Eav Attribute Option'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\n\nCREATE TABLE `eav_attribute_option_value` (\n  `value_id` INT(10) UNSIGNED NOT NULL COMMENT 'Value Id',\n  `option_id` INT(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Option Id',\n  `store_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Id',\n  `value` VARCHAR(255) NOT NULL COMMENT 'Value',\n  PRIMARY KEY (`value_id`),\n  INDEX `IDX_EAV_ATTRIBUTE_OPTION_VALUE_OPTION_ID` (`option_id`),\n  INDEX `IDX_EAV_ATTRIBUTE_OPTION_VALUE_STORE_ID` (`store_id`),\n  CONSTRAINT `FK_EAV_ATTRIBUTE_OPTION_VALUE_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_ATTR_OPT_VAL_OPT_ID_EAV_ATTR_OPT_OPT_ID` FOREIGN KEY (`option_id`) REFERENCES `eav_attribute_option` (`option_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Eav Attribute Option Value'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\n\nCREATE TABLE `eav_entity` (\n  `entity_id` INT(10) UNSIGNED NOT NULL COMMENT 'Entity Id',\n  `entity_type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',\n  `attribute_set_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Set Id',\n  `increment_id` VARCHAR(50) NOT NULL COMMENT 'Increment Id',\n  `parent_id` INT(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Parent Id',\n  `store_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Id',\n  `created_at` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT 'Created At',\n  `updated_at` TIMESTAMP NOT NULL DEFAULT '0000-00-00 00:00:00' COMMENT 'Updated At',\n  `is_active` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Defines Is Entity Active',\n  PRIMARY KEY (`entity_id`),\n  INDEX `IDX_EAV_ENTITY_ENTITY_TYPE_ID` (`entity_type_id`),\n  INDEX `IDX_EAV_ENTITY_STORE_ID` (`store_id`),\n  CONSTRAINT `FK_EAV_ENTITY_ENTITY_TYPE_ID_EAV_ENTITY_TYPE_ENTITY_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_ENTITY_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Eav Entity'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\n\nCREATE TABLE `eav_entity_datetime` (\n  `value_id` INT(11) NOT NULL COMMENT 'Value Id',\n  `entity_type_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Entity Type Id',\n  `attribute_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Attribute Id',\n  `store_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Store Id',\n  `entity_id` INT(10) UNSIGNED NOT NULL COMMENT 'Entity Id',\n  `value` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00' COMMENT 'Attribute Value',\n  PRIMARY KEY (`value_id`),\n  UNIQUE INDEX `UNQ_EAV_ENTITY_DATETIME_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`entity_id`, `attribute_id`, `store_id`),\n  INDEX `IDX_EAV_ENTITY_DATETIME_ENTITY_TYPE_ID` (`entity_type_id`),\n  INDEX `IDX_EAV_ENTITY_DATETIME_ATTRIBUTE_ID` (`attribute_id`),\n  INDEX `IDX_EAV_ENTITY_DATETIME_STORE_ID` (`store_id`),\n  INDEX `IDX_EAV_ENTITY_DATETIME_ENTITY_ID` (`entity_id`),\n  INDEX `IDX_EAV_ENTITY_DATETIME_ATTRIBUTE_ID_VALUE` (`attribute_id`, `value`),\n  INDEX `IDX_EAV_ENTITY_DATETIME_ENTITY_TYPE_ID_VALUE` (`entity_type_id`, `value`),\n  CONSTRAINT `FK_EAV_ENTITY_DATETIME_ENTITY_ID_EAV_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `eav_entity` (`entity_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_ENTITY_DATETIME_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_ENTT_DTIME_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Eav Entity Value Prefix'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\n\nCREATE TABLE `eav_entity_decimal` (\n  `value_id` INT(11) NOT NULL COMMENT 'Value Id',\n  `entity_type_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Entity Type Id',\n  `attribute_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Attribute Id',\n  `store_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Store Id',\n  `entity_id` INT(10) UNSIGNED NOT NULL COMMENT 'Entity Id',\n  `value` DECIMAL(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Attribute Value',\n  PRIMARY KEY (`value_id`),\n  UNIQUE INDEX `UNQ_EAV_ENTITY_DECIMAL_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`entity_id`, `attribute_id`, `store_id`),\n  INDEX `IDX_EAV_ENTITY_DECIMAL_ENTITY_TYPE_ID` (`entity_type_id`),\n  INDEX `IDX_EAV_ENTITY_DECIMAL_ATTRIBUTE_ID` (`attribute_id`),\n  INDEX `IDX_EAV_ENTITY_DECIMAL_STORE_ID` (`store_id`),\n  INDEX `IDX_EAV_ENTITY_DECIMAL_ENTITY_ID` (`entity_id`),\n  INDEX `IDX_EAV_ENTITY_DECIMAL_ATTRIBUTE_ID_VALUE` (`attribute_id`, `value`),\n  INDEX `IDX_EAV_ENTITY_DECIMAL_ENTITY_TYPE_ID_VALUE` (`entity_type_id`, `value`),\n  CONSTRAINT `FK_EAV_ENTITY_DECIMAL_ENTITY_ID_EAV_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `eav_entity` (`entity_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_ENTITY_DECIMAL_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_ENTT_DEC_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Eav Entity Value Prefix'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\n\nCREATE TABLE `eav_entity_int` (\n  `value_id` INT(11) NOT NULL COMMENT 'Value Id',\n  `entity_type_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Entity Type Id',\n  `attribute_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Attribute Id',\n  `store_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Store Id',\n  `entity_id` INT(10) UNSIGNED NOT NULL COMMENT 'Entity Id',\n  `value` INT(11) NOT NULL COMMENT 'Attribute Value',\n  PRIMARY KEY (`value_id`),\n  UNIQUE INDEX `UNQ_EAV_ENTITY_INT_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`entity_id`, `attribute_id`, `store_id`),\n  INDEX `IDX_EAV_ENTITY_INT_ENTITY_TYPE_ID` (`entity_type_id`),\n  INDEX `IDX_EAV_ENTITY_INT_ATTRIBUTE_ID` (`attribute_id`),\n  INDEX `IDX_EAV_ENTITY_INT_STORE_ID` (`store_id`),\n  INDEX `IDX_EAV_ENTITY_INT_ENTITY_ID` (`entity_id`),\n  INDEX `IDX_EAV_ENTITY_INT_ATTRIBUTE_ID_VALUE` (`attribute_id`, `value`),\n  INDEX `IDX_EAV_ENTITY_INT_ENTITY_TYPE_ID_VALUE` (`entity_type_id`, `value`),\n  CONSTRAINT `FK_EAV_ENTITY_INT_ENTITY_ID_EAV_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `eav_entity` (`entity_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_ENTITY_INT_ENTITY_TYPE_ID_EAV_ENTITY_TYPE_ENTITY_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_ENTITY_INT_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Eav Entity Value Prefix'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\n\nCREATE TABLE `eav_entity_store` (\n  `entity_store_id` INT(10) UNSIGNED NOT NULL COMMENT 'Entity Store Id',\n  `entity_type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',\n  `store_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Id',\n  `increment_prefix` VARCHAR(20) NULL DEFAULT NULL COMMENT 'Increment Prefix',\n  `increment_last_id` VARCHAR(50) NULL DEFAULT NULL COMMENT 'Last Incremented Id',\n  PRIMARY KEY (`entity_store_id`),\n  INDEX `IDX_EAV_ENTITY_STORE_ENTITY_TYPE_ID` (`entity_type_id`),\n  INDEX `IDX_EAV_ENTITY_STORE_STORE_ID` (`store_id`),\n  CONSTRAINT `FK_EAV_ENTITY_STORE_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_ENTT_STORE_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Eav Entity Store'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\n\nCREATE TABLE `eav_entity_text` (\n  `value_id` INT(11) NOT NULL COMMENT 'Value Id',\n  `entity_type_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Entity Type Id',\n  `attribute_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Attribute Id',\n  `store_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Store Id',\n  `entity_id` INT(10) UNSIGNED NOT NULL COMMENT 'Entity Id',\n  `value` TEXT NOT NULL COMMENT 'Attribute Value',\n  PRIMARY KEY (`value_id`),\n  UNIQUE INDEX `UNQ_EAV_ENTITY_TEXT_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`entity_id`, `attribute_id`, `store_id`),\n  INDEX `IDX_EAV_ENTITY_TEXT_ENTITY_TYPE_ID` (`entity_type_id`),\n  INDEX `IDX_EAV_ENTITY_TEXT_ATTRIBUTE_ID` (`attribute_id`),\n  INDEX `IDX_EAV_ENTITY_TEXT_STORE_ID` (`store_id`),\n  INDEX `IDX_EAV_ENTITY_TEXT_ENTITY_ID` (`entity_id`),\n  CONSTRAINT `FK_EAV_ENTITY_TEXT_ENTITY_ID_EAV_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `eav_entity` (`entity_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_ENTITY_TEXT_ENTITY_TYPE_ID_EAV_ENTITY_TYPE_ENTITY_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_ENTITY_TEXT_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Eav Entity Value Prefix'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\n\nCREATE TABLE `eav_entity_varchar` (\n  `value_id` INT(11) NOT NULL COMMENT 'Value Id',\n  `entity_type_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Entity Type Id',\n  `attribute_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Attribute Id',\n  `store_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Store Id',\n  `entity_id` INT(10) UNSIGNED NOT NULL COMMENT 'Entity Id',\n  `value` VARCHAR(255) NOT NULL COMMENT 'Attribute Value',\n  PRIMARY KEY (`value_id`),\n  UNIQUE INDEX `UNQ_EAV_ENTITY_VARCHAR_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`entity_id`, `attribute_id`, `store_id`),\n  INDEX `IDX_EAV_ENTITY_VARCHAR_ENTITY_TYPE_ID` (`entity_type_id`),\n  INDEX `IDX_EAV_ENTITY_VARCHAR_ATTRIBUTE_ID` (`attribute_id`),\n  INDEX `IDX_EAV_ENTITY_VARCHAR_STORE_ID` (`store_id`),\n  INDEX `IDX_EAV_ENTITY_VARCHAR_ENTITY_ID` (`entity_id`),\n  INDEX `IDX_EAV_ENTITY_VARCHAR_ATTRIBUTE_ID_VALUE` (`attribute_id`, `value`),\n  INDEX `IDX_EAV_ENTITY_VARCHAR_ENTITY_TYPE_ID_VALUE` (`entity_type_id`, `value`),\n  CONSTRAINT `FK_EAV_ENTITY_VARCHAR_ENTITY_ID_EAV_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `eav_entity` (`entity_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_ENTITY_VARCHAR_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_ENTT_VCHR_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Eav Entity Value Prefix'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\n\nCREATE TABLE `eav_form_type` (\n  `type_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Type Id',\n  `code` VARCHAR(64) NOT NULL COMMENT 'Code',\n  `label` VARCHAR(255) NOT NULL COMMENT 'Label',\n  `is_system` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is System',\n  `theme` VARCHAR(64) NULL DEFAULT NULL COMMENT 'Theme',\n  `store_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Id',\n  PRIMARY KEY (`type_id`),\n  UNIQUE INDEX `UNQ_EAV_FORM_TYPE_CODE_THEME_STORE_ID` (`code`, `theme`, `store_id`),\n  INDEX `IDX_EAV_FORM_TYPE_STORE_ID` (`store_id`),\n  CONSTRAINT `FK_EAV_FORM_TYPE_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Eav Form Type'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\n\nCREATE TABLE `eav_form_fieldset` (\n  `fieldset_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Fieldset Id',\n  `type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Type Id',\n  `code` VARCHAR(64) NOT NULL COMMENT 'Code',\n  `sort_order` INT(11) NOT NULL DEFAULT '0' COMMENT 'Sort Order',\n  PRIMARY KEY (`fieldset_id`),\n  UNIQUE INDEX `UNQ_EAV_FORM_FIELDSET_TYPE_ID_CODE` (`type_id`, `code`),\n  INDEX `IDX_EAV_FORM_FIELDSET_TYPE_ID` (`type_id`),\n  CONSTRAINT `FK_EAV_FORM_FIELDSET_TYPE_ID_EAV_FORM_TYPE_TYPE_ID` FOREIGN KEY (`type_id`) REFERENCES `eav_form_type` (`type_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Eav Form Fieldset'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\n\nCREATE TABLE `eav_form_element` (\n  `element_id` INT(10) UNSIGNED NOT NULL COMMENT 'Element Id',\n  `type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Type Id',\n  `fieldset_id` SMALLINT(5) UNSIGNED NULL DEFAULT NULL COMMENT 'Fieldset Id',\n  `attribute_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Id',\n  `sort_order` INT(11) NOT NULL DEFAULT '0' COMMENT 'Sort Order',\n  PRIMARY KEY (`element_id`),\n  UNIQUE INDEX `UNQ_EAV_FORM_ELEMENT_TYPE_ID_ATTRIBUTE_ID` (`type_id`, `attribute_id`),\n  INDEX `IDX_EAV_FORM_ELEMENT_TYPE_ID` (`type_id`),\n  INDEX `IDX_EAV_FORM_ELEMENT_FIELDSET_ID` (`fieldset_id`),\n  INDEX `IDX_EAV_FORM_ELEMENT_ATTRIBUTE_ID` (`attribute_id`),\n  CONSTRAINT `FK_EAV_FORM_ELEMENT_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_FORM_ELEMENT_FIELDSET_ID_EAV_FORM_FIELDSET_FIELDSET_ID` FOREIGN KEY (`fieldset_id`) REFERENCES `eav_form_fieldset` (`fieldset_id`) ON UPDATE CASCADE ON DELETE SET NULL,\n  CONSTRAINT `FK_EAV_FORM_ELEMENT_TYPE_ID_EAV_FORM_TYPE_TYPE_ID` FOREIGN KEY (`type_id`) REFERENCES `eav_form_type` (`type_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Eav Form Element'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\n\nCREATE TABLE `eav_form_fieldset_label` (\n  `fieldset_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Fieldset Id',\n  `store_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Store Id',\n  `label` VARCHAR(255) NOT NULL COMMENT 'Label',\n  PRIMARY KEY (`fieldset_id`, `store_id`),\n  INDEX `IDX_EAV_FORM_FIELDSET_LABEL_STORE_ID` (`store_id`),\n  CONSTRAINT `FK_EAV_FORM_FIELDSET_LABEL_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_FORM_FSET_LBL_FSET_ID_EAV_FORM_FSET_FSET_ID` FOREIGN KEY (`fieldset_id`) REFERENCES `eav_form_fieldset` (`fieldset_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Eav Form Fieldset Label'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\n\nCREATE TABLE `eav_form_type_entity` (\n  `type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Type Id',\n  `entity_type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',\n  PRIMARY KEY (`type_id`, `entity_type_id`),\n  INDEX `IDX_EAV_FORM_TYPE_ENTITY_ENTITY_TYPE_ID` (`entity_type_id`),\n  CONSTRAINT `FK_EAV_FORM_TYPE_ENTITY_TYPE_ID_EAV_FORM_TYPE_TYPE_ID` FOREIGN KEY (`type_id`) REFERENCES `eav_form_type` (`type_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_FORM_TYPE_ENTT_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Eav Form Type Entity'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\n"
  },
  {
    "path": "tests/integration/resource/eav/source.sql",
    "content": "/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n\nCREATE TABLE `eav_entity_type` (\n\t`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Entity Type Id',\n\t`entity_type_code` VARCHAR(50) NOT NULL COMMENT 'Entity Type Code',\n\t`entity_model` VARCHAR(255) NOT NULL COMMENT 'Entity Model',\n\t`attribute_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Attribute Model',\n\t`entity_table` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Entity Table',\n\t`value_table_prefix` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Value Table Prefix',\n\t`entity_id_field` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Entity Id Field',\n\t`is_data_sharing` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Defines Is Data Sharing',\n\t`data_sharing_key` VARCHAR(100) NULL DEFAULT 'default' COMMENT 'Data Sharing Key',\n\t`default_attribute_set_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Default Attribute Set Id',\n\t`increment_model` VARCHAR(255) NULL DEFAULT '' COMMENT 'Increment Model',\n\t`increment_per_store` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Increment Per Store',\n\t`increment_pad_length` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '8' COMMENT 'Increment Pad Length',\n\t`increment_pad_char` VARCHAR(1) NOT NULL DEFAULT '0' COMMENT 'Increment Pad Char',\n\t`additional_attribute_table` VARCHAR(255) NULL DEFAULT '' COMMENT 'Additional Attribute Table',\n\t`entity_attribute_collection` VARCHAR(255) NULL DEFAULT '' COMMENT 'Entity Attribute Collection',\n\tPRIMARY KEY (`entity_type_id`),\n\tINDEX `IDX_EAV_ENTITY_TYPE_ENTITY_TYPE_CODE` (`entity_type_code`)\n)\nCOMMENT='Eav Entity Type'\nCOLLATE='utf8_general_ci'\nENGINE=InnoDB\n;\nINSERT INTO `eav_entity_type` (`entity_type_id`, `entity_type_code`, `entity_model`, `attribute_model`, `entity_table`, `value_table_prefix`, `entity_id_field`, `is_data_sharing`, `data_sharing_key`, `default_attribute_set_id`, `increment_model`, `increment_per_store`, `increment_pad_length`, `increment_pad_char`, `additional_attribute_table`, `entity_attribute_collection`) VALUES (4, 'catalog_product', 'catalog/product', 'catalog/resource_eav_attribute', 'catalog/product', '', '', 1, 'default', 4, '', 0, 8, '0', 'catalog/eav_attribute', 'catalog/product_attribute_collection');\nINSERT INTO `eav_entity_type` (`entity_type_id`, `entity_type_code`, `entity_model`, `attribute_model`, `entity_table`, `value_table_prefix`, `entity_id_field`, `is_data_sharing`, `data_sharing_key`, `default_attribute_set_id`, `increment_model`, `increment_per_store`, `increment_pad_length`, `increment_pad_char`, `additional_attribute_table`, `entity_attribute_collection`) VALUES (1, 'customer', 'customer/customer', 'customer/attribute', 'customer/entity', '', '', 1, 'default', 1, 'eav/entity_increment_numeric', 0, 8, '0', 'customer/eav_attribute', 'customer/attribute_collection');\n\nCREATE TABLE `eav_attribute` (\n\t`attribute_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Attribute Id',\n\t`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',\n\t`attribute_code` VARCHAR(255) NOT NULL COMMENT 'Attribute Code',\n\t`attribute_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Attribute Model',\n\t`backend_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Backend Model',\n\t`backend_type` VARCHAR(8) NOT NULL DEFAULT 'static' COMMENT 'Backend Type',\n\t`backend_table` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Backend Table',\n\t`frontend_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Frontend Model',\n\t`frontend_input` VARCHAR(50) NULL DEFAULT NULL COMMENT 'Frontend Input',\n\t`frontend_label` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Frontend Label',\n\t`frontend_class` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Frontend Class',\n\t`source_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Source Model',\n\t`is_required` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Defines Is Required',\n\t`is_user_defined` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Defines Is User Defined',\n\t`default_value` TEXT NULL COMMENT 'Default Value',\n\t`is_unique` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Defines Is Unique',\n\t`note` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Note',\n\tPRIMARY KEY (`attribute_id`),\n\tUNIQUE INDEX `UNQ_EAV_ATTRIBUTE_ENTITY_TYPE_ID_ATTRIBUTE_CODE` (`entity_type_id`, `attribute_code`),\n\tINDEX `IDX_EAV_ATTRIBUTE_ENTITY_TYPE_ID` (`entity_type_id`),\n\tCONSTRAINT `FK_EAV_ATTRIBUTE_ENTITY_TYPE_ID_EAV_ENTITY_TYPE_ENTITY_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\nCOMMENT='Eav Attribute'\nCOLLATE='utf8_general_ci'\nENGINE=InnoDB\n;\nINSERT INTO `eav_attribute` (`attribute_id`, `entity_type_id`, `attribute_code`, `attribute_model`, `backend_model`, `backend_type`, `backend_table`, `frontend_model`, `frontend_input`, `frontend_label`, `frontend_class`, `source_model`, `is_required`, `is_user_defined`, `default_value`, `is_unique`, `note`) VALUES (63, 4, 'sku', NULL, 'catalog/product_attribute_backend_sku', 'static', '', '', 'text', 'SKU', '', '', 1, 0, '', 1, '');\nINSERT INTO `eav_attribute` (`attribute_id`, `entity_type_id`, `attribute_code`, `attribute_model`, `backend_model`, `backend_type`, `backend_table`, `frontend_model`, `frontend_input`, `frontend_label`, `frontend_class`, `source_model`, `is_required`, `is_user_defined`, `default_value`, `is_unique`, `note`) VALUES (1, 1, 'website_id', NULL, 'customer/customer_attribute_backend_website', 'static', NULL, NULL, 'select', 'Associate to Website', NULL, 'customer/customer_attribute_source_website', 1, 0, NULL, 0, NULL);\nINSERT INTO `eav_attribute` (`attribute_id`, `entity_type_id`, `attribute_code`, `attribute_model`, `backend_model`, `backend_type`, `backend_table`, `frontend_model`, `frontend_input`, `frontend_label`, `frontend_class`, `source_model`, `is_required`, `is_user_defined`, `default_value`, `is_unique`, `note`) VALUES (118, 4, 'msrp_enabled', NULL, 'catalog/product_attribute_backend_msrp', 'varchar', NULL, NULL, 'select', 'Apply MAP', NULL, 'catalog/product_attribute_source_msrp_type_enabled', 0, 0, '2', 0, NULL);\n\nCREATE TABLE `catalog_eav_attribute` (\n\t`attribute_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute ID',\n\t`frontend_input_renderer` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Frontend Input Renderer',\n\t`is_global` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Is Global',\n\t`is_visible` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Is Visible',\n\t`is_searchable` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Searchable',\n\t`search_weight` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Search Weight',\n\t`is_filterable` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Filterable',\n\t`is_comparable` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Comparable',\n\t`is_visible_on_front` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Visible On Front',\n\t`is_html_allowed_on_front` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is HTML Allowed On Front',\n\t`is_used_for_price_rules` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Used For Price Rules',\n\t`is_filterable_in_search` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Filterable In Search',\n\t`used_in_product_listing` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Used In Product Listing',\n\t`used_for_sort_by` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Used For Sorting',\n\t`is_configurable` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Is Configurable',\n\t`apply_to` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Apply To',\n\t`is_visible_in_advanced_search` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Visible In Advanced Search',\n\t`position` INT(11) NOT NULL DEFAULT '0' COMMENT 'Position',\n\t`is_wysiwyg_enabled` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is WYSIWYG Enabled',\n\t`is_used_for_promo_rules` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Used For Promo Rules',\n\tPRIMARY KEY (`attribute_id`),\n\tINDEX `IDX_CATALOG_EAV_ATTRIBUTE_USED_FOR_SORT_BY` (`used_for_sort_by`),\n\tINDEX `IDX_CATALOG_EAV_ATTRIBUTE_USED_IN_PRODUCT_LISTING` (`used_in_product_listing`),\n\tCONSTRAINT `FK_CATALOG_EAV_ATTRIBUTE_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\nCOMMENT='Catalog EAV Attribute Table'\nCOLLATE='utf8_general_ci'\nENGINE=InnoDB\n;\nINSERT INTO `catalog_eav_attribute` (`attribute_id`, `frontend_input_renderer`, `is_global`, `is_visible`, `is_searchable`, `search_weight`, `is_filterable`, `is_comparable`, `is_visible_on_front`, `is_html_allowed_on_front`, `is_used_for_price_rules`, `is_filterable_in_search`, `used_in_product_listing`, `used_for_sort_by`, `is_configurable`, `apply_to`, `is_visible_in_advanced_search`, `position`, `is_wysiwyg_enabled`, `is_used_for_promo_rules`) VALUES (63, '', 1, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, '', 1, 0, 0, 0);\n\nCREATE TABLE `eav_attribute_set` (\n\t`attribute_set_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Attribute Set Id',\n\t`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',\n\t`attribute_set_name` VARCHAR(255) NOT NULL COMMENT 'Attribute Set Name',\n\t`sort_order` SMALLINT(6) NOT NULL DEFAULT '0' COMMENT 'Sort Order',\n\tPRIMARY KEY (`attribute_set_id`),\n\tUNIQUE INDEX `UNQ_EAV_ATTRIBUTE_SET_ENTITY_TYPE_ID_ATTRIBUTE_SET_NAME` (`entity_type_id`, `attribute_set_name`),\n\tINDEX `IDX_EAV_ATTRIBUTE_SET_ENTITY_TYPE_ID_SORT_ORDER` (`entity_type_id`, `sort_order`),\n\tCONSTRAINT `FK_EAV_ATTR_SET_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\nCOMMENT='Eav Attribute Set'\nCOLLATE='utf8_general_ci'\nENGINE=InnoDB\n;\nINSERT INTO `eav_attribute_set` (`attribute_set_id`, `entity_type_id`, `attribute_set_name`, `sort_order`) VALUES (4, 4, 'Default', 1);\nINSERT INTO `eav_attribute_set` (`attribute_set_id`, `entity_type_id`, `attribute_set_name`, `sort_order`) VALUES (1, 1, 'Default', 1);\n\nCREATE TABLE `eav_attribute_group` (\n\t`attribute_group_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Attribute Group Id',\n\t`attribute_set_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Set Id',\n\t`attribute_group_name` VARCHAR(255) NOT NULL COMMENT 'Attribute Group Name',\n\t`sort_order` SMALLINT(6) NOT NULL DEFAULT '0' COMMENT 'Sort Order',\n\t`default_id` SMALLINT(5) UNSIGNED NULL DEFAULT '0' COMMENT 'Default Id',\n\tPRIMARY KEY (`attribute_group_id`),\n\tUNIQUE INDEX `UNQ_EAV_ATTRIBUTE_GROUP_ATTRIBUTE_SET_ID_ATTRIBUTE_GROUP_NAME` (`attribute_set_id`, `attribute_group_name`),\n\tINDEX `IDX_EAV_ATTRIBUTE_GROUP_ATTRIBUTE_SET_ID_SORT_ORDER` (`attribute_set_id`, `sort_order`),\n\tCONSTRAINT `FK_EAV_ATTR_GROUP_ATTR_SET_ID_EAV_ATTR_SET_ATTR_SET_ID` FOREIGN KEY (`attribute_set_id`) REFERENCES `eav_attribute_set` (`attribute_set_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\nCOMMENT='Eav Attribute Group'\nCOLLATE='utf8_general_ci'\nENGINE=InnoDB\n;\nINSERT INTO `eav_attribute_group` (`attribute_group_id`, `attribute_set_id`, `attribute_group_name`, `sort_order`, `default_id`) VALUES (4, 4, 'General', 1, 1);\nINSERT INTO `eav_attribute_group` (`attribute_group_id`, `attribute_set_id`, `attribute_group_name`, `sort_order`, `default_id`) VALUES (1, 1, 'General', 1, 1);\nINSERT INTO `eav_attribute_group` (`attribute_group_id`, `attribute_set_id`, `attribute_group_name`, `sort_order`, `default_id`) VALUES (5,\t4, 'Prices', 2,\t0);\nINSERT INTO `eav_attribute_group` (`attribute_group_id`, `attribute_set_id`, `attribute_group_name`, `sort_order`, `default_id`) VALUES (6,\t4, 'Design', 3,\t0);\nINSERT INTO `eav_attribute_group` (`attribute_group_id`, `attribute_set_id`, `attribute_group_name`, `sort_order`, `default_id`) VALUES (7,\t4, 'Images', 4,\t0);\n\nCREATE TABLE `eav_entity_attribute` (\n  `entity_attribute_id` INT(10) UNSIGNED NOT NULL COMMENT 'Entity Attribute Id',\n  `entity_type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',\n  `attribute_set_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Set Id',\n  `attribute_group_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Group Id',\n  `attribute_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Id',\n  `sort_order` SMALLINT(6) NOT NULL DEFAULT '0' COMMENT 'Sort Order',\n  PRIMARY KEY (`entity_attribute_id`),\n  UNIQUE INDEX `UNQ_EAV_ENTITY_ATTRIBUTE_ATTRIBUTE_SET_ID_ATTRIBUTE_ID` (`attribute_set_id`, `attribute_id`),\n  UNIQUE INDEX `UNQ_EAV_ENTITY_ATTRIBUTE_ATTRIBUTE_GROUP_ID_ATTRIBUTE_ID` (`attribute_group_id`, `attribute_id`),\n  INDEX `IDX_EAV_ENTITY_ATTRIBUTE_ATTRIBUTE_SET_ID_SORT_ORDER` (`attribute_set_id`, `sort_order`),\n  INDEX `IDX_EAV_ENTITY_ATTRIBUTE_ATTRIBUTE_ID` (`attribute_id`),\n  CONSTRAINT `FK_EAV_ENTITY_ATTRIBUTE_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_ENTT_ATTR_ATTR_GROUP_ID_EAV_ATTR_GROUP_ATTR_GROUP_ID` FOREIGN KEY (`attribute_group_id`) REFERENCES `eav_attribute_group` (`attribute_group_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Eav Entity Attributes'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\nINSERT INTO `eav_entity_attribute` (`entity_attribute_id`, `entity_type_id`, `attribute_set_id`, `attribute_group_id`, `attribute_id`, `sort_order`) VALUES (63, 4, 4, 4, 63, 4);\n\nCREATE TABLE `customer_eav_attribute` (\n  `attribute_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Attribute Id',\n  `is_visible` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Is Visible',\n  `input_filter` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Input Filter',\n  `multiline_count` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Multiline Count',\n  `validate_rules` TEXT NULL COMMENT 'Validate Rules',\n  `is_system` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is System',\n  `sort_order` INT(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Sort Order',\n  `data_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Data Model',\n  `is_used_for_customer_segment` INT(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Customer Segment',\n  PRIMARY KEY (`attribute_id`),\n  CONSTRAINT `FK_CSTR_EAV_ATTR_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Customer Eav Attribute'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\nINSERT INTO `customer_eav_attribute` (`attribute_id`, `is_visible`, `input_filter`, `multiline_count`, `validate_rules`, `is_system`, `sort_order`, `data_model`, `is_used_for_customer_segment`) VALUES (1, 1, NULL, 0, NULL, 1, 10, NULL, 0);\n\nCREATE TABLE `core_website` (\n  `website_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Website Id',\n  `code` VARCHAR(32) NULL DEFAULT NULL COMMENT 'Code',\n  `name` VARCHAR(64) NULL DEFAULT NULL COMMENT 'Website Name',\n  `sort_order` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Sort Order',\n  `default_group_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Default Group Id',\n  `is_default` SMALLINT(5) UNSIGNED NULL DEFAULT '0' COMMENT 'Defines Is Website Default',\n  `is_staging` TINYINT(1) NOT NULL DEFAULT '0' COMMENT 'Is Staging Flag',\n  `master_login` VARCHAR(40) NULL DEFAULT NULL COMMENT 'Master Login',\n  `master_password` VARCHAR(100) NULL DEFAULT NULL COMMENT 'Master Password',\n  `visibility` VARCHAR(40) NULL DEFAULT NULL COMMENT 'Visibility',\n  PRIMARY KEY (`website_id`),\n  UNIQUE INDEX `UNQ_CORE_WEBSITE_CODE` (`code`),\n  INDEX `IDX_CORE_WEBSITE_SORT_ORDER` (`sort_order`),\n  INDEX `IDX_CORE_WEBSITE_DEFAULT_GROUP_ID` (`default_group_id`)\n)\n  COMMENT='Websites'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\nINSERT INTO `core_website` (`website_id`, `code`, `name`, `sort_order`, `default_group_id`, `is_default`, `is_staging`, `master_login`, `master_password`, `visibility`) VALUES (0, 'admin', 'Admin', 0, 0, 0, 0, '', '', '');\nINSERT INTO `core_website` (`website_id`, `code`, `name`, `sort_order`, `default_group_id`, `is_default`, `is_staging`, `master_login`, `master_password`, `visibility`) VALUES (1, 'base', 'Main Website', 0, 1, 1, 0, '', '', '');\n\nCREATE TABLE `customer_eav_attribute_website` (\n  `attribute_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Attribute Id',\n  `website_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Website Id',\n  `is_visible` SMALLINT(5) UNSIGNED NULL DEFAULT NULL COMMENT 'Is Visible',\n  `is_required` SMALLINT(5) UNSIGNED NULL DEFAULT NULL COMMENT 'Is Required',\n  `default_value` TEXT NULL COMMENT 'Default Value',\n  `multiline_count` SMALLINT(5) UNSIGNED NULL DEFAULT NULL COMMENT 'Multiline Count',\n  PRIMARY KEY (`attribute_id`, `website_id`),\n  INDEX `IDX_CUSTOMER_EAV_ATTRIBUTE_WEBSITE_WEBSITE_ID` (`website_id`),\n  CONSTRAINT `FK_CSTR_EAV_ATTR_WS_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_CSTR_EAV_ATTR_WS_WS_ID_CORE_WS_WS_ID` FOREIGN KEY (`website_id`) REFERENCES `core_website` (`website_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Customer Eav Attribute Website'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\n\nCREATE TABLE `core_store_group` (\n  `group_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Group Id',\n  `website_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Website Id',\n  `name` VARCHAR(255) NOT NULL COMMENT 'Store Group Name',\n  `root_category_id` INT(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Root Category Id',\n  `default_store_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Default Store Id',\n  PRIMARY KEY (`group_id`),\n  INDEX `IDX_CORE_STORE_GROUP_WEBSITE_ID` (`website_id`),\n  INDEX `IDX_CORE_STORE_GROUP_DEFAULT_STORE_ID` (`default_store_id`),\n  CONSTRAINT `FK_CORE_STORE_GROUP_WEBSITE_ID_CORE_WEBSITE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `core_website` (`website_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Store Groups'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\nINSERT INTO `core_store_group` (`group_id`, `website_id`, `name`, `root_category_id`, `default_store_id`) VALUES (0, 0, 'Default', 0, 0);\nINSERT INTO `core_store_group` (`group_id`, `website_id`, `name`, `root_category_id`, `default_store_id`) VALUES (1, 1, 'First Main Store', 2, 1);\n\nCREATE TABLE `core_store` (\n  `store_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Store Id',\n  `code` VARCHAR(32) NULL DEFAULT NULL COMMENT 'Code',\n  `website_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Website Id',\n  `group_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Group Id',\n  `name` VARCHAR(255) NOT NULL COMMENT 'Store Name',\n  `sort_order` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Sort Order',\n  `is_active` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Activity',\n  PRIMARY KEY (`store_id`),\n  UNIQUE INDEX `UNQ_CORE_STORE_CODE` (`code`),\n  INDEX `IDX_CORE_STORE_WEBSITE_ID` (`website_id`),\n  INDEX `IDX_CORE_STORE_IS_ACTIVE_SORT_ORDER` (`is_active`, `sort_order`),\n  INDEX `IDX_CORE_STORE_GROUP_ID` (`group_id`),\n  CONSTRAINT `FK_CORE_STORE_GROUP_ID_CORE_STORE_GROUP_GROUP_ID` FOREIGN KEY (`group_id`) REFERENCES `core_store_group` (`group_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_CORE_STORE_WEBSITE_ID_CORE_WEBSITE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `core_website` (`website_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Stores'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\nINSERT INTO `core_store` (`store_id`, `code`, `website_id`, `group_id`, `name`, `sort_order`, `is_active`) VALUES (0, 'admin', 0, 0, 'Admin', 0, 1);\nINSERT INTO `core_store` (`store_id`, `code`, `website_id`, `group_id`, `name`, `sort_order`, `is_active`) VALUES (1, 'default', 1, 1, 'English', 0, 1);\n\nCREATE TABLE `eav_attribute_label` (\n  `attribute_label_id` INT(10) UNSIGNED NOT NULL COMMENT 'Attribute Label Id',\n  `attribute_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Id',\n  `store_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Id',\n  `value` VARCHAR(255) NOT NULL COMMENT 'Value',\n  PRIMARY KEY (`attribute_label_id`),\n  INDEX `IDX_EAV_ATTRIBUTE_LABEL_ATTRIBUTE_ID` (`attribute_id`),\n  INDEX `IDX_EAV_ATTRIBUTE_LABEL_STORE_ID` (`store_id`),\n  INDEX `IDX_EAV_ATTRIBUTE_LABEL_ATTRIBUTE_ID_STORE_ID` (`attribute_id`, `store_id`),\n  CONSTRAINT `FK_EAV_ATTRIBUTE_LABEL_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_ATTRIBUTE_LABEL_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Eav Attribute Label'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\n\nCREATE TABLE `eav_attribute_option` (\n  `option_id` INT(10) UNSIGNED NOT NULL COMMENT 'Option Id',\n  `attribute_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Id',\n  `sort_order` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Sort Order',\n  PRIMARY KEY (`option_id`),\n  INDEX `IDX_EAV_ATTRIBUTE_OPTION_ATTRIBUTE_ID` (`attribute_id`),\n  CONSTRAINT `FK_EAV_ATTRIBUTE_OPTION_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Eav Attribute Option'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\n\nCREATE TABLE `eav_attribute_option_value` (\n  `value_id` INT(10) UNSIGNED NOT NULL COMMENT 'Value Id',\n  `option_id` INT(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Option Id',\n  `store_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Id',\n  `value` VARCHAR(255) NOT NULL COMMENT 'Value',\n  PRIMARY KEY (`value_id`),\n  INDEX `IDX_EAV_ATTRIBUTE_OPTION_VALUE_OPTION_ID` (`option_id`),\n  INDEX `IDX_EAV_ATTRIBUTE_OPTION_VALUE_STORE_ID` (`store_id`),\n  CONSTRAINT `FK_EAV_ATTRIBUTE_OPTION_VALUE_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_ATTR_OPT_VAL_OPT_ID_EAV_ATTR_OPT_OPT_ID` FOREIGN KEY (`option_id`) REFERENCES `eav_attribute_option` (`option_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Eav Attribute Option Value'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\n\nCREATE TABLE `eav_entity` (\n  `entity_id` INT(10) UNSIGNED NOT NULL COMMENT 'Entity Id',\n  `entity_type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',\n  `attribute_set_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Set Id',\n  `increment_id` VARCHAR(50) NOT NULL COMMENT 'Increment Id',\n  `parent_id` INT(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Parent Id',\n  `store_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Id',\n  `created_at` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT 'Created At',\n  `updated_at` TIMESTAMP NOT NULL DEFAULT '1975-01-01 00:00:00' COMMENT 'Updated At',\n  `is_active` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Defines Is Entity Active',\n  PRIMARY KEY (`entity_id`),\n  INDEX `IDX_EAV_ENTITY_ENTITY_TYPE_ID` (`entity_type_id`),\n  INDEX `IDX_EAV_ENTITY_STORE_ID` (`store_id`),\n  CONSTRAINT `FK_EAV_ENTITY_ENTITY_TYPE_ID_EAV_ENTITY_TYPE_ENTITY_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_ENTITY_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Eav Entity'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\n\nCREATE TABLE `eav_entity_datetime` (\n  `value_id` INT(11) NOT NULL COMMENT 'Value Id',\n  `entity_type_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Entity Type Id',\n  `attribute_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Attribute Id',\n  `store_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Store Id',\n  `entity_id` INT(10) UNSIGNED NOT NULL COMMENT 'Entity Id',\n  `value` DATETIME NOT NULL DEFAULT '1975-01-01 00:00:00' COMMENT 'Attribute Value',\n  PRIMARY KEY (`value_id`),\n  UNIQUE INDEX `UNQ_EAV_ENTITY_DATETIME_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`entity_id`, `attribute_id`, `store_id`),\n  INDEX `IDX_EAV_ENTITY_DATETIME_ENTITY_TYPE_ID` (`entity_type_id`),\n  INDEX `IDX_EAV_ENTITY_DATETIME_ATTRIBUTE_ID` (`attribute_id`),\n  INDEX `IDX_EAV_ENTITY_DATETIME_STORE_ID` (`store_id`),\n  INDEX `IDX_EAV_ENTITY_DATETIME_ENTITY_ID` (`entity_id`),\n  INDEX `IDX_EAV_ENTITY_DATETIME_ATTRIBUTE_ID_VALUE` (`attribute_id`, `value`),\n  INDEX `IDX_EAV_ENTITY_DATETIME_ENTITY_TYPE_ID_VALUE` (`entity_type_id`, `value`),\n  CONSTRAINT `FK_EAV_ENTITY_DATETIME_ENTITY_ID_EAV_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `eav_entity` (`entity_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_ENTITY_DATETIME_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_ENTT_DTIME_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Eav Entity Value Prefix'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\n\nCREATE TABLE `eav_entity_decimal` (\n  `value_id` INT(11) NOT NULL COMMENT 'Value Id',\n  `entity_type_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Entity Type Id',\n  `attribute_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Attribute Id',\n  `store_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Store Id',\n  `entity_id` INT(10) UNSIGNED NOT NULL COMMENT 'Entity Id',\n  `value` DECIMAL(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Attribute Value',\n  PRIMARY KEY (`value_id`),\n  UNIQUE INDEX `UNQ_EAV_ENTITY_DECIMAL_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`entity_id`, `attribute_id`, `store_id`),\n  INDEX `IDX_EAV_ENTITY_DECIMAL_ENTITY_TYPE_ID` (`entity_type_id`),\n  INDEX `IDX_EAV_ENTITY_DECIMAL_ATTRIBUTE_ID` (`attribute_id`),\n  INDEX `IDX_EAV_ENTITY_DECIMAL_STORE_ID` (`store_id`),\n  INDEX `IDX_EAV_ENTITY_DECIMAL_ENTITY_ID` (`entity_id`),\n  INDEX `IDX_EAV_ENTITY_DECIMAL_ATTRIBUTE_ID_VALUE` (`attribute_id`, `value`),\n  INDEX `IDX_EAV_ENTITY_DECIMAL_ENTITY_TYPE_ID_VALUE` (`entity_type_id`, `value`),\n  CONSTRAINT `FK_EAV_ENTITY_DECIMAL_ENTITY_ID_EAV_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `eav_entity` (`entity_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_ENTITY_DECIMAL_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_ENTT_DEC_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Eav Entity Value Prefix'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\n\nCREATE TABLE `eav_entity_int` (\n  `value_id` INT(11) NOT NULL COMMENT 'Value Id',\n  `entity_type_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Entity Type Id',\n  `attribute_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Attribute Id',\n  `store_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Store Id',\n  `entity_id` INT(10) UNSIGNED NOT NULL COMMENT 'Entity Id',\n  `value` INT(11) NOT NULL COMMENT 'Attribute Value',\n  PRIMARY KEY (`value_id`),\n  UNIQUE INDEX `UNQ_EAV_ENTITY_INT_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`entity_id`, `attribute_id`, `store_id`),\n  INDEX `IDX_EAV_ENTITY_INT_ENTITY_TYPE_ID` (`entity_type_id`),\n  INDEX `IDX_EAV_ENTITY_INT_ATTRIBUTE_ID` (`attribute_id`),\n  INDEX `IDX_EAV_ENTITY_INT_STORE_ID` (`store_id`),\n  INDEX `IDX_EAV_ENTITY_INT_ENTITY_ID` (`entity_id`),\n  INDEX `IDX_EAV_ENTITY_INT_ATTRIBUTE_ID_VALUE` (`attribute_id`, `value`),\n  INDEX `IDX_EAV_ENTITY_INT_ENTITY_TYPE_ID_VALUE` (`entity_type_id`, `value`),\n  CONSTRAINT `FK_EAV_ENTITY_INT_ENTITY_ID_EAV_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `eav_entity` (`entity_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_ENTITY_INT_ENTITY_TYPE_ID_EAV_ENTITY_TYPE_ENTITY_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_ENTITY_INT_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Eav Entity Value Prefix'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\n\nCREATE TABLE `eav_entity_store` (\n  `entity_store_id` INT(10) UNSIGNED NOT NULL COMMENT 'Entity Store Id',\n  `entity_type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',\n  `store_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Id',\n  `increment_prefix` VARCHAR(20) NULL DEFAULT NULL COMMENT 'Increment Prefix',\n  `increment_last_id` VARCHAR(50) NULL DEFAULT NULL COMMENT 'Last Incremented Id',\n  PRIMARY KEY (`entity_store_id`),\n  INDEX `IDX_EAV_ENTITY_STORE_ENTITY_TYPE_ID` (`entity_type_id`),\n  INDEX `IDX_EAV_ENTITY_STORE_STORE_ID` (`store_id`),\n  CONSTRAINT `FK_EAV_ENTITY_STORE_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_ENTT_STORE_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Eav Entity Store'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\n\nCREATE TABLE `eav_entity_text` (\n  `value_id` INT(11) NOT NULL COMMENT 'Value Id',\n  `entity_type_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Entity Type Id',\n  `attribute_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Attribute Id',\n  `store_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Store Id',\n  `entity_id` INT(10) UNSIGNED NOT NULL COMMENT 'Entity Id',\n  `value` TEXT NOT NULL COMMENT 'Attribute Value',\n  PRIMARY KEY (`value_id`),\n  UNIQUE INDEX `UNQ_EAV_ENTITY_TEXT_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`entity_id`, `attribute_id`, `store_id`),\n  INDEX `IDX_EAV_ENTITY_TEXT_ENTITY_TYPE_ID` (`entity_type_id`),\n  INDEX `IDX_EAV_ENTITY_TEXT_ATTRIBUTE_ID` (`attribute_id`),\n  INDEX `IDX_EAV_ENTITY_TEXT_STORE_ID` (`store_id`),\n  INDEX `IDX_EAV_ENTITY_TEXT_ENTITY_ID` (`entity_id`),\n  CONSTRAINT `FK_EAV_ENTITY_TEXT_ENTITY_ID_EAV_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `eav_entity` (`entity_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_ENTITY_TEXT_ENTITY_TYPE_ID_EAV_ENTITY_TYPE_ENTITY_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_ENTITY_TEXT_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Eav Entity Value Prefix'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\n\nCREATE TABLE `eav_entity_varchar` (\n  `value_id` INT(11) NOT NULL COMMENT 'Value Id',\n  `entity_type_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Entity Type Id',\n  `attribute_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Attribute Id',\n  `store_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Store Id',\n  `entity_id` INT(10) UNSIGNED NOT NULL COMMENT 'Entity Id',\n  `value` VARCHAR(255) NOT NULL COMMENT 'Attribute Value',\n  PRIMARY KEY (`value_id`),\n  UNIQUE INDEX `UNQ_EAV_ENTITY_VARCHAR_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`entity_id`, `attribute_id`, `store_id`),\n  INDEX `IDX_EAV_ENTITY_VARCHAR_ENTITY_TYPE_ID` (`entity_type_id`),\n  INDEX `IDX_EAV_ENTITY_VARCHAR_ATTRIBUTE_ID` (`attribute_id`),\n  INDEX `IDX_EAV_ENTITY_VARCHAR_STORE_ID` (`store_id`),\n  INDEX `IDX_EAV_ENTITY_VARCHAR_ENTITY_ID` (`entity_id`),\n  INDEX `IDX_EAV_ENTITY_VARCHAR_ATTRIBUTE_ID_VALUE` (`attribute_id`, `value`),\n  INDEX `IDX_EAV_ENTITY_VARCHAR_ENTITY_TYPE_ID_VALUE` (`entity_type_id`, `value`),\n  CONSTRAINT `FK_EAV_ENTITY_VARCHAR_ENTITY_ID_EAV_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `eav_entity` (`entity_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_ENTITY_VARCHAR_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_ENTT_VCHR_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Eav Entity Value Prefix'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\n\nCREATE TABLE `eav_form_type` (\n  `type_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Type Id',\n  `code` VARCHAR(64) NOT NULL COMMENT 'Code',\n  `label` VARCHAR(255) NOT NULL COMMENT 'Label',\n  `is_system` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is System',\n  `theme` VARCHAR(64) NULL DEFAULT NULL COMMENT 'Theme',\n  `store_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Id',\n  PRIMARY KEY (`type_id`),\n  UNIQUE INDEX `UNQ_EAV_FORM_TYPE_CODE_THEME_STORE_ID` (`code`, `theme`, `store_id`),\n  INDEX `IDX_EAV_FORM_TYPE_STORE_ID` (`store_id`),\n  CONSTRAINT `FK_EAV_FORM_TYPE_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Eav Form Type'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\n\nCREATE TABLE `eav_form_fieldset` (\n  `fieldset_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Fieldset Id',\n  `type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Type Id',\n  `code` VARCHAR(64) NOT NULL COMMENT 'Code',\n  `sort_order` INT(11) NOT NULL DEFAULT '0' COMMENT 'Sort Order',\n  PRIMARY KEY (`fieldset_id`),\n  UNIQUE INDEX `UNQ_EAV_FORM_FIELDSET_TYPE_ID_CODE` (`type_id`, `code`),\n  INDEX `IDX_EAV_FORM_FIELDSET_TYPE_ID` (`type_id`),\n  CONSTRAINT `FK_EAV_FORM_FIELDSET_TYPE_ID_EAV_FORM_TYPE_TYPE_ID` FOREIGN KEY (`type_id`) REFERENCES `eav_form_type` (`type_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Eav Form Fieldset'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\n\nCREATE TABLE `eav_form_element` (\n  `element_id` INT(10) UNSIGNED NOT NULL COMMENT 'Element Id',\n  `type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Type Id',\n  `fieldset_id` SMALLINT(5) UNSIGNED NULL DEFAULT NULL COMMENT 'Fieldset Id',\n  `attribute_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Id',\n  `sort_order` INT(11) NOT NULL DEFAULT '0' COMMENT 'Sort Order',\n  PRIMARY KEY (`element_id`),\n  UNIQUE INDEX `UNQ_EAV_FORM_ELEMENT_TYPE_ID_ATTRIBUTE_ID` (`type_id`, `attribute_id`),\n  INDEX `IDX_EAV_FORM_ELEMENT_TYPE_ID` (`type_id`),\n  INDEX `IDX_EAV_FORM_ELEMENT_FIELDSET_ID` (`fieldset_id`),\n  INDEX `IDX_EAV_FORM_ELEMENT_ATTRIBUTE_ID` (`attribute_id`),\n  CONSTRAINT `FK_EAV_FORM_ELEMENT_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_FORM_ELEMENT_FIELDSET_ID_EAV_FORM_FIELDSET_FIELDSET_ID` FOREIGN KEY (`fieldset_id`) REFERENCES `eav_form_fieldset` (`fieldset_id`) ON UPDATE CASCADE ON DELETE SET NULL,\n  CONSTRAINT `FK_EAV_FORM_ELEMENT_TYPE_ID_EAV_FORM_TYPE_TYPE_ID` FOREIGN KEY (`type_id`) REFERENCES `eav_form_type` (`type_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Eav Form Element'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\n\nCREATE TABLE `eav_form_fieldset_label` (\n  `fieldset_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Fieldset Id',\n  `store_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Id',\n  `label` VARCHAR(255) NOT NULL COMMENT 'Label',\n  PRIMARY KEY (`fieldset_id`, `store_id`),\n  INDEX `IDX_EAV_FORM_FIELDSET_LABEL_FIELDSET_ID` (`fieldset_id`),\n  INDEX `IDX_EAV_FORM_FIELDSET_LABEL_STORE_ID` (`store_id`),\n  CONSTRAINT `FK_EAV_FORM_FIELDSET_LABEL_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_FORM_FSET_LBL_FSET_ID_EAV_FORM_FSET_FSET_ID` FOREIGN KEY (`fieldset_id`) REFERENCES `eav_form_fieldset` (`fieldset_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Eav Form Fieldset Label'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\n\nCREATE TABLE `eav_form_type_entity` (\n  `type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Type Id',\n  `entity_type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',\n  PRIMARY KEY (`type_id`, `entity_type_id`),\n  INDEX `IDX_EAV_FORM_TYPE_ENTITY_ENTITY_TYPE_ID` (`entity_type_id`),\n  CONSTRAINT `FK_EAV_FORM_TYPE_ENTITY_TYPE_ID_EAV_FORM_TYPE_TYPE_ID` FOREIGN KEY (`type_id`) REFERENCES `eav_form_type` (`type_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_FORM_TYPE_ENTT_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Eav Form Type Entity'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\n\n"
  },
  {
    "path": "tests/integration/resource/ee.eav/dest.sql",
    "content": "/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n\nDROP TABLE IF EXISTS `eav_entity_type`;\nCREATE TABLE `eav_entity_type` (\n\t`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Entity Type Id',\n\t`entity_type_code` VARCHAR(50) NOT NULL COMMENT 'Entity Type Code',\n\t`entity_model` VARCHAR(255) NOT NULL COMMENT 'Entity Model',\n\t`attribute_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Attribute Model',\n\t`entity_table` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Entity Table',\n\t`value_table_prefix` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Value Table Prefix',\n\t`entity_id_field` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Entity Id Field',\n\t`is_data_sharing` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Defines Is Data Sharing',\n\t`data_sharing_key` VARCHAR(100) NULL DEFAULT 'default' COMMENT 'Data Sharing Key',\n\t`default_attribute_set_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Default Attribute Set Id',\n\t`increment_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Increment Model',\n\t`increment_per_store` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Increment Per Store',\n\t`increment_pad_length` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '8' COMMENT 'Increment Pad Length',\n\t`increment_pad_char` VARCHAR(1) NOT NULL DEFAULT '0' COMMENT 'Increment Pad Char',\n\t`additional_attribute_table` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Additional Attribute Table',\n\t`entity_attribute_collection` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Entity Attribute Collection',\n\tPRIMARY KEY (`entity_type_id`),\n\tINDEX `IDX_EAV_ENTITY_TYPE_ENTITY_TYPE_CODE` (`entity_type_code`)\n)\nCOMMENT='Eav Entity Type'\nCOLLATE='utf8_general_ci'\nENGINE=InnoDB\n;\nINSERT INTO `eav_entity_type` (`entity_type_id`, `entity_type_code`, `entity_model`, `attribute_model`, `entity_table`, `value_table_prefix`, `entity_id_field`, `is_data_sharing`, `data_sharing_key`, `default_attribute_set_id`, `increment_model`, `increment_per_store`, `increment_pad_length`, `increment_pad_char`, `additional_attribute_table`, `entity_attribute_collection`) VALUES (4, 'catalog_product', 'Magento\\\\Catalog\\\\Model\\\\ResourceModel\\\\Product', 'Magento\\\\Catalog\\\\Model\\\\ResourceModel\\\\Eav\\\\Attribute', 'catalog_product_entity', NULL, NULL, 1, 'default', 4, NULL, 0, 8, '0', 'catalog_eav_attribute', 'Magento\\\\Catalog\\\\Model\\\\ResourceModel\\\\Product\\\\Attribute\\\\Collection');\nINSERT INTO `eav_entity_type` (`entity_type_id`, `entity_type_code`, `entity_model`, `attribute_model`, `entity_table`, `value_table_prefix`, `entity_id_field`, `is_data_sharing`, `data_sharing_key`, `default_attribute_set_id`, `increment_model`, `increment_per_store`, `increment_pad_length`, `increment_pad_char`, `additional_attribute_table`, `entity_attribute_collection`) VALUES (1, 'customer', 'Magento\\\\Customer\\\\Model\\\\ResourceModel\\\\Customer', 'Magento\\\\Customer\\\\Model\\\\Attribute', 'customer_entity', NULL, NULL, 1, 'default', 1, 'Magento\\\\Eav\\\\Model\\\\Entity\\\\Increment\\\\Numeric', 0, 8, '0', 'customer_eav_attribute', 'Magento\\\\Customer\\\\Model\\\\ResourceModel\\\\Attribute\\\\Collection');\n\nDROP TABLE IF EXISTS `eav_attribute`;\nCREATE TABLE `eav_attribute` (\n\t`attribute_id` SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Attribute Id',\n\t`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',\n\t`attribute_code` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Attribute Code',\n\t`attribute_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Attribute Model',\n\t`backend_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Backend Model',\n\t`backend_type` VARCHAR(8) NOT NULL DEFAULT 'static' COMMENT 'Backend Type',\n\t`backend_table` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Backend Table',\n\t`frontend_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Frontend Model',\n\t`frontend_input` VARCHAR(50) NULL DEFAULT NULL COMMENT 'Frontend Input',\n\t`frontend_label` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Frontend Label',\n\t`frontend_class` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Frontend Class',\n\t`source_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Source Model',\n\t`is_required` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Defines Is Required',\n\t`is_user_defined` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Defines Is User Defined',\n\t`default_value` TEXT NULL COMMENT 'Default Value',\n\t`is_unique` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Defines Is Unique',\n\t`note` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Note',\n\tPRIMARY KEY (`attribute_id`),\n\tUNIQUE INDEX `UNQ_EAV_ATTRIBUTE_ENTITY_TYPE_ID_ATTRIBUTE_CODE` (`entity_type_id`, `attribute_code`),\n\tCONSTRAINT `FK_EAV_ATTRIBUTE_ENTITY_TYPE_ID_EAV_ENTITY_TYPE_ENTITY_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\nCOMMENT='Eav Attribute'\nCOLLATE='utf8_general_ci'\nENGINE=InnoDB\n;\nINSERT INTO `eav_attribute` (`attribute_id`, `entity_type_id`, `attribute_code`, `attribute_model`, `backend_model`, `backend_type`, `backend_table`, `frontend_model`, `frontend_input`, `frontend_label`, `frontend_class`, `source_model`, `is_required`, `is_user_defined`, `default_value`, `is_unique`, `note`) VALUES (70, 4, 'sku', NULL, 'Magento\\\\Catalog\\\\Model\\\\Product\\\\Attribute\\\\Backend\\\\Sku', 'static', NULL, NULL, 'text', 'SKU', 'validate-length maximum-length-64', NULL, 1, 0, NULL, 1, NULL);\nINSERT INTO `eav_attribute` (`attribute_id`, `entity_type_id`, `attribute_code`, `attribute_model`, `backend_model`, `backend_type`, `backend_table`, `frontend_model`, `frontend_input`, `frontend_label`, `frontend_class`, `source_model`, `is_required`, `is_user_defined`, `default_value`, `is_unique`, `note`) VALUES (1, 1, 'website_id', NULL, 'Magento\\\\Customer\\\\Model\\\\Customer\\\\Attribute\\\\Backend\\\\Website', 'static', NULL, NULL, 'select', 'Associate to Website', NULL, 'Magento\\\\Customer\\\\Model\\\\Customer\\\\Attribute\\\\Source\\\\Website', 1, 0, NULL, 0, NULL);\nINSERT INTO `eav_attribute` (`attribute_id`, `entity_type_id`, `attribute_code`, `attribute_model`, `backend_model`, `backend_type`, `backend_table`, `frontend_model`, `frontend_input`, `frontend_label`, `frontend_class`, `source_model`, `is_required`, `is_user_defined`, `default_value`, `is_unique`, `note`) VALUES (115, 4, 'quantity_and_stock_status', NULL, 'Magento\\\\Catalog\\\\Model\\\\Product\\\\Attribute\\\\Backend\\\\Stock', 'int', NULL, NULL, 'select', 'Quantity', NULL, 'Magento\\\\CatalogInventory\\\\Model\\\\Source\\\\Stock', 0, 0, '1', 0, NULL);\n\nDROP TABLE IF EXISTS `catalog_eav_attribute`;\nCREATE TABLE `catalog_eav_attribute` (\n\t`attribute_id` SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Attribute ID',\n\t`frontend_input_renderer` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Frontend Input Renderer',\n\t`is_global` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Is Global',\n\t`is_visible` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Is Visible',\n\t`is_searchable` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Searchable',\n\t`is_filterable` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Filterable',\n\t`is_comparable` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Comparable',\n\t`is_visible_on_front` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Visible On Front',\n\t`is_html_allowed_on_front` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is HTML Allowed On Front',\n\t`is_used_for_price_rules` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Used For Price Rules',\n\t`is_filterable_in_search` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Filterable In Search',\n\t`used_in_product_listing` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Used In Product Listing',\n\t`used_for_sort_by` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Used For Sorting',\n\t`apply_to` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Apply To',\n\t`is_visible_in_advanced_search` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Visible In Advanced Search',\n\t`position` INT(11) NOT NULL DEFAULT '0' COMMENT 'Position',\n\t`is_wysiwyg_enabled` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is WYSIWYG Enabled',\n\t`is_used_for_promo_rules` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Used For Promo Rules',\n\t`is_required_in_admin_store` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Required In Admin Store',\n\t`search_weight` FLOAT NOT NULL DEFAULT '3' COMMENT 'Search Weight',\n\tPRIMARY KEY (`attribute_id`),\n\tINDEX `IDX_CATALOG_EAV_ATTRIBUTE_USED_FOR_SORT_BY` (`used_for_sort_by`),\n\tINDEX `IDX_CATALOG_EAV_ATTRIBUTE_USED_IN_PRODUCT_LISTING` (`used_in_product_listing`),\n\tCONSTRAINT `FK_CATALOG_EAV_ATTRIBUTE_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\nCOMMENT='Catalog EAV Attribute Table'\nCOLLATE='utf8_general_ci'\nENGINE=InnoDB\n;\nINSERT INTO `catalog_eav_attribute` (`attribute_id`, `frontend_input_renderer`, `is_global`, `is_visible`, `is_searchable`, `is_filterable`, `is_comparable`, `is_visible_on_front`, `is_html_allowed_on_front`, `is_used_for_price_rules`, `is_filterable_in_search`, `used_in_product_listing`, `used_for_sort_by`, `apply_to`, `is_visible_in_advanced_search`, `position`, `is_wysiwyg_enabled`, `is_used_for_promo_rules`, `is_required_in_admin_store`, `search_weight`) VALUES (70, NULL, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, NULL, 1, 0, 0, 0, 0, 3);\n\nDROP TABLE IF EXISTS `eav_attribute_set`;\nCREATE TABLE `eav_attribute_set` (\n\t`attribute_set_id` SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Attribute Set Id',\n\t`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',\n\t`attribute_set_name` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Attribute Set Name',\n\t`sort_order` SMALLINT(6) NOT NULL DEFAULT '0' COMMENT 'Sort Order',\n\tPRIMARY KEY (`attribute_set_id`),\n\tUNIQUE INDEX `UNQ_EAV_ATTRIBUTE_SET_ENTITY_TYPE_ID_ATTRIBUTE_SET_NAME` (`entity_type_id`, `attribute_set_name`),\n\tINDEX `IDX_EAV_ATTRIBUTE_SET_ENTITY_TYPE_ID_SORT_ORDER` (`entity_type_id`, `sort_order`),\n\tCONSTRAINT `FK_EAV_ATTR_SET_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\nCOMMENT='Eav Attribute Set'\nCOLLATE='utf8_general_ci'\nENGINE=InnoDB\n;\nINSERT INTO `eav_attribute_set` (`attribute_set_id`, `entity_type_id`, `attribute_set_name`, `sort_order`) VALUES (4, 4, 'Default', 1);\nINSERT INTO `eav_attribute_set` (`attribute_set_id`, `entity_type_id`, `attribute_set_name`, `sort_order`) VALUES (1, 1, 'Default', 2);\n\nDROP TABLE IF EXISTS `eav_attribute_group`;\nCREATE TABLE `eav_attribute_group` (\n\t`attribute_group_id` SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Attribute Group Id',\n\t`attribute_set_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Set Id',\n\t`attribute_group_name` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Attribute Group Name',\n\t`sort_order` SMALLINT(6) NOT NULL DEFAULT '0' COMMENT 'Sort Order',\n\t`default_id` SMALLINT(5) UNSIGNED NULL DEFAULT '0' COMMENT 'Default Id',\n\t`attribute_group_code` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Attribute Group Code',\n\t`tab_group_code` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Tab Group Code',\n\tPRIMARY KEY (`attribute_group_id`),\n\tUNIQUE INDEX `UNQ_EAV_ATTRIBUTE_GROUP_ATTRIBUTE_SET_ID_ATTRIBUTE_GROUP_NAME` (`attribute_set_id`, `attribute_group_name`),\n\tINDEX `IDX_EAV_ATTRIBUTE_GROUP_ATTRIBUTE_SET_ID_SORT_ORDER` (`attribute_set_id`, `sort_order`),\n\tCONSTRAINT `FK_EAV_ATTR_GROUP_ATTR_SET_ID_EAV_ATTR_SET_ATTR_SET_ID` FOREIGN KEY (`attribute_set_id`) REFERENCES `eav_attribute_set` (`attribute_set_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\nCOMMENT='Eav Attribute Group'\nCOLLATE='utf8_general_ci'\nENGINE=InnoDB\n;\nINSERT INTO `eav_attribute_group` (`attribute_group_id`, `attribute_set_id`, `attribute_group_name`, `sort_order`, `default_id`, `attribute_group_code`, `tab_group_code`) VALUES (7, 4, 'Product Details', 10, 1, 'product-details', 'basic');\nINSERT INTO `eav_attribute_group` (`attribute_group_id`, `attribute_set_id`, `attribute_group_name`, `sort_order`, `default_id`, `attribute_group_code`, `tab_group_code`) VALUES (1, 1, 'General', 1, 1, NULL, NULL);\nINSERT INTO `eav_attribute_group` (`attribute_group_id`, `attribute_set_id`, `attribute_group_name`, `sort_order`, `default_id`, `attribute_group_code`, `tab_group_code`) VALUES (8, 4, 'Design', 11, 1, 'design', 'advanced');\n\nCREATE TABLE `eav_entity_attribute` (\n  `entity_attribute_id` INT(10) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Entity Attribute Id',\n  `entity_type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',\n  `attribute_set_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Set Id',\n  `attribute_group_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Group Id',\n  `attribute_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Id',\n  `sort_order` SMALLINT(6) NOT NULL DEFAULT '0' COMMENT 'Sort Order',\n  PRIMARY KEY (`entity_attribute_id`),\n  UNIQUE INDEX `UNQ_EAV_ENTITY_ATTRIBUTE_ATTRIBUTE_SET_ID_ATTRIBUTE_ID` (`attribute_set_id`, `attribute_id`),\n  UNIQUE INDEX `UNQ_EAV_ENTITY_ATTRIBUTE_ATTRIBUTE_GROUP_ID_ATTRIBUTE_ID` (`attribute_group_id`, `attribute_id`),\n  INDEX `IDX_EAV_ENTITY_ATTRIBUTE_ATTRIBUTE_SET_ID_SORT_ORDER` (`attribute_set_id`, `sort_order`),\n  INDEX `IDX_EAV_ENTITY_ATTRIBUTE_ATTRIBUTE_ID` (`attribute_id`),\n  CONSTRAINT `FK_EAV_ENTITY_ATTRIBUTE_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_ENTT_ATTR_ATTR_GROUP_ID_EAV_ATTR_GROUP_ATTR_GROUP_ID` FOREIGN KEY (`attribute_group_id`) REFERENCES `eav_attribute_group` (`attribute_group_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Eav Entity Attributes'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\nINSERT INTO `eav_entity_attribute` (`entity_attribute_id`, `entity_type_id`, `attribute_set_id`, `attribute_group_id`, `attribute_id`, `sort_order`) VALUES (70, 4, 4, 7, 70, 20);\nINSERT INTO `eav_entity_attribute` (`entity_attribute_id`, `entity_type_id`, `attribute_set_id`, `attribute_group_id`, `attribute_id`, `sort_order`) VALUES (113, 4, 4, 7, 115, 3);\n\nCREATE TABLE `customer_eav_attribute` (\n  `attribute_id` SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Attribute Id',\n  `is_visible` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Is Visible',\n  `input_filter` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Input Filter',\n  `multiline_count` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Multiline Count',\n  `validate_rules` TEXT NULL COMMENT 'Validate Rules',\n  `is_system` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is System',\n  `sort_order` INT(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Sort Order',\n  `data_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Data Model',\n  `is_used_for_customer_segment` INT(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Customer Segment',\n  PRIMARY KEY (`attribute_id`),\n  CONSTRAINT `FK_CSTR_EAV_ATTR_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Customer Eav Attribute'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\nINSERT INTO `customer_eav_attribute` (`attribute_id`, `is_visible`, `input_filter`, `multiline_count`, `validate_rules`, `is_system`, `sort_order`, `data_model`, `is_used_for_customer_segment`) VALUES (1, 1, NULL, 0, NULL, 1, 10, NULL, 0);\n\nCREATE TABLE `store_website` (\n\t`website_id` SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Website Id',\n\t`code` VARCHAR(32) NULL DEFAULT NULL COMMENT 'Code',\n\t`name` VARCHAR(64) NULL DEFAULT NULL COMMENT 'Website Name',\n\t`sort_order` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Sort Order',\n\t`default_group_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Default Group Id',\n\t`is_default` SMALLINT(5) UNSIGNED NULL DEFAULT '0' COMMENT 'Defines Is Website Default',\n\tPRIMARY KEY (`website_id`),\n\tUNIQUE INDEX `UNQ_STORE_WEBSITE_CODE` (`code`),\n\tINDEX `IDX_STORE_WEBSITE_SORT_ORDER` (`sort_order`),\n\tINDEX `IDX_STORE_WEBSITE_DEFAULT_GROUP_ID` (`default_group_id`)\n)\nCOMMENT='Websites'\nCOLLATE='utf8_general_ci'\nENGINE=InnoDB\n;\n/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;\nINSERT INTO `store_website` (`website_id`, `code`, `name`, `sort_order`, `default_group_id`, `is_default`) VALUES (0, 'admin', 'Admin', 0, 0, 0);\nINSERT INTO `store_website` (`website_id`, `code`, `name`, `sort_order`, `default_group_id`, `is_default`) VALUES (1, 'base', 'Main Website', 0, 1, 1);\n/*!40101 SET SQL_MODE=IFNULL(@OLD_INSERT_SQL_MODE,'') */;\n\n\nCREATE TABLE `customer_eav_attribute_website` (\n\t`attribute_id` SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Attribute Id',\n\t`website_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Website Id',\n\t`is_visible` SMALLINT(5) UNSIGNED NULL DEFAULT NULL COMMENT 'Is Visible',\n\t`is_required` SMALLINT(5) UNSIGNED NULL DEFAULT NULL COMMENT 'Is Required',\n\t`default_value` TEXT NULL COMMENT 'Default Value',\n\t`multiline_count` SMALLINT(5) UNSIGNED NULL DEFAULT NULL COMMENT 'Multiline Count',\n\tPRIMARY KEY (`attribute_id`, `website_id`),\n\tINDEX `IDX_CUSTOMER_EAV_ATTRIBUTE_WEBSITE_WEBSITE_ID` (`website_id`),\n\tCONSTRAINT `FK_CSTR_EAV_ATTR_WS_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n\tCONSTRAINT `FK_CSTR_EAV_ATTR_WS_WS_ID_STORE_WS_WS_ID` FOREIGN KEY (`website_id`) REFERENCES `store_website` (`website_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\nCOMMENT='Customer Eav Attribute Website'\nCOLLATE='utf8_general_ci'\nENGINE=InnoDB\n;\n\nCREATE TABLE `store_group` (\n\t`group_id` SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Group Id',\n\t`website_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Website Id',\n\t`name` VARCHAR(255) NOT NULL COMMENT 'Store Group Name',\n\t`root_category_id` INT(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Root Category Id',\n\t`default_store_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Default Store Id',\n\tPRIMARY KEY (`group_id`),\n\tINDEX `IDX_STORE_GROUP_WEBSITE_ID` (`website_id`),\n\tINDEX `IDX_STORE_GROUP_DEFAULT_STORE_ID` (`default_store_id`),\n\tCONSTRAINT `FK_STORE_GROUP_WEBSITE_ID_STORE_WEBSITE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `store_website` (`website_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\nCOMMENT='Store Groups'\nCOLLATE='utf8_general_ci'\nENGINE=InnoDB\n;\n/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;\nINSERT INTO `store_group` (`group_id`, `website_id`, `name`, `root_category_id`, `default_store_id`) VALUES (0, 0, 'Default', 0, 0);\nINSERT INTO `store_group` (`group_id`, `website_id`, `name`, `root_category_id`, `default_store_id`) VALUES (1, 1, 'Main Website Store', 2, 1);\n/*!40101 SET SQL_MODE=IFNULL(@OLD_INSERT_SQL_MODE,'') */;\n\nCREATE TABLE `store` (\n\t`store_id` SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Store Id',\n\t`code` VARCHAR(32) NULL DEFAULT NULL COMMENT 'Code',\n\t`website_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Website Id',\n\t`group_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Group Id',\n\t`name` VARCHAR(255) NOT NULL COMMENT 'Store Name',\n\t`sort_order` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Sort Order',\n\t`is_active` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Activity',\n\tPRIMARY KEY (`store_id`),\n\tUNIQUE INDEX `UNQ_STORE_CODE` (`code`),\n\tINDEX `IDX_STORE_WEBSITE_ID` (`website_id`),\n\tINDEX `IDX_STORE_IS_ACTIVE_SORT_ORDER` (`is_active`, `sort_order`),\n\tINDEX `IDX_STORE_GROUP_ID` (`group_id`),\n\tCONSTRAINT `FK_STORE_GROUP_ID_STORE_GROUP_GROUP_ID` FOREIGN KEY (`group_id`) REFERENCES `store_group` (`group_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n\tCONSTRAINT `FK_STORE_WEBSITE_ID_STORE_WEBSITE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `store_website` (`website_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\nCOMMENT='Stores'\nCOLLATE='utf8_general_ci'\nENGINE=InnoDB\n;\n/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;\nINSERT INTO `store` (`store_id`, `code`, `website_id`, `group_id`, `name`, `sort_order`, `is_active`) VALUES (0, 'admin', 0, 0, 'Admin', 0, 1);\nINSERT INTO `store` (`store_id`, `code`, `website_id`, `group_id`, `name`, `sort_order`, `is_active`) VALUES (1, 'default', 1, 1, 'Default Store View', 0, 1);\n/*!40101 SET SQL_MODE=IFNULL(@OLD_INSERT_SQL_MODE,'') */;\n\nCREATE TABLE `eav_attribute_label` (\n  `attribute_label_id` INT(10) UNSIGNED NOT NULL  COMMENT 'Attribute Label Id',\n  `attribute_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Id',\n  `store_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Id',\n  `value` VARCHAR(255) NOT NULL COMMENT 'Value',\n  PRIMARY KEY (`attribute_label_id`),\n  INDEX `IDX_EAV_ATTRIBUTE_LABEL_ATTRIBUTE_ID` (`attribute_id`),\n  INDEX `IDX_EAV_ATTRIBUTE_LABEL_STORE_ID` (`store_id`),\n  INDEX `IDX_EAV_ATTRIBUTE_LABEL_ATTRIBUTE_ID_STORE_ID` (`attribute_id`, `store_id`),\n  CONSTRAINT `FK_EAV_ATTRIBUTE_LABEL_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_ATTRIBUTE_LABEL_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Eav Attribute Label'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\n\nCREATE TABLE `eav_attribute_option` (\n  `option_id` INT(10) UNSIGNED NOT NULL COMMENT 'Option Id',\n  `attribute_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Id',\n  `sort_order` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Sort Order',\n  PRIMARY KEY (`option_id`),\n  INDEX `IDX_EAV_ATTRIBUTE_OPTION_ATTRIBUTE_ID` (`attribute_id`),\n  CONSTRAINT `FK_EAV_ATTRIBUTE_OPTION_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Eav Attribute Option'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\n\nCREATE TABLE `eav_attribute_option_value` (\n  `value_id` INT(10) UNSIGNED NOT NULL COMMENT 'Value Id',\n  `option_id` INT(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Option Id',\n  `store_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Id',\n  `value` VARCHAR(255) NOT NULL COMMENT 'Value',\n  PRIMARY KEY (`value_id`),\n  INDEX `IDX_EAV_ATTRIBUTE_OPTION_VALUE_OPTION_ID` (`option_id`),\n  INDEX `IDX_EAV_ATTRIBUTE_OPTION_VALUE_STORE_ID` (`store_id`),\n  CONSTRAINT `FK_EAV_ATTRIBUTE_OPTION_VALUE_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_ATTR_OPT_VAL_OPT_ID_EAV_ATTR_OPT_OPT_ID` FOREIGN KEY (`option_id`) REFERENCES `eav_attribute_option` (`option_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Eav Attribute Option Value'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\n\nCREATE TABLE `eav_entity` (\n  `entity_id` INT(10) UNSIGNED NOT NULL COMMENT 'Entity Id',\n  `entity_type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',\n  `attribute_set_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Set Id',\n  `increment_id` VARCHAR(50) NOT NULL COMMENT 'Increment Id',\n  `parent_id` INT(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Parent Id',\n  `store_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Id',\n  `created_at` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT 'Created At',\n  `updated_at` TIMESTAMP NOT NULL DEFAULT '0000-00-00 00:00:00' COMMENT 'Updated At',\n  `is_active` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Defines Is Entity Active',\n  PRIMARY KEY (`entity_id`),\n  INDEX `IDX_EAV_ENTITY_ENTITY_TYPE_ID` (`entity_type_id`),\n  INDEX `IDX_EAV_ENTITY_STORE_ID` (`store_id`),\n  CONSTRAINT `FK_EAV_ENTITY_ENTITY_TYPE_ID_EAV_ENTITY_TYPE_ENTITY_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_ENTITY_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Eav Entity'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\n\nCREATE TABLE `eav_entity_datetime` (\n  `value_id` INT(11) NOT NULL COMMENT 'Value Id',\n  `entity_type_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Entity Type Id',\n  `attribute_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Attribute Id',\n  `store_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Store Id',\n  `entity_id` INT(10) UNSIGNED NOT NULL COMMENT 'Entity Id',\n  `value` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00' COMMENT 'Attribute Value',\n  PRIMARY KEY (`value_id`),\n  UNIQUE INDEX `UNQ_EAV_ENTITY_DATETIME_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`entity_id`, `attribute_id`, `store_id`),\n  INDEX `IDX_EAV_ENTITY_DATETIME_ENTITY_TYPE_ID` (`entity_type_id`),\n  INDEX `IDX_EAV_ENTITY_DATETIME_ATTRIBUTE_ID` (`attribute_id`),\n  INDEX `IDX_EAV_ENTITY_DATETIME_STORE_ID` (`store_id`),\n  INDEX `IDX_EAV_ENTITY_DATETIME_ENTITY_ID` (`entity_id`),\n  INDEX `IDX_EAV_ENTITY_DATETIME_ATTRIBUTE_ID_VALUE` (`attribute_id`, `value`),\n  INDEX `IDX_EAV_ENTITY_DATETIME_ENTITY_TYPE_ID_VALUE` (`entity_type_id`, `value`),\n  CONSTRAINT `FK_EAV_ENTITY_DATETIME_ENTITY_ID_EAV_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `eav_entity` (`entity_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_ENTITY_DATETIME_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_ENTT_DTIME_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Eav Entity Value Prefix'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\n\nCREATE TABLE `eav_entity_decimal` (\n  `value_id` INT(11) NOT NULL COMMENT 'Value Id',\n  `entity_type_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Entity Type Id',\n  `attribute_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Attribute Id',\n  `store_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Store Id',\n  `entity_id` INT(10) UNSIGNED NOT NULL COMMENT 'Entity Id',\n  `value` DECIMAL(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Attribute Value',\n  PRIMARY KEY (`value_id`),\n  UNIQUE INDEX `UNQ_EAV_ENTITY_DECIMAL_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`entity_id`, `attribute_id`, `store_id`),\n  INDEX `IDX_EAV_ENTITY_DECIMAL_ENTITY_TYPE_ID` (`entity_type_id`),\n  INDEX `IDX_EAV_ENTITY_DECIMAL_ATTRIBUTE_ID` (`attribute_id`),\n  INDEX `IDX_EAV_ENTITY_DECIMAL_STORE_ID` (`store_id`),\n  INDEX `IDX_EAV_ENTITY_DECIMAL_ENTITY_ID` (`entity_id`),\n  INDEX `IDX_EAV_ENTITY_DECIMAL_ATTRIBUTE_ID_VALUE` (`attribute_id`, `value`),\n  INDEX `IDX_EAV_ENTITY_DECIMAL_ENTITY_TYPE_ID_VALUE` (`entity_type_id`, `value`),\n  CONSTRAINT `FK_EAV_ENTITY_DECIMAL_ENTITY_ID_EAV_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `eav_entity` (`entity_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_ENTITY_DECIMAL_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_ENTT_DEC_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Eav Entity Value Prefix'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\n\nCREATE TABLE `eav_entity_int` (\n  `value_id` INT(11) NOT NULL COMMENT 'Value Id',\n  `entity_type_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Entity Type Id',\n  `attribute_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Attribute Id',\n  `store_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Store Id',\n  `entity_id` INT(10) UNSIGNED NOT NULL COMMENT 'Entity Id',\n  `value` INT(11) NOT NULL COMMENT 'Attribute Value',\n  PRIMARY KEY (`value_id`),\n  UNIQUE INDEX `UNQ_EAV_ENTITY_INT_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`entity_id`, `attribute_id`, `store_id`),\n  INDEX `IDX_EAV_ENTITY_INT_ENTITY_TYPE_ID` (`entity_type_id`),\n  INDEX `IDX_EAV_ENTITY_INT_ATTRIBUTE_ID` (`attribute_id`),\n  INDEX `IDX_EAV_ENTITY_INT_STORE_ID` (`store_id`),\n  INDEX `IDX_EAV_ENTITY_INT_ENTITY_ID` (`entity_id`),\n  INDEX `IDX_EAV_ENTITY_INT_ATTRIBUTE_ID_VALUE` (`attribute_id`, `value`),\n  INDEX `IDX_EAV_ENTITY_INT_ENTITY_TYPE_ID_VALUE` (`entity_type_id`, `value`),\n  CONSTRAINT `FK_EAV_ENTITY_INT_ENTITY_ID_EAV_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `eav_entity` (`entity_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_ENTITY_INT_ENTITY_TYPE_ID_EAV_ENTITY_TYPE_ENTITY_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_ENTITY_INT_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Eav Entity Value Prefix'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\n\nCREATE TABLE `eav_entity_store` (\n  `entity_store_id` INT(10) UNSIGNED NOT NULL COMMENT 'Entity Store Id',\n  `entity_type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',\n  `store_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Id',\n  `increment_prefix` VARCHAR(20) NULL DEFAULT NULL COMMENT 'Increment Prefix',\n  `increment_last_id` VARCHAR(50) NULL DEFAULT NULL COMMENT 'Last Incremented Id',\n  PRIMARY KEY (`entity_store_id`),\n  INDEX `IDX_EAV_ENTITY_STORE_ENTITY_TYPE_ID` (`entity_type_id`),\n  INDEX `IDX_EAV_ENTITY_STORE_STORE_ID` (`store_id`),\n  CONSTRAINT `FK_EAV_ENTITY_STORE_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_ENTT_STORE_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Eav Entity Store'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\n\nCREATE TABLE `eav_entity_text` (\n  `value_id` INT(11) NOT NULL COMMENT 'Value Id',\n  `entity_type_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Entity Type Id',\n  `attribute_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Attribute Id',\n  `store_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Store Id',\n  `entity_id` INT(10) UNSIGNED NOT NULL COMMENT 'Entity Id',\n  `value` TEXT NOT NULL COMMENT 'Attribute Value',\n  PRIMARY KEY (`value_id`),\n  UNIQUE INDEX `UNQ_EAV_ENTITY_TEXT_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`entity_id`, `attribute_id`, `store_id`),\n  INDEX `IDX_EAV_ENTITY_TEXT_ENTITY_TYPE_ID` (`entity_type_id`),\n  INDEX `IDX_EAV_ENTITY_TEXT_ATTRIBUTE_ID` (`attribute_id`),\n  INDEX `IDX_EAV_ENTITY_TEXT_STORE_ID` (`store_id`),\n  INDEX `IDX_EAV_ENTITY_TEXT_ENTITY_ID` (`entity_id`),\n  CONSTRAINT `FK_EAV_ENTITY_TEXT_ENTITY_ID_EAV_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `eav_entity` (`entity_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_ENTITY_TEXT_ENTITY_TYPE_ID_EAV_ENTITY_TYPE_ENTITY_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_ENTITY_TEXT_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Eav Entity Value Prefix'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\n\nCREATE TABLE `eav_entity_varchar` (\n  `value_id` INT(11) NOT NULL COMMENT 'Value Id',\n  `entity_type_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Entity Type Id',\n  `attribute_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Attribute Id',\n  `store_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Store Id',\n  `entity_id` INT(10) UNSIGNED NOT NULL COMMENT 'Entity Id',\n  `value` VARCHAR(255) NOT NULL COMMENT 'Attribute Value',\n  PRIMARY KEY (`value_id`),\n  UNIQUE INDEX `UNQ_EAV_ENTITY_VARCHAR_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`entity_id`, `attribute_id`, `store_id`),\n  INDEX `IDX_EAV_ENTITY_VARCHAR_ENTITY_TYPE_ID` (`entity_type_id`),\n  INDEX `IDX_EAV_ENTITY_VARCHAR_ATTRIBUTE_ID` (`attribute_id`),\n  INDEX `IDX_EAV_ENTITY_VARCHAR_STORE_ID` (`store_id`),\n  INDEX `IDX_EAV_ENTITY_VARCHAR_ENTITY_ID` (`entity_id`),\n  INDEX `IDX_EAV_ENTITY_VARCHAR_ATTRIBUTE_ID_VALUE` (`attribute_id`, `value`),\n  INDEX `IDX_EAV_ENTITY_VARCHAR_ENTITY_TYPE_ID_VALUE` (`entity_type_id`, `value`),\n  CONSTRAINT `FK_EAV_ENTITY_VARCHAR_ENTITY_ID_EAV_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `eav_entity` (`entity_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_ENTITY_VARCHAR_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_ENTT_VCHR_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Eav Entity Value Prefix'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\n\nCREATE TABLE `eav_form_type` (\n  `type_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Type Id',\n  `code` VARCHAR(64) NOT NULL COMMENT 'Code',\n  `label` VARCHAR(255) NOT NULL COMMENT 'Label',\n  `is_system` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is System',\n  `theme` VARCHAR(64) NULL DEFAULT NULL COMMENT 'Theme',\n  `store_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Id',\n  PRIMARY KEY (`type_id`),\n  UNIQUE INDEX `UNQ_EAV_FORM_TYPE_CODE_THEME_STORE_ID` (`code`, `theme`, `store_id`),\n  INDEX `IDX_EAV_FORM_TYPE_STORE_ID` (`store_id`),\n  CONSTRAINT `FK_EAV_FORM_TYPE_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Eav Form Type'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\n\nCREATE TABLE `eav_form_fieldset` (\n  `fieldset_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Fieldset Id',\n  `type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Type Id',\n  `code` VARCHAR(64) NOT NULL COMMENT 'Code',\n  `sort_order` INT(11) NOT NULL DEFAULT '0' COMMENT 'Sort Order',\n  PRIMARY KEY (`fieldset_id`),\n  UNIQUE INDEX `UNQ_EAV_FORM_FIELDSET_TYPE_ID_CODE` (`type_id`, `code`),\n  INDEX `IDX_EAV_FORM_FIELDSET_TYPE_ID` (`type_id`),\n  CONSTRAINT `FK_EAV_FORM_FIELDSET_TYPE_ID_EAV_FORM_TYPE_TYPE_ID` FOREIGN KEY (`type_id`) REFERENCES `eav_form_type` (`type_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Eav Form Fieldset'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\n\nCREATE TABLE `eav_form_element` (\n  `element_id` INT(10) UNSIGNED NOT NULL COMMENT 'Element Id',\n  `type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Type Id',\n  `fieldset_id` SMALLINT(5) UNSIGNED NULL DEFAULT NULL COMMENT 'Fieldset Id',\n  `attribute_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Id',\n  `sort_order` INT(11) NOT NULL DEFAULT '0' COMMENT 'Sort Order',\n  PRIMARY KEY (`element_id`),\n  UNIQUE INDEX `UNQ_EAV_FORM_ELEMENT_TYPE_ID_ATTRIBUTE_ID` (`type_id`, `attribute_id`),\n  INDEX `IDX_EAV_FORM_ELEMENT_TYPE_ID` (`type_id`),\n  INDEX `IDX_EAV_FORM_ELEMENT_FIELDSET_ID` (`fieldset_id`),\n  INDEX `IDX_EAV_FORM_ELEMENT_ATTRIBUTE_ID` (`attribute_id`),\n  CONSTRAINT `FK_EAV_FORM_ELEMENT_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_FORM_ELEMENT_FIELDSET_ID_EAV_FORM_FIELDSET_FIELDSET_ID` FOREIGN KEY (`fieldset_id`) REFERENCES `eav_form_fieldset` (`fieldset_id`) ON UPDATE CASCADE ON DELETE SET NULL,\n  CONSTRAINT `FK_EAV_FORM_ELEMENT_TYPE_ID_EAV_FORM_TYPE_TYPE_ID` FOREIGN KEY (`type_id`) REFERENCES `eav_form_type` (`type_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Eav Form Element'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\n\nCREATE TABLE `eav_form_fieldset_label` (\n  `fieldset_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Fieldset Id',\n  `store_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Store Id',\n  `label` VARCHAR(255) NOT NULL COMMENT 'Label',\n  PRIMARY KEY (`fieldset_id`, `store_id`),\n  INDEX `IDX_EAV_FORM_FIELDSET_LABEL_STORE_ID` (`store_id`),\n  CONSTRAINT `FK_EAV_FORM_FIELDSET_LABEL_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_FORM_FSET_LBL_FSET_ID_EAV_FORM_FSET_FSET_ID` FOREIGN KEY (`fieldset_id`) REFERENCES `eav_form_fieldset` (`fieldset_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Eav Form Fieldset Label'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\n\nCREATE TABLE `eav_form_type_entity` (\n  `type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Type Id',\n  `entity_type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',\n  PRIMARY KEY (`type_id`, `entity_type_id`),\n  INDEX `IDX_EAV_FORM_TYPE_ENTITY_ENTITY_TYPE_ID` (`entity_type_id`),\n  CONSTRAINT `FK_EAV_FORM_TYPE_ENTITY_TYPE_ID_EAV_FORM_TYPE_TYPE_ID` FOREIGN KEY (`type_id`) REFERENCES `eav_form_type` (`type_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_FORM_TYPE_ENTT_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Eav Form Type Entity'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\n\nCREATE TABLE `magento_rma_item_eav_attribute` (\n\t`attribute_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Attribute Id',\n\t`is_visible` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Is Visible',\n\t`input_filter` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Input Filter',\n\t`multiline_count` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Multiline Count',\n\t`validate_rules` TEXT NULL COMMENT 'Validate Rules',\n\t`is_system` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is System',\n\t`sort_order` INT(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Sort Order',\n\t`data_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Data Model',\n\tPRIMARY KEY (`attribute_id`),\n\tCONSTRAINT `FK_MAGENTO_RMA_ITEM_EAV_ATTR_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\nCOMMENT='RMA Item EAV Attribute'\nCOLLATE='utf8_general_ci'\nENGINE=InnoDB\n;\n\nCREATE TABLE `magento_rma_item_eav_attribute_website` (\n\t`attribute_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Attribute Id',\n\t`website_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Website Id',\n\t`is_visible` SMALLINT(5) UNSIGNED NULL DEFAULT NULL COMMENT 'Is Visible',\n\t`is_required` SMALLINT(5) UNSIGNED NULL DEFAULT NULL COMMENT 'Is Required',\n\t`default_value` TEXT NULL COMMENT 'Default Value',\n\t`multiline_count` SMALLINT(5) UNSIGNED NULL DEFAULT NULL COMMENT 'Multiline Count',\n\tPRIMARY KEY (`attribute_id`, `website_id`),\n\tINDEX `IDX_MAGENTO_RMA_ITEM_EAV_ATTRIBUTE_WEBSITE_WEBSITE_ID` (`website_id`),\n\tCONSTRAINT `FK_MAGENTO_RMA_ITEM_EAV_ATTR_WS_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n\tCONSTRAINT `FK_MAGENTO_RMA_ITEM_EAV_ATTR_WS_WS_ID_STORE_WS_WS_ID` FOREIGN KEY (`website_id`) REFERENCES `store_website` (`website_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\nCOMMENT='Enterprise RMA Item Eav Attribute Website'\nCOLLATE='utf8_general_ci'\nENGINE=InnoDB\n;\n"
  },
  {
    "path": "tests/integration/resource/ee.eav/source.sql",
    "content": "/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n\nCREATE TABLE `eav_entity_type` (\n\t`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Entity Type Id',\n\t`entity_type_code` VARCHAR(50) NOT NULL COMMENT 'Entity Type Code',\n\t`entity_model` VARCHAR(255) NOT NULL COMMENT 'Entity Model',\n\t`attribute_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Attribute Model',\n\t`entity_table` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Entity Table',\n\t`value_table_prefix` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Value Table Prefix',\n\t`entity_id_field` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Entity Id Field',\n\t`is_data_sharing` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Defines Is Data Sharing',\n\t`data_sharing_key` VARCHAR(100) NULL DEFAULT 'default' COMMENT 'Data Sharing Key',\n\t`default_attribute_set_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Default Attribute Set Id',\n\t`increment_model` VARCHAR(255) NULL DEFAULT '' COMMENT 'Increment Model',\n\t`increment_per_store` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Increment Per Store',\n\t`increment_pad_length` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '8' COMMENT 'Increment Pad Length',\n\t`increment_pad_char` VARCHAR(1) NOT NULL DEFAULT '0' COMMENT 'Increment Pad Char',\n\t`additional_attribute_table` VARCHAR(255) NULL DEFAULT '' COMMENT 'Additional Attribute Table',\n\t`entity_attribute_collection` VARCHAR(255) NULL DEFAULT '' COMMENT 'Entity Attribute Collection',\n\tPRIMARY KEY (`entity_type_id`),\n\tINDEX `IDX_EAV_ENTITY_TYPE_ENTITY_TYPE_CODE` (`entity_type_code`)\n)\nCOMMENT='Eav Entity Type'\nCOLLATE='utf8_general_ci'\nENGINE=InnoDB\n;\nINSERT INTO `eav_entity_type` (`entity_type_id`, `entity_type_code`, `entity_model`, `attribute_model`, `entity_table`, `value_table_prefix`, `entity_id_field`, `is_data_sharing`, `data_sharing_key`, `default_attribute_set_id`, `increment_model`, `increment_per_store`, `increment_pad_length`, `increment_pad_char`, `additional_attribute_table`, `entity_attribute_collection`) VALUES (4, 'catalog_product', 'catalog/product', 'catalog/resource_eav_attribute', 'catalog/product', '', '', 1, 'default', 4, '', 0, 8, '0', 'catalog/eav_attribute', 'catalog/product_attribute_collection');\nINSERT INTO `eav_entity_type` (`entity_type_id`, `entity_type_code`, `entity_model`, `attribute_model`, `entity_table`, `value_table_prefix`, `entity_id_field`, `is_data_sharing`, `data_sharing_key`, `default_attribute_set_id`, `increment_model`, `increment_per_store`, `increment_pad_length`, `increment_pad_char`, `additional_attribute_table`, `entity_attribute_collection`) VALUES (1, 'customer', 'customer/customer', 'customer/attribute', 'customer/entity', '', '', 1, 'default', 1, 'eav/entity_increment_numeric', 0, 8, '0', 'customer/eav_attribute', 'customer/attribute_collection');\n\nCREATE TABLE `eav_attribute` (\n\t`attribute_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Attribute Id',\n\t`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',\n\t`attribute_code` VARCHAR(255) NOT NULL COMMENT 'Attribute Code',\n\t`attribute_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Attribute Model',\n\t`backend_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Backend Model',\n\t`backend_type` VARCHAR(8) NOT NULL DEFAULT 'static' COMMENT 'Backend Type',\n\t`backend_table` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Backend Table',\n\t`frontend_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Frontend Model',\n\t`frontend_input` VARCHAR(50) NULL DEFAULT NULL COMMENT 'Frontend Input',\n\t`frontend_label` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Frontend Label',\n\t`frontend_class` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Frontend Class',\n\t`source_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Source Model',\n\t`is_required` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Defines Is Required',\n\t`is_user_defined` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Defines Is User Defined',\n\t`default_value` TEXT NULL COMMENT 'Default Value',\n\t`is_unique` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Defines Is Unique',\n\t`note` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Note',\n\tPRIMARY KEY (`attribute_id`),\n\tUNIQUE INDEX `UNQ_EAV_ATTRIBUTE_ENTITY_TYPE_ID_ATTRIBUTE_CODE` (`entity_type_id`, `attribute_code`),\n\tINDEX `IDX_EAV_ATTRIBUTE_ENTITY_TYPE_ID` (`entity_type_id`),\n\tCONSTRAINT `FK_EAV_ATTRIBUTE_ENTITY_TYPE_ID_EAV_ENTITY_TYPE_ENTITY_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\nCOMMENT='Eav Attribute'\nCOLLATE='utf8_general_ci'\nENGINE=InnoDB\n;\nINSERT INTO `eav_attribute` (`attribute_id`, `entity_type_id`, `attribute_code`, `attribute_model`, `backend_model`, `backend_type`, `backend_table`, `frontend_model`, `frontend_input`, `frontend_label`, `frontend_class`, `source_model`, `is_required`, `is_user_defined`, `default_value`, `is_unique`, `note`) VALUES (63, 4, 'sku', NULL, 'catalog/product_attribute_backend_sku', 'static', '', '', 'text', 'SKU', '', '', 1, 0, '', 1, '');\nINSERT INTO `eav_attribute` (`attribute_id`, `entity_type_id`, `attribute_code`, `attribute_model`, `backend_model`, `backend_type`, `backend_table`, `frontend_model`, `frontend_input`, `frontend_label`, `frontend_class`, `source_model`, `is_required`, `is_user_defined`, `default_value`, `is_unique`, `note`) VALUES (1, 1, 'website_id', NULL, 'customer/customer_attribute_backend_website', 'static', NULL, NULL, 'select', 'Associate to Website', NULL, 'customer/customer_attribute_source_website', 1, 0, NULL, 0, NULL);\nINSERT INTO `eav_attribute` (`attribute_id`, `entity_type_id`, `attribute_code`, `attribute_model`, `backend_model`, `backend_type`, `backend_table`, `frontend_model`, `frontend_input`, `frontend_label`, `frontend_class`, `source_model`, `is_required`, `is_user_defined`, `default_value`, `is_unique`, `note`) VALUES (118, 4, 'msrp_enabled', NULL, 'catalog/product_attribute_backend_msrp', 'varchar', NULL, NULL, 'select', 'Apply MAP', NULL, 'catalog/product_attribute_source_msrp_type_enabled', 0, 0, '2', 0, NULL);\n\nCREATE TABLE `catalog_eav_attribute` (\n\t`attribute_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute ID',\n\t`frontend_input_renderer` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Frontend Input Renderer',\n\t`is_global` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Is Global',\n\t`is_visible` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Is Visible',\n\t`is_searchable` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Searchable',\n\t`search_weight` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Search Weight',\n\t`is_filterable` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Filterable',\n\t`is_comparable` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Comparable',\n\t`is_visible_on_front` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Visible On Front',\n\t`is_html_allowed_on_front` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is HTML Allowed On Front',\n\t`is_used_for_price_rules` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Used For Price Rules',\n\t`is_filterable_in_search` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Filterable In Search',\n\t`used_in_product_listing` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Used In Product Listing',\n\t`used_for_sort_by` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Used For Sorting',\n\t`is_configurable` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Is Configurable',\n\t`apply_to` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Apply To',\n\t`is_visible_in_advanced_search` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Visible In Advanced Search',\n\t`position` INT(11) NOT NULL DEFAULT '0' COMMENT 'Position',\n\t`is_wysiwyg_enabled` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is WYSIWYG Enabled',\n\t`is_used_for_promo_rules` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Used For Promo Rules',\n\tPRIMARY KEY (`attribute_id`),\n\tINDEX `IDX_CATALOG_EAV_ATTRIBUTE_USED_FOR_SORT_BY` (`used_for_sort_by`),\n\tINDEX `IDX_CATALOG_EAV_ATTRIBUTE_USED_IN_PRODUCT_LISTING` (`used_in_product_listing`),\n\tCONSTRAINT `FK_CATALOG_EAV_ATTRIBUTE_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\nCOMMENT='Catalog EAV Attribute Table'\nCOLLATE='utf8_general_ci'\nENGINE=InnoDB\n;\nINSERT INTO `catalog_eav_attribute` (`attribute_id`, `frontend_input_renderer`, `is_global`, `is_visible`, `is_searchable`, `search_weight`, `is_filterable`, `is_comparable`, `is_visible_on_front`, `is_html_allowed_on_front`, `is_used_for_price_rules`, `is_filterable_in_search`, `used_in_product_listing`, `used_for_sort_by`, `is_configurable`, `apply_to`, `is_visible_in_advanced_search`, `position`, `is_wysiwyg_enabled`, `is_used_for_promo_rules`) VALUES (63, '', 1, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, '', 1, 0, 0, 0);\n\nCREATE TABLE `eav_attribute_set` (\n\t`attribute_set_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Attribute Set Id',\n\t`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',\n\t`attribute_set_name` VARCHAR(255) NOT NULL COMMENT 'Attribute Set Name',\n\t`sort_order` SMALLINT(6) NOT NULL DEFAULT '0' COMMENT 'Sort Order',\n\tPRIMARY KEY (`attribute_set_id`),\n\tUNIQUE INDEX `UNQ_EAV_ATTRIBUTE_SET_ENTITY_TYPE_ID_ATTRIBUTE_SET_NAME` (`entity_type_id`, `attribute_set_name`),\n\tINDEX `IDX_EAV_ATTRIBUTE_SET_ENTITY_TYPE_ID_SORT_ORDER` (`entity_type_id`, `sort_order`),\n\tCONSTRAINT `FK_EAV_ATTR_SET_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\nCOMMENT='Eav Attribute Set'\nCOLLATE='utf8_general_ci'\nENGINE=InnoDB\n;\nINSERT INTO `eav_attribute_set` (`attribute_set_id`, `entity_type_id`, `attribute_set_name`, `sort_order`) VALUES (4, 4, 'Default', 1);\nINSERT INTO `eav_attribute_set` (`attribute_set_id`, `entity_type_id`, `attribute_set_name`, `sort_order`) VALUES (1, 1, 'Default', 1);\n\nCREATE TABLE `eav_attribute_group` (\n\t`attribute_group_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Attribute Group Id',\n\t`attribute_set_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Set Id',\n\t`attribute_group_name` VARCHAR(255) NOT NULL COMMENT 'Attribute Group Name',\n\t`sort_order` SMALLINT(6) NOT NULL DEFAULT '0' COMMENT 'Sort Order',\n\t`default_id` SMALLINT(5) UNSIGNED NULL DEFAULT '0' COMMENT 'Default Id',\n\tPRIMARY KEY (`attribute_group_id`),\n\tUNIQUE INDEX `UNQ_EAV_ATTRIBUTE_GROUP_ATTRIBUTE_SET_ID_ATTRIBUTE_GROUP_NAME` (`attribute_set_id`, `attribute_group_name`),\n\tINDEX `IDX_EAV_ATTRIBUTE_GROUP_ATTRIBUTE_SET_ID_SORT_ORDER` (`attribute_set_id`, `sort_order`),\n\tCONSTRAINT `FK_EAV_ATTR_GROUP_ATTR_SET_ID_EAV_ATTR_SET_ATTR_SET_ID` FOREIGN KEY (`attribute_set_id`) REFERENCES `eav_attribute_set` (`attribute_set_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\nCOMMENT='Eav Attribute Group'\nCOLLATE='utf8_general_ci'\nENGINE=InnoDB\n;\nINSERT INTO `eav_attribute_group` (`attribute_group_id`, `attribute_set_id`, `attribute_group_name`, `sort_order`, `default_id`) VALUES (4, 4, 'General', 1, 1);\nINSERT INTO `eav_attribute_group` (`attribute_group_id`, `attribute_set_id`, `attribute_group_name`, `sort_order`, `default_id`) VALUES (1, 1, 'General', 1, 1);\nINSERT INTO `eav_attribute_group` (`attribute_group_id`, `attribute_set_id`, `attribute_group_name`, `sort_order`, `default_id`) VALUES (5,\t4, 'Prices', 2,\t0);\nINSERT INTO `eav_attribute_group` (`attribute_group_id`, `attribute_set_id`, `attribute_group_name`, `sort_order`, `default_id`) VALUES (6,\t4, 'Design', 3,\t0);\nINSERT INTO `eav_attribute_group` (`attribute_group_id`, `attribute_set_id`, `attribute_group_name`, `sort_order`, `default_id`) VALUES (7,\t4, 'Images', 4,\t0);\n\nCREATE TABLE `eav_entity_attribute` (\n  `entity_attribute_id` INT(10) UNSIGNED NOT NULL COMMENT 'Entity Attribute Id',\n  `entity_type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',\n  `attribute_set_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Set Id',\n  `attribute_group_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Group Id',\n  `attribute_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Id',\n  `sort_order` SMALLINT(6) NOT NULL DEFAULT '0' COMMENT 'Sort Order',\n  PRIMARY KEY (`entity_attribute_id`),\n  UNIQUE INDEX `UNQ_EAV_ENTITY_ATTRIBUTE_ATTRIBUTE_SET_ID_ATTRIBUTE_ID` (`attribute_set_id`, `attribute_id`),\n  UNIQUE INDEX `UNQ_EAV_ENTITY_ATTRIBUTE_ATTRIBUTE_GROUP_ID_ATTRIBUTE_ID` (`attribute_group_id`, `attribute_id`),\n  INDEX `IDX_EAV_ENTITY_ATTRIBUTE_ATTRIBUTE_SET_ID_SORT_ORDER` (`attribute_set_id`, `sort_order`),\n  INDEX `IDX_EAV_ENTITY_ATTRIBUTE_ATTRIBUTE_ID` (`attribute_id`),\n  CONSTRAINT `FK_EAV_ENTITY_ATTRIBUTE_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_ENTT_ATTR_ATTR_GROUP_ID_EAV_ATTR_GROUP_ATTR_GROUP_ID` FOREIGN KEY (`attribute_group_id`) REFERENCES `eav_attribute_group` (`attribute_group_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Eav Entity Attributes'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\nINSERT INTO `eav_entity_attribute` (`entity_attribute_id`, `entity_type_id`, `attribute_set_id`, `attribute_group_id`, `attribute_id`, `sort_order`) VALUES (63, 4, 4, 4, 63, 4);\n\nCREATE TABLE `customer_eav_attribute` (\n  `attribute_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Attribute Id',\n  `is_visible` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Is Visible',\n  `input_filter` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Input Filter',\n  `multiline_count` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Multiline Count',\n  `validate_rules` TEXT NULL COMMENT 'Validate Rules',\n  `is_system` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is System',\n  `sort_order` INT(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Sort Order',\n  `data_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Data Model',\n  `is_used_for_customer_segment` INT(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Customer Segment',\n  PRIMARY KEY (`attribute_id`),\n  CONSTRAINT `FK_CSTR_EAV_ATTR_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Customer Eav Attribute'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\nINSERT INTO `customer_eav_attribute` (`attribute_id`, `is_visible`, `input_filter`, `multiline_count`, `validate_rules`, `is_system`, `sort_order`, `data_model`, `is_used_for_customer_segment`) VALUES (1, 1, NULL, 0, NULL, 1, 10, NULL, 0);\n\nCREATE TABLE `core_website` (\n  `website_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Website Id',\n  `code` VARCHAR(32) NULL DEFAULT NULL COMMENT 'Code',\n  `name` VARCHAR(64) NULL DEFAULT NULL COMMENT 'Website Name',\n  `sort_order` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Sort Order',\n  `default_group_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Default Group Id',\n  `is_default` SMALLINT(5) UNSIGNED NULL DEFAULT '0' COMMENT 'Defines Is Website Default',\n  `is_staging` TINYINT(1) NOT NULL DEFAULT '0' COMMENT 'Is Staging Flag',\n  `master_login` VARCHAR(40) NULL DEFAULT NULL COMMENT 'Master Login',\n  `master_password` VARCHAR(100) NULL DEFAULT NULL COMMENT 'Master Password',\n  `visibility` VARCHAR(40) NULL DEFAULT NULL COMMENT 'Visibility',\n  PRIMARY KEY (`website_id`),\n  UNIQUE INDEX `UNQ_CORE_WEBSITE_CODE` (`code`),\n  INDEX `IDX_CORE_WEBSITE_SORT_ORDER` (`sort_order`),\n  INDEX `IDX_CORE_WEBSITE_DEFAULT_GROUP_ID` (`default_group_id`)\n)\n  COMMENT='Websites'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\nINSERT INTO `core_website` (`website_id`, `code`, `name`, `sort_order`, `default_group_id`, `is_default`, `is_staging`, `master_login`, `master_password`, `visibility`) VALUES (0, 'admin', 'Admin', 0, 0, 0, 0, '', '', '');\nINSERT INTO `core_website` (`website_id`, `code`, `name`, `sort_order`, `default_group_id`, `is_default`, `is_staging`, `master_login`, `master_password`, `visibility`) VALUES (1, 'base', 'Main Website', 0, 1, 1, 0, '', '', '');\n\nCREATE TABLE `customer_eav_attribute_website` (\n  `attribute_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Attribute Id',\n  `website_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Website Id',\n  `is_visible` SMALLINT(5) UNSIGNED NULL DEFAULT NULL COMMENT 'Is Visible',\n  `is_required` SMALLINT(5) UNSIGNED NULL DEFAULT NULL COMMENT 'Is Required',\n  `default_value` TEXT NULL COMMENT 'Default Value',\n  `multiline_count` SMALLINT(5) UNSIGNED NULL DEFAULT NULL COMMENT 'Multiline Count',\n  PRIMARY KEY (`attribute_id`, `website_id`),\n  INDEX `IDX_CUSTOMER_EAV_ATTRIBUTE_WEBSITE_WEBSITE_ID` (`website_id`),\n  CONSTRAINT `FK_CSTR_EAV_ATTR_WS_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_CSTR_EAV_ATTR_WS_WS_ID_CORE_WS_WS_ID` FOREIGN KEY (`website_id`) REFERENCES `core_website` (`website_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Customer Eav Attribute Website'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\n\nCREATE TABLE `core_store_group` (\n  `group_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Group Id',\n  `website_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Website Id',\n  `name` VARCHAR(255) NOT NULL COMMENT 'Store Group Name',\n  `root_category_id` INT(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Root Category Id',\n  `default_store_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Default Store Id',\n  PRIMARY KEY (`group_id`),\n  INDEX `IDX_CORE_STORE_GROUP_WEBSITE_ID` (`website_id`),\n  INDEX `IDX_CORE_STORE_GROUP_DEFAULT_STORE_ID` (`default_store_id`),\n  CONSTRAINT `FK_CORE_STORE_GROUP_WEBSITE_ID_CORE_WEBSITE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `core_website` (`website_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Store Groups'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\nINSERT INTO `core_store_group` (`group_id`, `website_id`, `name`, `root_category_id`, `default_store_id`) VALUES (0, 0, 'Default', 0, 0);\nINSERT INTO `core_store_group` (`group_id`, `website_id`, `name`, `root_category_id`, `default_store_id`) VALUES (1, 1, 'First Main Store', 2, 1);\n\nCREATE TABLE `core_store` (\n  `store_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Store Id',\n  `code` VARCHAR(32) NULL DEFAULT NULL COMMENT 'Code',\n  `website_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Website Id',\n  `group_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Group Id',\n  `name` VARCHAR(255) NOT NULL COMMENT 'Store Name',\n  `sort_order` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Sort Order',\n  `is_active` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Activity',\n  PRIMARY KEY (`store_id`),\n  UNIQUE INDEX `UNQ_CORE_STORE_CODE` (`code`),\n  INDEX `IDX_CORE_STORE_WEBSITE_ID` (`website_id`),\n  INDEX `IDX_CORE_STORE_IS_ACTIVE_SORT_ORDER` (`is_active`, `sort_order`),\n  INDEX `IDX_CORE_STORE_GROUP_ID` (`group_id`),\n  CONSTRAINT `FK_CORE_STORE_GROUP_ID_CORE_STORE_GROUP_GROUP_ID` FOREIGN KEY (`group_id`) REFERENCES `core_store_group` (`group_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_CORE_STORE_WEBSITE_ID_CORE_WEBSITE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `core_website` (`website_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Stores'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\nINSERT INTO `core_store` (`store_id`, `code`, `website_id`, `group_id`, `name`, `sort_order`, `is_active`) VALUES (0, 'admin', 0, 0, 'Admin', 0, 1);\nINSERT INTO `core_store` (`store_id`, `code`, `website_id`, `group_id`, `name`, `sort_order`, `is_active`) VALUES (1, 'default', 1, 1, 'English', 0, 1);\n\nCREATE TABLE `eav_attribute_label` (\n  `attribute_label_id` INT(10) UNSIGNED NOT NULL COMMENT 'Attribute Label Id',\n  `attribute_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Id',\n  `store_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Id',\n  `value` VARCHAR(255) NOT NULL COMMENT 'Value',\n  PRIMARY KEY (`attribute_label_id`),\n  INDEX `IDX_EAV_ATTRIBUTE_LABEL_ATTRIBUTE_ID` (`attribute_id`),\n  INDEX `IDX_EAV_ATTRIBUTE_LABEL_STORE_ID` (`store_id`),\n  INDEX `IDX_EAV_ATTRIBUTE_LABEL_ATTRIBUTE_ID_STORE_ID` (`attribute_id`, `store_id`),\n  CONSTRAINT `FK_EAV_ATTRIBUTE_LABEL_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_ATTRIBUTE_LABEL_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Eav Attribute Label'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\n\nCREATE TABLE `eav_attribute_option` (\n  `option_id` INT(10) UNSIGNED NOT NULL COMMENT 'Option Id',\n  `attribute_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Id',\n  `sort_order` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Sort Order',\n  PRIMARY KEY (`option_id`),\n  INDEX `IDX_EAV_ATTRIBUTE_OPTION_ATTRIBUTE_ID` (`attribute_id`),\n  CONSTRAINT `FK_EAV_ATTRIBUTE_OPTION_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Eav Attribute Option'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\n\nCREATE TABLE `eav_attribute_option_value` (\n  `value_id` INT(10) UNSIGNED NOT NULL COMMENT 'Value Id',\n  `option_id` INT(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Option Id',\n  `store_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Id',\n  `value` VARCHAR(255) NOT NULL COMMENT 'Value',\n  PRIMARY KEY (`value_id`),\n  INDEX `IDX_EAV_ATTRIBUTE_OPTION_VALUE_OPTION_ID` (`option_id`),\n  INDEX `IDX_EAV_ATTRIBUTE_OPTION_VALUE_STORE_ID` (`store_id`),\n  CONSTRAINT `FK_EAV_ATTRIBUTE_OPTION_VALUE_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_ATTR_OPT_VAL_OPT_ID_EAV_ATTR_OPT_OPT_ID` FOREIGN KEY (`option_id`) REFERENCES `eav_attribute_option` (`option_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Eav Attribute Option Value'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\n\nCREATE TABLE `eav_entity` (\n  `entity_id` INT(10) UNSIGNED NOT NULL COMMENT 'Entity Id',\n  `entity_type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',\n  `attribute_set_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Set Id',\n  `increment_id` VARCHAR(50) NOT NULL COMMENT 'Increment Id',\n  `parent_id` INT(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Parent Id',\n  `store_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Id',\n  `created_at` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT 'Created At',\n  `updated_at` TIMESTAMP NOT NULL DEFAULT '1975-01-01 00:00:00' COMMENT 'Updated At',\n  `is_active` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Defines Is Entity Active',\n  PRIMARY KEY (`entity_id`),\n  INDEX `IDX_EAV_ENTITY_ENTITY_TYPE_ID` (`entity_type_id`),\n  INDEX `IDX_EAV_ENTITY_STORE_ID` (`store_id`),\n  CONSTRAINT `FK_EAV_ENTITY_ENTITY_TYPE_ID_EAV_ENTITY_TYPE_ENTITY_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_ENTITY_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Eav Entity'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\n\nCREATE TABLE `eav_entity_datetime` (\n  `value_id` INT(11) NOT NULL COMMENT 'Value Id',\n  `entity_type_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Entity Type Id',\n  `attribute_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Attribute Id',\n  `store_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Store Id',\n  `entity_id` INT(10) UNSIGNED NOT NULL COMMENT 'Entity Id',\n  `value` DATETIME NOT NULL DEFAULT '1975-01-01 00:00:00' COMMENT 'Attribute Value',\n  PRIMARY KEY (`value_id`),\n  UNIQUE INDEX `UNQ_EAV_ENTITY_DATETIME_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`entity_id`, `attribute_id`, `store_id`),\n  INDEX `IDX_EAV_ENTITY_DATETIME_ENTITY_TYPE_ID` (`entity_type_id`),\n  INDEX `IDX_EAV_ENTITY_DATETIME_ATTRIBUTE_ID` (`attribute_id`),\n  INDEX `IDX_EAV_ENTITY_DATETIME_STORE_ID` (`store_id`),\n  INDEX `IDX_EAV_ENTITY_DATETIME_ENTITY_ID` (`entity_id`),\n  INDEX `IDX_EAV_ENTITY_DATETIME_ATTRIBUTE_ID_VALUE` (`attribute_id`, `value`),\n  INDEX `IDX_EAV_ENTITY_DATETIME_ENTITY_TYPE_ID_VALUE` (`entity_type_id`, `value`),\n  CONSTRAINT `FK_EAV_ENTITY_DATETIME_ENTITY_ID_EAV_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `eav_entity` (`entity_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_ENTITY_DATETIME_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_ENTT_DTIME_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Eav Entity Value Prefix'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\n\nCREATE TABLE `eav_entity_decimal` (\n  `value_id` INT(11) NOT NULL COMMENT 'Value Id',\n  `entity_type_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Entity Type Id',\n  `attribute_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Attribute Id',\n  `store_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Store Id',\n  `entity_id` INT(10) UNSIGNED NOT NULL COMMENT 'Entity Id',\n  `value` DECIMAL(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Attribute Value',\n  PRIMARY KEY (`value_id`),\n  UNIQUE INDEX `UNQ_EAV_ENTITY_DECIMAL_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`entity_id`, `attribute_id`, `store_id`),\n  INDEX `IDX_EAV_ENTITY_DECIMAL_ENTITY_TYPE_ID` (`entity_type_id`),\n  INDEX `IDX_EAV_ENTITY_DECIMAL_ATTRIBUTE_ID` (`attribute_id`),\n  INDEX `IDX_EAV_ENTITY_DECIMAL_STORE_ID` (`store_id`),\n  INDEX `IDX_EAV_ENTITY_DECIMAL_ENTITY_ID` (`entity_id`),\n  INDEX `IDX_EAV_ENTITY_DECIMAL_ATTRIBUTE_ID_VALUE` (`attribute_id`, `value`),\n  INDEX `IDX_EAV_ENTITY_DECIMAL_ENTITY_TYPE_ID_VALUE` (`entity_type_id`, `value`),\n  CONSTRAINT `FK_EAV_ENTITY_DECIMAL_ENTITY_ID_EAV_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `eav_entity` (`entity_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_ENTITY_DECIMAL_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_ENTT_DEC_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Eav Entity Value Prefix'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\n\nCREATE TABLE `eav_entity_int` (\n  `value_id` INT(11) NOT NULL COMMENT 'Value Id',\n  `entity_type_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Entity Type Id',\n  `attribute_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Attribute Id',\n  `store_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Store Id',\n  `entity_id` INT(10) UNSIGNED NOT NULL COMMENT 'Entity Id',\n  `value` INT(11) NOT NULL COMMENT 'Attribute Value',\n  PRIMARY KEY (`value_id`),\n  UNIQUE INDEX `UNQ_EAV_ENTITY_INT_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`entity_id`, `attribute_id`, `store_id`),\n  INDEX `IDX_EAV_ENTITY_INT_ENTITY_TYPE_ID` (`entity_type_id`),\n  INDEX `IDX_EAV_ENTITY_INT_ATTRIBUTE_ID` (`attribute_id`),\n  INDEX `IDX_EAV_ENTITY_INT_STORE_ID` (`store_id`),\n  INDEX `IDX_EAV_ENTITY_INT_ENTITY_ID` (`entity_id`),\n  INDEX `IDX_EAV_ENTITY_INT_ATTRIBUTE_ID_VALUE` (`attribute_id`, `value`),\n  INDEX `IDX_EAV_ENTITY_INT_ENTITY_TYPE_ID_VALUE` (`entity_type_id`, `value`),\n  CONSTRAINT `FK_EAV_ENTITY_INT_ENTITY_ID_EAV_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `eav_entity` (`entity_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_ENTITY_INT_ENTITY_TYPE_ID_EAV_ENTITY_TYPE_ENTITY_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_ENTITY_INT_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Eav Entity Value Prefix'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\n\nCREATE TABLE `eav_entity_store` (\n  `entity_store_id` INT(10) UNSIGNED NOT NULL COMMENT 'Entity Store Id',\n  `entity_type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',\n  `store_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Id',\n  `increment_prefix` VARCHAR(20) NULL DEFAULT NULL COMMENT 'Increment Prefix',\n  `increment_last_id` VARCHAR(50) NULL DEFAULT NULL COMMENT 'Last Incremented Id',\n  PRIMARY KEY (`entity_store_id`),\n  INDEX `IDX_EAV_ENTITY_STORE_ENTITY_TYPE_ID` (`entity_type_id`),\n  INDEX `IDX_EAV_ENTITY_STORE_STORE_ID` (`store_id`),\n  CONSTRAINT `FK_EAV_ENTITY_STORE_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_ENTT_STORE_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Eav Entity Store'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\n\nCREATE TABLE `eav_entity_text` (\n  `value_id` INT(11) NOT NULL COMMENT 'Value Id',\n  `entity_type_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Entity Type Id',\n  `attribute_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Attribute Id',\n  `store_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Store Id',\n  `entity_id` INT(10) UNSIGNED NOT NULL COMMENT 'Entity Id',\n  `value` TEXT NOT NULL COMMENT 'Attribute Value',\n  PRIMARY KEY (`value_id`),\n  UNIQUE INDEX `UNQ_EAV_ENTITY_TEXT_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`entity_id`, `attribute_id`, `store_id`),\n  INDEX `IDX_EAV_ENTITY_TEXT_ENTITY_TYPE_ID` (`entity_type_id`),\n  INDEX `IDX_EAV_ENTITY_TEXT_ATTRIBUTE_ID` (`attribute_id`),\n  INDEX `IDX_EAV_ENTITY_TEXT_STORE_ID` (`store_id`),\n  INDEX `IDX_EAV_ENTITY_TEXT_ENTITY_ID` (`entity_id`),\n  CONSTRAINT `FK_EAV_ENTITY_TEXT_ENTITY_ID_EAV_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `eav_entity` (`entity_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_ENTITY_TEXT_ENTITY_TYPE_ID_EAV_ENTITY_TYPE_ENTITY_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_ENTITY_TEXT_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Eav Entity Value Prefix'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\n\nCREATE TABLE `eav_entity_varchar` (\n  `value_id` INT(11) NOT NULL COMMENT 'Value Id',\n  `entity_type_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Entity Type Id',\n  `attribute_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Attribute Id',\n  `store_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Store Id',\n  `entity_id` INT(10) UNSIGNED NOT NULL COMMENT 'Entity Id',\n  `value` VARCHAR(255) NOT NULL COMMENT 'Attribute Value',\n  PRIMARY KEY (`value_id`),\n  UNIQUE INDEX `UNQ_EAV_ENTITY_VARCHAR_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`entity_id`, `attribute_id`, `store_id`),\n  INDEX `IDX_EAV_ENTITY_VARCHAR_ENTITY_TYPE_ID` (`entity_type_id`),\n  INDEX `IDX_EAV_ENTITY_VARCHAR_ATTRIBUTE_ID` (`attribute_id`),\n  INDEX `IDX_EAV_ENTITY_VARCHAR_STORE_ID` (`store_id`),\n  INDEX `IDX_EAV_ENTITY_VARCHAR_ENTITY_ID` (`entity_id`),\n  INDEX `IDX_EAV_ENTITY_VARCHAR_ATTRIBUTE_ID_VALUE` (`attribute_id`, `value`),\n  INDEX `IDX_EAV_ENTITY_VARCHAR_ENTITY_TYPE_ID_VALUE` (`entity_type_id`, `value`),\n  CONSTRAINT `FK_EAV_ENTITY_VARCHAR_ENTITY_ID_EAV_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `eav_entity` (`entity_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_ENTITY_VARCHAR_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_ENTT_VCHR_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Eav Entity Value Prefix'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\n\nCREATE TABLE `eav_form_type` (\n  `type_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Type Id',\n  `code` VARCHAR(64) NOT NULL COMMENT 'Code',\n  `label` VARCHAR(255) NOT NULL COMMENT 'Label',\n  `is_system` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is System',\n  `theme` VARCHAR(64) NULL DEFAULT NULL COMMENT 'Theme',\n  `store_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Id',\n  PRIMARY KEY (`type_id`),\n  UNIQUE INDEX `UNQ_EAV_FORM_TYPE_CODE_THEME_STORE_ID` (`code`, `theme`, `store_id`),\n  INDEX `IDX_EAV_FORM_TYPE_STORE_ID` (`store_id`),\n  CONSTRAINT `FK_EAV_FORM_TYPE_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Eav Form Type'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\n\nCREATE TABLE `eav_form_fieldset` (\n  `fieldset_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Fieldset Id',\n  `type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Type Id',\n  `code` VARCHAR(64) NOT NULL COMMENT 'Code',\n  `sort_order` INT(11) NOT NULL DEFAULT '0' COMMENT 'Sort Order',\n  PRIMARY KEY (`fieldset_id`),\n  UNIQUE INDEX `UNQ_EAV_FORM_FIELDSET_TYPE_ID_CODE` (`type_id`, `code`),\n  INDEX `IDX_EAV_FORM_FIELDSET_TYPE_ID` (`type_id`),\n  CONSTRAINT `FK_EAV_FORM_FIELDSET_TYPE_ID_EAV_FORM_TYPE_TYPE_ID` FOREIGN KEY (`type_id`) REFERENCES `eav_form_type` (`type_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Eav Form Fieldset'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\n\nCREATE TABLE `eav_form_element` (\n  `element_id` INT(10) UNSIGNED NOT NULL COMMENT 'Element Id',\n  `type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Type Id',\n  `fieldset_id` SMALLINT(5) UNSIGNED NULL DEFAULT NULL COMMENT 'Fieldset Id',\n  `attribute_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Id',\n  `sort_order` INT(11) NOT NULL DEFAULT '0' COMMENT 'Sort Order',\n  PRIMARY KEY (`element_id`),\n  UNIQUE INDEX `UNQ_EAV_FORM_ELEMENT_TYPE_ID_ATTRIBUTE_ID` (`type_id`, `attribute_id`),\n  INDEX `IDX_EAV_FORM_ELEMENT_TYPE_ID` (`type_id`),\n  INDEX `IDX_EAV_FORM_ELEMENT_FIELDSET_ID` (`fieldset_id`),\n  INDEX `IDX_EAV_FORM_ELEMENT_ATTRIBUTE_ID` (`attribute_id`),\n  CONSTRAINT `FK_EAV_FORM_ELEMENT_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_FORM_ELEMENT_FIELDSET_ID_EAV_FORM_FIELDSET_FIELDSET_ID` FOREIGN KEY (`fieldset_id`) REFERENCES `eav_form_fieldset` (`fieldset_id`) ON UPDATE CASCADE ON DELETE SET NULL,\n  CONSTRAINT `FK_EAV_FORM_ELEMENT_TYPE_ID_EAV_FORM_TYPE_TYPE_ID` FOREIGN KEY (`type_id`) REFERENCES `eav_form_type` (`type_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Eav Form Element'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\n\nCREATE TABLE `eav_form_fieldset_label` (\n  `fieldset_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Fieldset Id',\n  `store_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Id',\n  `label` VARCHAR(255) NOT NULL COMMENT 'Label',\n  PRIMARY KEY (`fieldset_id`, `store_id`),\n  INDEX `IDX_EAV_FORM_FIELDSET_LABEL_FIELDSET_ID` (`fieldset_id`),\n  INDEX `IDX_EAV_FORM_FIELDSET_LABEL_STORE_ID` (`store_id`),\n  CONSTRAINT `FK_EAV_FORM_FIELDSET_LABEL_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_FORM_FSET_LBL_FSET_ID_EAV_FORM_FSET_FSET_ID` FOREIGN KEY (`fieldset_id`) REFERENCES `eav_form_fieldset` (`fieldset_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Eav Form Fieldset Label'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\n\nCREATE TABLE `eav_form_type_entity` (\n  `type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Type Id',\n  `entity_type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',\n  PRIMARY KEY (`type_id`, `entity_type_id`),\n  INDEX `IDX_EAV_FORM_TYPE_ENTITY_ENTITY_TYPE_ID` (`entity_type_id`),\n  CONSTRAINT `FK_EAV_FORM_TYPE_ENTITY_TYPE_ID_EAV_FORM_TYPE_TYPE_ID` FOREIGN KEY (`type_id`) REFERENCES `eav_form_type` (`type_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_FORM_TYPE_ENTT_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Eav Form Type Entity'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\n\nCREATE TABLE `enterprise_rma_item_eav_attribute` (\n  `attribute_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Attribute Id',\n  `is_visible` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Is Visible',\n  `input_filter` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Input Filter',\n  `multiline_count` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Multiline Count',\n  `validate_rules` TEXT NULL COMMENT 'Validate Rules',\n  `is_system` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is System',\n  `sort_order` INT(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Sort Order',\n  `data_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Data Model',\n  PRIMARY KEY (`attribute_id`),\n  CONSTRAINT `FK_ENT_RMA_ITEM_EAV_ATTR_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='RMA Item EAV Attribute'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\n\nCREATE TABLE `enterprise_rma_item_eav_attribute_website` (\n  `attribute_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Attribute Id',\n  `website_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Website Id',\n  `is_visible` SMALLINT(5) UNSIGNED NULL DEFAULT NULL COMMENT 'Is Visible',\n  `is_required` SMALLINT(5) UNSIGNED NULL DEFAULT NULL COMMENT 'Is Required',\n  `default_value` TEXT NULL COMMENT 'Default Value',\n  `multiline_count` SMALLINT(5) UNSIGNED NULL DEFAULT NULL COMMENT 'Multiline Count',\n  PRIMARY KEY (`attribute_id`, `website_id`),\n  INDEX `IDX_ENTERPRISE_RMA_ITEM_EAV_ATTRIBUTE_WEBSITE_WEBSITE_ID` (`website_id`),\n  CONSTRAINT `FK_ENT_RMA_ITEM_EAV_ATTR_WS_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_ENT_RMA_ITEM_EAV_ATTR_WS_WS_ID_CORE_WS_WS_ID` FOREIGN KEY (`website_id`) REFERENCES `core_website` (`website_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Enterprise RMA Item Eav Attribute Website'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\n\n"
  },
  {
    "path": "tests/integration/resource/ee.url_rewrite_11410/dest.sql",
    "content": "/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n\n/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;\n/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;\n/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;\n/*!40101 SET NAMES utf8 */;\n/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;\n/*!40103 SET TIME_ZONE='+00:00' */;\n/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;\n/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;\n/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;\n/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;\n\n--\n-- Table structure for table `url_rewrite`\n--\n\nDROP TABLE IF EXISTS `url_rewrite`;\n/*!40101 SET @saved_cs_client     = @@character_set_client */;\n/*!40101 SET character_set_client = utf8 */;\nCREATE TABLE `url_rewrite` (\n  `url_rewrite_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Rewrite Id',\n  `entity_type` varchar(32) NOT NULL COMMENT 'Entity type code',\n  `entity_id` int(10) unsigned NOT NULL COMMENT 'Entity ID',\n  `request_path` varchar(255) DEFAULT NULL COMMENT 'Request Path',\n  `target_path` varchar(255) DEFAULT NULL COMMENT 'Target Path',\n  `redirect_type` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Redirect Type',\n  `store_id` smallint(5) unsigned NOT NULL COMMENT 'Store Id',\n  `description` varchar(255) DEFAULT NULL COMMENT 'Description',\n  `is_autogenerated` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Is rewrite generated automatically flag',\n  `metadata` varchar(255) DEFAULT NULL COMMENT 'Meta data for url rewrite',\n  PRIMARY KEY (`url_rewrite_id`),\n  UNIQUE KEY `UNQ_URL_REWRITE_REQUEST_PATH_STORE_ID` (`request_path`,`store_id`),\n  KEY `IDX_URL_REWRITE_TARGET_PATH` (`target_path`),\n  KEY `IDX_URL_REWRITE_STORE_ID_ENTITY_ID` (`store_id`,`entity_id`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Url Rewrites';\n/*!40101 SET character_set_client = @saved_cs_client */;\n\n--\n-- Table structure for table `catalog_category_entity_varchar`\n--\n\nDROP TABLE IF EXISTS `catalog_category_entity_varchar`;\n/*!40101 SET @saved_cs_client     = @@character_set_client */;\n/*!40101 SET character_set_client = utf8 */;\nCREATE TABLE `catalog_category_entity_varchar` (\n  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value ID',\n  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute ID',\n  `store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store ID',\n  `row_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Row ID',\n  `value` varchar(255) DEFAULT NULL COMMENT 'Value',\n  PRIMARY KEY (`value_id`),\n  UNIQUE KEY `UNQ_CAT_CTGR_ENTT_VCHR_ENTT_TYPE_ID_ENTT_ID_ATTR_ID_STORE_ID` (`row_id`,`attribute_id`,`store_id`),\n  KEY `IDX_CATALOG_CATEGORY_ENTITY_VARCHAR_ROW_ID` (`row_id`),\n  KEY `IDX_CATALOG_CATEGORY_ENTITY_VARCHAR_ATTRIBUTE_ID` (`attribute_id`),\n  KEY `IDX_CATALOG_CATEGORY_ENTITY_VARCHAR_STORE_ID` (`store_id`)\n) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COMMENT='Catalog Category Varchar Attribute Backend Table';\n/*!40101 SET character_set_client = @saved_cs_client */;\n\n--\n-- Dumping data for table `catalog_category_entity_varchar`\n--\n\nLOCK TABLES `catalog_category_entity_varchar` WRITE;\n/*!40000 ALTER TABLE `catalog_category_entity_varchar` DISABLE KEYS */;\nINSERT INTO `catalog_category_entity_varchar` VALUES\n(1,41,0,1,'Root Catalog'),\n(2,41,0,2,'Default Category'),\n(3,48,0,2,'PRODUCTS');\n/*!40000 ALTER TABLE `catalog_category_entity_varchar` ENABLE KEYS */;\nUNLOCK TABLES;\n\n--\n-- Table structure for table `catalog_product_entity_varchar`\n--\n\nDROP TABLE IF EXISTS `catalog_product_entity_varchar`;\n/*!40101 SET @saved_cs_client     = @@character_set_client */;\n/*!40101 SET character_set_client = utf8 */;\nCREATE TABLE `catalog_product_entity_varchar` (\n  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value ID',\n  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute ID',\n  `store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store ID',\n  `row_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Row ID',\n  `value` varchar(255) DEFAULT NULL COMMENT 'Value',\n  PRIMARY KEY (`value_id`),\n  UNIQUE KEY `UNQ_CAT_PRD_ENTT_VCHR_ENTT_ID_ATTR_ID_STORE_ID` (`row_id`,`attribute_id`,`store_id`),\n  KEY `IDX_CATALOG_PRODUCT_ENTITY_VARCHAR_ATTRIBUTE_ID` (`attribute_id`),\n  KEY `IDX_CATALOG_PRODUCT_ENTITY_VARCHAR_STORE_ID` (`store_id`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product Varchar Attribute Backend Table';\n/*!40101 SET character_set_client = @saved_cs_client */;\n\n--\n-- Table structure for table `catalog_url_rewrite_product_category`\n--\n\nDROP TABLE IF EXISTS `catalog_url_rewrite_product_category`;\n/*!40101 SET @saved_cs_client     = @@character_set_client */;\n/*!40101 SET character_set_client = utf8 */;\nCREATE TABLE `catalog_url_rewrite_product_category` (\n  `url_rewrite_id` int(10) unsigned NOT NULL COMMENT 'url_rewrite_id',\n  `category_id` int(10) unsigned NOT NULL COMMENT 'category_id',\n  `product_id` int(10) unsigned NOT NULL COMMENT 'product_id',\n  KEY `IDX_CATALOG_URL_REWRITE_PRODUCT_CATEGORY_CATEGORY_ID_PRODUCT_ID` (`category_id`,`product_id`),\n  KEY `FK_CAT_URL_REWRITE_PRD_CTGR_PRD_ID_CAT_PRD_ENTT_ENTT_ID` (`product_id`),\n  KEY `FK_BB79E64705D7F17FE181F23144528FC8` (`url_rewrite_id`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='url_rewrite_relation';\n/*!40101 SET character_set_client = @saved_cs_client */;\n\n--\n-- Dumping data for table `catalog_url_rewrite_product_category`\n--\n\n\n/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;\n\n/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;\n/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;\n/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;\n/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;\n/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;\n/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;\n/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;\n\n-- Dump completed on 2015-01-29 19:44:27\n"
  },
  {
    "path": "tests/integration/resource/ee.url_rewrite_11410/source.sql",
    "content": "/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n\n/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;\n/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;\n/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;\n/*!40101 SET NAMES utf8 */;\n/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;\n/*!40103 SET TIME_ZONE='+00:00' */;\n/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;\n/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;\n/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;\n/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;\n\n\n-- Dumping structure for magento1.cms_page\nDROP TABLE IF EXISTS `cms_page`;\nCREATE TABLE IF NOT EXISTS `cms_page` (\n  `page_id` smallint(6) NOT NULL AUTO_INCREMENT COMMENT 'Page ID',\n  `title` varchar(255) DEFAULT NULL COMMENT 'Page Title',\n  `root_template` varchar(255) DEFAULT NULL COMMENT 'Page Template',\n  `meta_keywords` text COMMENT 'Page Meta Keywords',\n  `meta_description` text COMMENT 'Page Meta Description',\n  `identifier` varchar(100) DEFAULT NULL COMMENT 'Page String Identifier',\n  `content_heading` varchar(255) DEFAULT NULL COMMENT 'Page Content Heading',\n  `content` mediumtext COMMENT 'Page Content',\n  `creation_time` timestamp NULL DEFAULT NULL COMMENT 'Page Creation Time',\n  `update_time` timestamp NULL DEFAULT NULL COMMENT 'Page Modification Time',\n  `is_active` smallint(6) NOT NULL DEFAULT '1' COMMENT 'Is Page Active',\n  `sort_order` smallint(6) NOT NULL DEFAULT '0' COMMENT 'Page Sort Order',\n  `layout_update_xml` text COMMENT 'Page Layout Update Content',\n  `custom_theme` varchar(100) DEFAULT NULL COMMENT 'Page Custom Theme',\n  `custom_root_template` varchar(255) DEFAULT NULL COMMENT 'Page Custom Template',\n  `custom_layout_update_xml` text COMMENT 'Page Custom Layout Update Content',\n  `custom_theme_from` date DEFAULT NULL COMMENT 'Page Custom Theme Active From Date',\n  `custom_theme_to` date DEFAULT NULL COMMENT 'Page Custom Theme Active To Date',\n  `published_revision_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Published Revision Id',\n  `website_root` smallint(5) unsigned NOT NULL DEFAULT '1' COMMENT 'Website Root',\n  `under_version_control` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Under Version Control Flag',\n  PRIMARY KEY (`page_id`),\n  KEY `IDX_CMS_PAGE_IDENTIFIER` (`identifier`)\n) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8 COMMENT='CMS Page Table';\n\n-- Dumping data for table magento1.cms_page: ~10 rows\n-- DELETE FROM `cms_page`;\n/*!40000 ALTER TABLE `cms_page` DISABLE KEYS */;\nINSERT INTO `cms_page` (`page_id`, `title`, `root_template`, `meta_keywords`, `meta_description`, `identifier`, `content_heading`, `content`, `creation_time`, `update_time`, `is_active`, `sort_order`, `layout_update_xml`, `custom_theme`, `custom_root_template`, `custom_layout_update_xml`, `custom_theme_from`, `custom_theme_to`, `published_revision_id`, `website_root`, `under_version_control`) VALUES\n\t(1, '404 Not Found 1', 'two_columns_right', 'Page keywords', 'Page description', 'no-route', NULL, '\\r\\n    <div class=\"page-head-alt\"><h3>We are sorry, but the page you are looking for cannot be found.</h3></div>\\r\\n    <div>\\r\\n        <ul class=\"disc\">\\r\\n            <li>If you typed the URL directly, please make sure the spelling is correct.</li>\\r\\n            <li>If you clicked on a link to get here, we must have moved the content.\\r\\n            <br/>Please try our store search box above to search for an item.</li>\\r\\n            <li>If you are not sure how you got here,\\r\\n            <a href=\"#\" onclick=\"history.go(-1);\">go back</a> to the previous page\\r\\n            or return to our <a href=\"{{store url=\"\"}}\">store homepage</a>.</li>\\r\\n        </ul>\\r\\n    </div>\\n\\n<!-- \\r\\n<div class=\"page-title\"><h1>Whoops, our bad...</h1></div>\\r\\n<dl>\\r\\n    <dt>The page you requested was not found, and we have a fine guess why.</dt>\\r\\n    <dd>\\r\\n        <ul class=\"disc\">\\r\\n            <li>If you typed the URL directly, please make sure the spelling is correct.</li>\\r\\n            <li>If you clicked on a link to get here, the link is outdated.</li>\\r\\n        </ul>\\r\\n    </dd>\\r\\n</dl>\\r\\n<dl>\\r\\n    <dt>What can you do?</dt>\\r\\n    <dd>Have no fear, help is near! There are many ways you can get back on track with Magento Store.</dd>\\r\\n    <dd>\\r\\n        <ul class=\"disc\">\\r\\n            <li><a href=\"#\" onclick=\"history.go(-1); return false;\">Go back</a> to the previous page.</li>\\r\\n            <li>Use the search bar at the top of the page to search for your products.</li>\\r\\n            <li>Follow these links to get you back on track!<br /><a href=\"{{store url=\"\"}}\">Store Home</a>\\r\\n            <span class=\"separator\">|</span> <a href=\"{{store url=\"customer/account\"}}\">My Account</a></li>\\r\\n        </ul>\\r\\n    </dd>\\r\\n</dl>\\r\\n -->\\r\\n', '2015-10-09 15:15:23', '2015-10-09 15:15:23', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0),\n\t(2, 'Home page', 'two_columns_right', NULL, NULL, 'home', NULL, '<div class=\"page-title\"><h2>Home Page</h2></div>', '2015-10-09 15:15:24', '2015-10-09 15:15:42', 1, 0, '<!--<reference name=\"content\">\\r\\n        <block type=\"catalog/product_new\" name=\"home.catalog.product.new\" alias=\"product_new\" template=\"catalog/product/new.phtml\" after=\"cms_page\">\\r\\n            <action method=\"addPriceBlockType\">\\r\\n                <type>bundle</type>\\r\\n                <block>bundle/catalog_product_price</block>\\r\\n                <template>bundle/catalog/product/price.phtml</template>\\r\\n            </action>\\r\\n        </block>\\r\\n        <block type=\"reports/product_viewed\" name=\"home.reports.product.viewed\" alias=\"product_viewed\" template=\"reports/home_product_viewed.phtml\" after=\"product_new\">\\r\\n            <action method=\"addPriceBlockType\">\\r\\n                <type>bundle</type>\\r\\n                <block>bundle/catalog_product_price</block>\\r\\n                <template>bundle/catalog/product/price.phtml</template>\\r\\n            </action>\\r\\n        </block>\\r\\n        <block type=\"reports/product_compared\" name=\"home.reports.product.compared\" template=\"reports/home_product_compared.phtml\" after=\"product_viewed\">\\r\\n            <action method=\"addPriceBlockType\">\\r\\n                <type>bundle</type>\\r\\n                <block>bundle/catalog_product_price</block>\\r\\n                <template>bundle/catalog/product/price.phtml</template>\\r\\n            </action>\\r\\n        </block>\\r\\n    </reference>\\r\\n    <reference name=\"right\">\\r\\n        <action method=\"unsetChild\"><alias>right.reports.product.viewed</alias></action>\\r\\n        <action method=\"unsetChild\"><alias>right.reports.product.compared</alias></action>\\r\\n    </reference>-->', NULL, NULL, NULL, NULL, NULL, 0, 1, 0),\n\t(3, 'About Us', 'two_columns_right', NULL, NULL, 'about-magento-demo-store', NULL, '\\r\\n<div class=\"page-title\">\\r\\n    <h1>About Magento Store</h1>\\r\\n</div>\\r\\n<div class=\"col3-set\">\\r\\n<div class=\"col-1\"><p style=\"line-height:1.2em;\"><small>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.\\r\\nMorbi luctus. Duis lobortis. Nulla nec velit. Mauris pulvinar erat non massa. Suspendisse tortor turpis, porta nec,\\r\\ntempus vitae, iaculis semper, pede.</small></p>\\r\\n<p style=\"color:#888; font:1.2em/1.4em georgia, serif;\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit.\\r\\nMorbi luctus. Duis lobortis. Nulla nec velit. Mauris pulvinar erat non massa. Suspendisse tortor turpis,\\r\\nporta nec, tempus vitae, iaculis semper, pede. Cras vel libero id lectus rhoncus porta.</p></div>\\r\\n<div class=\"col-2\">\\r\\n<p><strong style=\"color:#de036f;\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi luctus.\\r\\nDuis lobortis. Nulla nec velit.</strong></p>\\r\\n<p>Vivamus tortor nisl, lobortis in, faucibus et, tempus at, dui. Nunc risus. Proin scelerisque augue. Nam ullamcorper.\\r\\nPhasellus id massa. Pellentesque nisl. Pellentesque habitant morbi tristique senectus et netus et malesuada\\r\\nfames ac turpis egestas. Nunc augue. Aenean sed justo non leo vehicula laoreet. Praesent ipsum libero, auctor ac,\\r\\ntempus nec, tempor nec, justo. </p>\\r\\n<p>Maecenas ullamcorper, odio vel tempus egestas, dui orci faucibus orci, sit amet aliquet lectus dolor et quam.\\r\\nPellentesque consequat luctus purus. Nunc et risus. Etiam a nibh. Phasellus dignissim metus eget nisi.\\r\\nVestibulum sapien dolor, aliquet nec, porta ac, malesuada a, libero. Praesent feugiat purus eget est.\\r\\nNulla facilisi. Vestibulum tincidunt sapien eu velit. Mauris purus. Maecenas eget mauris eu orci accumsan feugiat.\\r\\nPellentesque eget velit. Nunc tincidunt.</p></div>\\r\\n<div class=\"col-3\">\\r\\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi luctus. Duis lobortis. Nulla nec velit.\\r\\nMauris pulvinar erat non massa. Suspendisse tortor turpis, porta nec, tempus vitae, iaculis semper, pede.\\r\\nCras vel libero id lectus rhoncus porta. Suspendisse convallis felis ac enim. Vivamus tortor nisl, lobortis in,\\r\\nfaucibus et, tempus at, dui. Nunc risus. Proin scelerisque augue. Nam ullamcorper </p>\\r\\n<p><strong style=\"color:#de036f;\">Maecenas ullamcorper, odio vel tempus egestas, dui orci faucibus orci,\\r\\nsit amet aliquet lectus dolor et quam. Pellentesque consequat luctus purus.</strong></p>\\r\\n<p>Nunc et risus. Etiam a nibh. Phasellus dignissim metus eget nisi.</p>\\r\\n<div class=\"divider\"></div>\\r\\n<p>To all of you, from all of us at Magento Store - Thank you and Happy eCommerce!</p>\\r\\n<p style=\"line-height:1.2em;\"><strong style=\"font:italic 2em Georgia, serif;\">John Doe</strong><br />\\r\\n<small>Some important guy</small></p></div>\\r\\n</div>', '2015-10-09 15:15:24', '2015-10-09 15:15:24', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0),\n\t(4, 'Customer Service', 'three_columns', NULL, NULL, 'customer-service', NULL, '<div class=\"page-title\">\\r\\n<h1>Customer Service</h1>\\r\\n</div>\\r\\n<ul class=\"disc\">\\r\\n<li><a href=\"#answer1\">Shipping &amp; Delivery</a></li>\\r\\n<li><a href=\"#answer2\">Privacy &amp; Security</a></li>\\r\\n<li><a href=\"#answer3\">Returns &amp; Replacements</a></li>\\r\\n<li><a href=\"#answer4\">Ordering</a></li>\\r\\n<li><a href=\"#answer5\">Payment, Pricing &amp; Promotions</a></li>\\r\\n<li><a href=\"#answer6\">Viewing Orders</a></li>\\r\\n<li><a href=\"#answer7\">Updating Account Information</a></li>\\r\\n</ul>\\r\\n<dl>\\r\\n<dt id=\"answer1\">Shipping &amp; Delivery</dt>\\r\\n<dd>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi luctus. Duis lobortis. Nulla nec velit.\\r\\nMauris pulvinar erat non massa. Suspendisse tortor turpis, porta nec, tempus vitae, iaculis semper, pede.\\r\\nCras vel libero id lectus rhoncus porta. Suspendisse convallis felis ac enim. Vivamus tortor nisl, lobortis in,\\r\\nfaucibus et, tempus at, dui. Nunc risus. Proin scelerisque augue. Nam ullamcorper. Phasellus id massa.\\r\\nPellentesque nisl. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.\\r\\nNunc augue. Aenean sed justo non leo vehicula laoreet. Praesent ipsum libero, auctor ac, tempus nec, tempor nec,\\r\\njusto.</dd>\\r\\n<dt id=\"answer2\">Privacy &amp; Security</dt>\\r\\n<dd>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi luctus. Duis lobortis. Nulla nec velit.\\r\\nMauris pulvinar erat non massa. Suspendisse tortor turpis, porta nec, tempus vitae, iaculis semper, pede.\\r\\nCras vel libero id lectus rhoncus porta. Suspendisse convallis felis ac enim. Vivamus tortor nisl, lobortis in,\\r\\nfaucibus et, tempus at, dui. Nunc risus. Proin scelerisque augue. Nam ullamcorper. Phasellus id massa.\\r\\nPellentesque nisl. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.\\r\\nNunc augue. Aenean sed justo non leo vehicula laoreet. Praesent ipsum libero, auctor ac, tempus nec, tempor nec,\\r\\njusto.</dd>\\r\\n<dt id=\"answer3\">Returns &amp; Replacements</dt>\\r\\n<dd>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi luctus. Duis lobortis. Nulla nec velit.\\r\\nMauris pulvinar erat non massa. Suspendisse tortor turpis, porta nec, tempus vitae, iaculis semper, pede.\\r\\nCras vel libero id lectus rhoncus porta. Suspendisse convallis felis ac enim. Vivamus tortor nisl, lobortis in,\\r\\nfaucibus et, tempus at, dui. Nunc risus. Proin scelerisque augue. Nam ullamcorper. Phasellus id massa.\\r\\nPellentesque nisl. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.\\r\\nNunc augue. Aenean sed justo non leo vehicula laoreet. Praesent ipsum libero, auctor ac, tempus nec, tempor nec,\\r\\njusto.</dd>\\r\\n<dt id=\"answer4\">Ordering</dt>\\r\\n<dd>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi luctus. Duis lobortis. Nulla nec velit.\\r\\nMauris pulvinar erat non massa. Suspendisse tortor turpis, porta nec, tempus vitae, iaculis semper, pede.\\r\\nCras vel libero id lectus rhoncus porta. Suspendisse convallis felis ac enim. Vivamus tortor nisl, lobortis in,\\r\\nfaucibus et, tempus at, dui. Nunc risus. Proin scelerisque augue. Nam ullamcorper. Phasellus id massa.\\r\\nPellentesque nisl. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.\\r\\nNunc augue. Aenean sed justo non leo vehicula laoreet. Praesent ipsum libero, auctor ac, tempus nec, tempor nec,\\r\\njusto.</dd>\\r\\n<dt id=\"answer5\">Payment, Pricing &amp; Promotions</dt>\\r\\n<dd>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi luctus. Duis lobortis. Nulla nec velit.\\r\\nMauris pulvinar erat non massa. Suspendisse tortor turpis, porta nec, tempus vitae, iaculis semper, pede.\\r\\nCras vel libero id lectus rhoncus porta. Suspendisse convallis felis ac enim. Vivamus tortor nisl, lobortis in,\\r\\nfaucibus et, tempus at, dui. Nunc risus. Proin scelerisque augue. Nam ullamcorper. Phasellus id massa.\\r\\nPellentesque nisl. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.\\r\\nNunc augue. Aenean sed justo non leo vehicula laoreet. Praesent ipsum libero, auctor ac, tempus nec, tempor nec,\\r\\njusto.</dd>\\r\\n<dt id=\"answer6\">Viewing Orders</dt>\\r\\n<dd>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi luctus. Duis lobortis. Nulla nec velit.\\r\\nMauris pulvinar erat non massa. Suspendisse tortor turpis, porta nec, tempus vitae, iaculis semper, pede.\\r\\nCras vel libero id lectus rhoncus porta. Suspendisse convallis felis ac enim. Vivamus tortor nisl, lobortis in,\\r\\nfaucibus et, tempus at, dui. Nunc risus. Proin scelerisque augue. Nam ullamcorper. Phasellus id massa.\\r\\n Pellentesque nisl. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.\\r\\n Nunc augue. Aenean sed justo non leo vehicula laoreet. Praesent ipsum libero, auctor ac, tempus nec, tempor nec,\\r\\n justo.</dd>\\r\\n<dt id=\"answer7\">Updating Account Information</dt>\\r\\n<dd>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi luctus. Duis lobortis. Nulla nec velit.\\r\\n Mauris pulvinar erat non massa. Suspendisse tortor turpis, porta nec, tempus vitae, iaculis semper, pede.\\r\\n Cras vel libero id lectus rhoncus porta. Suspendisse convallis felis ac enim. Vivamus tortor nisl, lobortis in,\\r\\n faucibus et, tempus at, dui. Nunc risus. Proin scelerisque augue. Nam ullamcorper. Phasellus id massa.\\r\\n Pellentesque nisl. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.\\r\\n Nunc augue. Aenean sed justo non leo vehicula laoreet. Praesent ipsum libero, auctor ac, tempus nec, tempor nec,\\r\\n justo.</dd>\\r\\n</dl>', '2015-10-09 15:15:24', '2015-10-09 15:15:24', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0),\n\t(5, 'Enable Cookies', 'one_column', NULL, NULL, 'enable-cookies', NULL, '<div class=\"std\">\\r\\n    <ul class=\"messages\">\\r\\n        <li class=\"notice-msg\">\\r\\n            <ul>\\r\\n                <li>Please enable cookies in your web browser to continue.</li>\\r\\n            </ul>\\r\\n        </li>\\r\\n    </ul>\\r\\n    <div class=\"page-title\">\\r\\n        <h1><a name=\"top\"></a>What are Cookies?</h1>\\r\\n    </div>\\r\\n    <p>Cookies are short pieces of data that are sent to your computer when you visit a website.\\r\\n    On later visits, this data is then returned to that website. Cookies allow us to recognize you automatically\\r\\n    whenever you visit our site so that we can personalize your experience and provide you with better service.\\r\\n    We also use cookies (and similar browser data, such as Flash cookies) for fraud prevention and other purposes.\\r\\n     If your web browser is set to refuse cookies from our website, you will not be able to complete a purchase\\r\\n     or take advantage of certain features of our website, such as storing items in your Shopping Cart or\\r\\n     receiving personalized recommendations. As a result, we strongly encourage you to configure your web\\r\\n     browser to accept cookies from our website.</p>\\r\\n    <h2 class=\"subtitle\">Enabling Cookies</h2>\\r\\n    <ul class=\"disc\">\\r\\n        <li><a href=\"#ie7\">Internet Explorer 7.x</a></li>\\r\\n        <li><a href=\"#ie6\">Internet Explorer 6.x</a></li>\\r\\n        <li><a href=\"#firefox\">Mozilla/Firefox</a></li>\\r\\n        <li><a href=\"#opera\">Opera 7.x</a></li>\\r\\n    </ul>\\r\\n    <h3><a name=\"ie7\"></a>Internet Explorer 7.x</h3>\\r\\n    <ol>\\r\\n        <li>\\r\\n            <p>Start Internet Explorer</p>\\r\\n        </li>\\r\\n        <li>\\r\\n            <p>Under the <strong>Tools</strong> menu, click <strong>Internet Options</strong></p>\\r\\n            <p><img src=\"{{skin url=\"images/cookies/ie7-1.gif\"}}\" alt=\"\" /></p>\\r\\n        </li>\\r\\n        <li>\\r\\n            <p>Click the <strong>Privacy</strong> tab</p>\\r\\n            <p><img src=\"{{skin url=\"images/cookies/ie7-2.gif\"}}\" alt=\"\" /></p>\\r\\n        </li>\\r\\n        <li>\\r\\n            <p>Click the <strong>Advanced</strong> button</p>\\r\\n            <p><img src=\"{{skin url=\"images/cookies/ie7-3.gif\"}}\" alt=\"\" /></p>\\r\\n        </li>\\r\\n        <li>\\r\\n            <p>Put a check mark in the box for <strong>Override Automatic Cookie Handling</strong>,\\r\\n            put another check mark in the <strong>Always accept session cookies </strong>box</p>\\r\\n            <p><img src=\"{{skin url=\"images/cookies/ie7-4.gif\"}}\" alt=\"\" /></p>\\r\\n        </li>\\r\\n        <li>\\r\\n            <p>Click <strong>OK</strong></p>\\r\\n            <p><img src=\"{{skin url=\"images/cookies/ie7-5.gif\"}}\" alt=\"\" /></p>\\r\\n        </li>\\r\\n        <li>\\r\\n            <p>Click <strong>OK</strong></p>\\r\\n            <p><img src=\"{{skin url=\"images/cookies/ie7-6.gif\"}}\" alt=\"\" /></p>\\r\\n        </li>\\r\\n        <li>\\r\\n            <p>Restart Internet Explore</p>\\r\\n        </li>\\r\\n    </ol>\\r\\n    <p class=\"a-top\"><a href=\"#top\">Back to Top</a></p>\\r\\n    <h3><a name=\"ie6\"></a>Internet Explorer 6.x</h3>\\r\\n    <ol>\\r\\n        <li>\\r\\n            <p>Select <strong>Internet Options</strong> from the Tools menu</p>\\r\\n            <p><img src=\"{{skin url=\"images/cookies/ie6-1.gif\"}}\" alt=\"\" /></p>\\r\\n        </li>\\r\\n        <li>\\r\\n            <p>Click on the <strong>Privacy</strong> tab</p>\\r\\n        </li>\\r\\n        <li>\\r\\n            <p>Click the <strong>Default</strong> button (or manually slide the bar down to <strong>Medium</strong>)\\r\\n            under <strong>Settings</strong>. Click <strong>OK</strong></p>\\r\\n            <p><img src=\"{{skin url=\"images/cookies/ie6-2.gif\"}}\" alt=\"\" /></p>\\r\\n        </li>\\r\\n    </ol>\\r\\n    <p class=\"a-top\"><a href=\"#top\">Back to Top</a></p>\\r\\n    <h3><a name=\"firefox\"></a>Mozilla/Firefox</h3>\\r\\n    <ol>\\r\\n        <li>\\r\\n            <p>Click on the <strong>Tools</strong>-menu in Mozilla</p>\\r\\n        </li>\\r\\n        <li>\\r\\n            <p>Click on the <strong>Options...</strong> item in the menu - a new window open</p>\\r\\n        </li>\\r\\n        <li>\\r\\n            <p>Click on the <strong>Privacy</strong> selection in the left part of the window. (See image below)</p>\\r\\n            <p><img src=\"{{skin url=\"images/cookies/firefox.png\"}}\" alt=\"\" /></p>\\r\\n        </li>\\r\\n        <li>\\r\\n            <p>Expand the <strong>Cookies</strong> section</p>\\r\\n        </li>\\r\\n        <li>\\r\\n            <p>Check the <strong>Enable cookies</strong> and <strong>Accept cookies normally</strong> checkboxes</p>\\r\\n        </li>\\r\\n        <li>\\r\\n            <p>Save changes by clicking <strong>Ok</strong>.</p>\\r\\n        </li>\\r\\n    </ol>\\r\\n    <p class=\"a-top\"><a href=\"#top\">Back to Top</a></p>\\r\\n    <h3><a name=\"opera\"></a>Opera 7.x</h3>\\r\\n    <ol>\\r\\n        <li>\\r\\n            <p>Click on the <strong>Tools</strong> menu in Opera</p>\\r\\n        </li>\\r\\n        <li>\\r\\n            <p>Click on the <strong>Preferences...</strong> item in the menu - a new window open</p>\\r\\n        </li>\\r\\n        <li>\\r\\n            <p>Click on the <strong>Privacy</strong> selection near the bottom left of the window. (See image below)</p>\\r\\n            <p><img src=\"{{skin url=\"images/cookies/opera.png\"}}\" alt=\"\" /></p>\\r\\n        </li>\\r\\n        <li>\\r\\n            <p>The <strong>Enable cookies</strong> checkbox must be checked, and <strong>Accept all cookies</strong>\\r\\n            should be selected in the &quot;<strong>Normal cookies</strong>&quot; drop-down</p>\\r\\n        </li>\\r\\n        <li>\\r\\n            <p>Save changes by clicking <strong>Ok</strong></p>\\r\\n        </li>\\r\\n    </ol>\\r\\n    <p class=\"a-top\"><a href=\"#top\">Back to Top</a></p>\\r\\n</div>\\r\\n', '2015-10-09 15:15:24', '2015-10-09 15:15:24', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0),\n\t(6, 'Privacy Policy', 'one_column', NULL, NULL, 'privacy-policy-cookie-restriction-mode', 'Privacy Policy', '<p style=\"color: #ff0000; font-weight: bold; font-size: 13px\">\\r\\n    Please replace this text with you Privacy Policy.\\r\\n    Please add any additional cookies your website uses below (e.g., Google Analytics)\\r\\n</p>\\r\\n<p>\\r\\n    This privacy policy sets out how {{config path=\"general/store_information/name\"}} uses and protects any information\\r\\n    that you give {{config path=\"general/store_information/name\"}} when you use this website.\\r\\n    {{config path=\"general/store_information/name\"}} is committed to ensuring that your privacy is protected.\\r\\n    Should we ask you to provide certain information by which you can be identified when using this website,\\r\\n    then you can be assured that it will only be used in accordance with this privacy statement.\\r\\n    {{config path=\"general/store_information/name\"}} may change this policy from time to time by updating this page.\\r\\n    You should check this page from time to time to ensure that you are happy with any changes.\\r\\n</p>\\r\\n<h2>What we collect</h2>\\r\\n<p>We may collect the following information:</p>\\r\\n<ul>\\r\\n    <li>name</li>\\r\\n    <li>contact information including email address</li>\\r\\n    <li>demographic information such as postcode, preferences and interests</li>\\r\\n    <li>other information relevant to customer surveys and/or offers</li>\\r\\n</ul>\\r\\n<p>\\r\\n    For the exhaustive list of cookies we collect see the <a href=\"#list\">List of cookies we collect</a> section.\\r\\n</p>\\r\\n<h2>What we do with the information we gather</h2>\\r\\n<p>\\r\\n    We require this information to understand your needs and provide you with a better service,\\r\\n    and in particular for the following reasons:\\r\\n</p>\\r\\n<ul>\\r\\n    <li>Internal record keeping.</li>\\r\\n    <li>We may use the information to improve our products and services.</li>\\r\\n    <li>\\r\\n        We may periodically send promotional emails about new products, special offers or other information which we\\r\\n        think you may find interesting using the email address which you have provided.\\r\\n    </li>\\r\\n    <li>\\r\\n        From time to time, we may also use your information to contact you for market research purposes.\\r\\n        We may contact you by email, phone, fax or mail. We may use the information to customise the website\\r\\n        according to your interests.\\r\\n    </li>\\r\\n</ul>\\r\\n<h2>Security</h2>\\r\\n<p>\\r\\n    We are committed to ensuring that your information is secure. In order to prevent unauthorised access or disclosure,\\r\\n    we have put in place suitable physical, electronic and managerial procedures to safeguard and secure\\r\\n    the information we collect online.\\r\\n</p>\\r\\n<h2>How we use cookies</h2>\\r\\n<p>\\r\\n    A cookie is a small file which asks permission to be placed on your computer\\'s hard drive.\\r\\n    Once you agree, the file is added and the cookie helps analyse web traffic or lets you know when you visit\\r\\n    a particular site. Cookies allow web applications to respond to you as an individual. The web application\\r\\n    can tailor its operations to your needs, likes and dislikes by gathering and remembering information about\\r\\n    your preferences.\\r\\n</p>\\r\\n<p>\\r\\n    We use traffic log cookies to identify which pages are being used. This helps us analyse data about web page traffic\\r\\n    and improve our website in order to tailor it to customer needs. We only use this information for statistical\\r\\n    analysis purposes and then the data is removed from the system.\\r\\n</p>\\r\\n<p>\\r\\n    Overall, cookies help us provide you with a better website, by enabling us to monitor which pages you find useful\\r\\n    and which you do not. A cookie in no way gives us access to your computer or any information about you,\\r\\n    other than the data you choose to share with us. You can choose to accept or decline cookies.\\r\\n    Most web browsers automatically accept cookies, but you can usually modify your browser setting\\r\\n    to decline cookies if you prefer. This may prevent you from taking full advantage of the website.\\r\\n</p>\\r\\n<h2>Links to other websites</h2>\\r\\n<p>\\r\\n    Our website may contain links to other websites of interest. However, once you have used these links\\r\\n    to leave our site, you should note that we do not have any control over that other website.\\r\\n    Therefore, we cannot be responsible for the protection and privacy of any information which you provide whilst\\r\\n    visiting such sites and such sites are not governed by this privacy statement.\\r\\n    You should exercise caution and look at the privacy statement applicable to the website in question.\\r\\n</p>\\r\\n<h2>Controlling your personal information</h2>\\r\\n<p>You may choose to restrict the collection or use of your personal information in the following ways:</p>\\r\\n<ul>\\r\\n    <li>\\r\\n        whenever you are asked to fill in a form on the website, look for the box that you can click to indicate\\r\\n        that you do not want the information to be used by anybody for direct marketing purposes\\r\\n    </li>\\r\\n    <li>\\r\\n        if you have previously agreed to us using your personal information for direct marketing purposes,\\r\\n        you may change your mind at any time by writing to or emailing us at\\r\\n        {{config path=\"trans_email/ident_general/email\"}}\\r\\n    </li>\\r\\n</ul>\\r\\n<p>\\r\\n    We will not sell, distribute or lease your personal information to third parties unless we have your permission\\r\\n    or are required by law to do so. We may use your personal information to send you promotional information\\r\\n    about third parties which we think you may find interesting if you tell us that you wish this to happen.\\r\\n</p>\\r\\n<p>\\r\\n    You may request details of personal information which we hold about you under the Data Protection Act 1998.\\r\\n    A small fee will be payable. If you would like a copy of the information held on you please write to\\r\\n    {{config path=\"general/store_information/address\"}}.\\r\\n</p>\\r\\n<p>\\r\\n    If you believe that any information we are holding on you is incorrect or incomplete,\\r\\n    please write to or email us as soon as possible, at the above address.\\r\\n    We will promptly correct any information found to be incorrect.\\r\\n</p>\\r\\n<h2><a name=\"list\"></a>List of cookies we collect</h2>\\r\\n<p>The table below lists the cookies we collect and what information they store.</p>\\r\\n<table class=\"data-table\">\\r\\n    <thead>\\r\\n        <tr>\\r\\n            <th>COOKIE name</th>\\r\\n            <th>COOKIE Description</th>\\r\\n        </tr>\\r\\n    </thead>\\r\\n    <tbody>\\r\\n        <tr>\\r\\n            <th>CART</th>\\r\\n            <td>The association with your shopping cart.</td>\\r\\n        </tr>\\r\\n        <tr>\\r\\n            <th>CATEGORY_INFO</th>\\r\\n            <td>Stores the category info on the page, that allows to display pages more quickly.</td>\\r\\n        </tr>\\r\\n        <tr>\\r\\n            <th>COMPARE</th>\\r\\n            <td>The items that you have in the Compare Products list.</td>\\r\\n        </tr>\\r\\n        <tr>\\r\\n            <th>CURRENCY</th>\\r\\n            <td>Your preferred currency</td>\\r\\n        </tr>\\r\\n        <tr>\\r\\n            <th>CUSTOMER</th>\\r\\n            <td>An encrypted version of your customer id with the store.</td>\\r\\n        </tr>\\r\\n        <tr>\\r\\n            <th>CUSTOMER_AUTH</th>\\r\\n            <td>An indicator if you are currently logged into the store.</td>\\r\\n        </tr>\\r\\n        <tr>\\r\\n            <th>CUSTOMER_INFO</th>\\r\\n            <td>An encrypted version of the customer group you belong to.</td>\\r\\n        </tr>\\r\\n        <tr>\\r\\n            <th>CUSTOMER_SEGMENT_IDS</th>\\r\\n            <td>Stores the Customer Segment ID</td>\\r\\n        </tr>\\r\\n        <tr>\\r\\n            <th>EXTERNAL_NO_CACHE</th>\\r\\n            <td>A flag, which indicates whether caching is disabled or not.</td>\\r\\n        </tr>\\r\\n        <tr>\\r\\n            <th>FRONTEND</th>\\r\\n            <td>You sesssion ID on the server.</td>\\r\\n        </tr>\\r\\n        <tr>\\r\\n            <th>GUEST-VIEW</th>\\r\\n            <td>Allows guests to edit their orders.</td>\\r\\n        </tr>\\r\\n        <tr>\\r\\n            <th>LAST_CATEGORY</th>\\r\\n            <td>The last category you visited.</td>\\r\\n        </tr>\\r\\n        <tr>\\r\\n            <th>LAST_PRODUCT</th>\\r\\n            <td>The most recent product you have viewed.</td>\\r\\n        </tr>\\r\\n        <tr>\\r\\n            <th>NEWMESSAGE</th>\\r\\n            <td>Indicates whether a new message has been received.</td>\\r\\n        </tr>\\r\\n        <tr>\\r\\n            <th>NO_CACHE</th>\\r\\n            <td>Indicates whether it is allowed to use cache.</td>\\r\\n        </tr>\\r\\n        <tr>\\r\\n            <th>PERSISTENT_SHOPPING_CART</th>\\r\\n            <td>A link to information about your cart and viewing history if you have asked the site.</td>\\r\\n        </tr>\\r\\n        <tr>\\r\\n            <th>POLL</th>\\r\\n            <td>The ID of any polls you have recently voted in.</td>\\r\\n        </tr>\\r\\n        <tr>\\r\\n            <th>POLLN</th>\\r\\n            <td>Information on what polls you have voted on.</td>\\r\\n        </tr>\\r\\n        <tr>\\r\\n            <th>RECENTLYCOMPARED</th>\\r\\n            <td>The items that you have recently compared.            </td>\\r\\n        </tr>\\r\\n        <tr>\\r\\n            <th>STF</th>\\r\\n            <td>Information on products you have emailed to friends.</td>\\r\\n        </tr>\\r\\n        <tr>\\r\\n            <th>STORE</th>\\r\\n            <td>The store view or language you have selected.</td>\\r\\n        </tr>\\r\\n        <tr>\\r\\n            <th>USER_ALLOWED_SAVE_COOKIE</th>\\r\\n            <td>Indicates whether a customer allowed to use cookies.</td>\\r\\n        </tr>\\r\\n        <tr>\\r\\n            <th>VIEWED_PRODUCT_IDS</th>\\r\\n            <td>The products that you have recently viewed.</td>\\r\\n        </tr>\\r\\n        <tr>\\r\\n            <th>WISHLIST</th>\\r\\n            <td>An encrypted list of products added to your Wishlist.</td>\\r\\n        </tr>\\r\\n        <tr>\\r\\n            <th>WISHLIST_CNT</th>\\r\\n            <td>The number of items in your Wishlist.</td>\\r\\n        </tr>\\r\\n    </tbody>\\r\\n</table>', '2015-10-09 15:15:25', '2015-10-09 15:15:25', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0),\n\t(7, '503 Service Unavailable', 'one_column', NULL, NULL, 'service-unavailable', NULL, '<div class=\"page-title\"><h1>We\\'re Offline...</h1></div>\\r\\n<p>...but only for just a bit. We\\'re working to make the Magento Enterprise Demo a better place for you!</p>', '2015-10-09 15:15:43', '2015-10-09 15:15:43', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0),\n\t(8, 'Welcome to our Exclusive Online Store', 'one_column', NULL, NULL, 'private-sales', NULL, '<div class=\"private-sales-index\">\\r\\n<div class=\"box\">\\r\\n<div class=\"content\">\\r\\n<h1>Welcome to our Exclusive Online Store</h1>\\r\\n<p>If you are a registered member, please <a href=\"{{store url=\"customer/account/login\"}}\">log in here</a>.</p>\\r\\n<p class=\"description\">Magento is the leading hub for exclusive specialty items for all your home, apparel and entertainment needs!</p>\\r\\n</div>\\r\\n</div>\\r\\n</div>', '2015-10-09 15:15:43', '2015-10-09 15:15:43', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0),\n\t(9, 'Reward Points', 'one_column', NULL, NULL, 'reward-points', 'Reward Points', '<p>The Reward Points Program allows you to earn points for certain actions you take on the site. Points are awarded based on making purchases and customer actions such as submitting reviews.</p>\\r\\n\\r\\n<h2>Benefits of Reward Points for Registered Customers</h2>\\r\\n<p>Once you register you will be able to earn and accrue reward points, which are then redeemable at time of purchase towards the cost of your order. Rewards are an added bonus to your shopping experience on the site and just one of the ways we thank you for being a loyal customer.</p>\\r\\n\\r\\n<h2>Earning Reward Points</h2>\\r\\n<p>Rewards can currently be earned for the following actions:</p>\\r\\n<ul>\\r\\n<li>Making purchases — every time you make a purchase you earn points based on the price of products purchased and these points are added to your Reward Points balance.</li>\\r\\n<li>Registering on the site.</li>\\r\\n<li>Subscribing to a newsletter for the first time.</li>\\r\\n<li>Sending Invitations — Earn points by inviting your friends to join the site.</li>\\r\\n<li>Converting Invitations to Customer — Earn points for every invitation you send out which leads to your friends registering on the site.</li>\\r\\n<li>Converting Invitations to Order — Earn points for every invitation you send out which leads to a sale.</li>\\r\\n<li>Review Submission — Earn points for submitting product reviews.</li>\\r\\n<li>New Tag Submission — Earn points for adding tags to products.</li>\\r\\n</ul>\\r\\n\\r\\n<h2>Reward Points Exchange Rates</h2>\\r\\n<p>The value of reward points is determined by an exchange rate of both currency spent on products to points, and an exchange rate of points earned to currency for spending on future purchases.</p>\\r\\n\\r\\n<h2>Redeeming Reward Points</h2>\\r\\n<p>You can redeem your reward points at checkout. If you have accumulated enough points to redeem them you will have the option of using points as one of the payment methods.  The option to use reward points, as well as your balance and the monetary equivalent this balance, will be shown to you in the Payment Method area of the checkout.  Redeemable reward points can be used in conjunction with other payment methods such as credit cards, gift cards and more.</p>\\r\\n<p><img src=\"{{skin url=\"images/reward_points/payment.gif\"}}\" alt=\"Payment Information\" /></p>\\r\\n\\r\\n<h2>Reward Points Minimums and Maximums</h2>\\r\\n<p>Reward points may be capped at a minimum value required for redemption.  If this option is selected you will not be able to use your reward points until you accrue a minimum number of points, at which point they will become available for redemption.</p>\\r\\n<p>Reward points may also be capped at the maximum value of points which can be accrued. If this option is selected you will need to redeem your accrued points before you are able to earn more points.</p>\\r\\n\\r\\n<h2>Managing My Reward Points</h2>\\r\\n<p>You have the ability to view and manage your points through your <a href=\"{{store url=\"customer/account\"}}\">Customer Account</a>. From your account you will be able to view your total points (and currency equivalent), minimum needed to redeem, whether you have reached the maximum points limit and a cumulative history of points acquired, redeemed and lost. The history record will retain and display historical rates and currency for informational purposes. The history will also show you comprehensive informational messages regarding points, including expiration notifications.</p>\\r\\n<p><img src=\"{{skin url=\"images/reward_points/my_account.gif\"}}\" alt=\"My Account\" /></p>\\r\\n\\r\\n<h2>Reward Points Expiration</h2>\\r\\n<p>Reward points can be set to expire. Points will expire in the order form which they were first earned.</p>\\r\\n<p><strong>Note</strong>: You can sign up to receive email notifications each time your balance changes when you either earn, redeem or lose points, as well as point expiration notifications. This option is found in the <a href=\"{{store url=\"reward/customer/info\"}}\">Reward Points section</a> of the My Account area.</p>\\r\\n', '2015-10-09 15:15:44', '2015-10-09 15:15:44', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0);\n/*!40000 ALTER TABLE `cms_page` ENABLE KEYS */;\n\n\n-- Dumping structure for magento1.cms_page_store\nDROP TABLE IF EXISTS `cms_page_store`;\nCREATE TABLE IF NOT EXISTS `cms_page_store` (\n  `page_id` smallint(6) NOT NULL COMMENT 'Page ID',\n  `store_id` smallint(5) unsigned NOT NULL COMMENT 'Store ID',\n  PRIMARY KEY (`page_id`,`store_id`),\n  KEY `IDX_CMS_PAGE_STORE_STORE_ID` (`store_id`),\n  CONSTRAINT `FK_CMS_PAGE_STORE_PAGE_ID_CMS_PAGE_PAGE_ID` FOREIGN KEY (`page_id`) REFERENCES `cms_page` (`page_id`) ON DELETE CASCADE ON UPDATE CASCADE,\n  CONSTRAINT `FK_CMS_PAGE_STORE_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE\n) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='CMS Page To Store Linkage Table';\n\n-- Dumping data for table magento1.cms_page_store: ~9 rows\nDELETE FROM `cms_page_store`;\n/*!40000 ALTER TABLE `cms_page_store` DISABLE KEYS */;\nINSERT INTO `cms_page_store` (`page_id`, `store_id`) VALUES\n\t(1, 0),\n\t(2, 0),\n\t(3, 0),\n\t(4, 0),\n\t(5, 0),\n\t(6, 0),\n\t(7, 0),\n\t(8, 0),\n\t(9, 0);\n/*!40000 ALTER TABLE `cms_page_store` ENABLE KEYS */;\n\n--\n-- Table structure for table `core_store`\n--\n\nDROP TABLE IF EXISTS `core_store`;\n/*!40101 SET @saved_cs_client     = @@character_set_client */;\n/*!40101 SET character_set_client = utf8 */;\nCREATE TABLE `core_store` (\n  `store_id` smallint(5) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Store Id',\n  `code` varchar(32) DEFAULT NULL COMMENT 'Code',\n  `website_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Website Id',\n  `group_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Group Id',\n  `name` varchar(255) NOT NULL COMMENT 'Store Name',\n  `sort_order` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store Sort Order',\n  `is_active` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store Activity',\n  PRIMARY KEY (`store_id`),\n  UNIQUE KEY `UNQ_CORE_STORE_CODE` (`code`),\n  KEY `IDX_CORE_STORE_WEBSITE_ID` (`website_id`),\n  KEY `IDX_CORE_STORE_IS_ACTIVE_SORT_ORDER` (`is_active`,`sort_order`),\n  KEY `IDX_CORE_STORE_GROUP_ID` (`group_id`),\n  CONSTRAINT `FK_CORE_STORE_GROUP_ID_CORE_STORE_GROUP_GROUP_ID` FOREIGN KEY (`group_id`) REFERENCES `core_store_group` (`group_id`) ON DELETE CASCADE ON UPDATE CASCADE,\n  CONSTRAINT `FK_CORE_STORE_WEBSITE_ID_CORE_WEBSITE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `core_website` (`website_id`) ON DELETE CASCADE ON UPDATE CASCADE\n) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COMMENT='Stores';\n/*!40101 SET character_set_client = @saved_cs_client */;\n\n--\n-- Dumping data for table `core_store`\n--\n\nLOCK TABLES `core_store` WRITE;\n/*!40000 ALTER TABLE `core_store` DISABLE KEYS */;\nINSERT INTO `core_store` VALUES\n(0,'admin',0,0,'Admin',0,1),\n(1,'default',1,1,'Default Store View',0,1),\n(2,'de',1,1,'German',0,1),\n(3,'mw_store_02',1,2,'MWStore View02',0,1);\n/*!40000 ALTER TABLE `core_store` ENABLE KEYS */;\nUNLOCK TABLES;\n\n\n--\n-- Table structure for table `core_config_data`\n--\n\nDROP TABLE IF EXISTS `core_config_data`;\n/*!40101 SET @saved_cs_client     = @@character_set_client */;\n/*!40101 SET character_set_client = utf8 */;\nCREATE TABLE `core_config_data` (\n  `config_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Config Id',\n  `scope` varchar(8) NOT NULL DEFAULT 'default' COMMENT 'Config Scope',\n  `scope_id` int(11) NOT NULL DEFAULT '0' COMMENT 'Config Scope Id',\n  `path` varchar(255) NOT NULL DEFAULT 'general' COMMENT 'Config Path',\n  `value` text COMMENT 'Config Value',\n  PRIMARY KEY (`config_id`),\n  UNIQUE KEY `UNQ_CORE_CONFIG_DATA_SCOPE_SCOPE_ID_PATH` (`scope`,`scope_id`,`path`)\n) ENGINE=InnoDB AUTO_INCREMENT=121 DEFAULT CHARSET=utf8 COMMENT='Config Data';\n/*!40101 SET character_set_client = @saved_cs_client */;\n\n--\n-- Dumping data for table `core_config_data`\n--\n\nLOCK TABLES `core_config_data` WRITE;\n/*!40000 ALTER TABLE `core_config_data` DISABLE KEYS */;\nINSERT INTO `core_config_data` VALUES\n(1,'default',0,'catalog/seo/product_url_suffix','.html'),\n(2,'default',0,'catalog/seo/category_url_suffix','.html'),\n(3,'websites',1,'catalog/seo/product_url_suffix','.html1'),\n(4,'stores',3,'catalog/seo/product_url_suffix','.html2');\n/*!40000 ALTER TABLE `core_config_data` ENABLE KEYS */;\nUNLOCK TABLES;\n\n--\n-- Table structure for table `enterprise_url_rewrite`\n--\n\nDROP TABLE IF EXISTS `enterprise_url_rewrite`;\n/*!40101 SET @saved_cs_client     = @@character_set_client */;\n/*!40101 SET character_set_client = utf8 */;\nCREATE TABLE `enterprise_url_rewrite` (\n  `url_rewrite_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Url Rewrite Id',\n  `request_path` varchar(255) NOT NULL COMMENT 'Request Path',\n  `target_path` varchar(255) NOT NULL COMMENT 'Target path',\n  `is_system` smallint(5) unsigned NOT NULL COMMENT 'Is url rewrite System',\n  `guid` varchar(32) NOT NULL COMMENT 'GUID',\n  `identifier` varchar(255) NOT NULL COMMENT 'Unique url identifier',\n  `inc` int(10) unsigned NOT NULL DEFAULT '1' COMMENT 'Url increment',\n  `value_id` int(10) unsigned NOT NULL COMMENT 'Entity table identifier',\n  `store_id` smallint(5) unsigned NOT NULL COMMENT 'Store Id',\n  `entity_type` smallint(5) unsigned NOT NULL COMMENT 'Url Rewrite Entity Type',\n  PRIMARY KEY (`url_rewrite_id`),\n  UNIQUE KEY `UNQ_ENTERPRISE_URL_REWRITE_REQUEST_PATH_STORE_ID_ENTITY_TYPE` (`request_path`,`store_id`,`entity_type`),\n  KEY `IDX_ENTERPRISE_URL_REWRITE_IDENTIFIER` (`identifier`),\n  KEY `IDX_ENTERPRISE_URL_REWRITE_VALUE_ID_GUID` (`value_id`,`guid`)\n) ENGINE=InnoDB AUTO_INCREMENT=63 DEFAULT CHARSET=utf8 COMMENT='URL Rewrite';\n/*!40101 SET character_set_client = @saved_cs_client */;\n\n--\n-- Dumping data for table `enterprise_url_rewrite`\n--\n\nLOCK TABLES `enterprise_url_rewrite` WRITE;\n/*!40000 ALTER TABLE `enterprise_url_rewrite` DISABLE KEYS */;\nINSERT INTO `enterprise_url_rewrite` VALUES\n(1,'test','catalog/category/view/id/3',1,'aafdc55c2b13623895ba2f0d586f69e1','test',1,3,1,2),\n(28,'test2','catalog/category/view/id/4',1,'e310bd9490c57030e520593d9eb6ce2e','test2',1,4,1,2),\n(29,'test2','catalog/category/view/id/4',1,'ecb44f765c18a3af00f24128d8b6a3b8','test2',1,4,2,2),\n(30,'test','catalog/category/view/id/3',1,'962b97814939018fb8477ca2e7e03c35','test',1,3,2,2),\n(33,'test2/test3','catalog/category/view/id/5',1,'e0afb234ba3561cdbaba88938a562a4b','test2/test3',1,5,1,2),\n(34,'test2/test3','catalog/category/view/id/5',1,'9b0dfaa6bee6bf08eabe6b185fdf2df8','test2/test3',1,5,2,2),\n(35,'test','catalog/category/view/id/3',1,'c8cab577a8c630cd873427bb6b90f96d','test',1,3,3,2),\n(36,'test2','catalog/category/view/id/4',1,'10eaef8757f416c135a609dbec41ea77','test2',1,4,3,2),\n(37,'test2/test3','catalog/category/view/id/5',1,'ed3ccf135ec704e3df20648b5ae7b8b0','test2/test3',1,5,3,2),\n(46,'test','catalog/product/view/id/4',1,'79cd63a34f1f50f3a38cda4ef9591534','test',1,10,0,3),\n(47,'test-product','catalog/product/view/id/4',1,'79cd63a34f1f50f3a38cda4ef9591534','test-product',1,11,3,3),\n(48,'test-store-first','catalog/product/view/id/4',1,'79cd63a34f1f50f3a38cda4ef9591534','test-store-first',1,12,1,3),\n(49,'test1.html','contacts',0,'4a0c0b790c2cb138ef699611f922339b','test1.html',1,1,1,1),\n(50,'test2/test3/test_product.html','catalog/product/view/id/4/category/5',0,'4a0c0b790c2cb138ef699611f922339b','test2/test3/test_product.html',1,2,1,1),\n(52,'test1','catalog/category/view/id/6',1,'a5d86e86af7f3b8b870bd5378d5084f2','test1',1,6,1,2),\n(53,'test1','catalog/category/view/id/6',1,'69c325cf7b8a05180bda36bc511c1cce','test1',1,6,2,2),\n(54,'test1','catalog/category/view/id/6',1,'f7011308e6f8f4e431bca3efdd1026f0','test1',1,6,3,2),\n(55,'test1','catalog/product/view/id/5',1,'ada15e3563bf79b2d5c67d5cd5069e68','test1',1,13,0,3),\n(56,'test4','catalog/category/view/id/7',1,'bd0ccc57528c1f3f086e6a82b83741a6','test4',1,7,1,2),\n(57,'test4','catalog/category/view/id/7',1,'6eff0e8bfa846138f11cfb4a7bf5410d','test4',1,7,2,2),\n(58,'test4','catalog/category/view/id/7',1,'d7f037bfe70bc4681d129bc7f5dcc76d','test4',1,7,3,2),\n(59,'test5.html','contacts',0,'941ecaa436b59edf3c32e6f58c666697','test5.html',1,6,1,1),\n(60,'test5','catalog/category/view/id/8',1,'74c8106e92344a3dcbf5732d6d8534fd','test5',1,8,1,2),\n(61,'test5','catalog/category/view/id/8',1,'6d98585d20ddb1677a4e6458dabfe6be','test5',1,8,2,2),\n(62,'test5','catalog/category/view/id/8',1,'8375e1e3b337311dde8a4b84e5e05c3f','test5',1,8,3,2);\n/*!40000 ALTER TABLE `enterprise_url_rewrite` ENABLE KEYS */;\nUNLOCK TABLES;\n\n--\n-- Table structure for table `enterprise_url_rewrite_redirect`\n--\n\nDROP TABLE IF EXISTS `enterprise_url_rewrite_redirect`;\n/*!40101 SET @saved_cs_client     = @@character_set_client */;\n/*!40101 SET character_set_client = utf8 */;\nCREATE TABLE `enterprise_url_rewrite_redirect` (\n  `redirect_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Redirect Id',\n  `identifier` varchar(255) NOT NULL COMMENT 'Url identifier',\n  `target_path` varchar(255) NOT NULL COMMENT 'Target path',\n  `options` varchar(255) DEFAULT NULL COMMENT 'Redirect options',\n  `description` varchar(255) DEFAULT NULL COMMENT 'Description',\n  `category_id` int(10) unsigned DEFAULT NULL COMMENT 'Category Id',\n  `product_id` int(10) unsigned DEFAULT NULL COMMENT 'Product Id',\n  `store_id` smallint(5) unsigned NOT NULL COMMENT 'Store Id',\n  PRIMARY KEY (`redirect_id`),\n  UNIQUE KEY `UNQ_ENTERPRISE_URL_REWRITE_REDIRECT_IDENTIFIER_STORE_ID` (`identifier`,`store_id`),\n  KEY `FK_ENT_URL_REWRITE_REDIRECT_CTGR_ID_CAT_CTGR_ENTT_ENTT_ID` (`category_id`),\n  KEY `FK_ENT_URL_REWRITE_REDIRECT_PRD_ID_CAT_PRD_ENTT_ENTT_ID` (`product_id`),\n  CONSTRAINT `FK_ENT_URL_REWRITE_REDIRECT_CTGR_ID_CAT_CTGR_ENTT_ENTT_ID` FOREIGN KEY (`category_id`) REFERENCES `catalog_category_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,\n  CONSTRAINT `FK_ENT_URL_REWRITE_REDIRECT_PRD_ID_CAT_PRD_ENTT_ENTT_ID` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE\n) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8 COMMENT='Permanent redirect';\n/*!40101 SET character_set_client = @saved_cs_client */;\n\n--\n-- Dumping data for table `enterprise_url_rewrite_redirect`\n--\n\nLOCK TABLES `enterprise_url_rewrite_redirect` WRITE;\n/*!40000 ALTER TABLE `enterprise_url_rewrite_redirect` DISABLE KEYS */;\nINSERT INTO `enterprise_url_rewrite_redirect` VALUES\n(1,'test1.html','catalog/category/view/id/6','RP',NULL,6,NULL,1),\n(2,'test2/test3/test_product.html','catalog/product/view/id/4/category/5','RP',NULL,5,4,1),\n(3,'test1.html','catalog/category/view/id/6',NULL,NULL,6,NULL,2),\n(4,'test1.html','catalog/category/view/id/6',NULL,NULL,6,NULL,3),\n(6,'test5.html','contacts','RP',NULL,NULL,NULL,1);\n/*!40000 ALTER TABLE `enterprise_url_rewrite_redirect` ENABLE KEYS */;\nUNLOCK TABLES;\n\n--\n-- Table structure for table `catalog_category_entity_url_key`\n--\n\nDROP TABLE IF EXISTS `catalog_category_entity_url_key`;\n/*!40101 SET @saved_cs_client     = @@character_set_client */;\n/*!40101 SET character_set_client = utf8 */;\nCREATE TABLE `catalog_category_entity_url_key` (\n  `value_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Value ID',\n  `entity_type_id` smallint(5) unsigned NOT NULL COMMENT 'Entity Type ID',\n  `attribute_id` smallint(5) unsigned NOT NULL COMMENT 'Attribute ID',\n  `store_id` smallint(5) unsigned NOT NULL COMMENT 'Store ID',\n  `entity_id` int(10) unsigned NOT NULL COMMENT 'Entity ID',\n  `value` varchar(255) DEFAULT NULL COMMENT 'Category Url Key',\n  PRIMARY KEY (`value_id`),\n  UNIQUE KEY `UNQ_CATALOG_CATEGORY_ENTITY_URL_KEY_ENTITY_ID_STORE_ID` (`entity_id`,`store_id`),\n  KEY `IDX_CATALOG_CATEGORY_ENTITY_URL_KEY_ATTRIBUTE_ID` (`attribute_id`),\n  KEY `IDX_CATALOG_CATEGORY_ENTITY_URL_KEY_STORE_ID` (`store_id`),\n  KEY `IDX_CATALOG_CATEGORY_ENTITY_URL_KEY_ENTITY_ID` (`entity_id`),\n  CONSTRAINT `FK_CATALOG_CATEGORY_ENTITY_URL_KEY_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE,\n  CONSTRAINT `FK_CAT_CTGR_ENTT_URL_KEY_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE,\n  CONSTRAINT `FK_CAT_CTGR_ENTT_URL_KEY_ENTT_ID_CAT_CTGR_ENTT_ENTT_ID` FOREIGN KEY (`entity_id`) REFERENCES `catalog_category_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE\n) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8 COMMENT='Catalog Category Url Key Attribute Backend Table';\n/*!40101 SET character_set_client = @saved_cs_client */;\n\n--\n-- Dumping data for table `catalog_category_entity_url_key`\n--\n\nLOCK TABLES `catalog_category_entity_url_key` WRITE;\n/*!40000 ALTER TABLE `catalog_category_entity_url_key` DISABLE KEYS */;\nINSERT INTO `catalog_category_entity_url_key` VALUES\n(1,3,43,1,1,'root-catalog'),\n(2,3,43,1,2,'default-category'),\n(3,3,43,0,3,'test'),\n(4,3,43,0,4,'test2'),\n(5,3,43,0,5,'test3'),\n(6,3,43,0,6,'test1'),\n(7,3,43,0,7,'test4'),\n(8,3,43,0,8,'test5');\n/*!40000 ALTER TABLE `catalog_category_entity_url_key` ENABLE KEYS */;\nUNLOCK TABLES;\n\n--\n-- Table structure for table `catalog_product_entity_url_key`\n--\n\nDROP TABLE IF EXISTS `catalog_product_entity_url_key`;\n/*!40101 SET @saved_cs_client     = @@character_set_client */;\n/*!40101 SET character_set_client = utf8 */;\nCREATE TABLE `catalog_product_entity_url_key` (\n  `value_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Value ID',\n  `entity_type_id` smallint(5) unsigned NOT NULL COMMENT 'Entity Type ID',\n  `attribute_id` smallint(5) unsigned NOT NULL COMMENT 'Attribute ID',\n  `store_id` smallint(5) unsigned NOT NULL COMMENT 'Store ID',\n  `entity_id` int(10) unsigned NOT NULL COMMENT 'Entity ID',\n  `value` varchar(255) DEFAULT NULL COMMENT 'Product Url Key',\n  PRIMARY KEY (`value_id`),\n  UNIQUE KEY `UNQ_CAT_PRD_ENTT_URL_KEY_ENTT_ID_ATTR_ID_STORE_ID` (`entity_id`,`attribute_id`,`store_id`),\n  UNIQUE KEY `UNQ_CATALOG_PRODUCT_ENTITY_URL_KEY_VALUE` (`value`),\n  KEY `IDX_CATALOG_PRODUCT_ENTITY_URL_KEY_ATTRIBUTE_ID` (`attribute_id`),\n  KEY `IDX_CATALOG_PRODUCT_ENTITY_URL_KEY_STORE_ID` (`store_id`),\n  KEY `IDX_CATALOG_PRODUCT_ENTITY_URL_KEY_ENTITY_ID` (`entity_id`),\n  CONSTRAINT `FK_CATALOG_PRODUCT_ENTITY_URL_KEY_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE,\n  CONSTRAINT `FK_CAT_PRD_ENTT_URL_KEY_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE,\n  CONSTRAINT `FK_CAT_PRD_ENTT_URL_KEY_ENTT_ID_CAT_PRD_ENTT_ENTT_ID` FOREIGN KEY (`entity_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE\n) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8 COMMENT='Catalog Product Url Key Attribute Backend Table';\n/*!40101 SET character_set_client = @saved_cs_client */;\n\n--\n-- Dumping data for table `catalog_product_entity_url_key`\n--\n\nLOCK TABLES `catalog_product_entity_url_key` WRITE;\n/*!40000 ALTER TABLE `catalog_product_entity_url_key` DISABLE KEYS */;\nINSERT INTO `catalog_product_entity_url_key` VALUES\n(10,4,97,0,4,'test'),\n(11,4,97,3,4,'test-product'),\n(12,4,97,1,4,'test-store-first'),\n(13,4,97,0,5,'test1');\n/*!40000 ALTER TABLE `catalog_product_entity_url_key` ENABLE KEYS */;\nUNLOCK TABLES;\n\n--\n-- Table structure for table `catalog_category_product`\n--\n\nDROP TABLE IF EXISTS `catalog_category_product`;\n/*!40101 SET @saved_cs_client     = @@character_set_client */;\n/*!40101 SET character_set_client = utf8 */;\nCREATE TABLE `catalog_category_product` (\n  `category_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Category ID',\n  `product_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Product ID',\n  `position` int(11) NOT NULL DEFAULT '0' COMMENT 'Position',\n  PRIMARY KEY (`category_id`,`product_id`),\n  KEY `IDX_CATALOG_CATEGORY_PRODUCT_PRODUCT_ID` (`product_id`),\n  CONSTRAINT `FK_CAT_CTGR_PRD_CTGR_ID_CAT_CTGR_ENTT_ENTT_ID` FOREIGN KEY (`category_id`) REFERENCES `catalog_category_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,\n  CONSTRAINT `FK_CAT_CTGR_PRD_PRD_ID_CAT_PRD_ENTT_ENTT_ID` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE\n) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product To Category Linkage Table';\n/*!40101 SET character_set_client = @saved_cs_client */;\n\n--\n-- Dumping data for table `catalog_category_product`\n--\n\nLOCK TABLES `catalog_category_product` WRITE;\n/*!40000 ALTER TABLE `catalog_category_product` DISABLE KEYS */;\nINSERT INTO `catalog_category_product` VALUES\n(3,4,1),\n(3,5,1),\n(4,4,1),\n(5,4,0);\n/*!40000 ALTER TABLE `catalog_category_product` ENABLE KEYS */;\nUNLOCK TABLES;\n\n--\n-- Table structure for table `catalog_product_website`\n--\n\nDROP TABLE IF EXISTS `catalog_product_website`;\n/*!40101 SET @saved_cs_client     = @@character_set_client */;\n/*!40101 SET character_set_client = utf8 */;\nCREATE TABLE `catalog_product_website` (\n  `product_id` int(10) unsigned NOT NULL COMMENT 'Product ID',\n  `website_id` smallint(5) unsigned NOT NULL COMMENT 'Website ID',\n  PRIMARY KEY (`product_id`,`website_id`),\n  KEY `IDX_CATALOG_PRODUCT_WEBSITE_WEBSITE_ID` (`website_id`),\n  CONSTRAINT `FK_CATALOG_PRODUCT_WEBSITE_WEBSITE_ID_CORE_WEBSITE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `core_website` (`website_id`) ON DELETE CASCADE ON UPDATE CASCADE,\n  CONSTRAINT `FK_CAT_PRD_WS_PRD_ID_CAT_PRD_ENTT_ENTT_ID` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE\n) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product To Website Linkage Table';\n/*!40101 SET character_set_client = @saved_cs_client */;\n\n--\n-- Dumping data for table `catalog_product_website`\n--\n\nLOCK TABLES `catalog_product_website` WRITE;\n/*!40000 ALTER TABLE `catalog_product_website` DISABLE KEYS */;\nINSERT INTO `catalog_product_website` VALUES\n(4,1),\n(5,1);\n/*!40000 ALTER TABLE `catalog_product_website` ENABLE KEYS */;\nUNLOCK TABLES;\n\n--\n-- Table structure for table `catalog_product_entity_varchar`\n--\n\nDROP TABLE IF EXISTS `catalog_product_entity_varchar`;\n/*!40101 SET @saved_cs_client     = @@character_set_client */;\n/*!40101 SET character_set_client = utf8 */;\nCREATE TABLE `catalog_product_entity_varchar` (\n  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value ID',\n  `entity_type_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Type ID',\n  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute ID',\n  `store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store ID',\n  `entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity ID',\n  `value` varchar(255) DEFAULT NULL COMMENT 'Value',\n  PRIMARY KEY (`value_id`),\n  UNIQUE KEY `UNQ_CAT_PRD_ENTT_VCHR_ENTT_ID_ATTR_ID_STORE_ID` (`entity_id`,`attribute_id`,`store_id`),\n  KEY `IDX_CATALOG_PRODUCT_ENTITY_VARCHAR_ATTRIBUTE_ID` (`attribute_id`),\n  KEY `IDX_CATALOG_PRODUCT_ENTITY_VARCHAR_STORE_ID` (`store_id`),\n  KEY `IDX_CATALOG_PRODUCT_ENTITY_VARCHAR_ENTITY_ID` (`entity_id`),\n  CONSTRAINT `FK_CATALOG_PRODUCT_ENTITY_VARCHAR_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE,\n  CONSTRAINT `FK_CAT_PRD_ENTT_VCHR_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE,\n  CONSTRAINT `FK_CAT_PRD_ENTT_VCHR_ENTT_ID_CAT_PRD_ENTT_ENTT_ID` FOREIGN KEY (`entity_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE\n) ENGINE=InnoDB AUTO_INCREMENT=97 DEFAULT CHARSET=utf8 COMMENT='Catalog Product Varchar Attribute Backend Table';\n/*!40101 SET character_set_client = @saved_cs_client */;\n\n--\n-- Dumping data for table `catalog_product_entity_varchar`\n--\n\nLOCK TABLES `catalog_product_entity_varchar` WRITE;\n/*!40000 ALTER TABLE `catalog_product_entity_varchar` DISABLE KEYS */;\n/*!40000 ALTER TABLE `catalog_product_entity_varchar` ENABLE KEYS */;\nUNLOCK TABLES;\n\n--\n-- Table structure for table `catalog_category_entity_varchar`\n--\n\nDROP TABLE IF EXISTS `catalog_category_entity_varchar`;\n/*!40101 SET @saved_cs_client     = @@character_set_client */;\n/*!40101 SET character_set_client = utf8 */;\nCREATE TABLE `catalog_category_entity_varchar` (\n  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value ID',\n  `entity_type_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Type ID',\n  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute ID',\n  `store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store ID',\n  `entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity ID',\n  `value` varchar(255) DEFAULT NULL COMMENT 'Value',\n  PRIMARY KEY (`value_id`),\n  UNIQUE KEY `UNQ_CAT_CTGR_ENTT_VCHR_ENTT_TYPE_ID_ENTT_ID_ATTR_ID_STORE_ID` (`entity_type_id`,`entity_id`,`attribute_id`,`store_id`),\n  KEY `IDX_CATALOG_CATEGORY_ENTITY_VARCHAR_ENTITY_ID` (`entity_id`),\n  KEY `IDX_CATALOG_CATEGORY_ENTITY_VARCHAR_ATTRIBUTE_ID` (`attribute_id`),\n  KEY `IDX_CATALOG_CATEGORY_ENTITY_VARCHAR_STORE_ID` (`store_id`),\n  CONSTRAINT `FK_CATALOG_CATEGORY_ENTITY_VARCHAR_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE,\n  CONSTRAINT `FK_CAT_CTGR_ENTT_VCHR_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE,\n  CONSTRAINT `FK_CAT_CTGR_ENTT_VCHR_ENTT_ID_CAT_CTGR_ENTT_ENTT_ID` FOREIGN KEY (`entity_id`) REFERENCES `catalog_category_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE\n) ENGINE=InnoDB AUTO_INCREMENT=36 DEFAULT CHARSET=utf8 COMMENT='Catalog Category Varchar Attribute Backend Table';\n/*!40101 SET character_set_client = @saved_cs_client */;\n\n--\n-- Dumping data for table `catalog_category_entity_varchar`\n--\n\nLOCK TABLES `catalog_category_entity_varchar` WRITE;\n/*!40000 ALTER TABLE `catalog_category_entity_varchar` DISABLE KEYS */;\nINSERT INTO `catalog_category_entity_varchar` VALUES\n(1,3,41,0,1,'Root Catalog'),\n(2,3,41,1,1,'Root Catalog'),\n(3,3,41,0,2,'Default Category');\n/*!40000 ALTER TABLE `catalog_category_entity_varchar` ENABLE KEYS */;\nUNLOCK TABLES;\n\n/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;\n\n/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;\n/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;\n/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;\n/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;\n/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;\n/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;\n/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;\n\n-- Dump completed on 2015-01-29 19:44:38\n"
  },
  {
    "path": "tests/integration/resource/ee.url_rewrite_191/dest.sql",
    "content": "/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n\n/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;\n/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;\n/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;\n/*!40101 SET NAMES utf8 */;\n/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;\n/*!40103 SET TIME_ZONE='+00:00' */;\n/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;\n/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;\n/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;\n/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;\n\n--\n-- Table structure for table `url_rewrite`\n--\n\nDROP TABLE IF EXISTS `url_rewrite`;\n/*!40101 SET @saved_cs_client     = @@character_set_client */;\n/*!40101 SET character_set_client = utf8 */;\nCREATE TABLE `url_rewrite` (\n  `url_rewrite_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Rewrite Id',\n  `entity_type` varchar(32) NOT NULL COMMENT 'Entity type code',\n  `entity_id` int(10) unsigned NOT NULL COMMENT 'Entity ID',\n  `request_path` varchar(255) DEFAULT NULL COMMENT 'Request Path',\n  `target_path` varchar(255) DEFAULT NULL COMMENT 'Target Path',\n  `redirect_type` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Redirect Type',\n  `store_id` smallint(5) unsigned NOT NULL COMMENT 'Store Id',\n  `description` varchar(255) DEFAULT NULL COMMENT 'Description',\n  `is_autogenerated` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Is rewrite generated automatically flag',\n  `metadata` varchar(255) DEFAULT NULL COMMENT 'Meta data for url rewrite',\n  PRIMARY KEY (`url_rewrite_id`),\n  UNIQUE KEY `UNQ_URL_REWRITE_REQUEST_PATH_STORE_ID` (`request_path`,`store_id`),\n  KEY `IDX_URL_REWRITE_TARGET_PATH` (`target_path`),\n  KEY `IDX_URL_REWRITE_STORE_ID_ENTITY_ID` (`store_id`,`entity_id`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Url Rewrites';\n/*!40101 SET character_set_client = @saved_cs_client */;\n\n--\n-- Table structure for table `catalog_category_entity_varchar`\n--\n\nDROP TABLE IF EXISTS `catalog_category_entity_varchar`;\n/*!40101 SET @saved_cs_client     = @@character_set_client */;\n/*!40101 SET character_set_client = utf8 */;\nCREATE TABLE `catalog_category_entity_varchar` (\n  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value ID',\n  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute ID',\n  `store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store ID',\n  `entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity ID',\n  `value` varchar(255) DEFAULT NULL COMMENT 'Value',\n  PRIMARY KEY (`value_id`),\n  UNIQUE KEY `UNQ_CAT_CTGR_ENTT_VCHR_ENTT_TYPE_ID_ENTT_ID_ATTR_ID_STORE_ID` (`entity_id`,`attribute_id`,`store_id`),\n  KEY `IDX_CATALOG_CATEGORY_ENTITY_VARCHAR_ENTITY_ID` (`entity_id`),\n  KEY `IDX_CATALOG_CATEGORY_ENTITY_VARCHAR_ATTRIBUTE_ID` (`attribute_id`),\n  KEY `IDX_CATALOG_CATEGORY_ENTITY_VARCHAR_STORE_ID` (`store_id`)\n) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COMMENT='Catalog Category Varchar Attribute Backend Table';\n/*!40101 SET character_set_client = @saved_cs_client */;\n\n--\n-- Dumping data for table `catalog_category_entity_varchar`\n--\n\nLOCK TABLES `catalog_category_entity_varchar` WRITE;\n/*!40000 ALTER TABLE `catalog_category_entity_varchar` DISABLE KEYS */;\nINSERT INTO `catalog_category_entity_varchar` VALUES\n(1,41,0,1,'Root Catalog'),\n(2,41,0,2,'Default Category'),\n(3,48,0,2,'PRODUCTS');\n/*!40000 ALTER TABLE `catalog_category_entity_varchar` ENABLE KEYS */;\nUNLOCK TABLES;\n\n--\n-- Table structure for table `catalog_product_entity_varchar`\n--\n\nDROP TABLE IF EXISTS `catalog_product_entity_varchar`;\n/*!40101 SET @saved_cs_client     = @@character_set_client */;\n/*!40101 SET character_set_client = utf8 */;\nCREATE TABLE `catalog_product_entity_varchar` (\n  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value ID',\n  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute ID',\n  `store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store ID',\n  `entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity ID',\n  `value` varchar(255) DEFAULT NULL COMMENT 'Value',\n  PRIMARY KEY (`value_id`),\n  UNIQUE KEY `UNQ_CAT_PRD_ENTT_VCHR_ENTT_ID_ATTR_ID_STORE_ID` (`entity_id`,`attribute_id`,`store_id`),\n  KEY `IDX_CATALOG_PRODUCT_ENTITY_VARCHAR_ATTRIBUTE_ID` (`attribute_id`),\n  KEY `IDX_CATALOG_PRODUCT_ENTITY_VARCHAR_STORE_ID` (`store_id`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product Varchar Attribute Backend Table';\n/*!40101 SET character_set_client = @saved_cs_client */;\n\n--\n-- Table structure for table `catalog_url_rewrite_product_category`\n--\n\nDROP TABLE IF EXISTS `catalog_url_rewrite_product_category`;\n/*!40101 SET @saved_cs_client     = @@character_set_client */;\n/*!40101 SET character_set_client = utf8 */;\nCREATE TABLE `catalog_url_rewrite_product_category` (\n  `url_rewrite_id` int(10) unsigned NOT NULL COMMENT 'url_rewrite_id',\n  `category_id` int(10) unsigned NOT NULL COMMENT 'category_id',\n  `product_id` int(10) unsigned NOT NULL COMMENT 'product_id',\n  KEY `IDX_CATALOG_URL_REWRITE_PRODUCT_CATEGORY_CATEGORY_ID_PRODUCT_ID` (`category_id`,`product_id`),\n  KEY `FK_CAT_URL_REWRITE_PRD_CTGR_PRD_ID_CAT_PRD_ENTT_ENTT_ID` (`product_id`),\n  KEY `FK_BB79E64705D7F17FE181F23144528FC8` (`url_rewrite_id`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='url_rewrite_relation';\n/*!40101 SET character_set_client = @saved_cs_client */;\n\n--\n-- Dumping data for table `catalog_url_rewrite_product_category`\n--\n\n\n/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;\n\n/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;\n/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;\n/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;\n/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;\n/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;\n/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;\n/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;\n\n-- Dump completed on 2015-01-29 19:44:27\n"
  },
  {
    "path": "tests/integration/resource/ee.url_rewrite_191/source.sql",
    "content": "/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n\n/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;\n/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;\n/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;\n/*!40101 SET NAMES utf8 */;\n/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;\n/*!40103 SET TIME_ZONE='+00:00' */;\n/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;\n/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;\n/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;\n/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;\n\nDROP TABLE IF EXISTS `core_store`;\nCREATE TABLE `core_store` (\n\t`store_id` SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Store Id',\n\t`code` VARCHAR(32) NULL DEFAULT NULL COMMENT 'Code',\n\t`website_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Website Id',\n\t`group_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Group Id',\n\t`name` VARCHAR(255) NOT NULL COMMENT 'Store Name',\n\t`sort_order` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Sort Order',\n\t`is_active` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Activity',\n\tPRIMARY KEY (`store_id`),\n\tUNIQUE INDEX `UNQ_CORE_STORE_CODE` (`code`),\n\tINDEX `IDX_CORE_STORE_WEBSITE_ID` (`website_id`),\n\tINDEX `IDX_CORE_STORE_IS_ACTIVE_SORT_ORDER` (`is_active`, `sort_order`),\n\tINDEX `IDX_CORE_STORE_GROUP_ID` (`group_id`),\n\tCONSTRAINT `FK_CORE_STORE_GROUP_ID_CORE_STORE_GROUP_GROUP_ID` FOREIGN KEY (`group_id`) REFERENCES `core_store_group` (`group_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n\tCONSTRAINT `FK_CORE_STORE_WEBSITE_ID_CORE_WEBSITE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `core_website` (`website_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\nCOMMENT='Stores'\nCOLLATE='utf8_general_ci'\nENGINE=InnoDB\n;\n\nLOCK TABLES `core_store` WRITE;\n/*!40000 ALTER TABLE `core_store` DISABLE KEYS */;\nINSERT INTO `core_store` VALUES\n(0,'admin',0,0,'Admin',0,1),\n(1,'default',1,1,'Default Store View',0,1),\n(2,'de',1,1,'German',0,1),\n(3,'mw_store_02',1,2,'MWStore View02',0,1);\n/*!40000 ALTER TABLE `core_store` ENABLE KEYS */;\nUNLOCK TABLES;\n\nDROP TABLE IF EXISTS `cms_page`;\nCREATE TABLE `cms_page` (\n\t`page_id` SMALLINT(6) NOT NULL AUTO_INCREMENT COMMENT 'Page ID',\n\t`title` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Page Title',\n\t`root_template` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Page Template',\n\t`meta_keywords` TEXT NULL COMMENT 'Page Meta Keywords',\n\t`meta_description` TEXT NULL COMMENT 'Page Meta Description',\n\t`identifier` VARCHAR(100) NOT NULL COMMENT 'Page String Identifier',\n\t`content_heading` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Page Content Heading',\n\t`content` MEDIUMTEXT NULL COMMENT 'Page Content',\n\t`creation_time` TIMESTAMP NULL DEFAULT NULL COMMENT 'Page Creation Time',\n\t`update_time` TIMESTAMP NULL DEFAULT NULL COMMENT 'Page Modification Time',\n\t`is_active` SMALLINT(6) NOT NULL DEFAULT '1' COMMENT 'Is Page Active',\n\t`sort_order` SMALLINT(6) NOT NULL DEFAULT '0' COMMENT 'Page Sort Order',\n\t`layout_update_xml` TEXT NULL COMMENT 'Page Layout Update Content',\n\t`custom_theme` VARCHAR(100) NULL DEFAULT NULL COMMENT 'Page Custom Theme',\n\t`custom_root_template` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Page Custom Template',\n\t`custom_layout_update_xml` TEXT NULL COMMENT 'Page Custom Layout Update Content',\n\t`custom_theme_from` DATE NULL DEFAULT NULL COMMENT 'Page Custom Theme Active From Date',\n\t`custom_theme_to` DATE NULL DEFAULT NULL COMMENT 'Page Custom Theme Active To Date',\n\t`published_revision_id` INT(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Published Revision Id',\n\t`website_root` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Website Root',\n\t`under_version_control` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Under Version Control Flag',\n\tPRIMARY KEY (`page_id`),\n\tINDEX `IDX_CMS_PAGE_IDENTIFIER` (`identifier`)\n)\nCOMMENT='CMS Page Table'\nCOLLATE='utf8_general_ci'\nENGINE=InnoDB\n;\nINSERT INTO `cms_page` VALUES\n(1, '404 Not Found 1', 'two_columns_right', 'Page keywords', 'Page description', 'no-route', '', '<div class=\"page-head-alt\"><h3>We’re sorry, the page you’re looking for can not be found.</h3></div>\\n<div>\\n    <ul class=\"disc\">\\n        <li>If you typed the URL directly, please make sure the spelling is correct.</li>\\n        <li>If you clicked on a link to get here, we must have moved the content.<br/>Please try our store search box above to search for an item.</li>\\n        <li>If you are not sure how you got here, <a href=\"#\" onclick=\"history.go(-1);\">go back</a> to the previous page</a> or return to our <a href=\"{{store url=\"\"}}\">store homepage</a>.</li>\\n    </ul>\\n</div>\\n\\n<!-- <div class=\"page-head-alt\"><h3>Whoops, our bad...</h3></div>\\r\\n<dl>\\r\\n<dt>The page you requested was not found, and we have a fine guess why.</dt>\\r\\n<dd>\\r\\n<ul class=\"disc\">\\r\\n<li>If you typed the URL directly, please make sure the spelling is correct.</li>\\r\\n<li>If you clicked on a link to get here, the link is outdated.</li>\\r\\n</ul></dd>\\r\\n</dl>\\r\\n<br/>\\r\\n<dl>\\r\\n<dt>What can you do?</dt>\\r\\n<dd>Have no fear, help is near! There are many ways you can get back on track with Magento Demo Store.</dd>\\r\\n<dd>\\r\\n<ul class=\"disc\">\\r\\n<li><a href=\"#\" onclick=\"history.go(-1);\">Go back</a> to the previous page.</li>\\r\\n<li>Use the search bar at the top of the page to search for your products.</li>\\r\\n<li>Follow these links to get you back on track!<br/><a href=\"{{store url=\"\"}}\">Store Home</a><br/><a href=\"{{store url=\"customer/account\"}}\">My Account</a></li></ul></dd></dl><br/>\\r\\n<p><img src=\"{{skin url=\\'images/media/404_callout1.jpg\\'}}\" style=\"margin-right:15px;\"/><img src=\"{{skin url=\\'images/media/404_callout2.jpg\\'}}\" /></p> -->', '2007-06-20 18:38:32', '2007-08-26 19:11:13', 1, 0, NULL, NULL, '', NULL, NULL, NULL, 1, 1, 0);\n\nDROP TABLE IF EXISTS `cms_page_store`;\nCREATE TABLE `cms_page_store` (\n\t`page_id` SMALLINT(6) NOT NULL COMMENT 'Page ID',\n\t`store_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Store ID',\n\tPRIMARY KEY (`page_id`, `store_id`),\n\tINDEX `IDX_CMS_PAGE_STORE_STORE_ID` (`store_id`),\n\tCONSTRAINT `FK_CMS_PAGE_STORE_PAGE_ID_CMS_PAGE_PAGE_ID` FOREIGN KEY (`page_id`) REFERENCES `cms_page` (`page_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n\tCONSTRAINT `FK_CMS_PAGE_STORE_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\nCOMMENT='CMS Page To Store Linkage Table'\nCOLLATE='utf8_general_ci'\nENGINE=InnoDB\n;\nINSERT INTO `cms_page_store` VALUES (1, 0);\n\nDROP TABLE IF EXISTS `core_url_rewrite`;\nCREATE TABLE `core_url_rewrite` (\n\t`url_rewrite_id` INT(10) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Rewrite Id',\n\t`store_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Id',\n\t`category_id` INT(10) UNSIGNED NULL DEFAULT NULL COMMENT 'Category Id',\n\t`product_id` INT(10) UNSIGNED NULL DEFAULT NULL COMMENT 'Product Id',\n\t`id_path` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Id Path',\n\t`request_path` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Request Path',\n\t`target_path` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Target Path',\n\t`is_system` SMALLINT(5) UNSIGNED NULL DEFAULT '1' COMMENT 'Defines is Rewrite System',\n\t`options` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Options',\n\t`description` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Deascription',\n\tPRIMARY KEY (`url_rewrite_id`),\n\tUNIQUE INDEX `UNQ_CORE_URL_REWRITE_REQUEST_PATH_STORE_ID` (`request_path`, `store_id`),\n\tUNIQUE INDEX `UNQ_CORE_URL_REWRITE_ID_PATH_IS_SYSTEM_STORE_ID` (`id_path`, `is_system`, `store_id`),\n\tINDEX `IDX_CORE_URL_REWRITE_TARGET_PATH_STORE_ID` (`target_path`, `store_id`),\n\tINDEX `IDX_CORE_URL_REWRITE_ID_PATH` (`id_path`),\n\tINDEX `IDX_CORE_URL_REWRITE_STORE_ID` (`store_id`),\n\tINDEX `FK_CORE_URL_REWRITE_PRODUCT_ID_CATALOG_PRODUCT_ENTITY_ENTITY_ID` (`product_id`),\n\tINDEX `FK_CORE_URL_REWRITE_CTGR_ID_CAT_CTGR_ENTT_ENTT_ID` (`category_id`),\n\tCONSTRAINT `FK_CORE_URL_REWRITE_CTGR_ID_CAT_CTGR_ENTT_ENTT_ID` FOREIGN KEY (`category_id`) REFERENCES `catalog_category_entity` (`entity_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n\tCONSTRAINT `FK_CORE_URL_REWRITE_PRODUCT_ID_CATALOG_PRODUCT_ENTITY_ENTITY_ID` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n\tCONSTRAINT `FK_CORE_URL_REWRITE_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\nCOMMENT='Url Rewrites'\nCOLLATE='utf8_general_ci'\nENGINE=InnoDB\n;\nINSERT INTO `core_url_rewrite` VALUES\n(1, 0, 1, 1, '1', 'test1.htm', 'contacts', 1, NULL, NULL),\n(2, 1, 1, 1, '2', 'test1.htm', 'catalog/category/view/id/6', 1, NULL, NULL),\n(3, 0, 2, 2, '3', 'test5.htm', 'contacts', 1, NULL, NULL),\n(4, 1, 2, 2, '3', NULL, 'catalog/category/view/id/8', 1, NULL, NULL),\n(5, 1, 3, 2, 'product/2/3', 'newcat/virtual-product.html', 'catalog/product/view/id/2/category/3', 1, '', NULL),\n(6, 1, 1, 1, 'product/1', NULL, 'catalog/product/view/id/1', 1, '', NULL),\n(7, 2, 3, 1, 'product/1/3', NULL, 'catalog/product/view/id/1/category/3', 1, '', NULL),\n(8, 2, 1, 1, 'product/1', NULL, 'catalog/product/view/id/1', 1, '', NULL);\n\nDROP TABLE IF EXISTS `catalog_category_entity`;\nCREATE TABLE `catalog_category_entity` (\n\t`entity_id` INT(10) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Entity ID',\n\t`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Entity Type ID',\n\t`attribute_set_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attriute Set ID',\n\t`parent_id` INT(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Parent Category ID',\n\t`created_at` TIMESTAMP NULL DEFAULT NULL COMMENT 'Creation Time',\n\t`updated_at` TIMESTAMP NULL DEFAULT NULL COMMENT 'Update Time',\n\t`path` VARCHAR(255) NOT NULL COMMENT 'Tree Path',\n\t`position` INT(11) NOT NULL DEFAULT '0' COMMENT 'Position',\n\t`level` INT(11) NOT NULL DEFAULT '0' COMMENT 'Tree Level',\n\t`children_count` INT(11) NOT NULL DEFAULT '0' COMMENT 'Child Count',\n\tPRIMARY KEY (`entity_id`),\n\tINDEX `IDX_CATALOG_CATEGORY_ENTITY_LEVEL` (`level`),\n\tINDEX `IDX_CATALOG_CATEGORY_ENTITY_PATH_ENTITY_ID` (`path`, `entity_id`)\n)\nCOMMENT='Catalog Category Table'\nCOLLATE='utf8_general_ci'\nENGINE=InnoDB\n;\nINSERT INTO `catalog_category_entity` VALUES (1, 3, 0, 0, '0000-00-00 00:00:00', '2016-07-13 11:43:28', '1', 0, 0, 2),\n(2, 3, 3, 1, '2016-07-13 11:43:28', '2016-07-13 11:43:28', '1/2', 1, 1, 1),\n(3, 3, 3, 2, '2016-07-13 12:30:21', '2016-07-13 12:30:21', '1/2/3', 1, 2, 0);\n\nCREATE TABLE `catalog_product_entity` (\n\t`entity_id` INT(10) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Entity ID',\n\t`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Entity Type ID',\n\t`attribute_set_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Set ID',\n\t`type_id` VARCHAR(32) NOT NULL DEFAULT 'simple' COMMENT 'Type ID',\n\t`sku` VARCHAR(64) NULL DEFAULT NULL COMMENT 'SKU',\n\t`has_options` SMALLINT(6) NOT NULL DEFAULT '0' COMMENT 'Has Options',\n\t`required_options` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Required Options',\n\t`created_at` TIMESTAMP NULL DEFAULT NULL COMMENT 'Creation Time',\n\t`updated_at` TIMESTAMP NULL DEFAULT NULL COMMENT 'Update Time',\n\tPRIMARY KEY (`entity_id`),\n\tINDEX `IDX_CATALOG_PRODUCT_ENTITY_ENTITY_TYPE_ID` (`entity_type_id`),\n\tINDEX `IDX_CATALOG_PRODUCT_ENTITY_ATTRIBUTE_SET_ID` (`attribute_set_id`),\n\tINDEX `IDX_CATALOG_PRODUCT_ENTITY_SKU` (`sku`),\n\tCONSTRAINT `FK_CAT_PRD_ENTT_ATTR_SET_ID_EAV_ATTR_SET_ATTR_SET_ID` FOREIGN KEY (`attribute_set_id`) REFERENCES `eav_attribute_set` (`attribute_set_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n\tCONSTRAINT `FK_CAT_PRD_ENTT_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\nCOMMENT='Catalog Product Table'\nCOLLATE='utf8_general_ci'\nENGINE=InnoDB\n;\nINSERT INTO `catalog_product_entity` VALUES\n(1, 4, 4, 'simple', 'SimpleProduct', 1, 1, '2016-07-13 12:31:52', '2016-07-13 12:34:07'),\n(2, 4, 4, 'virtual', 'Virtual Product', 0, 0, '2016-07-13 12:34:53', '2016-07-13 12:34:53');\n"
  },
  {
    "path": "tests/integration/resource/post_processing/dest.sql",
    "content": "/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n\n/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;\n/*!40101 SET NAMES utf8 */;\n/*!50503 SET NAMES utf8mb4 */;\n/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;\n/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;\n\nDROP TABLE IF EXISTS `eav_entity_type`;\nCREATE TABLE `eav_entity_type` (\n\t`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Entity Type Id',\n\t`entity_type_code` VARCHAR(50) NOT NULL COMMENT 'Entity Type Code',\n\t`entity_model` VARCHAR(255) NOT NULL COMMENT 'Entity Model',\n\t`attribute_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Attribute Model',\n\t`entity_table` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Entity Table',\n\t`value_table_prefix` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Value Table Prefix',\n\t`entity_id_field` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Entity Id Field',\n\t`is_data_sharing` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Defines Is Data Sharing',\n\t`data_sharing_key` VARCHAR(100) NULL DEFAULT 'default' COMMENT 'Data Sharing Key',\n\t`default_attribute_set_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Default Attribute Set Id',\n\t`increment_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Increment Model',\n\t`increment_per_store` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Increment Per Store',\n\t`increment_pad_length` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '8' COMMENT 'Increment Pad Length',\n\t`increment_pad_char` VARCHAR(1) NOT NULL DEFAULT '0' COMMENT 'Increment Pad Char',\n\t`additional_attribute_table` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Additional Attribute Table',\n\t`entity_attribute_collection` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Entity Attribute Collection',\n\tPRIMARY KEY (`entity_type_id`),\n\tINDEX `IDX_EAV_ENTITY_TYPE_ENTITY_TYPE_CODE` (`entity_type_code`)\n)\nCOMMENT='Eav Entity Type'\nCOLLATE='utf8_general_ci'\nENGINE=InnoDB\n;\nINSERT INTO `eav_entity_type` (`entity_type_id`, `entity_type_code`, `entity_model`, `attribute_model`, `entity_table`, `value_table_prefix`, `entity_id_field`, `is_data_sharing`, `data_sharing_key`, `default_attribute_set_id`, `increment_model`, `increment_per_store`, `increment_pad_length`, `increment_pad_char`, `additional_attribute_table`, `entity_attribute_collection`) VALUES (4, 'catalog_product', 'Magento\\\\Catalog\\\\Model\\\\ResourceModel\\\\Product', 'Magento\\\\Catalog\\\\Model\\\\ResourceModel\\\\Eav\\\\Attribute', 'catalog_product_entity', NULL, NULL, 1, 'default', 4, NULL, 0, 8, '0', 'catalog_eav_attribute', 'Magento\\\\Catalog\\\\Model\\\\ResourceModel\\\\Product\\\\Attribute\\\\Collection');\nINSERT INTO `eav_entity_type` (`entity_type_id`, `entity_type_code`, `entity_model`, `attribute_model`, `entity_table`, `value_table_prefix`, `entity_id_field`, `is_data_sharing`, `data_sharing_key`, `default_attribute_set_id`, `increment_model`, `increment_per_store`, `increment_pad_length`, `increment_pad_char`, `additional_attribute_table`, `entity_attribute_collection`) VALUES (1, 'customer', 'Magento\\\\Customer\\\\Model\\\\ResourceModel\\\\Customer', 'Magento\\\\Customer\\\\Model\\\\Attribute', 'customer_entity', NULL, NULL, 1, 'default', 1, 'Magento\\\\Eav\\\\Model\\\\Entity\\\\Increment\\\\Numeric', 0, 8, '0', 'customer_eav_attribute', 'Magento\\\\Customer\\\\Model\\\\ResourceModel\\\\Attribute\\\\Collection');\n\nDROP TABLE IF EXISTS `eav_attribute`;\nCREATE TABLE `eav_attribute` (\n\t`attribute_id` SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Attribute Id',\n\t`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',\n\t`attribute_code` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Attribute Code',\n\t`attribute_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Attribute Model',\n\t`backend_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Backend Model',\n\t`backend_type` VARCHAR(8) NOT NULL DEFAULT 'static' COMMENT 'Backend Type',\n\t`backend_table` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Backend Table',\n\t`frontend_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Frontend Model',\n\t`frontend_input` VARCHAR(50) NULL DEFAULT NULL COMMENT 'Frontend Input',\n\t`frontend_label` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Frontend Label',\n\t`frontend_class` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Frontend Class',\n\t`source_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Source Model',\n\t`is_required` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Defines Is Required',\n\t`is_user_defined` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Defines Is User Defined',\n\t`default_value` TEXT NULL COMMENT 'Default Value',\n\t`is_unique` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Defines Is Unique',\n\t`note` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Note',\n\tPRIMARY KEY (`attribute_id`),\n\tUNIQUE INDEX `UNQ_EAV_ATTRIBUTE_ENTITY_TYPE_ID_ATTRIBUTE_CODE` (`entity_type_id`, `attribute_code`),\n\tCONSTRAINT `FK_EAV_ATTRIBUTE_ENTITY_TYPE_ID_EAV_ENTITY_TYPE_ENTITY_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\nCOMMENT='Eav Attribute'\nCOLLATE='utf8_general_ci'\nENGINE=InnoDB\n;\nINSERT INTO `eav_attribute` (`attribute_id`, `entity_type_id`, `attribute_code`, `attribute_model`, `backend_model`, `backend_type`, `backend_table`, `frontend_model`, `frontend_input`, `frontend_label`, `frontend_class`, `source_model`, `is_required`, `is_user_defined`, `default_value`, `is_unique`, `note`) VALUES (70, 4, 'sku', NULL, 'Magento\\\\Catalog\\\\Model\\\\Product\\\\Attribute\\\\Backend\\\\Sku', 'static', NULL, NULL, 'text', 'SKU', 'validate-length maximum-length-64', NULL, 1, 0, NULL, 1, NULL);\nINSERT INTO `eav_attribute` (`attribute_id`, `entity_type_id`, `attribute_code`, `attribute_model`, `backend_model`, `backend_type`, `backend_table`, `frontend_model`, `frontend_input`, `frontend_label`, `frontend_class`, `source_model`, `is_required`, `is_user_defined`, `default_value`, `is_unique`, `note`) VALUES (1, 1, 'website_id', NULL, 'Magento\\\\Customer\\\\Model\\\\Customer\\\\Attribute\\\\Backend\\\\Website', 'static', NULL, NULL, 'select', 'Associate to Website', NULL, 'Magento\\\\Customer\\\\Model\\\\Customer\\\\Attribute\\\\Source\\\\Website', 1, 0, NULL, 0, NULL);\nINSERT INTO `eav_attribute` (`attribute_id`, `entity_type_id`, `attribute_code`, `attribute_model`, `backend_model`, `backend_type`, `backend_table`, `frontend_model`, `frontend_input`, `frontend_label`, `frontend_class`, `source_model`, `is_required`, `is_user_defined`, `default_value`, `is_unique`, `note`) VALUES (115, 4, 'quantity_and_stock_status', NULL, 'Magento\\\\Catalog\\\\Model\\\\Product\\\\Attribute\\\\Backend\\\\Stock', 'int', NULL, NULL, 'select', 'Quantity', NULL, 'Magento\\\\CatalogInventory\\\\Model\\\\Source\\\\Stock', 0, 0, '1', 0, NULL);\n\nDROP TABLE IF EXISTS `catalog_eav_attribute`;\nCREATE TABLE `catalog_eav_attribute` (\n\t`attribute_id` SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Attribute ID',\n\t`frontend_input_renderer` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Frontend Input Renderer',\n\t`is_global` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Is Global',\n\t`is_visible` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Is Visible',\n\t`is_searchable` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Searchable',\n\t`is_filterable` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Filterable',\n\t`is_comparable` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Comparable',\n\t`is_visible_on_front` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Visible On Front',\n\t`is_html_allowed_on_front` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is HTML Allowed On Front',\n\t`is_used_for_price_rules` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Used For Price Rules',\n\t`is_filterable_in_search` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Filterable In Search',\n\t`used_in_product_listing` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Used In Product Listing',\n\t`used_for_sort_by` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Used For Sorting',\n\t`apply_to` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Apply To',\n\t`is_visible_in_advanced_search` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Visible In Advanced Search',\n\t`position` INT(11) NOT NULL DEFAULT '0' COMMENT 'Position',\n\t`is_wysiwyg_enabled` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is WYSIWYG Enabled',\n\t`is_used_for_promo_rules` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Used For Promo Rules',\n\t`is_required_in_admin_store` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Required In Admin Store',\n\t`search_weight` FLOAT NOT NULL DEFAULT '3' COMMENT 'Search Weight',\n\tPRIMARY KEY (`attribute_id`),\n\tINDEX `IDX_CATALOG_EAV_ATTRIBUTE_USED_FOR_SORT_BY` (`used_for_sort_by`),\n\tINDEX `IDX_CATALOG_EAV_ATTRIBUTE_USED_IN_PRODUCT_LISTING` (`used_in_product_listing`),\n\tCONSTRAINT `FK_CATALOG_EAV_ATTRIBUTE_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\nCOMMENT='Catalog EAV Attribute Table'\nCOLLATE='utf8_general_ci'\nENGINE=InnoDB\n;\nINSERT INTO `catalog_eav_attribute` (`attribute_id`, `frontend_input_renderer`, `is_global`, `is_visible`, `is_searchable`, `is_filterable`, `is_comparable`, `is_visible_on_front`, `is_html_allowed_on_front`, `is_used_for_price_rules`, `is_filterable_in_search`, `used_in_product_listing`, `used_for_sort_by`, `apply_to`, `is_visible_in_advanced_search`, `position`, `is_wysiwyg_enabled`, `is_used_for_promo_rules`, `is_required_in_admin_store`, `search_weight`) VALUES (70, NULL, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, NULL, 1, 0, 0, 0, 0, 3);\nINSERT INTO `catalog_eav_attribute` (`attribute_id`, `frontend_input_renderer`, `is_global`, `is_visible`, `is_searchable`, `is_filterable`, `is_comparable`, `is_visible_on_front`, `is_html_allowed_on_front`, `is_used_for_price_rules`, `is_filterable_in_search`, `used_in_product_listing`, `used_for_sort_by`, `apply_to`, `is_visible_in_advanced_search`, `position`, `is_wysiwyg_enabled`, `is_used_for_promo_rules`, `is_required_in_admin_store`, `search_weight`) VALUES (1111, NULL, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, NULL, 1, 0, 0, 0, 0, 3);\n\nDROP TABLE IF EXISTS `eav_attribute_set`;\nCREATE TABLE `eav_attribute_set` (\n\t`attribute_set_id` SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Attribute Set Id',\n\t`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',\n\t`attribute_set_name` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Attribute Set Name',\n\t`sort_order` SMALLINT(6) NOT NULL DEFAULT '0' COMMENT 'Sort Order',\n\tPRIMARY KEY (`attribute_set_id`),\n\tUNIQUE INDEX `UNQ_EAV_ATTRIBUTE_SET_ENTITY_TYPE_ID_ATTRIBUTE_SET_NAME` (`entity_type_id`, `attribute_set_name`),\n\tINDEX `IDX_EAV_ATTRIBUTE_SET_ENTITY_TYPE_ID_SORT_ORDER` (`entity_type_id`, `sort_order`),\n\tCONSTRAINT `FK_EAV_ATTR_SET_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\nCOMMENT='Eav Attribute Set'\nCOLLATE='utf8_general_ci'\nENGINE=InnoDB\n;\nINSERT INTO `eav_attribute_set` (`attribute_set_id`, `entity_type_id`, `attribute_set_name`, `sort_order`) VALUES (4, 4, 'Default', 1);\nINSERT INTO `eav_attribute_set` (`attribute_set_id`, `entity_type_id`, `attribute_set_name`, `sort_order`) VALUES (1, 1, 'Default', 2);\n\nDROP TABLE IF EXISTS `eav_attribute_group`;\nCREATE TABLE `eav_attribute_group` (\n\t`attribute_group_id` SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Attribute Group Id',\n\t`attribute_set_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Set Id',\n\t`attribute_group_name` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Attribute Group Name',\n\t`sort_order` SMALLINT(6) NOT NULL DEFAULT '0' COMMENT 'Sort Order',\n\t`default_id` SMALLINT(5) UNSIGNED NULL DEFAULT '0' COMMENT 'Default Id',\n\t`attribute_group_code` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Attribute Group Code',\n\t`tab_group_code` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Tab Group Code',\n\tPRIMARY KEY (`attribute_group_id`),\n\tUNIQUE INDEX `UNQ_EAV_ATTRIBUTE_GROUP_ATTRIBUTE_SET_ID_ATTRIBUTE_GROUP_NAME` (`attribute_set_id`, `attribute_group_name`),\n\tINDEX `IDX_EAV_ATTRIBUTE_GROUP_ATTRIBUTE_SET_ID_SORT_ORDER` (`attribute_set_id`, `sort_order`),\n\tCONSTRAINT `FK_EAV_ATTR_GROUP_ATTR_SET_ID_EAV_ATTR_SET_ATTR_SET_ID` FOREIGN KEY (`attribute_set_id`) REFERENCES `eav_attribute_set` (`attribute_set_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\nCOMMENT='Eav Attribute Group'\nCOLLATE='utf8_general_ci'\nENGINE=InnoDB\n;\nINSERT INTO `eav_attribute_group` (`attribute_group_id`, `attribute_set_id`, `attribute_group_name`, `sort_order`, `default_id`, `attribute_group_code`, `tab_group_code`) VALUES (7, 4, 'Product Details', 10, 1, 'product-details', 'basic');\nINSERT INTO `eav_attribute_group` (`attribute_group_id`, `attribute_set_id`, `attribute_group_name`, `sort_order`, `default_id`, `attribute_group_code`, `tab_group_code`) VALUES (1, 1, 'General', 1, 1, NULL, NULL);\nINSERT INTO `eav_attribute_group` (`attribute_group_id`, `attribute_set_id`, `attribute_group_name`, `sort_order`, `default_id`, `attribute_group_code`, `tab_group_code`) VALUES (8, 4, 'Design', 11, 1, 'design', 'advanced');\n\nCREATE TABLE `eav_entity_attribute` (\n  `entity_attribute_id` INT(10) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Entity Attribute Id',\n  `entity_type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',\n  `attribute_set_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Set Id',\n  `attribute_group_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Group Id',\n  `attribute_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Id',\n  `sort_order` SMALLINT(6) NOT NULL DEFAULT '0' COMMENT 'Sort Order',\n  PRIMARY KEY (`entity_attribute_id`),\n  UNIQUE INDEX `UNQ_EAV_ENTITY_ATTRIBUTE_ATTRIBUTE_SET_ID_ATTRIBUTE_ID` (`attribute_set_id`, `attribute_id`),\n  UNIQUE INDEX `UNQ_EAV_ENTITY_ATTRIBUTE_ATTRIBUTE_GROUP_ID_ATTRIBUTE_ID` (`attribute_group_id`, `attribute_id`),\n  INDEX `IDX_EAV_ENTITY_ATTRIBUTE_ATTRIBUTE_SET_ID_SORT_ORDER` (`attribute_set_id`, `sort_order`),\n  INDEX `IDX_EAV_ENTITY_ATTRIBUTE_ATTRIBUTE_ID` (`attribute_id`),\n  CONSTRAINT `FK_EAV_ENTITY_ATTRIBUTE_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_ENTT_ATTR_ATTR_GROUP_ID_EAV_ATTR_GROUP_ATTR_GROUP_ID` FOREIGN KEY (`attribute_group_id`) REFERENCES `eav_attribute_group` (`attribute_group_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Eav Entity Attributes'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\nINSERT INTO `eav_entity_attribute` (`entity_attribute_id`, `entity_type_id`, `attribute_set_id`, `attribute_group_id`, `attribute_id`, `sort_order`) VALUES (70, 4, 4, 7, 70, 20);\nINSERT INTO `eav_entity_attribute` (`entity_attribute_id`, `entity_type_id`, `attribute_set_id`, `attribute_group_id`, `attribute_id`, `sort_order`) VALUES (113, 4, 4, 7, 115, 3);\nINSERT INTO `eav_entity_attribute` (`entity_attribute_id`, `entity_type_id`, `attribute_set_id`, `attribute_group_id`, `attribute_id`, `sort_order`) VALUES (114, 4, 4, 7, 1111, 4);\n\nCREATE TABLE `customer_eav_attribute` (\n  `attribute_id` SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Attribute Id',\n  `is_visible` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Is Visible',\n  `input_filter` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Input Filter',\n  `multiline_count` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Multiline Count',\n  `validate_rules` TEXT NULL COMMENT 'Validate Rules',\n  `is_system` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is System',\n  `sort_order` INT(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Sort Order',\n  `data_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Data Model',\n  `is_used_for_customer_segment` INT(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Customer Segment',\n  PRIMARY KEY (`attribute_id`),\n  CONSTRAINT `FK_CSTR_EAV_ATTR_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Customer Eav Attribute'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\nINSERT INTO `customer_eav_attribute` (`attribute_id`, `is_visible`, `input_filter`, `multiline_count`, `validate_rules`, `is_system`, `sort_order`, `data_model`, `is_used_for_customer_segment`) VALUES (1, 1, NULL, 0, NULL, 1, 10, NULL, 0);\n\nCREATE TABLE `store_website` (\n\t`website_id` SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Website Id',\n\t`code` VARCHAR(32) NULL DEFAULT NULL COMMENT 'Code',\n\t`name` VARCHAR(64) NULL DEFAULT NULL COMMENT 'Website Name',\n\t`sort_order` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Sort Order',\n\t`default_group_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Default Group Id',\n\t`is_default` SMALLINT(5) UNSIGNED NULL DEFAULT '0' COMMENT 'Defines Is Website Default',\n\tPRIMARY KEY (`website_id`),\n\tUNIQUE INDEX `UNQ_STORE_WEBSITE_CODE` (`code`),\n\tINDEX `IDX_STORE_WEBSITE_SORT_ORDER` (`sort_order`),\n\tINDEX `IDX_STORE_WEBSITE_DEFAULT_GROUP_ID` (`default_group_id`)\n)\nCOMMENT='Websites'\nCOLLATE='utf8_general_ci'\nENGINE=InnoDB\n;\n/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;\nINSERT INTO `store_website` (`website_id`, `code`, `name`, `sort_order`, `default_group_id`, `is_default`) VALUES (0, 'admin', 'Admin', 0, 0, 0);\nINSERT INTO `store_website` (`website_id`, `code`, `name`, `sort_order`, `default_group_id`, `is_default`) VALUES (1, 'base', 'Main Website', 0, 1, 1);\n/*!40101 SET SQL_MODE=IFNULL(@OLD_INSERT_SQL_MODE,'') */;\n\n\nCREATE TABLE `customer_eav_attribute_website` (\n\t`attribute_id` SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Attribute Id',\n\t`website_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Website Id',\n\t`is_visible` SMALLINT(5) UNSIGNED NULL DEFAULT NULL COMMENT 'Is Visible',\n\t`is_required` SMALLINT(5) UNSIGNED NULL DEFAULT NULL COMMENT 'Is Required',\n\t`default_value` TEXT NULL COMMENT 'Default Value',\n\t`multiline_count` SMALLINT(5) UNSIGNED NULL DEFAULT NULL COMMENT 'Multiline Count',\n\tPRIMARY KEY (`attribute_id`, `website_id`),\n\tINDEX `IDX_CUSTOMER_EAV_ATTRIBUTE_WEBSITE_WEBSITE_ID` (`website_id`),\n\tCONSTRAINT `FK_CSTR_EAV_ATTR_WS_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n\tCONSTRAINT `FK_CSTR_EAV_ATTR_WS_WS_ID_STORE_WS_WS_ID` FOREIGN KEY (`website_id`) REFERENCES `store_website` (`website_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\nCOMMENT='Customer Eav Attribute Website'\nCOLLATE='utf8_general_ci'\nENGINE=InnoDB\n;\n\nCREATE TABLE `store_group` (\n\t`group_id` SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Group Id',\n\t`website_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Website Id',\n\t`name` VARCHAR(255) NOT NULL COMMENT 'Store Group Name',\n\t`root_category_id` INT(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Root Category Id',\n\t`default_store_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Default Store Id',\n\tPRIMARY KEY (`group_id`),\n\tINDEX `IDX_STORE_GROUP_WEBSITE_ID` (`website_id`),\n\tINDEX `IDX_STORE_GROUP_DEFAULT_STORE_ID` (`default_store_id`),\n\tCONSTRAINT `FK_STORE_GROUP_WEBSITE_ID_STORE_WEBSITE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `store_website` (`website_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\nCOMMENT='Store Groups'\nCOLLATE='utf8_general_ci'\nENGINE=InnoDB\n;\n/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;\nINSERT INTO `store_group` (`group_id`, `website_id`, `name`, `root_category_id`, `default_store_id`) VALUES (0, 0, 'Default', 0, 0);\nINSERT INTO `store_group` (`group_id`, `website_id`, `name`, `root_category_id`, `default_store_id`) VALUES (1, 1, 'Main Website Store', 2, 1);\n/*!40101 SET SQL_MODE=IFNULL(@OLD_INSERT_SQL_MODE,'') */;\n\nCREATE TABLE `store` (\n\t`store_id` SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Store Id',\n\t`code` VARCHAR(32) NULL DEFAULT NULL COMMENT 'Code',\n\t`website_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Website Id',\n\t`group_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Group Id',\n\t`name` VARCHAR(255) NOT NULL COMMENT 'Store Name',\n\t`sort_order` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Sort Order',\n\t`is_active` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Activity',\n\tPRIMARY KEY (`store_id`),\n\tUNIQUE INDEX `UNQ_STORE_CODE` (`code`),\n\tINDEX `IDX_STORE_WEBSITE_ID` (`website_id`),\n\tINDEX `IDX_STORE_IS_ACTIVE_SORT_ORDER` (`is_active`, `sort_order`),\n\tINDEX `IDX_STORE_GROUP_ID` (`group_id`),\n\tCONSTRAINT `FK_STORE_GROUP_ID_STORE_GROUP_GROUP_ID` FOREIGN KEY (`group_id`) REFERENCES `store_group` (`group_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n\tCONSTRAINT `FK_STORE_WEBSITE_ID_STORE_WEBSITE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `store_website` (`website_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\nCOMMENT='Stores'\nCOLLATE='utf8_general_ci'\nENGINE=InnoDB\n;\n/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;\nINSERT INTO `store` (`store_id`, `code`, `website_id`, `group_id`, `name`, `sort_order`, `is_active`) VALUES (0, 'admin', 0, 0, 'Admin', 0, 1);\nINSERT INTO `store` (`store_id`, `code`, `website_id`, `group_id`, `name`, `sort_order`, `is_active`) VALUES (1, 'default', 1, 1, 'Default Store View', 0, 1);\n/*!40101 SET SQL_MODE=IFNULL(@OLD_INSERT_SQL_MODE,'') */;\n\nCREATE TABLE `eav_attribute_label` (\n  `attribute_label_id` INT(10) UNSIGNED NOT NULL  COMMENT 'Attribute Label Id',\n  `attribute_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Id',\n  `store_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Id',\n  `value` VARCHAR(255) NOT NULL COMMENT 'Value',\n  PRIMARY KEY (`attribute_label_id`),\n  INDEX `IDX_EAV_ATTRIBUTE_LABEL_ATTRIBUTE_ID` (`attribute_id`),\n  INDEX `IDX_EAV_ATTRIBUTE_LABEL_STORE_ID` (`store_id`),\n  INDEX `IDX_EAV_ATTRIBUTE_LABEL_ATTRIBUTE_ID_STORE_ID` (`attribute_id`, `store_id`),\n  CONSTRAINT `FK_EAV_ATTRIBUTE_LABEL_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_ATTRIBUTE_LABEL_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Eav Attribute Label'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\n\nCREATE TABLE `eav_attribute_option` (\n  `option_id` INT(10) UNSIGNED NOT NULL COMMENT 'Option Id',\n  `attribute_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Id',\n  `sort_order` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Sort Order',\n  PRIMARY KEY (`option_id`),\n  INDEX `IDX_EAV_ATTRIBUTE_OPTION_ATTRIBUTE_ID` (`attribute_id`),\n  CONSTRAINT `FK_EAV_ATTRIBUTE_OPTION_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Eav Attribute Option'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\n\nCREATE TABLE `eav_attribute_option_value` (\n  `value_id` INT(10) UNSIGNED NOT NULL COMMENT 'Value Id',\n  `option_id` INT(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Option Id',\n  `store_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Id',\n  `value` VARCHAR(255) NOT NULL COMMENT 'Value',\n  PRIMARY KEY (`value_id`),\n  INDEX `IDX_EAV_ATTRIBUTE_OPTION_VALUE_OPTION_ID` (`option_id`),\n  INDEX `IDX_EAV_ATTRIBUTE_OPTION_VALUE_STORE_ID` (`store_id`),\n  CONSTRAINT `FK_EAV_ATTRIBUTE_OPTION_VALUE_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_ATTR_OPT_VAL_OPT_ID_EAV_ATTR_OPT_OPT_ID` FOREIGN KEY (`option_id`) REFERENCES `eav_attribute_option` (`option_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Eav Attribute Option Value'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\n\nCREATE TABLE `eav_entity` (\n  `entity_id` INT(10) UNSIGNED NOT NULL COMMENT 'Entity Id',\n  `entity_type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',\n  `attribute_set_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Set Id',\n  `increment_id` VARCHAR(50) NOT NULL COMMENT 'Increment Id',\n  `parent_id` INT(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Parent Id',\n  `store_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Id',\n  `created_at` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT 'Created At',\n  `updated_at` TIMESTAMP NOT NULL DEFAULT '0000-00-00 00:00:00' COMMENT 'Updated At',\n  `is_active` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Defines Is Entity Active',\n  PRIMARY KEY (`entity_id`),\n  INDEX `IDX_EAV_ENTITY_ENTITY_TYPE_ID` (`entity_type_id`),\n  INDEX `IDX_EAV_ENTITY_STORE_ID` (`store_id`),\n  CONSTRAINT `FK_EAV_ENTITY_ENTITY_TYPE_ID_EAV_ENTITY_TYPE_ENTITY_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_ENTITY_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Eav Entity'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\n\nCREATE TABLE `eav_entity_datetime` (\n  `value_id` INT(11) NOT NULL COMMENT 'Value Id',\n  `entity_type_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Entity Type Id',\n  `attribute_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Attribute Id',\n  `store_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Store Id',\n  `entity_id` INT(10) UNSIGNED NOT NULL COMMENT 'Entity Id',\n  `value` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00' COMMENT 'Attribute Value',\n  PRIMARY KEY (`value_id`),\n  UNIQUE INDEX `UNQ_EAV_ENTITY_DATETIME_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`entity_id`, `attribute_id`, `store_id`),\n  INDEX `IDX_EAV_ENTITY_DATETIME_ENTITY_TYPE_ID` (`entity_type_id`),\n  INDEX `IDX_EAV_ENTITY_DATETIME_ATTRIBUTE_ID` (`attribute_id`),\n  INDEX `IDX_EAV_ENTITY_DATETIME_STORE_ID` (`store_id`),\n  INDEX `IDX_EAV_ENTITY_DATETIME_ENTITY_ID` (`entity_id`),\n  INDEX `IDX_EAV_ENTITY_DATETIME_ATTRIBUTE_ID_VALUE` (`attribute_id`, `value`),\n  INDEX `IDX_EAV_ENTITY_DATETIME_ENTITY_TYPE_ID_VALUE` (`entity_type_id`, `value`),\n  CONSTRAINT `FK_EAV_ENTITY_DATETIME_ENTITY_ID_EAV_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `eav_entity` (`entity_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_ENTITY_DATETIME_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_ENTT_DTIME_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Eav Entity Value Prefix'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\n\nCREATE TABLE `eav_entity_decimal` (\n  `value_id` INT(11) NOT NULL COMMENT 'Value Id',\n  `entity_type_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Entity Type Id',\n  `attribute_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Attribute Id',\n  `store_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Store Id',\n  `entity_id` INT(10) UNSIGNED NOT NULL COMMENT 'Entity Id',\n  `value` DECIMAL(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Attribute Value',\n  PRIMARY KEY (`value_id`),\n  UNIQUE INDEX `UNQ_EAV_ENTITY_DECIMAL_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`entity_id`, `attribute_id`, `store_id`),\n  INDEX `IDX_EAV_ENTITY_DECIMAL_ENTITY_TYPE_ID` (`entity_type_id`),\n  INDEX `IDX_EAV_ENTITY_DECIMAL_ATTRIBUTE_ID` (`attribute_id`),\n  INDEX `IDX_EAV_ENTITY_DECIMAL_STORE_ID` (`store_id`),\n  INDEX `IDX_EAV_ENTITY_DECIMAL_ENTITY_ID` (`entity_id`),\n  INDEX `IDX_EAV_ENTITY_DECIMAL_ATTRIBUTE_ID_VALUE` (`attribute_id`, `value`),\n  INDEX `IDX_EAV_ENTITY_DECIMAL_ENTITY_TYPE_ID_VALUE` (`entity_type_id`, `value`),\n  CONSTRAINT `FK_EAV_ENTITY_DECIMAL_ENTITY_ID_EAV_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `eav_entity` (`entity_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_ENTITY_DECIMAL_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_ENTT_DEC_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Eav Entity Value Prefix'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\n\nCREATE TABLE `eav_entity_int` (\n  `value_id` INT(11) NOT NULL COMMENT 'Value Id',\n  `entity_type_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Entity Type Id',\n  `attribute_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Attribute Id',\n  `store_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Store Id',\n  `entity_id` INT(10) UNSIGNED NOT NULL COMMENT 'Entity Id',\n  `value` INT(11) NOT NULL COMMENT 'Attribute Value',\n  PRIMARY KEY (`value_id`),\n  UNIQUE INDEX `UNQ_EAV_ENTITY_INT_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`entity_id`, `attribute_id`, `store_id`),\n  INDEX `IDX_EAV_ENTITY_INT_ENTITY_TYPE_ID` (`entity_type_id`),\n  INDEX `IDX_EAV_ENTITY_INT_ATTRIBUTE_ID` (`attribute_id`),\n  INDEX `IDX_EAV_ENTITY_INT_STORE_ID` (`store_id`),\n  INDEX `IDX_EAV_ENTITY_INT_ENTITY_ID` (`entity_id`),\n  INDEX `IDX_EAV_ENTITY_INT_ATTRIBUTE_ID_VALUE` (`attribute_id`, `value`),\n  INDEX `IDX_EAV_ENTITY_INT_ENTITY_TYPE_ID_VALUE` (`entity_type_id`, `value`),\n  CONSTRAINT `FK_EAV_ENTITY_INT_ENTITY_ID_EAV_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `eav_entity` (`entity_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_ENTITY_INT_ENTITY_TYPE_ID_EAV_ENTITY_TYPE_ENTITY_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_ENTITY_INT_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Eav Entity Value Prefix'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\n\nCREATE TABLE `eav_entity_store` (\n  `entity_store_id` INT(10) UNSIGNED NOT NULL COMMENT 'Entity Store Id',\n  `entity_type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',\n  `store_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Id',\n  `increment_prefix` VARCHAR(20) NULL DEFAULT NULL COMMENT 'Increment Prefix',\n  `increment_last_id` VARCHAR(50) NULL DEFAULT NULL COMMENT 'Last Incremented Id',\n  PRIMARY KEY (`entity_store_id`),\n  INDEX `IDX_EAV_ENTITY_STORE_ENTITY_TYPE_ID` (`entity_type_id`),\n  INDEX `IDX_EAV_ENTITY_STORE_STORE_ID` (`store_id`),\n  CONSTRAINT `FK_EAV_ENTITY_STORE_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_ENTT_STORE_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Eav Entity Store'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\n\nCREATE TABLE `eav_entity_text` (\n  `value_id` INT(11) NOT NULL COMMENT 'Value Id',\n  `entity_type_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Entity Type Id',\n  `attribute_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Attribute Id',\n  `store_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Store Id',\n  `entity_id` INT(10) UNSIGNED NOT NULL COMMENT 'Entity Id',\n  `value` TEXT NOT NULL COMMENT 'Attribute Value',\n  PRIMARY KEY (`value_id`),\n  UNIQUE INDEX `UNQ_EAV_ENTITY_TEXT_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`entity_id`, `attribute_id`, `store_id`),\n  INDEX `IDX_EAV_ENTITY_TEXT_ENTITY_TYPE_ID` (`entity_type_id`),\n  INDEX `IDX_EAV_ENTITY_TEXT_ATTRIBUTE_ID` (`attribute_id`),\n  INDEX `IDX_EAV_ENTITY_TEXT_STORE_ID` (`store_id`),\n  INDEX `IDX_EAV_ENTITY_TEXT_ENTITY_ID` (`entity_id`),\n  CONSTRAINT `FK_EAV_ENTITY_TEXT_ENTITY_ID_EAV_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `eav_entity` (`entity_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_ENTITY_TEXT_ENTITY_TYPE_ID_EAV_ENTITY_TYPE_ENTITY_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_ENTITY_TEXT_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Eav Entity Value Prefix'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\n\nCREATE TABLE `eav_entity_varchar` (\n  `value_id` INT(11) NOT NULL COMMENT 'Value Id',\n  `entity_type_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Entity Type Id',\n  `attribute_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Attribute Id',\n  `store_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Store Id',\n  `entity_id` INT(10) UNSIGNED NOT NULL COMMENT 'Entity Id',\n  `value` VARCHAR(255) NOT NULL COMMENT 'Attribute Value',\n  PRIMARY KEY (`value_id`),\n  UNIQUE INDEX `UNQ_EAV_ENTITY_VARCHAR_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`entity_id`, `attribute_id`, `store_id`),\n  INDEX `IDX_EAV_ENTITY_VARCHAR_ENTITY_TYPE_ID` (`entity_type_id`),\n  INDEX `IDX_EAV_ENTITY_VARCHAR_ATTRIBUTE_ID` (`attribute_id`),\n  INDEX `IDX_EAV_ENTITY_VARCHAR_STORE_ID` (`store_id`),\n  INDEX `IDX_EAV_ENTITY_VARCHAR_ENTITY_ID` (`entity_id`),\n  INDEX `IDX_EAV_ENTITY_VARCHAR_ATTRIBUTE_ID_VALUE` (`attribute_id`, `value`),\n  INDEX `IDX_EAV_ENTITY_VARCHAR_ENTITY_TYPE_ID_VALUE` (`entity_type_id`, `value`),\n  CONSTRAINT `FK_EAV_ENTITY_VARCHAR_ENTITY_ID_EAV_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `eav_entity` (`entity_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_ENTITY_VARCHAR_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_ENTT_VCHR_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Eav Entity Value Prefix'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\n\nCREATE TABLE `eav_form_type` (\n  `type_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Type Id',\n  `code` VARCHAR(64) NOT NULL COMMENT 'Code',\n  `label` VARCHAR(255) NOT NULL COMMENT 'Label',\n  `is_system` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is System',\n  `theme` VARCHAR(64) NULL DEFAULT NULL COMMENT 'Theme',\n  `store_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Id',\n  PRIMARY KEY (`type_id`),\n  UNIQUE INDEX `UNQ_EAV_FORM_TYPE_CODE_THEME_STORE_ID` (`code`, `theme`, `store_id`),\n  INDEX `IDX_EAV_FORM_TYPE_STORE_ID` (`store_id`),\n  CONSTRAINT `FK_EAV_FORM_TYPE_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Eav Form Type'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\n\nCREATE TABLE `eav_form_fieldset` (\n  `fieldset_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Fieldset Id',\n  `type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Type Id',\n  `code` VARCHAR(64) NOT NULL COMMENT 'Code',\n  `sort_order` INT(11) NOT NULL DEFAULT '0' COMMENT 'Sort Order',\n  PRIMARY KEY (`fieldset_id`),\n  UNIQUE INDEX `UNQ_EAV_FORM_FIELDSET_TYPE_ID_CODE` (`type_id`, `code`),\n  INDEX `IDX_EAV_FORM_FIELDSET_TYPE_ID` (`type_id`),\n  CONSTRAINT `FK_EAV_FORM_FIELDSET_TYPE_ID_EAV_FORM_TYPE_TYPE_ID` FOREIGN KEY (`type_id`) REFERENCES `eav_form_type` (`type_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Eav Form Fieldset'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\n\nCREATE TABLE `eav_form_element` (\n  `element_id` INT(10) UNSIGNED NOT NULL COMMENT 'Element Id',\n  `type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Type Id',\n  `fieldset_id` SMALLINT(5) UNSIGNED NULL DEFAULT NULL COMMENT 'Fieldset Id',\n  `attribute_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Id',\n  `sort_order` INT(11) NOT NULL DEFAULT '0' COMMENT 'Sort Order',\n  PRIMARY KEY (`element_id`),\n  UNIQUE INDEX `UNQ_EAV_FORM_ELEMENT_TYPE_ID_ATTRIBUTE_ID` (`type_id`, `attribute_id`),\n  INDEX `IDX_EAV_FORM_ELEMENT_TYPE_ID` (`type_id`),\n  INDEX `IDX_EAV_FORM_ELEMENT_FIELDSET_ID` (`fieldset_id`),\n  INDEX `IDX_EAV_FORM_ELEMENT_ATTRIBUTE_ID` (`attribute_id`),\n  CONSTRAINT `FK_EAV_FORM_ELEMENT_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_FORM_ELEMENT_FIELDSET_ID_EAV_FORM_FIELDSET_FIELDSET_ID` FOREIGN KEY (`fieldset_id`) REFERENCES `eav_form_fieldset` (`fieldset_id`) ON UPDATE CASCADE ON DELETE SET NULL,\n  CONSTRAINT `FK_EAV_FORM_ELEMENT_TYPE_ID_EAV_FORM_TYPE_TYPE_ID` FOREIGN KEY (`type_id`) REFERENCES `eav_form_type` (`type_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Eav Form Element'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\n\nCREATE TABLE `eav_form_fieldset_label` (\n  `fieldset_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Fieldset Id',\n  `store_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Store Id',\n  `label` VARCHAR(255) NOT NULL COMMENT 'Label',\n  PRIMARY KEY (`fieldset_id`, `store_id`),\n  INDEX `IDX_EAV_FORM_FIELDSET_LABEL_STORE_ID` (`store_id`),\n  CONSTRAINT `FK_EAV_FORM_FIELDSET_LABEL_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_FORM_FSET_LBL_FSET_ID_EAV_FORM_FSET_FSET_ID` FOREIGN KEY (`fieldset_id`) REFERENCES `eav_form_fieldset` (`fieldset_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Eav Form Fieldset Label'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\n\nCREATE TABLE `eav_form_type_entity` (\n  `type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Type Id',\n  `entity_type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',\n  PRIMARY KEY (`type_id`, `entity_type_id`),\n  INDEX `IDX_EAV_FORM_TYPE_ENTITY_ENTITY_TYPE_ID` (`entity_type_id`),\n  CONSTRAINT `FK_EAV_FORM_TYPE_ENTITY_TYPE_ID_EAV_FORM_TYPE_TYPE_ID` FOREIGN KEY (`type_id`) REFERENCES `eav_form_type` (`type_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n  CONSTRAINT `FK_EAV_FORM_TYPE_ENTT_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Eav Form Type Entity'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\n\nCREATE TABLE `catalog_category_entity_datetime` (\n  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value ID',\n  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute ID',\n  `store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store ID',\n  `row_id` int(10) unsigned NOT NULL COMMENT 'Version Id',\n  `value` datetime DEFAULT NULL COMMENT 'Value',\n  PRIMARY KEY (`value_id`),\n  UNIQUE KEY `CATALOG_CATEGORY_ENTITY_DATETIME_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`row_id`,`attribute_id`,`store_id`),\n  KEY `CATALOG_CATEGORY_ENTITY_DATETIME_ENTITY_ID` (`row_id`),\n  KEY `CATALOG_CATEGORY_ENTITY_DATETIME_ATTRIBUTE_ID` (`attribute_id`),\n  KEY `CATALOG_CATEGORY_ENTITY_DATETIME_STORE_ID` (`store_id`),\n  CONSTRAINT `CATALOG_CATEGORY_ENTITY_DATETIME_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE,\n  CONSTRAINT `CAT_CTGR_ENTT_DTIME_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,\n  CONSTRAINT `CAT_CTGR_ENTT_DTIME_ROW_ID_CAT_CTGR_ENTT_ROW_ID` FOREIGN KEY (`row_id`) REFERENCES `catalog_category_entity` (`row_id`) ON DELETE CASCADE\n) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Category Datetime Attribute Backend Table';\n\nCREATE TABLE `catalog_category_entity_decimal` (\n  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value ID',\n  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute ID',\n  `store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store ID',\n  `row_id` int(10) unsigned NOT NULL COMMENT 'Version Id',\n  `value` decimal(12,4) DEFAULT NULL COMMENT 'Value',\n  PRIMARY KEY (`value_id`),\n  UNIQUE KEY `CATALOG_CATEGORY_ENTITY_DECIMAL_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`row_id`,`attribute_id`,`store_id`),\n  KEY `CATALOG_CATEGORY_ENTITY_DECIMAL_ENTITY_ID` (`row_id`),\n  KEY `CATALOG_CATEGORY_ENTITY_DECIMAL_ATTRIBUTE_ID` (`attribute_id`),\n  KEY `CATALOG_CATEGORY_ENTITY_DECIMAL_STORE_ID` (`store_id`),\n  CONSTRAINT `CATALOG_CATEGORY_ENTITY_DECIMAL_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE,\n  CONSTRAINT `CAT_CTGR_ENTT_DEC_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,\n  CONSTRAINT `CAT_CTGR_ENTT_DEC_ROW_ID_CAT_CTGR_ENTT_ROW_ID` FOREIGN KEY (`row_id`) REFERENCES `catalog_category_entity` (`row_id`) ON DELETE CASCADE\n) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Category Decimal Attribute Backend Table';\n\nCREATE TABLE `catalog_category_entity_int` (\n  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value ID',\n  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute ID',\n  `store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store ID',\n  `row_id` int(10) unsigned NOT NULL COMMENT 'Version Id',\n  `value` int(11) DEFAULT NULL COMMENT 'Value',\n  PRIMARY KEY (`value_id`),\n  UNIQUE KEY `CATALOG_CATEGORY_ENTITY_INT_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`row_id`,`attribute_id`,`store_id`),\n  KEY `CATALOG_CATEGORY_ENTITY_INT_ENTITY_ID` (`row_id`),\n  KEY `CATALOG_CATEGORY_ENTITY_INT_ATTRIBUTE_ID` (`attribute_id`),\n  KEY `CATALOG_CATEGORY_ENTITY_INT_STORE_ID` (`store_id`),\n  CONSTRAINT `CATALOG_CATEGORY_ENTITY_INT_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE,\n  CONSTRAINT `CAT_CTGR_ENTT_INT_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,\n  CONSTRAINT `CAT_CTGR_ENTT_INT_ROW_ID_CAT_CTGR_ENTT_ROW_ID` FOREIGN KEY (`row_id`) REFERENCES `catalog_category_entity` (`row_id`) ON DELETE CASCADE\n) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COMMENT='Catalog Category Integer Attribute Backend Table';\n\nCREATE TABLE `catalog_category_entity_text` (\n  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value ID',\n  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute ID',\n  `store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store ID',\n  `row_id` int(10) unsigned NOT NULL COMMENT 'Version Id',\n  `value` text COMMENT 'Value',\n  PRIMARY KEY (`value_id`),\n  UNIQUE KEY `CATALOG_CATEGORY_ENTITY_TEXT_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`row_id`,`attribute_id`,`store_id`),\n  KEY `CATALOG_CATEGORY_ENTITY_TEXT_ENTITY_ID` (`row_id`),\n  KEY `CATALOG_CATEGORY_ENTITY_TEXT_ATTRIBUTE_ID` (`attribute_id`),\n  KEY `CATALOG_CATEGORY_ENTITY_TEXT_STORE_ID` (`store_id`),\n  CONSTRAINT `CATALOG_CATEGORY_ENTITY_TEXT_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE,\n  CONSTRAINT `CAT_CTGR_ENTT_TEXT_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,\n  CONSTRAINT `CAT_CTGR_ENTT_TEXT_ROW_ID_CAT_CTGR_ENTT_ROW_ID` FOREIGN KEY (`row_id`) REFERENCES `catalog_category_entity` (`row_id`) ON DELETE CASCADE\n) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Category Text Attribute Backend Table';\n\nCREATE TABLE `catalog_category_entity_varchar` (\n  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value ID',\n  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute ID',\n  `store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store ID',\n  `row_id` int(10) unsigned NOT NULL COMMENT 'Version Id',\n  `value` varchar(255) DEFAULT NULL COMMENT 'Value',\n  PRIMARY KEY (`value_id`),\n  UNIQUE KEY `CATALOG_CATEGORY_ENTITY_VARCHAR_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`row_id`,`attribute_id`,`store_id`),\n  KEY `CATALOG_CATEGORY_ENTITY_VARCHAR_ENTITY_ID` (`row_id`),\n  KEY `CATALOG_CATEGORY_ENTITY_VARCHAR_ATTRIBUTE_ID` (`attribute_id`),\n  KEY `CATALOG_CATEGORY_ENTITY_VARCHAR_STORE_ID` (`store_id`),\n  CONSTRAINT `CATALOG_CATEGORY_ENTITY_VARCHAR_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE,\n  CONSTRAINT `CAT_CTGR_ENTT_VCHR_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,\n  CONSTRAINT `CAT_CTGR_ENTT_VCHR_ROW_ID_CAT_CTGR_ENTT_ROW_ID` FOREIGN KEY (`row_id`) REFERENCES `catalog_category_entity` (`row_id`) ON DELETE CASCADE\n) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COMMENT='Catalog Category Varchar Attribute Backend Table';\n\nCREATE TABLE `catalog_product_entity_datetime` (\n  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value ID',\n  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute ID',\n  `store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store ID',\n  `row_id` int(10) unsigned NOT NULL COMMENT 'Version Id',\n  `value` datetime DEFAULT NULL COMMENT 'Value',\n  PRIMARY KEY (`value_id`),\n  UNIQUE KEY `CATALOG_PRODUCT_ENTITY_DATETIME_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`row_id`,`attribute_id`,`store_id`),\n  KEY `CATALOG_PRODUCT_ENTITY_DATETIME_ATTRIBUTE_ID` (`attribute_id`),\n  KEY `CATALOG_PRODUCT_ENTITY_DATETIME_STORE_ID` (`store_id`),\n  CONSTRAINT `CATALOG_PRODUCT_ENTITY_DATETIME_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE,\n  CONSTRAINT `CAT_PRD_ENTT_DTIME_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,\n  CONSTRAINT `CAT_PRD_ENTT_DTIME_ROW_ID_CAT_PRD_ENTT_ROW_ID` FOREIGN KEY (`row_id`) REFERENCES `catalog_product_entity` (`row_id`) ON DELETE CASCADE\n) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product Datetime Attribute Backend Table';\n\nCREATE TABLE `catalog_product_entity_decimal` (\n  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value ID',\n  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute ID',\n  `store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store ID',\n  `row_id` int(10) unsigned NOT NULL COMMENT 'Version Id',\n  `value` decimal(12,4) DEFAULT NULL COMMENT 'Value',\n  PRIMARY KEY (`value_id`),\n  UNIQUE KEY `CATALOG_PRODUCT_ENTITY_DECIMAL_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`row_id`,`attribute_id`,`store_id`),\n  KEY `CATALOG_PRODUCT_ENTITY_DECIMAL_STORE_ID` (`store_id`),\n  KEY `CATALOG_PRODUCT_ENTITY_DECIMAL_ATTRIBUTE_ID` (`attribute_id`),\n  CONSTRAINT `CATALOG_PRODUCT_ENTITY_DECIMAL_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE,\n  CONSTRAINT `CAT_PRD_ENTT_DEC_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,\n  CONSTRAINT `CAT_PRD_ENTT_DEC_ROW_ID_CAT_PRD_ENTT_ROW_ID` FOREIGN KEY (`row_id`) REFERENCES `catalog_product_entity` (`row_id`) ON DELETE CASCADE\n) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product Decimal Attribute Backend Table';\n\nCREATE TABLE `catalog_product_entity_gallery` (\n  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value ID',\n  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute ID',\n  `store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store ID',\n  `row_id` int(10) unsigned NOT NULL COMMENT 'Version Id',\n  `position` int(11) NOT NULL DEFAULT '0' COMMENT 'Position',\n  `value` varchar(255) DEFAULT NULL COMMENT 'Value',\n  PRIMARY KEY (`value_id`),\n  UNIQUE KEY `CATALOG_PRODUCT_ENTITY_GALLERY_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`row_id`,`attribute_id`,`store_id`),\n  KEY `CATALOG_PRODUCT_ENTITY_GALLERY_ENTITY_ID` (`row_id`),\n  KEY `CATALOG_PRODUCT_ENTITY_GALLERY_ATTRIBUTE_ID` (`attribute_id`),\n  KEY `CATALOG_PRODUCT_ENTITY_GALLERY_STORE_ID` (`store_id`),\n  CONSTRAINT `CATALOG_PRODUCT_ENTITY_GALLERY_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE,\n  CONSTRAINT `CAT_PRD_ENTT_GLR_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,\n  CONSTRAINT `CAT_PRD_ENTT_GLR_ROW_ID_CAT_PRD_ENTT_ROW_ID` FOREIGN KEY (`row_id`) REFERENCES `catalog_product_entity` (`row_id`) ON DELETE CASCADE\n) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product Gallery Attribute Backend Table';\n\nCREATE TABLE `catalog_product_entity_int` (\n  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value ID',\n  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute ID',\n  `store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store ID',\n  `row_id` int(10) unsigned NOT NULL COMMENT 'Version Id',\n  `value` int(11) DEFAULT NULL COMMENT 'Value',\n  PRIMARY KEY (`value_id`),\n  UNIQUE KEY `CATALOG_PRODUCT_ENTITY_INT_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`row_id`,`attribute_id`,`store_id`),\n  KEY `CATALOG_PRODUCT_ENTITY_INT_ATTRIBUTE_ID` (`attribute_id`),\n  KEY `CATALOG_PRODUCT_ENTITY_INT_STORE_ID` (`store_id`),\n  CONSTRAINT `CATALOG_PRODUCT_ENTITY_INT_ROW_ID_CATALOG_PRODUCT_ENTITY_ROW_ID` FOREIGN KEY (`row_id`) REFERENCES `catalog_product_entity` (`row_id`) ON DELETE CASCADE,\n  CONSTRAINT `CATALOG_PRODUCT_ENTITY_INT_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE,\n  CONSTRAINT `CAT_PRD_ENTT_INT_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE\n) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product Integer Attribute Backend Table';\n\nCREATE TABLE `catalog_product_entity_media_gallery` (\n  `value_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Value ID',\n  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute ID',\n  `value` varchar(255) DEFAULT NULL COMMENT 'Value',\n  `media_type` varchar(32) NOT NULL DEFAULT 'image' COMMENT 'Media entry type',\n  `disabled` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Visibility status',\n  PRIMARY KEY (`value_id`),\n  KEY `CATALOG_PRODUCT_ENTITY_MEDIA_GALLERY_ATTRIBUTE_ID` (`attribute_id`),\n  CONSTRAINT `CAT_PRD_ENTT_MDA_GLR_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE\n) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product Media Gallery Attribute Backend Table';\n\nCREATE TABLE `catalog_product_entity_text` (\n  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value ID',\n  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute ID',\n  `store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store ID',\n  `row_id` int(10) unsigned NOT NULL COMMENT 'Version Id',\n  `value` text COMMENT 'Value',\n  PRIMARY KEY (`value_id`),\n  UNIQUE KEY `CATALOG_PRODUCT_ENTITY_TEXT_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`row_id`,`attribute_id`,`store_id`),\n  KEY `CATALOG_PRODUCT_ENTITY_TEXT_ATTRIBUTE_ID` (`attribute_id`),\n  KEY `CATALOG_PRODUCT_ENTITY_TEXT_STORE_ID` (`store_id`),\n  CONSTRAINT `CATALOG_PRODUCT_ENTITY_TEXT_ROW_ID_CATALOG_PRODUCT_ENTITY_ROW_ID` FOREIGN KEY (`row_id`) REFERENCES `catalog_product_entity` (`row_id`) ON DELETE CASCADE,\n  CONSTRAINT `CATALOG_PRODUCT_ENTITY_TEXT_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE,\n  CONSTRAINT `CAT_PRD_ENTT_TEXT_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE\n) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product Text Attribute Backend Table';\n\nCREATE TABLE `catalog_product_entity_varchar` (\n  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value ID',\n  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute ID',\n  `store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store ID',\n  `row_id` int(10) unsigned NOT NULL COMMENT 'Version Id',\n  `value` varchar(255) DEFAULT NULL COMMENT 'Value',\n  PRIMARY KEY (`value_id`),\n  UNIQUE KEY `CATALOG_PRODUCT_ENTITY_VARCHAR_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`row_id`,`attribute_id`,`store_id`),\n  KEY `CATALOG_PRODUCT_ENTITY_VARCHAR_ATTRIBUTE_ID` (`attribute_id`),\n  KEY `CATALOG_PRODUCT_ENTITY_VARCHAR_STORE_ID` (`store_id`),\n  CONSTRAINT `CATALOG_PRODUCT_ENTITY_VARCHAR_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE,\n  CONSTRAINT `CAT_PRD_ENTT_VCHR_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,\n  CONSTRAINT `CAT_PRD_ENTT_VCHR_ROW_ID_CAT_PRD_ENTT_ROW_ID` FOREIGN KEY (`row_id`) REFERENCES `catalog_product_entity` (`row_id`) ON DELETE CASCADE\n) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product Varchar Attribute Backend Table';\n\nCREATE TABLE `customer_address_entity_datetime` (\n  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value Id',\n  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Id',\n  `entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Id',\n  `value` datetime DEFAULT NULL COMMENT 'Value',\n  PRIMARY KEY (`value_id`),\n  UNIQUE KEY `CUSTOMER_ADDRESS_ENTITY_DATETIME_ENTITY_ID_ATTRIBUTE_ID` (`entity_id`,`attribute_id`),\n  KEY `CUSTOMER_ADDRESS_ENTITY_DATETIME_ATTRIBUTE_ID` (`attribute_id`),\n  KEY `CUSTOMER_ADDRESS_ENTITY_DATETIME_ENTITY_ID_ATTRIBUTE_ID_VALUE` (`entity_id`,`attribute_id`,`value`),\n  CONSTRAINT `CSTR_ADDR_ENTT_DTIME_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,\n  CONSTRAINT `CSTR_ADDR_ENTT_DTIME_ENTT_ID_CSTR_ADDR_ENTT_ENTT_ID` FOREIGN KEY (`entity_id`) REFERENCES `customer_address_entity` (`entity_id`) ON DELETE CASCADE\n) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customer Address Entity Datetime';\n\nCREATE TABLE `customer_address_entity_decimal` (\n  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value Id',\n  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Id',\n  `entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Id',\n  `value` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Value',\n  PRIMARY KEY (`value_id`),\n  UNIQUE KEY `CUSTOMER_ADDRESS_ENTITY_DECIMAL_ENTITY_ID_ATTRIBUTE_ID` (`entity_id`,`attribute_id`),\n  KEY `CUSTOMER_ADDRESS_ENTITY_DECIMAL_ATTRIBUTE_ID` (`attribute_id`),\n  KEY `CUSTOMER_ADDRESS_ENTITY_DECIMAL_ENTITY_ID_ATTRIBUTE_ID_VALUE` (`entity_id`,`attribute_id`,`value`),\n  CONSTRAINT `CSTR_ADDR_ENTT_DEC_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,\n  CONSTRAINT `CSTR_ADDR_ENTT_DEC_ENTT_ID_CSTR_ADDR_ENTT_ENTT_ID` FOREIGN KEY (`entity_id`) REFERENCES `customer_address_entity` (`entity_id`) ON DELETE CASCADE\n) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customer Address Entity Decimal';\n\nCREATE TABLE `customer_address_entity_int` (\n  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value Id',\n  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Id',\n  `entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Id',\n  `value` int(11) NOT NULL DEFAULT '0' COMMENT 'Value',\n  PRIMARY KEY (`value_id`),\n  UNIQUE KEY `CUSTOMER_ADDRESS_ENTITY_INT_ENTITY_ID_ATTRIBUTE_ID` (`entity_id`,`attribute_id`),\n  KEY `CUSTOMER_ADDRESS_ENTITY_INT_ATTRIBUTE_ID` (`attribute_id`),\n  KEY `CUSTOMER_ADDRESS_ENTITY_INT_ENTITY_ID_ATTRIBUTE_ID_VALUE` (`entity_id`,`attribute_id`,`value`),\n  CONSTRAINT `CSTR_ADDR_ENTT_INT_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,\n  CONSTRAINT `CSTR_ADDR_ENTT_INT_ENTT_ID_CSTR_ADDR_ENTT_ENTT_ID` FOREIGN KEY (`entity_id`) REFERENCES `customer_address_entity` (`entity_id`) ON DELETE CASCADE\n) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customer Address Entity Int';\n\nCREATE TABLE `customer_address_entity_text` (\n  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value Id',\n  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Id',\n  `entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Id',\n  `value` text NOT NULL COMMENT 'Value',\n  PRIMARY KEY (`value_id`),\n  UNIQUE KEY `CUSTOMER_ADDRESS_ENTITY_TEXT_ENTITY_ID_ATTRIBUTE_ID` (`entity_id`,`attribute_id`),\n  KEY `CUSTOMER_ADDRESS_ENTITY_TEXT_ATTRIBUTE_ID` (`attribute_id`),\n  CONSTRAINT `CSTR_ADDR_ENTT_TEXT_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,\n  CONSTRAINT `CSTR_ADDR_ENTT_TEXT_ENTT_ID_CSTR_ADDR_ENTT_ENTT_ID` FOREIGN KEY (`entity_id`) REFERENCES `customer_address_entity` (`entity_id`) ON DELETE CASCADE\n) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customer Address Entity Text';\n\nCREATE TABLE `customer_address_entity_varchar` (\n  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value Id',\n  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Id',\n  `entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Id',\n  `value` varchar(255) DEFAULT NULL COMMENT 'Value',\n  PRIMARY KEY (`value_id`),\n  UNIQUE KEY `CUSTOMER_ADDRESS_ENTITY_VARCHAR_ENTITY_ID_ATTRIBUTE_ID` (`entity_id`,`attribute_id`),\n  KEY `CUSTOMER_ADDRESS_ENTITY_VARCHAR_ATTRIBUTE_ID` (`attribute_id`),\n  KEY `CUSTOMER_ADDRESS_ENTITY_VARCHAR_ENTITY_ID_ATTRIBUTE_ID_VALUE` (`entity_id`,`attribute_id`,`value`),\n  CONSTRAINT `CSTR_ADDR_ENTT_VCHR_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,\n  CONSTRAINT `CSTR_ADDR_ENTT_VCHR_ENTT_ID_CSTR_ADDR_ENTT_ENTT_ID` FOREIGN KEY (`entity_id`) REFERENCES `customer_address_entity` (`entity_id`) ON DELETE CASCADE\n) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customer Address Entity Varchar';\n\nCREATE TABLE `customer_entity_datetime` (\n  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value Id',\n  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Id',\n  `entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Id',\n  `value` datetime DEFAULT NULL COMMENT 'Value',\n  PRIMARY KEY (`value_id`),\n  UNIQUE KEY `CUSTOMER_ENTITY_DATETIME_ENTITY_ID_ATTRIBUTE_ID` (`entity_id`,`attribute_id`),\n  KEY `CUSTOMER_ENTITY_DATETIME_ATTRIBUTE_ID` (`attribute_id`),\n  KEY `CUSTOMER_ENTITY_DATETIME_ENTITY_ID_ATTRIBUTE_ID_VALUE` (`entity_id`,`attribute_id`,`value`),\n  CONSTRAINT `CUSTOMER_ENTITY_DATETIME_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,\n  CONSTRAINT `CUSTOMER_ENTITY_DATETIME_ENTITY_ID_CUSTOMER_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE\n) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customer Entity Datetime';\n\nCREATE TABLE `customer_entity_decimal` (\n  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value Id',\n  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Id',\n  `entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Id',\n  `value` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Value',\n  PRIMARY KEY (`value_id`),\n  UNIQUE KEY `CUSTOMER_ENTITY_DECIMAL_ENTITY_ID_ATTRIBUTE_ID` (`entity_id`,`attribute_id`),\n  KEY `CUSTOMER_ENTITY_DECIMAL_ATTRIBUTE_ID` (`attribute_id`),\n  KEY `CUSTOMER_ENTITY_DECIMAL_ENTITY_ID_ATTRIBUTE_ID_VALUE` (`entity_id`,`attribute_id`,`value`),\n  CONSTRAINT `CUSTOMER_ENTITY_DECIMAL_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,\n  CONSTRAINT `CUSTOMER_ENTITY_DECIMAL_ENTITY_ID_CUSTOMER_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE\n) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customer Entity Decimal';\n\nCREATE TABLE `customer_entity_int` (\n  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value Id',\n  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Id',\n  `entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Id',\n  `value` int(11) NOT NULL DEFAULT '0' COMMENT 'Value',\n  PRIMARY KEY (`value_id`),\n  UNIQUE KEY `CUSTOMER_ENTITY_INT_ENTITY_ID_ATTRIBUTE_ID` (`entity_id`,`attribute_id`),\n  KEY `CUSTOMER_ENTITY_INT_ATTRIBUTE_ID` (`attribute_id`),\n  KEY `CUSTOMER_ENTITY_INT_ENTITY_ID_ATTRIBUTE_ID_VALUE` (`entity_id`,`attribute_id`,`value`),\n  CONSTRAINT `CUSTOMER_ENTITY_INT_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,\n  CONSTRAINT `CUSTOMER_ENTITY_INT_ENTITY_ID_CUSTOMER_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE\n) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customer Entity Int';\n\nCREATE TABLE `customer_entity_text` (\n  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value Id',\n  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Id',\n  `entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Id',\n  `value` text NOT NULL COMMENT 'Value',\n  PRIMARY KEY (`value_id`),\n  UNIQUE KEY `CUSTOMER_ENTITY_TEXT_ENTITY_ID_ATTRIBUTE_ID` (`entity_id`,`attribute_id`),\n  KEY `CUSTOMER_ENTITY_TEXT_ATTRIBUTE_ID` (`attribute_id`),\n  CONSTRAINT `CUSTOMER_ENTITY_TEXT_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,\n  CONSTRAINT `CUSTOMER_ENTITY_TEXT_ENTITY_ID_CUSTOMER_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE\n) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customer Entity Text';\n\nCREATE TABLE `customer_entity_varchar` (\n  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value Id',\n  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Id',\n  `entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Id',\n  `value` varchar(255) DEFAULT NULL COMMENT 'Value',\n  PRIMARY KEY (`value_id`),\n  UNIQUE KEY `CUSTOMER_ENTITY_VARCHAR_ENTITY_ID_ATTRIBUTE_ID` (`entity_id`,`attribute_id`),\n  KEY `CUSTOMER_ENTITY_VARCHAR_ATTRIBUTE_ID` (`attribute_id`),\n  KEY `CUSTOMER_ENTITY_VARCHAR_ENTITY_ID_ATTRIBUTE_ID_VALUE` (`entity_id`,`attribute_id`,`value`),\n  CONSTRAINT `CUSTOMER_ENTITY_VARCHAR_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,\n  CONSTRAINT `CUSTOMER_ENTITY_VARCHAR_ENTITY_ID_CUSTOMER_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE\n) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customer Entity Varchar';\n\nCREATE TABLE `customer_form_attribute` (\n  `form_code` varchar(32) NOT NULL COMMENT 'Form Code',\n  `attribute_id` smallint(5) unsigned NOT NULL COMMENT 'Attribute Id',\n  PRIMARY KEY (`form_code`,`attribute_id`),\n  KEY `CUSTOMER_FORM_ATTRIBUTE_ATTRIBUTE_ID` (`attribute_id`),\n  CONSTRAINT `CUSTOMER_FORM_ATTRIBUTE_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE\n) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customer Form Attribute';\n\nCREATE TABLE `salesrule_product_attribute` (\n  `row_id` int(10) unsigned NOT NULL COMMENT 'Version Id',\n  `website_id` smallint(5) unsigned NOT NULL COMMENT 'Website Id',\n  `customer_group_id` smallint(5) unsigned NOT NULL COMMENT 'Customer Group Id',\n  `attribute_id` smallint(5) unsigned NOT NULL COMMENT 'Attribute Id',\n  PRIMARY KEY (`row_id`,`website_id`,`customer_group_id`,`attribute_id`),\n  KEY `SALESRULE_PRODUCT_ATTRIBUTE_WEBSITE_ID` (`website_id`),\n  KEY `SALESRULE_PRODUCT_ATTRIBUTE_CUSTOMER_GROUP_ID` (`customer_group_id`),\n  KEY `SALESRULE_PRODUCT_ATTRIBUTE_ATTRIBUTE_ID` (`attribute_id`),\n  CONSTRAINT `SALESRULE_PRD_ATTR_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,\n  CONSTRAINT `SALESRULE_PRD_ATTR_CSTR_GROUP_ID_CSTR_GROUP_CSTR_GROUP_ID` FOREIGN KEY (`customer_group_id`) REFERENCES `customer_group` (`customer_group_id`) ON DELETE CASCADE,\n  CONSTRAINT `SALESRULE_PRODUCT_ATTRIBUTE_ROW_ID_SALESRULE_ROW_ID` FOREIGN KEY (`row_id`) REFERENCES `salesrule` (`row_id`) ON DELETE CASCADE,\n  CONSTRAINT `SALESRULE_PRODUCT_ATTRIBUTE_WEBSITE_ID_STORE_WEBSITE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `store_website` (`website_id`) ON DELETE CASCADE\n) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Salesrule Product Attribute';\n\nCREATE TABLE `weee_tax` (\n  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value Id',\n  `website_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Website Id',\n  `entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Id',\n  `country` varchar(2) DEFAULT NULL COMMENT 'Country',\n  `value` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Value',\n  `state` int(11) NOT NULL DEFAULT '0' COMMENT 'State',\n  `attribute_id` smallint(5) unsigned NOT NULL COMMENT 'Attribute Id',\n  PRIMARY KEY (`value_id`),\n  KEY `WEEE_TAX_WEBSITE_ID` (`website_id`),\n  KEY `WEEE_TAX_ENTITY_ID` (`entity_id`),\n  KEY `WEEE_TAX_COUNTRY` (`country`),\n  KEY `WEEE_TAX_ATTRIBUTE_ID` (`attribute_id`),\n  CONSTRAINT `WEEE_TAX_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,\n  CONSTRAINT `WEEE_TAX_COUNTRY_DIRECTORY_COUNTRY_COUNTRY_ID` FOREIGN KEY (`country`) REFERENCES `directory_country` (`country_id`) ON DELETE CASCADE,\n  CONSTRAINT `WEEE_TAX_ENTITY_ID_SEQUENCE_PRODUCT_SEQUENCE_VALUE` FOREIGN KEY (`entity_id`) REFERENCES `sequence_product` (`sequence_value`) ON DELETE CASCADE,\n  CONSTRAINT `WEEE_TAX_WEBSITE_ID_STORE_WEBSITE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `store_website` (`website_id`) ON DELETE CASCADE\n) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Weee Tax';\n\n/*!40101 SET SQL_MODE=IFNULL(@OLD_SQL_MODE, '') */;\n/*!40014 SET FOREIGN_KEY_CHECKS=IF(@OLD_FOREIGN_KEY_CHECKS IS NULL, 1, @OLD_FOREIGN_KEY_CHECKS) */;\n/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;\n"
  },
  {
    "path": "tests/integration/resource/post_processing/source.sql",
    "content": ""
  },
  {
    "path": "tests/integration/resource/sales_increment/dest.sql",
    "content": "/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n\n/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;\n/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;\n/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;\n/*!40101 SET NAMES utf8 */;\n/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;\n/*!40103 SET TIME_ZONE='+00:00' */;\n/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;\n/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;\n/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;\n/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;\n\nDROP TABLE IF EXISTS `sales_sequence_meta`;\nCREATE TABLE `sales_sequence_meta` (\n\t`meta_id` INT(10) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Id',\n\t`entity_type` VARCHAR(32) NOT NULL COMMENT 'Prefix',\n\t`store_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Store Id',\n\t`sequence_table` VARCHAR(32) NOT NULL COMMENT 'table for sequence',\n\tPRIMARY KEY (`meta_id`),\n\tUNIQUE INDEX `SALES_SEQUENCE_META_ENTITY_TYPE_STORE_ID` (`entity_type`, `store_id`)\n)\nCOMMENT='sales_sequence_meta'\nCOLLATE='utf8_general_ci'\nENGINE=InnoDB\n;\nDROP TABLE IF EXISTS `sales_sequence_profile`;\nCREATE TABLE `sales_sequence_profile` (\n\t`profile_id` INT(10) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Id',\n\t`meta_id` INT(10) UNSIGNED NOT NULL COMMENT 'Meta_id',\n\t`prefix` VARCHAR(32) NULL DEFAULT NULL COMMENT 'Prefix',\n\t`suffix` VARCHAR(32) NULL DEFAULT NULL COMMENT 'Suffix',\n\t`start_value` INT(10) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Start value for sequence',\n\t`step` INT(10) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Step for sequence',\n\t`max_value` INT(10) UNSIGNED NOT NULL COMMENT 'MaxValue for sequence',\n\t`warning_value` INT(10) UNSIGNED NOT NULL COMMENT 'WarningValue for sequence',\n\t`is_active` TINYINT(1) NOT NULL DEFAULT '0' COMMENT 'isActive flag',\n\tPRIMARY KEY (`profile_id`),\n\tUNIQUE INDEX `SALES_SEQUENCE_PROFILE_META_ID_PREFIX_SUFFIX` (`meta_id`, `prefix`, `suffix`),\n\tCONSTRAINT `SALES_SEQUENCE_PROFILE_META_ID_SALES_SEQUENCE_META_META_ID` FOREIGN KEY (`meta_id`) REFERENCES `sales_sequence_meta` (`meta_id`) ON DELETE CASCADE\n)\nCOMMENT='sales_sequence_profile'\nCOLLATE='utf8_general_ci'\nENGINE=InnoDB\n;\n\nDROP TABLE IF EXISTS `eav_entity_type`;\nCREATE TABLE `eav_entity_type` (\n\t`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Entity Type Id',\n\t`entity_type_code` VARCHAR(50) NOT NULL COMMENT 'Entity Type Code',\n\t`entity_model` VARCHAR(255) NOT NULL COMMENT 'Entity Model',\n\t`attribute_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Attribute Model',\n\t`entity_table` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Entity Table',\n\t`value_table_prefix` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Value Table Prefix',\n\t`entity_id_field` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Entity Id Field',\n\t`is_data_sharing` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Defines Is Data Sharing',\n\t`data_sharing_key` VARCHAR(100) NULL DEFAULT 'default' COMMENT 'Data Sharing Key',\n\t`default_attribute_set_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Default Attribute Set Id',\n\t`increment_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Increment Model',\n\t`increment_per_store` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Increment Per Store',\n\t`increment_pad_length` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '8' COMMENT 'Increment Pad Length',\n\t`increment_pad_char` VARCHAR(1) NOT NULL DEFAULT '0' COMMENT 'Increment Pad Char',\n\t`additional_attribute_table` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Additional Attribute Table',\n\t`entity_attribute_collection` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Entity Attribute Collection',\n\tPRIMARY KEY (`entity_type_id`),\n\tINDEX `IDX_EAV_ENTITY_TYPE_ENTITY_TYPE_CODE` (`entity_type_code`)\n)\nCOMMENT='Eav Entity Type'\nCOLLATE='utf8_general_ci'\nENGINE=InnoDB\n;\nINSERT INTO `eav_entity_type` VALUES\n(11, 'order', 'Magento\\\\Sales\\\\Model\\\\ResourceModel\\\\Order', NULL, 'sales_order', '', '', 1, 'default', 11, 'Magento\\\\Eav\\\\Model\\\\Entity\\\\Increment\\\\NumericValue', 1, 8, '0', NULL, NULL),\n(16, 'invoice', 'Magento\\\\Sales\\\\Model\\\\ResourceModel\\\\Order\\\\Invoice', NULL, 'sales_order_entity', '', '', 1, 'default', 16, 'Magento\\\\Eav\\\\Model\\\\Entity\\\\Increment\\\\NumericValue', 1, 8, '0', NULL, NULL),\n(19, 'shipment', 'Magento\\\\Sales\\\\Model\\\\ResourceModel\\\\Order\\\\Shipment', NULL, 'sales_order_entity', '', '', 1, 'default', 19, 'Magento\\\\Eav\\\\Model\\\\Entity\\\\Increment\\\\NumericValue', 1, 8, '0', NULL, NULL),\n(23, 'creditmemo', 'Magento\\\\Sales\\\\Model\\\\ResourceModel\\\\Order\\\\Creditmemo', NULL, 'sales_order_entity', '', '', 1, 'default', 23, 'Magento\\\\Eav\\\\Model\\\\Entity\\\\Increment\\\\NumericValue', 1, 8, '0', NULL, NULL),\n(26, 'rma_item', 'Magento\\\\Rma\\\\Model\\\\ResourceModel\\\\Item', 'Magento\\\\Rma\\\\Model\\\\Item\\\\Attribute', 'magento_rma_item_entity', NULL, NULL, 1, 'default', 27, 'Magento\\\\Eav\\\\Model\\\\Entity\\\\Increment\\\\NumericValue', 1, 8, '0', 'magento_rma_item_eav_attribute', NULL);\n\n\n\n/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;\n\n/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;\n/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;\n/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;\n/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;\n/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;\n/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;\n/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;\n\n-- Dump completed on 2015-01-29 19:44:27\n"
  },
  {
    "path": "tests/integration/resource/sales_increment/source.sql",
    "content": "/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n\n/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;\n/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;\n/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;\n/*!40101 SET NAMES utf8 */;\n/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;\n/*!40103 SET TIME_ZONE='+00:00' */;\n/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;\n/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;\n/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;\n/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;\n\nDROP TABLE IF EXISTS `core_store`;\nCREATE TABLE `core_store` (\n\t`store_id` SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Store Id',\n\t`code` VARCHAR(32) NULL DEFAULT NULL COMMENT 'Code',\n\t`website_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Website Id',\n\t`group_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Group Id',\n\t`name` VARCHAR(255) NOT NULL COMMENT 'Store Name',\n\t`sort_order` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Sort Order',\n\t`is_active` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Activity',\n\tPRIMARY KEY (`store_id`),\n\tUNIQUE INDEX `UNQ_CORE_STORE_CODE` (`code`),\n\tINDEX `IDX_CORE_STORE_WEBSITE_ID` (`website_id`),\n\tINDEX `IDX_CORE_STORE_IS_ACTIVE_SORT_ORDER` (`is_active`, `sort_order`),\n\tINDEX `IDX_CORE_STORE_GROUP_ID` (`group_id`),\n\tCONSTRAINT `FK_CORE_STORE_GROUP_ID_CORE_STORE_GROUP_GROUP_ID` FOREIGN KEY (`group_id`) REFERENCES `core_store_group` (`group_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n\tCONSTRAINT `FK_CORE_STORE_WEBSITE_ID_CORE_WEBSITE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `core_website` (`website_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\nCOMMENT='Stores'\nCOLLATE='utf8_general_ci'\nENGINE=InnoDB\n;\nINSERT INTO `core_store` VALUES\n(0, 'admin', 0, 0, 'Admin', 0, 1),\n(1, 'default', 1, 1, 'Default Store View', 0, 1);\n\nDROP TABLE IF EXISTS `core_store_group`;\nCREATE TABLE `core_store_group` (\n\t`group_id` SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Group Id',\n\t`website_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Website Id',\n\t`name` VARCHAR(255) NOT NULL COMMENT 'Store Group Name',\n\t`root_category_id` INT(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Root Category Id',\n\t`default_store_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Default Store Id',\n\tPRIMARY KEY (`group_id`),\n\tINDEX `IDX_CORE_STORE_GROUP_WEBSITE_ID` (`website_id`),\n\tINDEX `IDX_CORE_STORE_GROUP_DEFAULT_STORE_ID` (`default_store_id`),\n\tCONSTRAINT `FK_CORE_STORE_GROUP_WEBSITE_ID_CORE_WEBSITE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `core_website` (`website_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\nCOMMENT='Store Groups'\nCOLLATE='utf8_general_ci'\nENGINE=InnoDB\n;\nINSERT INTO `core_store_group` VALUES\n(0, 0, 'Default', 0, 0),\n(1, 1, 'Main Website Store', 2, 1);\n\nDROP TABLE IF EXISTS `eav_entity_store`;\nCREATE TABLE `eav_entity_store` (\n\t`entity_store_id` INT(10) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Entity Store Id',\n\t`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',\n\t`store_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Id',\n\t`increment_prefix` VARCHAR(20) NULL DEFAULT NULL COMMENT 'Increment Prefix',\n\t`increment_last_id` VARCHAR(50) NULL DEFAULT NULL COMMENT 'Last Incremented Id',\n\tPRIMARY KEY (`entity_store_id`),\n\tINDEX `IDX_EAV_ENTITY_STORE_ENTITY_TYPE_ID` (`entity_type_id`),\n\tINDEX `IDX_EAV_ENTITY_STORE_STORE_ID` (`store_id`),\n\tCONSTRAINT `FK_EAV_ENTITY_STORE_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n\tCONSTRAINT `FK_EAV_ENTT_STORE_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\nCOMMENT='Eav Entity Store'\nCOLLATE='utf8_general_ci'\nENGINE=InnoDB\n;\nINSERT INTO `eav_entity_store` VALUES\n(1, 1, 0, '0', '000000001'),\n(2, 11, 1, '1', '100000003'),\n(3, 16, 1, '1', '100000001'),\n(4, 19, 1, '1', '100000001');\n\n\n\n/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;\n/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;\n/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;\n/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;\n/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;\n/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;\n/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;"
  },
  {
    "path": "tests/integration/resource/sales_order/dest.sql",
    "content": "/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n\n/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;\n/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;\n/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;\n/*!40101 SET NAMES utf8 */;\n/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;\n/*!40103 SET TIME_ZONE='+00:00' */;\n/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;\n/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;\n/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;\n/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;\n\n--\n-- Table structure for table `sales_order`\n--\n\nDROP TABLE IF EXISTS `sales_order`;\n/*!40101 SET @saved_cs_client     = @@character_set_client */;\n/*!40101 SET character_set_client = utf8 */;\nCREATE TABLE `sales_order` (\n  `entity_id` int(11) DEFAULT NULL,\n  `store_id` int(11) DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8;\n/*!40101 SET character_set_client = @saved_cs_client */;\n\n--\n-- Dumping data for table `sales_order`\n--\n\nLOCK TABLES `sales_order` WRITE;\nUNLOCK TABLES;\n\n--\n-- Table structure for table `eav_entity_int`\n--\n\nDROP TABLE IF EXISTS `eav_entity_int`;\nCREATE TABLE `eav_entity_int` (\n\t`value_id` INT(11) NOT NULL AUTO_INCREMENT,\n\t`entity_type_id` SMALLINT(5) NULL DEFAULT NULL,\n\t`attribute_id` SMALLINT(5) NULL DEFAULT NULL,\n\t`store_id` SMALLINT(5) NULL DEFAULT NULL,\n\t`entity_id` INT(10) NULL DEFAULT NULL,\n\t`value` INT(11) NULL DEFAULT NULL,\n\tPRIMARY KEY (`value_id`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8;\n\nLOCK TABLES `eav_entity_int` WRITE;\nUNLOCK TABLES;\n\n--\n-- Table structure for table `eav_attribute`\n--\n\nDROP TABLE IF EXISTS `eav_attribute`;\n/*!40101 SET @saved_cs_client     = @@character_set_client */;\n/*!40101 SET character_set_client = utf8 */;\nCREATE TABLE `eav_attribute` (\n  `attribute_code` VARCHAR(32) DEFAULT NULL,\n\t`attribute_id` SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0',\n  PRIMARY KEY (`attribute_id`),\n\tUNIQUE INDEX `UNQ_EAV_ATTRIBUTE_ENTITY_TYPE_ID_ATTRIBUTE_CODE` (`entity_type_id`, `attribute_code`),\n\tCONSTRAINT `FK_EAV_ATTRIBUTE_ENTITY_TYPE_ID_EAV_ENTITY_TYPE_ENTITY_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE\n) ENGINE=InnoDB DEFAULT CHARSET=utf8;\n/*!40101 SET character_set_client = @saved_cs_client */;\n\n--\n-- Dumping data for table `eav_attribute`\n--\n\nLOCK TABLES `eav_attribute` WRITE;\nINSERT INTO `eav_attribute` VALUES ('reward_points_balance_refunded',1,1),('reward_salesrule_points',2,1);\nUNLOCK TABLES;\n\n/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;\n\n/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;\n/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;\n/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;\n/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;\n/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;\n/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;\n/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;\n\n-- Dump completed on 2015-01-29 19:44:27\n"
  },
  {
    "path": "tests/integration/resource/sales_order/source.sql",
    "content": "/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n\n/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;\n/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;\n/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;\n/*!40101 SET NAMES utf8 */;\n/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;\n/*!40103 SET TIME_ZONE='+00:00' */;\n/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;\n/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;\n/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;\n/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;\n\n--\n-- Table structure for table `sales_flat_order`\n--\n\nDROP TABLE IF EXISTS `sales_flat_order`;\n/*!40101 SET @saved_cs_client     = @@character_set_client */;\n/*!40101 SET character_set_client = utf8 */;\nCREATE TABLE `sales_flat_order` (\n  `entity_id` int(11) DEFAULT NULL,\n  `store_id` int(11) DEFAULT NULL,\n  `reward_points_balance_refunded` int(11) DEFAULT NULL,\n  `reward_salesrule_points` int(11) DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8;\n/*!40101 SET character_set_client = @saved_cs_client */;\n\n--\n-- Dumping data for table `sales_flat_order`\n--\n\nLOCK TABLES `sales_flat_order` WRITE;\nINSERT INTO `sales_flat_order` VALUES (1,1,1,2),(2,1,1,NULL),(3,1,NULL,2);\nUNLOCK TABLES;\n\n--\n-- Table structure for table `catalog_product_entity_varchar`\n--\n\nDROP TABLE IF EXISTS `catalog_product_entity_varchar`;\n/*!40101 SET @saved_cs_client     = @@character_set_client */;\n/*!40101 SET character_set_client = utf8 */;\nCREATE TABLE `catalog_product_entity_varchar` (\n  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value ID',\n  `entity_type_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Type ID',\n  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute ID',\n  `store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store ID',\n  `entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity ID',\n  `value` varchar(255) DEFAULT NULL COMMENT 'Value',\n  PRIMARY KEY (`value_id`),\n  UNIQUE KEY `UNQ_CAT_PRD_ENTT_VCHR_ENTT_ID_ATTR_ID_STORE_ID` (`entity_id`,`attribute_id`,`store_id`),\n  KEY `IDX_CATALOG_PRODUCT_ENTITY_VARCHAR_ATTRIBUTE_ID` (`attribute_id`),\n  KEY `IDX_CATALOG_PRODUCT_ENTITY_VARCHAR_STORE_ID` (`store_id`),\n  KEY `IDX_CATALOG_PRODUCT_ENTITY_VARCHAR_ENTITY_ID` (`entity_id`),\n  CONSTRAINT `FK_CATALOG_PRODUCT_ENTITY_VARCHAR_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE,\n  CONSTRAINT `FK_CAT_PRD_ENTT_VCHR_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE,\n  CONSTRAINT `FK_CAT_PRD_ENTT_VCHR_ENTT_ID_CAT_PRD_ENTT_ENTT_ID` FOREIGN KEY (`entity_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE\n) ENGINE=InnoDB AUTO_INCREMENT=97 DEFAULT CHARSET=utf8 COMMENT='Catalog Product Varchar Attribute Backend Table';\n/*!40101 SET character_set_client = @saved_cs_client */;\n\n--\n-- Dumping data for table `catalog_product_entity_varchar`\n--\n\nLOCK TABLES `catalog_product_entity_varchar` WRITE;\n/*!40000 ALTER TABLE `catalog_product_entity_varchar` DISABLE KEYS */;\n/*!40000 ALTER TABLE `catalog_product_entity_varchar` ENABLE KEYS */;\nUNLOCK TABLES;\n\n--\n-- Table structure for table `catalog_category_entity_varchar`\n--\n\nDROP TABLE IF EXISTS `catalog_category_entity_varchar`;\n/*!40101 SET @saved_cs_client     = @@character_set_client */;\n/*!40101 SET character_set_client = utf8 */;\nCREATE TABLE `catalog_category_entity_varchar` (\n  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value ID',\n  `entity_type_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Type ID',\n  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute ID',\n  `store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store ID',\n  `entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity ID',\n  `value` varchar(255) DEFAULT NULL COMMENT 'Value',\n  PRIMARY KEY (`value_id`),\n  UNIQUE KEY `UNQ_CAT_CTGR_ENTT_VCHR_ENTT_TYPE_ID_ENTT_ID_ATTR_ID_STORE_ID` (`entity_type_id`,`entity_id`,`attribute_id`,`store_id`),\n  KEY `IDX_CATALOG_CATEGORY_ENTITY_VARCHAR_ENTITY_ID` (`entity_id`),\n  KEY `IDX_CATALOG_CATEGORY_ENTITY_VARCHAR_ATTRIBUTE_ID` (`attribute_id`),\n  KEY `IDX_CATALOG_CATEGORY_ENTITY_VARCHAR_STORE_ID` (`store_id`),\n  CONSTRAINT `FK_CATALOG_CATEGORY_ENTITY_VARCHAR_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE,\n  CONSTRAINT `FK_CAT_CTGR_ENTT_VCHR_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE,\n  CONSTRAINT `FK_CAT_CTGR_ENTT_VCHR_ENTT_ID_CAT_CTGR_ENTT_ENTT_ID` FOREIGN KEY (`entity_id`) REFERENCES `catalog_category_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE\n) ENGINE=InnoDB AUTO_INCREMENT=36 DEFAULT CHARSET=utf8 COMMENT='Catalog Category Varchar Attribute Backend Table';\n/*!40101 SET character_set_client = @saved_cs_client */;\n\n--\n-- Dumping data for table `catalog_category_entity_varchar`\n--\n\nLOCK TABLES `catalog_category_entity_varchar` WRITE;\n/*!40000 ALTER TABLE `catalog_category_entity_varchar` DISABLE KEYS */;\nINSERT INTO `catalog_category_entity_varchar` VALUES\n(1,3,41,0,1,'Root Catalog'),\n(2,3,41,1,1,'Root Catalog'),\n(3,3,41,0,2,'Default Category');\n/*!40000 ALTER TABLE `catalog_category_entity_varchar` ENABLE KEYS */;\nUNLOCK TABLES;\n\n/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;\n\n--\n-- Table structure for table `sales_flat_order`\n--\n\nDROP TABLE IF EXISTS `sales_flat_order`;\n/*!40101 SET @saved_cs_client     = @@character_set_client */;\n/*!40101 SET character_set_client = utf8 */;\nCREATE TABLE `sales_flat_order` (\n  `entity_id` int(11) DEFAULT NULL,\n  `store_id` int(11) DEFAULT NULL,\n  `reward_points_balance_refunded` int(11) DEFAULT NULL,\n  `reward_salesrule_points` int(11) DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8;\n/*!40101 SET character_set_client = @saved_cs_client */;\n\n--\n-- Dumping data for table `sales_flat_order`\n--\n\nLOCK TABLES `sales_flat_order` WRITE;\nINSERT INTO `sales_flat_order` VALUES (1,1,1,2),(2,1,1,NULL),(3,1,NULL,2);\nUNLOCK TABLES;\n\n/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;\n/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;\n/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;\n/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;\n/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;\n/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;\n/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;\n\n-- Dump completed on 2015-01-29 19:44:38\n"
  },
  {
    "path": "tests/integration/resource/stores/dest.sql",
    "content": "/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n\nCREATE TABLE `store` (\n\t`store_id` SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Store Id',\n\t`code` VARCHAR(32) NULL DEFAULT NULL COMMENT 'Code',\n\t`website_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Website Id',\n\t`group_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Group Id',\n\t`name` VARCHAR(255) NOT NULL COMMENT 'Store Name',\n\t`sort_order` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Sort Order',\n\t`is_active` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Activity',\n\tPRIMARY KEY (`store_id`)\n);\n/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;\nINSERT INTO `store` (`store_id`, `code`, `website_id`, `group_id`, `name`, `sort_order`, `is_active`) VALUES (0, 'admin', 0, 0, 'Admin', 0, 1);\n/*!40101 SET SQL_MODE=IFNULL(@OLD_INSERT_SQL_MODE,'') */;\n\nCREATE TABLE `store_group` (\n\t`group_id` SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Group Id',\n\t`website_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Website Id',\n\t`name` VARCHAR(255) NOT NULL COMMENT 'Store Group Name',\n\t`root_category_id` INT(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Root Category Id',\n\t`default_store_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Default Store Id',\n\tPRIMARY KEY (`group_id`)\n);\n/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;\nINSERT INTO `store_group` (`group_id`, `website_id`, `name`, `root_category_id`, `default_store_id`) VALUES (0, 0, 'Default', 0, 0);\n/*!40101 SET SQL_MODE=IFNULL(@OLD_INSERT_SQL_MODE,'') */;\nCREATE TABLE `store_website` (\n\t`website_id` SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Website Id',\n\t`code` VARCHAR(32) NULL DEFAULT NULL COMMENT 'Code',\n\t`name` VARCHAR(64) NULL DEFAULT NULL COMMENT 'Website Name',\n\t`sort_order` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Sort Order',\n\t`default_group_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Default Group Id',\n\t`is_default` SMALLINT(5) UNSIGNED NULL DEFAULT '0' COMMENT 'Defines Is Website Default',\n\tPRIMARY KEY (`website_id`)\n);\n/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;\nINSERT INTO `store_website` (`website_id`, `code`, `name`, `sort_order`, `default_group_id`, `is_default`) VALUES (0, 'admin', 'Admin', 0, 0, 0);\n/*!40101 SET SQL_MODE=IFNULL(@OLD_INSERT_SQL_MODE,'') */;\n\n"
  },
  {
    "path": "tests/integration/resource/stores/source.sql",
    "content": "/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n\nCREATE TABLE `core_store` (\n\t`store_id` SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Store Id',\n\t`code` VARCHAR(32) NULL DEFAULT NULL COMMENT 'Code',\n\t`website_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Website Id',\n\t`group_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Group Id',\n\t`name` VARCHAR(255) NOT NULL COMMENT 'Store Name',\n\t`sort_order` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Sort Order',\n\t`is_active` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Activity',\n\tPRIMARY KEY (`store_id`)\n);\n/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;\nINSERT INTO `core_store` (`store_id`, `code`, `website_id`, `group_id`, `name`, `sort_order`, `is_active`) VALUES (0, 'admin', 0, 0, 'Admin', 0, 1);\nINSERT INTO `core_store` (`store_id`, `code`, `website_id`, `group_id`, `name`, `sort_order`, `is_active`) VALUES (1, 'default', 1, 1, 'English', 0, 1);\n/*!40101 SET SQL_MODE=IFNULL(@OLD_INSERT_SQL_MODE,'') */;\nCREATE TABLE `core_store_group` (\n\t`group_id` SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Group Id',\n\t`website_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Website Id',\n\t`name` VARCHAR(255) NOT NULL COMMENT 'Store Group Name',\n\t`root_category_id` INT(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Root Category Id',\n\t`default_store_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Default Store Id',\n  PRIMARY KEY (`group_id`)\n);\n/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;\nINSERT INTO `core_store_group` (`group_id`, `website_id`, `name`, `root_category_id`, `default_store_id`) VALUES (0, 0, 'Default', 0, 0);\nINSERT INTO `core_store_group` (`group_id`, `website_id`, `name`, `root_category_id`, `default_store_id`) VALUES (1, 1, 'First Main Store', 2, 1);\n/*!40101 SET SQL_MODE=IFNULL(@OLD_INSERT_SQL_MODE,'') */;\nCREATE TABLE `core_website` (\n\t`website_id` SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Website Id',\n\t`code` VARCHAR(32) NULL DEFAULT NULL COMMENT 'Code',\n\t`name` VARCHAR(64) NULL DEFAULT NULL COMMENT 'Website Name',\n\t`sort_order` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Sort Order',\n\t`default_group_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Default Group Id',\n\t`is_default` SMALLINT(5) UNSIGNED NULL DEFAULT '0' COMMENT 'Defines Is Website Default',\n\t`is_staging` TINYINT(1) NOT NULL DEFAULT '0' COMMENT 'Is Staging Flag',\n\t`master_login` VARCHAR(40) NULL DEFAULT NULL COMMENT 'Master Login',\n\t`master_password` VARCHAR(100) NULL DEFAULT NULL COMMENT 'Master Password',\n\t`visibility` VARCHAR(40) NULL DEFAULT NULL COMMENT 'Visibility',\n\tPRIMARY KEY (`website_id`)\n);\n/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;\nINSERT INTO `core_website` (`website_id`, `code`, `name`, `sort_order`, `default_group_id`, `is_default`, `is_staging`, `master_login`, `master_password`, `visibility`) VALUES (0, 'admin', 'Admin', 0, 0, 0, 0, '', '', '');\nINSERT INTO `core_website` (`website_id`, `code`, `name`, `sort_order`, `default_group_id`, `is_default`, `is_staging`, `master_login`, `master_password`, `visibility`) VALUES (1, 'base', 'Main Website', 0, 1, 1, 0, '', '', '');\n/*!40101 SET SQL_MODE=IFNULL(@OLD_INSERT_SQL_MODE,'') */;"
  },
  {
    "path": "tests/integration/resource/tier_price/dest.sql",
    "content": "/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n\nCREATE TABLE `catalog_product_entity_tier_price` (\n\t`value_id` INT(11) NOT NULL AUTO_INCREMENT COMMENT 'Value ID',\n\t`entity_id` INT(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Entity ID',\n\t`all_groups` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Is Applicable To All Customer Groups',\n\t`customer_group_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Customer Group ID',\n\t`qty` DECIMAL(12,4) NOT NULL DEFAULT '1.0000' COMMENT 'QTY',\n\t`value` DECIMAL(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Value',\n\t`website_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Website ID',\n\tPRIMARY KEY (`value_id`),\n\tUNIQUE INDEX `UNQ_E8AB433B9ACB00343ABB312AD2FAB087` (`entity_id`, `all_groups`, `customer_group_id`, `qty`, `website_id`),\n\tINDEX `CATALOG_PRODUCT_ENTITY_TIER_PRICE_CUSTOMER_GROUP_ID` (`customer_group_id`),\n\tINDEX `CATALOG_PRODUCT_ENTITY_TIER_PRICE_WEBSITE_ID` (`website_id`)\n)\nCOMMENT='Catalog Product Tier Price Attribute Backend Table'\nCOLLATE='utf8_general_ci'\nENGINE=InnoDB\nAUTO_INCREMENT=0\n;\n"
  },
  {
    "path": "tests/integration/resource/tier_price/source.sql",
    "content": "/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n\nCREATE TABLE `catalog_product_entity_tier_price` (\n\t`value_id` INT(11) NOT NULL AUTO_INCREMENT COMMENT 'Value ID',\n\t`entity_id` INT(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Entity ID',\n\t`all_groups` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Is Applicable To All Customer Groups',\n\t`customer_group_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Customer Group ID',\n\t`qty` DECIMAL(12,4) NOT NULL DEFAULT '1.0000' COMMENT 'QTY',\n\t`value` DECIMAL(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Value',\n\t`website_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Website ID',\n\t`custom_field` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Website ID',\n\tPRIMARY KEY (`value_id`),\n\tUNIQUE INDEX `E8AB433B9ACB00343ABB312AD2FAB087` (`entity_id`, `all_groups`, `customer_group_id`, `qty`, `website_id`),\n\tINDEX `IDX_CATALOG_PRODUCT_ENTITY_TIER_PRICE_ENTITY_ID` (`entity_id`),\n\tINDEX `IDX_CATALOG_PRODUCT_ENTITY_TIER_PRICE_CUSTOMER_GROUP_ID` (`customer_group_id`),\n\tINDEX `IDX_CATALOG_PRODUCT_ENTITY_TIER_PRICE_WEBSITE_ID` (`website_id`)\n)\nCOMMENT='Catalog Product Tier Price Attribute Backend Table'\nCOLLATE='utf8_general_ci'\nENGINE=InnoDB\nAUTO_INCREMENT=0\n;\n\n/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;\nINSERT INTO `catalog_product_entity_tier_price` (`entity_id`, `all_groups`, `customer_group_id`, `qty`, `value`, `website_id`) VALUES ('1', '0', '1', '1.0000', '15.0000', '0');\nINSERT INTO `catalog_product_entity_tier_price` (`entity_id`, `all_groups`, `customer_group_id`, `qty`, `value`, `website_id`) VALUES ('6', '0', '2', '3.0000', '85.0000', '0');\n/*!40101 SET SQL_MODE=IFNULL(@OLD_INSERT_SQL_MODE,'') */;\n\nCREATE TABLE `catalog_product_entity_group_price` (\n\t`value_id` INT(11) NOT NULL AUTO_INCREMENT COMMENT 'Value ID',\n\t`entity_id` INT(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Entity ID',\n\t`all_groups` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Is Applicable To All Customer Groups',\n\t`customer_group_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Customer Group ID',\n\t`value` DECIMAL(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Value',\n\t`website_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Website ID',\n\tPRIMARY KEY (`value_id`),\n\tUNIQUE INDEX `CC12C83765B562314470A24F2BDD0F36` (`entity_id`, `all_groups`, `customer_group_id`, `website_id`),\n\tINDEX `IDX_CATALOG_PRODUCT_ENTITY_GROUP_PRICE_ENTITY_ID` (`entity_id`),\n\tINDEX `IDX_CATALOG_PRODUCT_ENTITY_GROUP_PRICE_CUSTOMER_GROUP_ID` (`customer_group_id`),\n\tINDEX `IDX_CATALOG_PRODUCT_ENTITY_GROUP_PRICE_WEBSITE_ID` (`website_id`)\n)\nCOMMENT='Catalog Product Group Price Attribute Backend Table'\nCOLLATE='utf8_general_ci'\nENGINE=InnoDB\nAUTO_INCREMENT=0\n;\n\n/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;\nINSERT INTO `catalog_product_entity_group_price` (`entity_id`, `all_groups`, `customer_group_id`, `value`, `website_id`) VALUES ('1', '0', '1', '10.0000', '0');\nINSERT INTO `catalog_product_entity_group_price` (`entity_id`, `all_groups`, `customer_group_id`, `value`, `website_id`) VALUES ('6', '0', '3', '95.0000', '0');\n/*!40101 SET SQL_MODE=IFNULL(@OLD_INSERT_SQL_MODE,'') */;\n"
  },
  {
    "path": "tests/integration/resource/url_rewrite_11410/dest.sql",
    "content": "/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n\n/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;\n/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;\n/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;\n/*!40101 SET NAMES utf8 */;\n/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;\n/*!40103 SET TIME_ZONE='+00:00' */;\n/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;\n/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;\n/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;\n/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;\n\n--\n-- Table structure for table `url_rewrite`\n--\n\nDROP TABLE IF EXISTS `url_rewrite`;\n/*!40101 SET @saved_cs_client     = @@character_set_client */;\n/*!40101 SET character_set_client = utf8 */;\nCREATE TABLE `url_rewrite` (\n  `url_rewrite_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Rewrite Id',\n  `entity_type` varchar(32) NOT NULL COMMENT 'Entity type code',\n  `entity_id` int(10) unsigned NOT NULL COMMENT 'Entity ID',\n  `request_path` varchar(255) DEFAULT NULL COMMENT 'Request Path',\n  `target_path` varchar(255) DEFAULT NULL COMMENT 'Target Path',\n  `redirect_type` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Redirect Type',\n  `store_id` smallint(5) unsigned NOT NULL COMMENT 'Store Id',\n  `description` varchar(255) DEFAULT NULL COMMENT 'Description',\n  `is_autogenerated` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Is rewrite generated automatically flag',\n  `metadata` varchar(255) DEFAULT NULL COMMENT 'Meta data for url rewrite',\n  PRIMARY KEY (`url_rewrite_id`),\n  UNIQUE KEY `UNQ_URL_REWRITE_REQUEST_PATH_STORE_ID` (`request_path`,`store_id`),\n  KEY `IDX_URL_REWRITE_TARGET_PATH` (`target_path`),\n  KEY `IDX_URL_REWRITE_STORE_ID_ENTITY_ID` (`store_id`,`entity_id`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Url Rewrites';\n/*!40101 SET character_set_client = @saved_cs_client */;\n\n--\n-- Table structure for table `catalog_category_entity_varchar`\n--\n\nDROP TABLE IF EXISTS `catalog_category_entity_varchar`;\n/*!40101 SET @saved_cs_client     = @@character_set_client */;\n/*!40101 SET character_set_client = utf8 */;\nCREATE TABLE `catalog_category_entity_varchar` (\n  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value ID',\n  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute ID',\n  `store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store ID',\n  `entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity ID',\n  `value` varchar(255) DEFAULT NULL COMMENT 'Value',\n  PRIMARY KEY (`value_id`),\n  UNIQUE KEY `UNQ_CAT_CTGR_ENTT_VCHR_ENTT_TYPE_ID_ENTT_ID_ATTR_ID_STORE_ID` (`entity_id`,`attribute_id`,`store_id`),\n  KEY `IDX_CATALOG_CATEGORY_ENTITY_VARCHAR_ENTITY_ID` (`entity_id`),\n  KEY `IDX_CATALOG_CATEGORY_ENTITY_VARCHAR_ATTRIBUTE_ID` (`attribute_id`),\n  KEY `IDX_CATALOG_CATEGORY_ENTITY_VARCHAR_STORE_ID` (`store_id`)\n) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COMMENT='Catalog Category Varchar Attribute Backend Table';\n/*!40101 SET character_set_client = @saved_cs_client */;\n\n--\n-- Dumping data for table `catalog_category_entity_varchar`\n--\n\nLOCK TABLES `catalog_category_entity_varchar` WRITE;\n/*!40000 ALTER TABLE `catalog_category_entity_varchar` DISABLE KEYS */;\nINSERT INTO `catalog_category_entity_varchar` VALUES\n(1,41,0,1,'Root Catalog'),\n(2,41,0,2,'Default Category'),\n(3,48,0,2,'PRODUCTS');\n/*!40000 ALTER TABLE `catalog_category_entity_varchar` ENABLE KEYS */;\nUNLOCK TABLES;\n\n--\n-- Table structure for table `catalog_product_entity_varchar`\n--\n\nDROP TABLE IF EXISTS `catalog_product_entity_varchar`;\n/*!40101 SET @saved_cs_client     = @@character_set_client */;\n/*!40101 SET character_set_client = utf8 */;\nCREATE TABLE `catalog_product_entity_varchar` (\n  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value ID',\n  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute ID',\n  `store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store ID',\n  `entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity ID',\n  `value` varchar(255) DEFAULT NULL COMMENT 'Value',\n  PRIMARY KEY (`value_id`),\n  UNIQUE KEY `UNQ_CAT_PRD_ENTT_VCHR_ENTT_ID_ATTR_ID_STORE_ID` (`entity_id`,`attribute_id`,`store_id`),\n  KEY `IDX_CATALOG_PRODUCT_ENTITY_VARCHAR_ATTRIBUTE_ID` (`attribute_id`),\n  KEY `IDX_CATALOG_PRODUCT_ENTITY_VARCHAR_STORE_ID` (`store_id`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product Varchar Attribute Backend Table';\n/*!40101 SET character_set_client = @saved_cs_client */;\n\n--\n-- Table structure for table `catalog_url_rewrite_product_category`\n--\n\nDROP TABLE IF EXISTS `catalog_url_rewrite_product_category`;\n/*!40101 SET @saved_cs_client     = @@character_set_client */;\n/*!40101 SET character_set_client = utf8 */;\nCREATE TABLE `catalog_url_rewrite_product_category` (\n  `url_rewrite_id` int(10) unsigned NOT NULL COMMENT 'url_rewrite_id',\n  `category_id` int(10) unsigned NOT NULL COMMENT 'category_id',\n  `product_id` int(10) unsigned NOT NULL COMMENT 'product_id',\n  KEY `IDX_CATALOG_URL_REWRITE_PRODUCT_CATEGORY_CATEGORY_ID_PRODUCT_ID` (`category_id`,`product_id`),\n  KEY `FK_CAT_URL_REWRITE_PRD_CTGR_PRD_ID_CAT_PRD_ENTT_ENTT_ID` (`product_id`),\n  KEY `FK_BB79E64705D7F17FE181F23144528FC8` (`url_rewrite_id`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='url_rewrite_relation';\n/*!40101 SET character_set_client = @saved_cs_client */;\n\n--\n-- Dumping data for table `catalog_url_rewrite_product_category`\n--\n\n\n/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;\n\n/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;\n/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;\n/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;\n/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;\n/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;\n/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;\n/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;\n\n-- Dump completed on 2015-01-29 19:44:27\n"
  },
  {
    "path": "tests/integration/resource/url_rewrite_11410/source.sql",
    "content": "/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n\n/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;\n/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;\n/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;\n/*!40101 SET NAMES utf8 */;\n/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;\n/*!40103 SET TIME_ZONE='+00:00' */;\n/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;\n/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;\n/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;\n/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;\n\n\n-- Dumping structure for magento1.cms_page\nDROP TABLE IF EXISTS `cms_page`;\nCREATE TABLE IF NOT EXISTS `cms_page` (\n  `page_id` smallint(6) NOT NULL AUTO_INCREMENT COMMENT 'Page ID',\n  `title` varchar(255) DEFAULT NULL COMMENT 'Page Title',\n  `root_template` varchar(255) DEFAULT NULL COMMENT 'Page Template',\n  `meta_keywords` text COMMENT 'Page Meta Keywords',\n  `meta_description` text COMMENT 'Page Meta Description',\n  `identifier` varchar(100) DEFAULT NULL COMMENT 'Page String Identifier',\n  `content_heading` varchar(255) DEFAULT NULL COMMENT 'Page Content Heading',\n  `content` mediumtext COMMENT 'Page Content',\n  `creation_time` timestamp NULL DEFAULT NULL COMMENT 'Page Creation Time',\n  `update_time` timestamp NULL DEFAULT NULL COMMENT 'Page Modification Time',\n  `is_active` smallint(6) NOT NULL DEFAULT '1' COMMENT 'Is Page Active',\n  `sort_order` smallint(6) NOT NULL DEFAULT '0' COMMENT 'Page Sort Order',\n  `layout_update_xml` text COMMENT 'Page Layout Update Content',\n  `custom_theme` varchar(100) DEFAULT NULL COMMENT 'Page Custom Theme',\n  `custom_root_template` varchar(255) DEFAULT NULL COMMENT 'Page Custom Template',\n  `custom_layout_update_xml` text COMMENT 'Page Custom Layout Update Content',\n  `custom_theme_from` date DEFAULT NULL COMMENT 'Page Custom Theme Active From Date',\n  `custom_theme_to` date DEFAULT NULL COMMENT 'Page Custom Theme Active To Date',\n  `published_revision_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Published Revision Id',\n  `website_root` smallint(5) unsigned NOT NULL DEFAULT '1' COMMENT 'Website Root',\n  `under_version_control` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Under Version Control Flag',\n  PRIMARY KEY (`page_id`),\n  KEY `IDX_CMS_PAGE_IDENTIFIER` (`identifier`)\n) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8 COMMENT='CMS Page Table';\n\n-- Dumping data for table magento1.cms_page: ~10 rows\n-- DELETE FROM `cms_page`;\n/*!40000 ALTER TABLE `cms_page` DISABLE KEYS */;\nINSERT INTO `cms_page` (`page_id`, `title`, `root_template`, `meta_keywords`, `meta_description`, `identifier`, `content_heading`, `content`, `creation_time`, `update_time`, `is_active`, `sort_order`, `layout_update_xml`, `custom_theme`, `custom_root_template`, `custom_layout_update_xml`, `custom_theme_from`, `custom_theme_to`, `published_revision_id`, `website_root`, `under_version_control`) VALUES\n\t(1, '404 Not Found 1', 'two_columns_right', 'Page keywords', 'Page description', 'no-route', NULL, '\\r\\n    <div class=\"page-head-alt\"><h3>We are sorry, but the page you are looking for cannot be found.</h3></div>\\r\\n    <div>\\r\\n        <ul class=\"disc\">\\r\\n            <li>If you typed the URL directly, please make sure the spelling is correct.</li>\\r\\n            <li>If you clicked on a link to get here, we must have moved the content.\\r\\n            <br/>Please try our store search box above to search for an item.</li>\\r\\n            <li>If you are not sure how you got here,\\r\\n            <a href=\"#\" onclick=\"history.go(-1);\">go back</a> to the previous page\\r\\n            or return to our <a href=\"{{store url=\"\"}}\">store homepage</a>.</li>\\r\\n        </ul>\\r\\n    </div>\\n\\n<!-- \\r\\n<div class=\"page-title\"><h1>Whoops, our bad...</h1></div>\\r\\n<dl>\\r\\n    <dt>The page you requested was not found, and we have a fine guess why.</dt>\\r\\n    <dd>\\r\\n        <ul class=\"disc\">\\r\\n            <li>If you typed the URL directly, please make sure the spelling is correct.</li>\\r\\n            <li>If you clicked on a link to get here, the link is outdated.</li>\\r\\n        </ul>\\r\\n    </dd>\\r\\n</dl>\\r\\n<dl>\\r\\n    <dt>What can you do?</dt>\\r\\n    <dd>Have no fear, help is near! There are many ways you can get back on track with Magento Store.</dd>\\r\\n    <dd>\\r\\n        <ul class=\"disc\">\\r\\n            <li><a href=\"#\" onclick=\"history.go(-1); return false;\">Go back</a> to the previous page.</li>\\r\\n            <li>Use the search bar at the top of the page to search for your products.</li>\\r\\n            <li>Follow these links to get you back on track!<br /><a href=\"{{store url=\"\"}}\">Store Home</a>\\r\\n            <span class=\"separator\">|</span> <a href=\"{{store url=\"customer/account\"}}\">My Account</a></li>\\r\\n        </ul>\\r\\n    </dd>\\r\\n</dl>\\r\\n -->\\r\\n', '2015-10-09 15:15:23', '2015-10-09 15:15:23', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0),\n\t(2, 'Home page', 'two_columns_right', NULL, NULL, 'home', NULL, '<div class=\"page-title\"><h2>Home Page</h2></div>', '2015-10-09 15:15:24', '2015-10-09 15:15:42', 1, 0, '<!--<reference name=\"content\">\\r\\n        <block type=\"catalog/product_new\" name=\"home.catalog.product.new\" alias=\"product_new\" template=\"catalog/product/new.phtml\" after=\"cms_page\">\\r\\n            <action method=\"addPriceBlockType\">\\r\\n                <type>bundle</type>\\r\\n                <block>bundle/catalog_product_price</block>\\r\\n                <template>bundle/catalog/product/price.phtml</template>\\r\\n            </action>\\r\\n        </block>\\r\\n        <block type=\"reports/product_viewed\" name=\"home.reports.product.viewed\" alias=\"product_viewed\" template=\"reports/home_product_viewed.phtml\" after=\"product_new\">\\r\\n            <action method=\"addPriceBlockType\">\\r\\n                <type>bundle</type>\\r\\n                <block>bundle/catalog_product_price</block>\\r\\n                <template>bundle/catalog/product/price.phtml</template>\\r\\n            </action>\\r\\n        </block>\\r\\n        <block type=\"reports/product_compared\" name=\"home.reports.product.compared\" template=\"reports/home_product_compared.phtml\" after=\"product_viewed\">\\r\\n            <action method=\"addPriceBlockType\">\\r\\n                <type>bundle</type>\\r\\n                <block>bundle/catalog_product_price</block>\\r\\n                <template>bundle/catalog/product/price.phtml</template>\\r\\n            </action>\\r\\n        </block>\\r\\n    </reference>\\r\\n    <reference name=\"right\">\\r\\n        <action method=\"unsetChild\"><alias>right.reports.product.viewed</alias></action>\\r\\n        <action method=\"unsetChild\"><alias>right.reports.product.compared</alias></action>\\r\\n    </reference>-->', NULL, NULL, NULL, NULL, NULL, 0, 1, 0),\n\t(3, 'About Us', 'two_columns_right', NULL, NULL, 'about-magento-demo-store', NULL, '\\r\\n<div class=\"page-title\">\\r\\n    <h1>About Magento Store</h1>\\r\\n</div>\\r\\n<div class=\"col3-set\">\\r\\n<div class=\"col-1\"><p style=\"line-height:1.2em;\"><small>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.\\r\\nMorbi luctus. Duis lobortis. Nulla nec velit. Mauris pulvinar erat non massa. Suspendisse tortor turpis, porta nec,\\r\\ntempus vitae, iaculis semper, pede.</small></p>\\r\\n<p style=\"color:#888; font:1.2em/1.4em georgia, serif;\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit.\\r\\nMorbi luctus. Duis lobortis. Nulla nec velit. Mauris pulvinar erat non massa. Suspendisse tortor turpis,\\r\\nporta nec, tempus vitae, iaculis semper, pede. Cras vel libero id lectus rhoncus porta.</p></div>\\r\\n<div class=\"col-2\">\\r\\n<p><strong style=\"color:#de036f;\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi luctus.\\r\\nDuis lobortis. Nulla nec velit.</strong></p>\\r\\n<p>Vivamus tortor nisl, lobortis in, faucibus et, tempus at, dui. Nunc risus. Proin scelerisque augue. Nam ullamcorper.\\r\\nPhasellus id massa. Pellentesque nisl. Pellentesque habitant morbi tristique senectus et netus et malesuada\\r\\nfames ac turpis egestas. Nunc augue. Aenean sed justo non leo vehicula laoreet. Praesent ipsum libero, auctor ac,\\r\\ntempus nec, tempor nec, justo. </p>\\r\\n<p>Maecenas ullamcorper, odio vel tempus egestas, dui orci faucibus orci, sit amet aliquet lectus dolor et quam.\\r\\nPellentesque consequat luctus purus. Nunc et risus. Etiam a nibh. Phasellus dignissim metus eget nisi.\\r\\nVestibulum sapien dolor, aliquet nec, porta ac, malesuada a, libero. Praesent feugiat purus eget est.\\r\\nNulla facilisi. Vestibulum tincidunt sapien eu velit. Mauris purus. Maecenas eget mauris eu orci accumsan feugiat.\\r\\nPellentesque eget velit. Nunc tincidunt.</p></div>\\r\\n<div class=\"col-3\">\\r\\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi luctus. Duis lobortis. Nulla nec velit.\\r\\nMauris pulvinar erat non massa. Suspendisse tortor turpis, porta nec, tempus vitae, iaculis semper, pede.\\r\\nCras vel libero id lectus rhoncus porta. Suspendisse convallis felis ac enim. Vivamus tortor nisl, lobortis in,\\r\\nfaucibus et, tempus at, dui. Nunc risus. Proin scelerisque augue. Nam ullamcorper </p>\\r\\n<p><strong style=\"color:#de036f;\">Maecenas ullamcorper, odio vel tempus egestas, dui orci faucibus orci,\\r\\nsit amet aliquet lectus dolor et quam. Pellentesque consequat luctus purus.</strong></p>\\r\\n<p>Nunc et risus. Etiam a nibh. Phasellus dignissim metus eget nisi.</p>\\r\\n<div class=\"divider\"></div>\\r\\n<p>To all of you, from all of us at Magento Store - Thank you and Happy eCommerce!</p>\\r\\n<p style=\"line-height:1.2em;\"><strong style=\"font:italic 2em Georgia, serif;\">John Doe</strong><br />\\r\\n<small>Some important guy</small></p></div>\\r\\n</div>', '2015-10-09 15:15:24', '2015-10-09 15:15:24', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0),\n\t(4, 'Customer Service', 'three_columns', NULL, NULL, 'customer-service', NULL, '<div class=\"page-title\">\\r\\n<h1>Customer Service</h1>\\r\\n</div>\\r\\n<ul class=\"disc\">\\r\\n<li><a href=\"#answer1\">Shipping &amp; Delivery</a></li>\\r\\n<li><a href=\"#answer2\">Privacy &amp; Security</a></li>\\r\\n<li><a href=\"#answer3\">Returns &amp; Replacements</a></li>\\r\\n<li><a href=\"#answer4\">Ordering</a></li>\\r\\n<li><a href=\"#answer5\">Payment, Pricing &amp; Promotions</a></li>\\r\\n<li><a href=\"#answer6\">Viewing Orders</a></li>\\r\\n<li><a href=\"#answer7\">Updating Account Information</a></li>\\r\\n</ul>\\r\\n<dl>\\r\\n<dt id=\"answer1\">Shipping &amp; Delivery</dt>\\r\\n<dd>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi luctus. Duis lobortis. Nulla nec velit.\\r\\nMauris pulvinar erat non massa. Suspendisse tortor turpis, porta nec, tempus vitae, iaculis semper, pede.\\r\\nCras vel libero id lectus rhoncus porta. Suspendisse convallis felis ac enim. Vivamus tortor nisl, lobortis in,\\r\\nfaucibus et, tempus at, dui. Nunc risus. Proin scelerisque augue. Nam ullamcorper. Phasellus id massa.\\r\\nPellentesque nisl. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.\\r\\nNunc augue. Aenean sed justo non leo vehicula laoreet. Praesent ipsum libero, auctor ac, tempus nec, tempor nec,\\r\\njusto.</dd>\\r\\n<dt id=\"answer2\">Privacy &amp; Security</dt>\\r\\n<dd>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi luctus. Duis lobortis. Nulla nec velit.\\r\\nMauris pulvinar erat non massa. Suspendisse tortor turpis, porta nec, tempus vitae, iaculis semper, pede.\\r\\nCras vel libero id lectus rhoncus porta. Suspendisse convallis felis ac enim. Vivamus tortor nisl, lobortis in,\\r\\nfaucibus et, tempus at, dui. Nunc risus. Proin scelerisque augue. Nam ullamcorper. Phasellus id massa.\\r\\nPellentesque nisl. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.\\r\\nNunc augue. Aenean sed justo non leo vehicula laoreet. Praesent ipsum libero, auctor ac, tempus nec, tempor nec,\\r\\njusto.</dd>\\r\\n<dt id=\"answer3\">Returns &amp; Replacements</dt>\\r\\n<dd>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi luctus. Duis lobortis. Nulla nec velit.\\r\\nMauris pulvinar erat non massa. Suspendisse tortor turpis, porta nec, tempus vitae, iaculis semper, pede.\\r\\nCras vel libero id lectus rhoncus porta. Suspendisse convallis felis ac enim. Vivamus tortor nisl, lobortis in,\\r\\nfaucibus et, tempus at, dui. Nunc risus. Proin scelerisque augue. Nam ullamcorper. Phasellus id massa.\\r\\nPellentesque nisl. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.\\r\\nNunc augue. Aenean sed justo non leo vehicula laoreet. Praesent ipsum libero, auctor ac, tempus nec, tempor nec,\\r\\njusto.</dd>\\r\\n<dt id=\"answer4\">Ordering</dt>\\r\\n<dd>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi luctus. Duis lobortis. Nulla nec velit.\\r\\nMauris pulvinar erat non massa. Suspendisse tortor turpis, porta nec, tempus vitae, iaculis semper, pede.\\r\\nCras vel libero id lectus rhoncus porta. Suspendisse convallis felis ac enim. Vivamus tortor nisl, lobortis in,\\r\\nfaucibus et, tempus at, dui. Nunc risus. Proin scelerisque augue. Nam ullamcorper. Phasellus id massa.\\r\\nPellentesque nisl. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.\\r\\nNunc augue. Aenean sed justo non leo vehicula laoreet. Praesent ipsum libero, auctor ac, tempus nec, tempor nec,\\r\\njusto.</dd>\\r\\n<dt id=\"answer5\">Payment, Pricing &amp; Promotions</dt>\\r\\n<dd>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi luctus. Duis lobortis. Nulla nec velit.\\r\\nMauris pulvinar erat non massa. Suspendisse tortor turpis, porta nec, tempus vitae, iaculis semper, pede.\\r\\nCras vel libero id lectus rhoncus porta. Suspendisse convallis felis ac enim. Vivamus tortor nisl, lobortis in,\\r\\nfaucibus et, tempus at, dui. Nunc risus. Proin scelerisque augue. Nam ullamcorper. Phasellus id massa.\\r\\nPellentesque nisl. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.\\r\\nNunc augue. Aenean sed justo non leo vehicula laoreet. Praesent ipsum libero, auctor ac, tempus nec, tempor nec,\\r\\njusto.</dd>\\r\\n<dt id=\"answer6\">Viewing Orders</dt>\\r\\n<dd>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi luctus. Duis lobortis. Nulla nec velit.\\r\\nMauris pulvinar erat non massa. Suspendisse tortor turpis, porta nec, tempus vitae, iaculis semper, pede.\\r\\nCras vel libero id lectus rhoncus porta. Suspendisse convallis felis ac enim. Vivamus tortor nisl, lobortis in,\\r\\nfaucibus et, tempus at, dui. Nunc risus. Proin scelerisque augue. Nam ullamcorper. Phasellus id massa.\\r\\n Pellentesque nisl. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.\\r\\n Nunc augue. Aenean sed justo non leo vehicula laoreet. Praesent ipsum libero, auctor ac, tempus nec, tempor nec,\\r\\n justo.</dd>\\r\\n<dt id=\"answer7\">Updating Account Information</dt>\\r\\n<dd>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi luctus. Duis lobortis. Nulla nec velit.\\r\\n Mauris pulvinar erat non massa. Suspendisse tortor turpis, porta nec, tempus vitae, iaculis semper, pede.\\r\\n Cras vel libero id lectus rhoncus porta. Suspendisse convallis felis ac enim. Vivamus tortor nisl, lobortis in,\\r\\n faucibus et, tempus at, dui. Nunc risus. Proin scelerisque augue. Nam ullamcorper. Phasellus id massa.\\r\\n Pellentesque nisl. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.\\r\\n Nunc augue. Aenean sed justo non leo vehicula laoreet. Praesent ipsum libero, auctor ac, tempus nec, tempor nec,\\r\\n justo.</dd>\\r\\n</dl>', '2015-10-09 15:15:24', '2015-10-09 15:15:24', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0),\n\t(5, 'Enable Cookies', 'one_column', NULL, NULL, 'enable-cookies', NULL, '<div class=\"std\">\\r\\n    <ul class=\"messages\">\\r\\n        <li class=\"notice-msg\">\\r\\n            <ul>\\r\\n                <li>Please enable cookies in your web browser to continue.</li>\\r\\n            </ul>\\r\\n        </li>\\r\\n    </ul>\\r\\n    <div class=\"page-title\">\\r\\n        <h1><a name=\"top\"></a>What are Cookies?</h1>\\r\\n    </div>\\r\\n    <p>Cookies are short pieces of data that are sent to your computer when you visit a website.\\r\\n    On later visits, this data is then returned to that website. Cookies allow us to recognize you automatically\\r\\n    whenever you visit our site so that we can personalize your experience and provide you with better service.\\r\\n    We also use cookies (and similar browser data, such as Flash cookies) for fraud prevention and other purposes.\\r\\n     If your web browser is set to refuse cookies from our website, you will not be able to complete a purchase\\r\\n     or take advantage of certain features of our website, such as storing items in your Shopping Cart or\\r\\n     receiving personalized recommendations. As a result, we strongly encourage you to configure your web\\r\\n     browser to accept cookies from our website.</p>\\r\\n    <h2 class=\"subtitle\">Enabling Cookies</h2>\\r\\n    <ul class=\"disc\">\\r\\n        <li><a href=\"#ie7\">Internet Explorer 7.x</a></li>\\r\\n        <li><a href=\"#ie6\">Internet Explorer 6.x</a></li>\\r\\n        <li><a href=\"#firefox\">Mozilla/Firefox</a></li>\\r\\n        <li><a href=\"#opera\">Opera 7.x</a></li>\\r\\n    </ul>\\r\\n    <h3><a name=\"ie7\"></a>Internet Explorer 7.x</h3>\\r\\n    <ol>\\r\\n        <li>\\r\\n            <p>Start Internet Explorer</p>\\r\\n        </li>\\r\\n        <li>\\r\\n            <p>Under the <strong>Tools</strong> menu, click <strong>Internet Options</strong></p>\\r\\n            <p><img src=\"{{skin url=\"images/cookies/ie7-1.gif\"}}\" alt=\"\" /></p>\\r\\n        </li>\\r\\n        <li>\\r\\n            <p>Click the <strong>Privacy</strong> tab</p>\\r\\n            <p><img src=\"{{skin url=\"images/cookies/ie7-2.gif\"}}\" alt=\"\" /></p>\\r\\n        </li>\\r\\n        <li>\\r\\n            <p>Click the <strong>Advanced</strong> button</p>\\r\\n            <p><img src=\"{{skin url=\"images/cookies/ie7-3.gif\"}}\" alt=\"\" /></p>\\r\\n        </li>\\r\\n        <li>\\r\\n            <p>Put a check mark in the box for <strong>Override Automatic Cookie Handling</strong>,\\r\\n            put another check mark in the <strong>Always accept session cookies </strong>box</p>\\r\\n            <p><img src=\"{{skin url=\"images/cookies/ie7-4.gif\"}}\" alt=\"\" /></p>\\r\\n        </li>\\r\\n        <li>\\r\\n            <p>Click <strong>OK</strong></p>\\r\\n            <p><img src=\"{{skin url=\"images/cookies/ie7-5.gif\"}}\" alt=\"\" /></p>\\r\\n        </li>\\r\\n        <li>\\r\\n            <p>Click <strong>OK</strong></p>\\r\\n            <p><img src=\"{{skin url=\"images/cookies/ie7-6.gif\"}}\" alt=\"\" /></p>\\r\\n        </li>\\r\\n        <li>\\r\\n            <p>Restart Internet Explore</p>\\r\\n        </li>\\r\\n    </ol>\\r\\n    <p class=\"a-top\"><a href=\"#top\">Back to Top</a></p>\\r\\n    <h3><a name=\"ie6\"></a>Internet Explorer 6.x</h3>\\r\\n    <ol>\\r\\n        <li>\\r\\n            <p>Select <strong>Internet Options</strong> from the Tools menu</p>\\r\\n            <p><img src=\"{{skin url=\"images/cookies/ie6-1.gif\"}}\" alt=\"\" /></p>\\r\\n        </li>\\r\\n        <li>\\r\\n            <p>Click on the <strong>Privacy</strong> tab</p>\\r\\n        </li>\\r\\n        <li>\\r\\n            <p>Click the <strong>Default</strong> button (or manually slide the bar down to <strong>Medium</strong>)\\r\\n            under <strong>Settings</strong>. Click <strong>OK</strong></p>\\r\\n            <p><img src=\"{{skin url=\"images/cookies/ie6-2.gif\"}}\" alt=\"\" /></p>\\r\\n        </li>\\r\\n    </ol>\\r\\n    <p class=\"a-top\"><a href=\"#top\">Back to Top</a></p>\\r\\n    <h3><a name=\"firefox\"></a>Mozilla/Firefox</h3>\\r\\n    <ol>\\r\\n        <li>\\r\\n            <p>Click on the <strong>Tools</strong>-menu in Mozilla</p>\\r\\n        </li>\\r\\n        <li>\\r\\n            <p>Click on the <strong>Options...</strong> item in the menu - a new window open</p>\\r\\n        </li>\\r\\n        <li>\\r\\n            <p>Click on the <strong>Privacy</strong> selection in the left part of the window. (See image below)</p>\\r\\n            <p><img src=\"{{skin url=\"images/cookies/firefox.png\"}}\" alt=\"\" /></p>\\r\\n        </li>\\r\\n        <li>\\r\\n            <p>Expand the <strong>Cookies</strong> section</p>\\r\\n        </li>\\r\\n        <li>\\r\\n            <p>Check the <strong>Enable cookies</strong> and <strong>Accept cookies normally</strong> checkboxes</p>\\r\\n        </li>\\r\\n        <li>\\r\\n            <p>Save changes by clicking <strong>Ok</strong>.</p>\\r\\n        </li>\\r\\n    </ol>\\r\\n    <p class=\"a-top\"><a href=\"#top\">Back to Top</a></p>\\r\\n    <h3><a name=\"opera\"></a>Opera 7.x</h3>\\r\\n    <ol>\\r\\n        <li>\\r\\n            <p>Click on the <strong>Tools</strong> menu in Opera</p>\\r\\n        </li>\\r\\n        <li>\\r\\n            <p>Click on the <strong>Preferences...</strong> item in the menu - a new window open</p>\\r\\n        </li>\\r\\n        <li>\\r\\n            <p>Click on the <strong>Privacy</strong> selection near the bottom left of the window. (See image below)</p>\\r\\n            <p><img src=\"{{skin url=\"images/cookies/opera.png\"}}\" alt=\"\" /></p>\\r\\n        </li>\\r\\n        <li>\\r\\n            <p>The <strong>Enable cookies</strong> checkbox must be checked, and <strong>Accept all cookies</strong>\\r\\n            should be selected in the &quot;<strong>Normal cookies</strong>&quot; drop-down</p>\\r\\n        </li>\\r\\n        <li>\\r\\n            <p>Save changes by clicking <strong>Ok</strong></p>\\r\\n        </li>\\r\\n    </ol>\\r\\n    <p class=\"a-top\"><a href=\"#top\">Back to Top</a></p>\\r\\n</div>\\r\\n', '2015-10-09 15:15:24', '2015-10-09 15:15:24', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0),\n\t(6, 'Privacy Policy', 'one_column', NULL, NULL, 'privacy-policy-cookie-restriction-mode', 'Privacy Policy', '<p style=\"color: #ff0000; font-weight: bold; font-size: 13px\">\\r\\n    Please replace this text with you Privacy Policy.\\r\\n    Please add any additional cookies your website uses below (e.g., Google Analytics)\\r\\n</p>\\r\\n<p>\\r\\n    This privacy policy sets out how {{config path=\"general/store_information/name\"}} uses and protects any information\\r\\n    that you give {{config path=\"general/store_information/name\"}} when you use this website.\\r\\n    {{config path=\"general/store_information/name\"}} is committed to ensuring that your privacy is protected.\\r\\n    Should we ask you to provide certain information by which you can be identified when using this website,\\r\\n    then you can be assured that it will only be used in accordance with this privacy statement.\\r\\n    {{config path=\"general/store_information/name\"}} may change this policy from time to time by updating this page.\\r\\n    You should check this page from time to time to ensure that you are happy with any changes.\\r\\n</p>\\r\\n<h2>What we collect</h2>\\r\\n<p>We may collect the following information:</p>\\r\\n<ul>\\r\\n    <li>name</li>\\r\\n    <li>contact information including email address</li>\\r\\n    <li>demographic information such as postcode, preferences and interests</li>\\r\\n    <li>other information relevant to customer surveys and/or offers</li>\\r\\n</ul>\\r\\n<p>\\r\\n    For the exhaustive list of cookies we collect see the <a href=\"#list\">List of cookies we collect</a> section.\\r\\n</p>\\r\\n<h2>What we do with the information we gather</h2>\\r\\n<p>\\r\\n    We require this information to understand your needs and provide you with a better service,\\r\\n    and in particular for the following reasons:\\r\\n</p>\\r\\n<ul>\\r\\n    <li>Internal record keeping.</li>\\r\\n    <li>We may use the information to improve our products and services.</li>\\r\\n    <li>\\r\\n        We may periodically send promotional emails about new products, special offers or other information which we\\r\\n        think you may find interesting using the email address which you have provided.\\r\\n    </li>\\r\\n    <li>\\r\\n        From time to time, we may also use your information to contact you for market research purposes.\\r\\n        We may contact you by email, phone, fax or mail. We may use the information to customise the website\\r\\n        according to your interests.\\r\\n    </li>\\r\\n</ul>\\r\\n<h2>Security</h2>\\r\\n<p>\\r\\n    We are committed to ensuring that your information is secure. In order to prevent unauthorised access or disclosure,\\r\\n    we have put in place suitable physical, electronic and managerial procedures to safeguard and secure\\r\\n    the information we collect online.\\r\\n</p>\\r\\n<h2>How we use cookies</h2>\\r\\n<p>\\r\\n    A cookie is a small file which asks permission to be placed on your computer\\'s hard drive.\\r\\n    Once you agree, the file is added and the cookie helps analyse web traffic or lets you know when you visit\\r\\n    a particular site. Cookies allow web applications to respond to you as an individual. The web application\\r\\n    can tailor its operations to your needs, likes and dislikes by gathering and remembering information about\\r\\n    your preferences.\\r\\n</p>\\r\\n<p>\\r\\n    We use traffic log cookies to identify which pages are being used. This helps us analyse data about web page traffic\\r\\n    and improve our website in order to tailor it to customer needs. We only use this information for statistical\\r\\n    analysis purposes and then the data is removed from the system.\\r\\n</p>\\r\\n<p>\\r\\n    Overall, cookies help us provide you with a better website, by enabling us to monitor which pages you find useful\\r\\n    and which you do not. A cookie in no way gives us access to your computer or any information about you,\\r\\n    other than the data you choose to share with us. You can choose to accept or decline cookies.\\r\\n    Most web browsers automatically accept cookies, but you can usually modify your browser setting\\r\\n    to decline cookies if you prefer. This may prevent you from taking full advantage of the website.\\r\\n</p>\\r\\n<h2>Links to other websites</h2>\\r\\n<p>\\r\\n    Our website may contain links to other websites of interest. However, once you have used these links\\r\\n    to leave our site, you should note that we do not have any control over that other website.\\r\\n    Therefore, we cannot be responsible for the protection and privacy of any information which you provide whilst\\r\\n    visiting such sites and such sites are not governed by this privacy statement.\\r\\n    You should exercise caution and look at the privacy statement applicable to the website in question.\\r\\n</p>\\r\\n<h2>Controlling your personal information</h2>\\r\\n<p>You may choose to restrict the collection or use of your personal information in the following ways:</p>\\r\\n<ul>\\r\\n    <li>\\r\\n        whenever you are asked to fill in a form on the website, look for the box that you can click to indicate\\r\\n        that you do not want the information to be used by anybody for direct marketing purposes\\r\\n    </li>\\r\\n    <li>\\r\\n        if you have previously agreed to us using your personal information for direct marketing purposes,\\r\\n        you may change your mind at any time by writing to or emailing us at\\r\\n        {{config path=\"trans_email/ident_general/email\"}}\\r\\n    </li>\\r\\n</ul>\\r\\n<p>\\r\\n    We will not sell, distribute or lease your personal information to third parties unless we have your permission\\r\\n    or are required by law to do so. We may use your personal information to send you promotional information\\r\\n    about third parties which we think you may find interesting if you tell us that you wish this to happen.\\r\\n</p>\\r\\n<p>\\r\\n    You may request details of personal information which we hold about you under the Data Protection Act 1998.\\r\\n    A small fee will be payable. If you would like a copy of the information held on you please write to\\r\\n    {{config path=\"general/store_information/address\"}}.\\r\\n</p>\\r\\n<p>\\r\\n    If you believe that any information we are holding on you is incorrect or incomplete,\\r\\n    please write to or email us as soon as possible, at the above address.\\r\\n    We will promptly correct any information found to be incorrect.\\r\\n</p>\\r\\n<h2><a name=\"list\"></a>List of cookies we collect</h2>\\r\\n<p>The table below lists the cookies we collect and what information they store.</p>\\r\\n<table class=\"data-table\">\\r\\n    <thead>\\r\\n        <tr>\\r\\n            <th>COOKIE name</th>\\r\\n            <th>COOKIE Description</th>\\r\\n        </tr>\\r\\n    </thead>\\r\\n    <tbody>\\r\\n        <tr>\\r\\n            <th>CART</th>\\r\\n            <td>The association with your shopping cart.</td>\\r\\n        </tr>\\r\\n        <tr>\\r\\n            <th>CATEGORY_INFO</th>\\r\\n            <td>Stores the category info on the page, that allows to display pages more quickly.</td>\\r\\n        </tr>\\r\\n        <tr>\\r\\n            <th>COMPARE</th>\\r\\n            <td>The items that you have in the Compare Products list.</td>\\r\\n        </tr>\\r\\n        <tr>\\r\\n            <th>CURRENCY</th>\\r\\n            <td>Your preferred currency</td>\\r\\n        </tr>\\r\\n        <tr>\\r\\n            <th>CUSTOMER</th>\\r\\n            <td>An encrypted version of your customer id with the store.</td>\\r\\n        </tr>\\r\\n        <tr>\\r\\n            <th>CUSTOMER_AUTH</th>\\r\\n            <td>An indicator if you are currently logged into the store.</td>\\r\\n        </tr>\\r\\n        <tr>\\r\\n            <th>CUSTOMER_INFO</th>\\r\\n            <td>An encrypted version of the customer group you belong to.</td>\\r\\n        </tr>\\r\\n        <tr>\\r\\n            <th>CUSTOMER_SEGMENT_IDS</th>\\r\\n            <td>Stores the Customer Segment ID</td>\\r\\n        </tr>\\r\\n        <tr>\\r\\n            <th>EXTERNAL_NO_CACHE</th>\\r\\n            <td>A flag, which indicates whether caching is disabled or not.</td>\\r\\n        </tr>\\r\\n        <tr>\\r\\n            <th>FRONTEND</th>\\r\\n            <td>You sesssion ID on the server.</td>\\r\\n        </tr>\\r\\n        <tr>\\r\\n            <th>GUEST-VIEW</th>\\r\\n            <td>Allows guests to edit their orders.</td>\\r\\n        </tr>\\r\\n        <tr>\\r\\n            <th>LAST_CATEGORY</th>\\r\\n            <td>The last category you visited.</td>\\r\\n        </tr>\\r\\n        <tr>\\r\\n            <th>LAST_PRODUCT</th>\\r\\n            <td>The most recent product you have viewed.</td>\\r\\n        </tr>\\r\\n        <tr>\\r\\n            <th>NEWMESSAGE</th>\\r\\n            <td>Indicates whether a new message has been received.</td>\\r\\n        </tr>\\r\\n        <tr>\\r\\n            <th>NO_CACHE</th>\\r\\n            <td>Indicates whether it is allowed to use cache.</td>\\r\\n        </tr>\\r\\n        <tr>\\r\\n            <th>PERSISTENT_SHOPPING_CART</th>\\r\\n            <td>A link to information about your cart and viewing history if you have asked the site.</td>\\r\\n        </tr>\\r\\n        <tr>\\r\\n            <th>POLL</th>\\r\\n            <td>The ID of any polls you have recently voted in.</td>\\r\\n        </tr>\\r\\n        <tr>\\r\\n            <th>POLLN</th>\\r\\n            <td>Information on what polls you have voted on.</td>\\r\\n        </tr>\\r\\n        <tr>\\r\\n            <th>RECENTLYCOMPARED</th>\\r\\n            <td>The items that you have recently compared.            </td>\\r\\n        </tr>\\r\\n        <tr>\\r\\n            <th>STF</th>\\r\\n            <td>Information on products you have emailed to friends.</td>\\r\\n        </tr>\\r\\n        <tr>\\r\\n            <th>STORE</th>\\r\\n            <td>The store view or language you have selected.</td>\\r\\n        </tr>\\r\\n        <tr>\\r\\n            <th>USER_ALLOWED_SAVE_COOKIE</th>\\r\\n            <td>Indicates whether a customer allowed to use cookies.</td>\\r\\n        </tr>\\r\\n        <tr>\\r\\n            <th>VIEWED_PRODUCT_IDS</th>\\r\\n            <td>The products that you have recently viewed.</td>\\r\\n        </tr>\\r\\n        <tr>\\r\\n            <th>WISHLIST</th>\\r\\n            <td>An encrypted list of products added to your Wishlist.</td>\\r\\n        </tr>\\r\\n        <tr>\\r\\n            <th>WISHLIST_CNT</th>\\r\\n            <td>The number of items in your Wishlist.</td>\\r\\n        </tr>\\r\\n    </tbody>\\r\\n</table>', '2015-10-09 15:15:25', '2015-10-09 15:15:25', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0),\n\t(7, '503 Service Unavailable', 'one_column', NULL, NULL, 'service-unavailable', NULL, '<div class=\"page-title\"><h1>We\\'re Offline...</h1></div>\\r\\n<p>...but only for just a bit. We\\'re working to make the Magento Enterprise Demo a better place for you!</p>', '2015-10-09 15:15:43', '2015-10-09 15:15:43', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0),\n\t(8, 'Welcome to our Exclusive Online Store', 'one_column', NULL, NULL, 'private-sales', NULL, '<div class=\"private-sales-index\">\\r\\n<div class=\"box\">\\r\\n<div class=\"content\">\\r\\n<h1>Welcome to our Exclusive Online Store</h1>\\r\\n<p>If you are a registered member, please <a href=\"{{store url=\"customer/account/login\"}}\">log in here</a>.</p>\\r\\n<p class=\"description\">Magento is the leading hub for exclusive specialty items for all your home, apparel and entertainment needs!</p>\\r\\n</div>\\r\\n</div>\\r\\n</div>', '2015-10-09 15:15:43', '2015-10-09 15:15:43', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0),\n\t(9, 'Reward Points', 'one_column', NULL, NULL, 'reward-points', 'Reward Points', '<p>The Reward Points Program allows you to earn points for certain actions you take on the site. Points are awarded based on making purchases and customer actions such as submitting reviews.</p>\\r\\n\\r\\n<h2>Benefits of Reward Points for Registered Customers</h2>\\r\\n<p>Once you register you will be able to earn and accrue reward points, which are then redeemable at time of purchase towards the cost of your order. Rewards are an added bonus to your shopping experience on the site and just one of the ways we thank you for being a loyal customer.</p>\\r\\n\\r\\n<h2>Earning Reward Points</h2>\\r\\n<p>Rewards can currently be earned for the following actions:</p>\\r\\n<ul>\\r\\n<li>Making purchases — every time you make a purchase you earn points based on the price of products purchased and these points are added to your Reward Points balance.</li>\\r\\n<li>Registering on the site.</li>\\r\\n<li>Subscribing to a newsletter for the first time.</li>\\r\\n<li>Sending Invitations — Earn points by inviting your friends to join the site.</li>\\r\\n<li>Converting Invitations to Customer — Earn points for every invitation you send out which leads to your friends registering on the site.</li>\\r\\n<li>Converting Invitations to Order — Earn points for every invitation you send out which leads to a sale.</li>\\r\\n<li>Review Submission — Earn points for submitting product reviews.</li>\\r\\n<li>New Tag Submission — Earn points for adding tags to products.</li>\\r\\n</ul>\\r\\n\\r\\n<h2>Reward Points Exchange Rates</h2>\\r\\n<p>The value of reward points is determined by an exchange rate of both currency spent on products to points, and an exchange rate of points earned to currency for spending on future purchases.</p>\\r\\n\\r\\n<h2>Redeeming Reward Points</h2>\\r\\n<p>You can redeem your reward points at checkout. If you have accumulated enough points to redeem them you will have the option of using points as one of the payment methods.  The option to use reward points, as well as your balance and the monetary equivalent this balance, will be shown to you in the Payment Method area of the checkout.  Redeemable reward points can be used in conjunction with other payment methods such as credit cards, gift cards and more.</p>\\r\\n<p><img src=\"{{skin url=\"images/reward_points/payment.gif\"}}\" alt=\"Payment Information\" /></p>\\r\\n\\r\\n<h2>Reward Points Minimums and Maximums</h2>\\r\\n<p>Reward points may be capped at a minimum value required for redemption.  If this option is selected you will not be able to use your reward points until you accrue a minimum number of points, at which point they will become available for redemption.</p>\\r\\n<p>Reward points may also be capped at the maximum value of points which can be accrued. If this option is selected you will need to redeem your accrued points before you are able to earn more points.</p>\\r\\n\\r\\n<h2>Managing My Reward Points</h2>\\r\\n<p>You have the ability to view and manage your points through your <a href=\"{{store url=\"customer/account\"}}\">Customer Account</a>. From your account you will be able to view your total points (and currency equivalent), minimum needed to redeem, whether you have reached the maximum points limit and a cumulative history of points acquired, redeemed and lost. The history record will retain and display historical rates and currency for informational purposes. The history will also show you comprehensive informational messages regarding points, including expiration notifications.</p>\\r\\n<p><img src=\"{{skin url=\"images/reward_points/my_account.gif\"}}\" alt=\"My Account\" /></p>\\r\\n\\r\\n<h2>Reward Points Expiration</h2>\\r\\n<p>Reward points can be set to expire. Points will expire in the order form which they were first earned.</p>\\r\\n<p><strong>Note</strong>: You can sign up to receive email notifications each time your balance changes when you either earn, redeem or lose points, as well as point expiration notifications. This option is found in the <a href=\"{{store url=\"reward/customer/info\"}}\">Reward Points section</a> of the My Account area.</p>\\r\\n', '2015-10-09 15:15:44', '2015-10-09 15:15:44', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0);\n/*!40000 ALTER TABLE `cms_page` ENABLE KEYS */;\n\n\n-- Dumping structure for magento1.cms_page_store\nDROP TABLE IF EXISTS `cms_page_store`;\nCREATE TABLE IF NOT EXISTS `cms_page_store` (\n  `page_id` smallint(6) NOT NULL COMMENT 'Page ID',\n  `store_id` smallint(5) unsigned NOT NULL COMMENT 'Store ID',\n  PRIMARY KEY (`page_id`,`store_id`),\n  KEY `IDX_CMS_PAGE_STORE_STORE_ID` (`store_id`),\n  CONSTRAINT `FK_CMS_PAGE_STORE_PAGE_ID_CMS_PAGE_PAGE_ID` FOREIGN KEY (`page_id`) REFERENCES `cms_page` (`page_id`) ON DELETE CASCADE ON UPDATE CASCADE,\n  CONSTRAINT `FK_CMS_PAGE_STORE_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE\n) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='CMS Page To Store Linkage Table';\n\n-- Dumping data for table magento1.cms_page_store: ~9 rows\nDELETE FROM `cms_page_store`;\n/*!40000 ALTER TABLE `cms_page_store` DISABLE KEYS */;\nINSERT INTO `cms_page_store` (`page_id`, `store_id`) VALUES\n\t(1, 0),\n\t(2, 0),\n\t(3, 0),\n\t(4, 0),\n\t(5, 0),\n\t(6, 0),\n\t(7, 0),\n\t(8, 0),\n\t(9, 0);\n/*!40000 ALTER TABLE `cms_page_store` ENABLE KEYS */;\n\n--\n-- Table structure for table `core_store`\n--\n\nDROP TABLE IF EXISTS `core_store`;\n/*!40101 SET @saved_cs_client     = @@character_set_client */;\n/*!40101 SET character_set_client = utf8 */;\nCREATE TABLE `core_store` (\n  `store_id` smallint(5) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Store Id',\n  `code` varchar(32) DEFAULT NULL COMMENT 'Code',\n  `website_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Website Id',\n  `group_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Group Id',\n  `name` varchar(255) NOT NULL COMMENT 'Store Name',\n  `sort_order` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store Sort Order',\n  `is_active` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store Activity',\n  PRIMARY KEY (`store_id`),\n  UNIQUE KEY `UNQ_CORE_STORE_CODE` (`code`),\n  KEY `IDX_CORE_STORE_WEBSITE_ID` (`website_id`),\n  KEY `IDX_CORE_STORE_IS_ACTIVE_SORT_ORDER` (`is_active`,`sort_order`),\n  KEY `IDX_CORE_STORE_GROUP_ID` (`group_id`),\n  CONSTRAINT `FK_CORE_STORE_GROUP_ID_CORE_STORE_GROUP_GROUP_ID` FOREIGN KEY (`group_id`) REFERENCES `core_store_group` (`group_id`) ON DELETE CASCADE ON UPDATE CASCADE,\n  CONSTRAINT `FK_CORE_STORE_WEBSITE_ID_CORE_WEBSITE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `core_website` (`website_id`) ON DELETE CASCADE ON UPDATE CASCADE\n) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COMMENT='Stores';\n/*!40101 SET character_set_client = @saved_cs_client */;\n\n--\n-- Dumping data for table `core_store`\n--\n\nLOCK TABLES `core_store` WRITE;\n/*!40000 ALTER TABLE `core_store` DISABLE KEYS */;\nINSERT INTO `core_store` VALUES\n(0,'admin',0,0,'Admin',0,1),\n(1,'default',1,1,'Default Store View',0,1),\n(2,'de',1,1,'German',0,1),\n(3,'mw_store_02',1,2,'MWStore View02',0,1);\n/*!40000 ALTER TABLE `core_store` ENABLE KEYS */;\nUNLOCK TABLES;\n\n\n--\n-- Table structure for table `core_config_data`\n--\n\nDROP TABLE IF EXISTS `core_config_data`;\n/*!40101 SET @saved_cs_client     = @@character_set_client */;\n/*!40101 SET character_set_client = utf8 */;\nCREATE TABLE `core_config_data` (\n  `config_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Config Id',\n  `scope` varchar(8) NOT NULL DEFAULT 'default' COMMENT 'Config Scope',\n  `scope_id` int(11) NOT NULL DEFAULT '0' COMMENT 'Config Scope Id',\n  `path` varchar(255) NOT NULL DEFAULT 'general' COMMENT 'Config Path',\n  `value` text COMMENT 'Config Value',\n  PRIMARY KEY (`config_id`),\n  UNIQUE KEY `UNQ_CORE_CONFIG_DATA_SCOPE_SCOPE_ID_PATH` (`scope`,`scope_id`,`path`)\n) ENGINE=InnoDB AUTO_INCREMENT=121 DEFAULT CHARSET=utf8 COMMENT='Config Data';\n/*!40101 SET character_set_client = @saved_cs_client */;\n\n--\n-- Dumping data for table `core_config_data`\n--\n\nLOCK TABLES `core_config_data` WRITE;\n/*!40000 ALTER TABLE `core_config_data` DISABLE KEYS */;\nINSERT INTO `core_config_data` VALUES\n(1,'default',0,'catalog/seo/product_url_suffix','.html'),\n(2,'default',0,'catalog/seo/category_url_suffix','.html'),\n(3,'websites',1,'catalog/seo/product_url_suffix','.html1'),\n(4,'stores',3,'catalog/seo/product_url_suffix','.html2');\n/*!40000 ALTER TABLE `core_config_data` ENABLE KEYS */;\nUNLOCK TABLES;\n\n--\n-- Table structure for table `enterprise_url_rewrite`\n--\n\nDROP TABLE IF EXISTS `enterprise_url_rewrite`;\n/*!40101 SET @saved_cs_client     = @@character_set_client */;\n/*!40101 SET character_set_client = utf8 */;\nCREATE TABLE `enterprise_url_rewrite` (\n  `url_rewrite_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Url Rewrite Id',\n  `request_path` varchar(255) NOT NULL COMMENT 'Request Path',\n  `target_path` varchar(255) NOT NULL COMMENT 'Target path',\n  `is_system` smallint(5) unsigned NOT NULL COMMENT 'Is url rewrite System',\n  `guid` varchar(32) NOT NULL COMMENT 'GUID',\n  `identifier` varchar(255) NOT NULL COMMENT 'Unique url identifier',\n  `inc` int(10) unsigned NOT NULL DEFAULT '1' COMMENT 'Url increment',\n  `value_id` int(10) unsigned NOT NULL COMMENT 'Entity table identifier',\n  `store_id` smallint(5) unsigned NOT NULL COMMENT 'Store Id',\n  `entity_type` smallint(5) unsigned NOT NULL COMMENT 'Url Rewrite Entity Type',\n  PRIMARY KEY (`url_rewrite_id`),\n  UNIQUE KEY `UNQ_ENTERPRISE_URL_REWRITE_REQUEST_PATH_STORE_ID_ENTITY_TYPE` (`request_path`,`store_id`,`entity_type`),\n  KEY `IDX_ENTERPRISE_URL_REWRITE_IDENTIFIER` (`identifier`),\n  KEY `IDX_ENTERPRISE_URL_REWRITE_VALUE_ID_GUID` (`value_id`,`guid`)\n) ENGINE=InnoDB AUTO_INCREMENT=63 DEFAULT CHARSET=utf8 COMMENT='URL Rewrite';\n/*!40101 SET character_set_client = @saved_cs_client */;\n\n--\n-- Dumping data for table `enterprise_url_rewrite`\n--\n\nLOCK TABLES `enterprise_url_rewrite` WRITE;\n/*!40000 ALTER TABLE `enterprise_url_rewrite` DISABLE KEYS */;\nINSERT INTO `enterprise_url_rewrite` VALUES\n(1,'test','catalog/category/view/id/3',1,'aafdc55c2b13623895ba2f0d586f69e1','test',1,3,1,2),\n(28,'test2','catalog/category/view/id/4',1,'e310bd9490c57030e520593d9eb6ce2e','test2',1,4,1,2),\n(29,'test2','catalog/category/view/id/4',1,'ecb44f765c18a3af00f24128d8b6a3b8','test2',1,4,2,2),\n(30,'test','catalog/category/view/id/3',1,'962b97814939018fb8477ca2e7e03c35','test',1,3,2,2),\n(33,'test2/test3','catalog/category/view/id/5',1,'e0afb234ba3561cdbaba88938a562a4b','test2/test3',1,5,1,2),\n(34,'test2/test3','catalog/category/view/id/5',1,'9b0dfaa6bee6bf08eabe6b185fdf2df8','test2/test3',1,5,2,2),\n(35,'test','catalog/category/view/id/3',1,'c8cab577a8c630cd873427bb6b90f96d','test',1,3,3,2),\n(36,'test2','catalog/category/view/id/4',1,'10eaef8757f416c135a609dbec41ea77','test2',1,4,3,2),\n(37,'test2/test3','catalog/category/view/id/5',1,'ed3ccf135ec704e3df20648b5ae7b8b0','test2/test3',1,5,3,2),\n(46,'test','catalog/product/view/id/4',1,'79cd63a34f1f50f3a38cda4ef9591534','test',1,10,0,3),\n(47,'test-product','catalog/product/view/id/4',1,'79cd63a34f1f50f3a38cda4ef9591534','test-product',1,11,3,3),\n(48,'test-store-first','catalog/product/view/id/4',1,'79cd63a34f1f50f3a38cda4ef9591534','test-store-first',1,12,1,3),\n(49,'test1.html','contacts',0,'4a0c0b790c2cb138ef699611f922339b','test1.html',1,1,1,1),\n(50,'test2/test3/test_product.html','catalog/product/view/id/4/category/5',0,'4a0c0b790c2cb138ef699611f922339b','test2/test3/test_product.html',1,2,1,1),\n(52,'test1','catalog/category/view/id/6',1,'a5d86e86af7f3b8b870bd5378d5084f2','test1',1,6,1,2),\n(53,'test1','catalog/category/view/id/6',1,'69c325cf7b8a05180bda36bc511c1cce','test1',1,6,2,2),\n(54,'test1','catalog/category/view/id/6',1,'f7011308e6f8f4e431bca3efdd1026f0','test1',1,6,3,2),\n(55,'test1','catalog/product/view/id/5',1,'ada15e3563bf79b2d5c67d5cd5069e68','test1',1,13,0,3),\n(56,'test4','catalog/category/view/id/7',1,'bd0ccc57528c1f3f086e6a82b83741a6','test4',1,7,1,2),\n(57,'test4','catalog/category/view/id/7',1,'6eff0e8bfa846138f11cfb4a7bf5410d','test4',1,7,2,2),\n(58,'test4','catalog/category/view/id/7',1,'d7f037bfe70bc4681d129bc7f5dcc76d','test4',1,7,3,2),\n(59,'test5.html','contacts',0,'941ecaa436b59edf3c32e6f58c666697','test5.html',1,6,1,1),\n(60,'test5','catalog/category/view/id/8',1,'74c8106e92344a3dcbf5732d6d8534fd','test5',1,8,1,2),\n(61,'test5','catalog/category/view/id/8',1,'6d98585d20ddb1677a4e6458dabfe6be','test5',1,8,2,2),\n(62,'test5','catalog/category/view/id/8',1,'8375e1e3b337311dde8a4b84e5e05c3f','test5',1,8,3,2);\n/*!40000 ALTER TABLE `enterprise_url_rewrite` ENABLE KEYS */;\nUNLOCK TABLES;\n\n--\n-- Table structure for table `enterprise_url_rewrite_redirect`\n--\n\nDROP TABLE IF EXISTS `enterprise_url_rewrite_redirect`;\n/*!40101 SET @saved_cs_client     = @@character_set_client */;\n/*!40101 SET character_set_client = utf8 */;\nCREATE TABLE `enterprise_url_rewrite_redirect` (\n  `redirect_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Redirect Id',\n  `identifier` varchar(255) NOT NULL COMMENT 'Url identifier',\n  `target_path` varchar(255) NOT NULL COMMENT 'Target path',\n  `options` varchar(255) DEFAULT NULL COMMENT 'Redirect options',\n  `description` varchar(255) DEFAULT NULL COMMENT 'Description',\n  `category_id` int(10) unsigned DEFAULT NULL COMMENT 'Category Id',\n  `product_id` int(10) unsigned DEFAULT NULL COMMENT 'Product Id',\n  `store_id` smallint(5) unsigned NOT NULL COMMENT 'Store Id',\n  PRIMARY KEY (`redirect_id`),\n  UNIQUE KEY `UNQ_ENTERPRISE_URL_REWRITE_REDIRECT_IDENTIFIER_STORE_ID` (`identifier`,`store_id`),\n  KEY `FK_ENT_URL_REWRITE_REDIRECT_CTGR_ID_CAT_CTGR_ENTT_ENTT_ID` (`category_id`),\n  KEY `FK_ENT_URL_REWRITE_REDIRECT_PRD_ID_CAT_PRD_ENTT_ENTT_ID` (`product_id`),\n  CONSTRAINT `FK_ENT_URL_REWRITE_REDIRECT_CTGR_ID_CAT_CTGR_ENTT_ENTT_ID` FOREIGN KEY (`category_id`) REFERENCES `catalog_category_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,\n  CONSTRAINT `FK_ENT_URL_REWRITE_REDIRECT_PRD_ID_CAT_PRD_ENTT_ENTT_ID` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE\n) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8 COMMENT='Permanent redirect';\n/*!40101 SET character_set_client = @saved_cs_client */;\n\n--\n-- Dumping data for table `enterprise_url_rewrite_redirect`\n--\n\nLOCK TABLES `enterprise_url_rewrite_redirect` WRITE;\n/*!40000 ALTER TABLE `enterprise_url_rewrite_redirect` DISABLE KEYS */;\nINSERT INTO `enterprise_url_rewrite_redirect` VALUES\n(1,'test1.html','catalog/category/view/id/6','RP',NULL,6,NULL,1),\n(2,'test2/test3/test_product.html','catalog/product/view/id/4/category/5','RP',NULL,5,4,1),\n(3,'test1.html','catalog/category/view/id/6',NULL,NULL,6,NULL,2),\n(4,'test1.html','catalog/category/view/id/6',NULL,NULL,6,NULL,3),\n(6,'test5.html','contacts','RP',NULL,NULL,NULL,1);\n/*!40000 ALTER TABLE `enterprise_url_rewrite_redirect` ENABLE KEYS */;\nUNLOCK TABLES;\n\n--\n-- Table structure for table `catalog_category_entity_url_key`\n--\n\nDROP TABLE IF EXISTS `catalog_category_entity_url_key`;\n/*!40101 SET @saved_cs_client     = @@character_set_client */;\n/*!40101 SET character_set_client = utf8 */;\nCREATE TABLE `catalog_category_entity_url_key` (\n  `value_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Value ID',\n  `entity_type_id` smallint(5) unsigned NOT NULL COMMENT 'Entity Type ID',\n  `attribute_id` smallint(5) unsigned NOT NULL COMMENT 'Attribute ID',\n  `store_id` smallint(5) unsigned NOT NULL COMMENT 'Store ID',\n  `entity_id` int(10) unsigned NOT NULL COMMENT 'Entity ID',\n  `value` varchar(255) DEFAULT NULL COMMENT 'Category Url Key',\n  PRIMARY KEY (`value_id`),\n  UNIQUE KEY `UNQ_CATALOG_CATEGORY_ENTITY_URL_KEY_ENTITY_ID_STORE_ID` (`entity_id`,`store_id`),\n  KEY `IDX_CATALOG_CATEGORY_ENTITY_URL_KEY_ATTRIBUTE_ID` (`attribute_id`),\n  KEY `IDX_CATALOG_CATEGORY_ENTITY_URL_KEY_STORE_ID` (`store_id`),\n  KEY `IDX_CATALOG_CATEGORY_ENTITY_URL_KEY_ENTITY_ID` (`entity_id`),\n  CONSTRAINT `FK_CATALOG_CATEGORY_ENTITY_URL_KEY_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE,\n  CONSTRAINT `FK_CAT_CTGR_ENTT_URL_KEY_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE,\n  CONSTRAINT `FK_CAT_CTGR_ENTT_URL_KEY_ENTT_ID_CAT_CTGR_ENTT_ENTT_ID` FOREIGN KEY (`entity_id`) REFERENCES `catalog_category_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE\n) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8 COMMENT='Catalog Category Url Key Attribute Backend Table';\n/*!40101 SET character_set_client = @saved_cs_client */;\n\n--\n-- Dumping data for table `catalog_category_entity_url_key`\n--\n\nLOCK TABLES `catalog_category_entity_url_key` WRITE;\n/*!40000 ALTER TABLE `catalog_category_entity_url_key` DISABLE KEYS */;\nINSERT INTO `catalog_category_entity_url_key` VALUES\n(1,3,43,1,1,'root-catalog'),\n(2,3,43,1,2,'default-category'),\n(3,3,43,0,3,'test'),\n(4,3,43,0,4,'test2'),\n(5,3,43,0,5,'test3'),\n(6,3,43,0,6,'test1'),\n(7,3,43,0,7,'test4'),\n(8,3,43,0,8,'test5');\n/*!40000 ALTER TABLE `catalog_category_entity_url_key` ENABLE KEYS */;\nUNLOCK TABLES;\n\n--\n-- Table structure for table `catalog_product_entity_url_key`\n--\n\nDROP TABLE IF EXISTS `catalog_product_entity_url_key`;\n/*!40101 SET @saved_cs_client     = @@character_set_client */;\n/*!40101 SET character_set_client = utf8 */;\nCREATE TABLE `catalog_product_entity_url_key` (\n  `value_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Value ID',\n  `entity_type_id` smallint(5) unsigned NOT NULL COMMENT 'Entity Type ID',\n  `attribute_id` smallint(5) unsigned NOT NULL COMMENT 'Attribute ID',\n  `store_id` smallint(5) unsigned NOT NULL COMMENT 'Store ID',\n  `entity_id` int(10) unsigned NOT NULL COMMENT 'Entity ID',\n  `value` varchar(255) DEFAULT NULL COMMENT 'Product Url Key',\n  PRIMARY KEY (`value_id`),\n  UNIQUE KEY `UNQ_CAT_PRD_ENTT_URL_KEY_ENTT_ID_ATTR_ID_STORE_ID` (`entity_id`,`attribute_id`,`store_id`),\n  UNIQUE KEY `UNQ_CATALOG_PRODUCT_ENTITY_URL_KEY_VALUE` (`value`),\n  KEY `IDX_CATALOG_PRODUCT_ENTITY_URL_KEY_ATTRIBUTE_ID` (`attribute_id`),\n  KEY `IDX_CATALOG_PRODUCT_ENTITY_URL_KEY_STORE_ID` (`store_id`),\n  KEY `IDX_CATALOG_PRODUCT_ENTITY_URL_KEY_ENTITY_ID` (`entity_id`),\n  CONSTRAINT `FK_CATALOG_PRODUCT_ENTITY_URL_KEY_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE,\n  CONSTRAINT `FK_CAT_PRD_ENTT_URL_KEY_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE,\n  CONSTRAINT `FK_CAT_PRD_ENTT_URL_KEY_ENTT_ID_CAT_PRD_ENTT_ENTT_ID` FOREIGN KEY (`entity_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE\n) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8 COMMENT='Catalog Product Url Key Attribute Backend Table';\n/*!40101 SET character_set_client = @saved_cs_client */;\n\n--\n-- Dumping data for table `catalog_product_entity_url_key`\n--\n\nLOCK TABLES `catalog_product_entity_url_key` WRITE;\n/*!40000 ALTER TABLE `catalog_product_entity_url_key` DISABLE KEYS */;\nINSERT INTO `catalog_product_entity_url_key` VALUES\n(10,4,97,0,4,'test'),\n(11,4,97,3,4,'test-product'),\n(12,4,97,1,4,'test-store-first'),\n(13,4,97,0,5,'test1');\n/*!40000 ALTER TABLE `catalog_product_entity_url_key` ENABLE KEYS */;\nUNLOCK TABLES;\n\n--\n-- Table structure for table `catalog_category_product`\n--\n\nDROP TABLE IF EXISTS `catalog_category_product`;\n/*!40101 SET @saved_cs_client     = @@character_set_client */;\n/*!40101 SET character_set_client = utf8 */;\nCREATE TABLE `catalog_category_product` (\n  `category_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Category ID',\n  `product_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Product ID',\n  `position` int(11) NOT NULL DEFAULT '0' COMMENT 'Position',\n  PRIMARY KEY (`category_id`,`product_id`),\n  KEY `IDX_CATALOG_CATEGORY_PRODUCT_PRODUCT_ID` (`product_id`),\n  CONSTRAINT `FK_CAT_CTGR_PRD_CTGR_ID_CAT_CTGR_ENTT_ENTT_ID` FOREIGN KEY (`category_id`) REFERENCES `catalog_category_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,\n  CONSTRAINT `FK_CAT_CTGR_PRD_PRD_ID_CAT_PRD_ENTT_ENTT_ID` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE\n) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product To Category Linkage Table';\n/*!40101 SET character_set_client = @saved_cs_client */;\n\n--\n-- Dumping data for table `catalog_category_product`\n--\n\nLOCK TABLES `catalog_category_product` WRITE;\n/*!40000 ALTER TABLE `catalog_category_product` DISABLE KEYS */;\nINSERT INTO `catalog_category_product` VALUES\n(3,4,1),\n(3,5,1),\n(4,4,1),\n(5,4,0);\n/*!40000 ALTER TABLE `catalog_category_product` ENABLE KEYS */;\nUNLOCK TABLES;\n\n--\n-- Table structure for table `catalog_product_website`\n--\n\nDROP TABLE IF EXISTS `catalog_product_website`;\n/*!40101 SET @saved_cs_client     = @@character_set_client */;\n/*!40101 SET character_set_client = utf8 */;\nCREATE TABLE `catalog_product_website` (\n  `product_id` int(10) unsigned NOT NULL COMMENT 'Product ID',\n  `website_id` smallint(5) unsigned NOT NULL COMMENT 'Website ID',\n  PRIMARY KEY (`product_id`,`website_id`),\n  KEY `IDX_CATALOG_PRODUCT_WEBSITE_WEBSITE_ID` (`website_id`),\n  CONSTRAINT `FK_CATALOG_PRODUCT_WEBSITE_WEBSITE_ID_CORE_WEBSITE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `core_website` (`website_id`) ON DELETE CASCADE ON UPDATE CASCADE,\n  CONSTRAINT `FK_CAT_PRD_WS_PRD_ID_CAT_PRD_ENTT_ENTT_ID` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE\n) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product To Website Linkage Table';\n/*!40101 SET character_set_client = @saved_cs_client */;\n\n--\n-- Dumping data for table `catalog_product_website`\n--\n\nLOCK TABLES `catalog_product_website` WRITE;\n/*!40000 ALTER TABLE `catalog_product_website` DISABLE KEYS */;\nINSERT INTO `catalog_product_website` VALUES\n(4,1),\n(5,1);\n/*!40000 ALTER TABLE `catalog_product_website` ENABLE KEYS */;\nUNLOCK TABLES;\n\n--\n-- Table structure for table `catalog_product_entity_varchar`\n--\n\nDROP TABLE IF EXISTS `catalog_product_entity_varchar`;\n/*!40101 SET @saved_cs_client     = @@character_set_client */;\n/*!40101 SET character_set_client = utf8 */;\nCREATE TABLE `catalog_product_entity_varchar` (\n  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value ID',\n  `entity_type_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Type ID',\n  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute ID',\n  `store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store ID',\n  `entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity ID',\n  `value` varchar(255) DEFAULT NULL COMMENT 'Value',\n  PRIMARY KEY (`value_id`),\n  UNIQUE KEY `UNQ_CAT_PRD_ENTT_VCHR_ENTT_ID_ATTR_ID_STORE_ID` (`entity_id`,`attribute_id`,`store_id`),\n  KEY `IDX_CATALOG_PRODUCT_ENTITY_VARCHAR_ATTRIBUTE_ID` (`attribute_id`),\n  KEY `IDX_CATALOG_PRODUCT_ENTITY_VARCHAR_STORE_ID` (`store_id`),\n  KEY `IDX_CATALOG_PRODUCT_ENTITY_VARCHAR_ENTITY_ID` (`entity_id`),\n  CONSTRAINT `FK_CATALOG_PRODUCT_ENTITY_VARCHAR_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE,\n  CONSTRAINT `FK_CAT_PRD_ENTT_VCHR_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE,\n  CONSTRAINT `FK_CAT_PRD_ENTT_VCHR_ENTT_ID_CAT_PRD_ENTT_ENTT_ID` FOREIGN KEY (`entity_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE\n) ENGINE=InnoDB AUTO_INCREMENT=97 DEFAULT CHARSET=utf8 COMMENT='Catalog Product Varchar Attribute Backend Table';\n/*!40101 SET character_set_client = @saved_cs_client */;\n\n--\n-- Dumping data for table `catalog_product_entity_varchar`\n--\n\nLOCK TABLES `catalog_product_entity_varchar` WRITE;\n/*!40000 ALTER TABLE `catalog_product_entity_varchar` DISABLE KEYS */;\n/*!40000 ALTER TABLE `catalog_product_entity_varchar` ENABLE KEYS */;\nUNLOCK TABLES;\n\n--\n-- Table structure for table `catalog_category_entity_varchar`\n--\n\nDROP TABLE IF EXISTS `catalog_category_entity_varchar`;\n/*!40101 SET @saved_cs_client     = @@character_set_client */;\n/*!40101 SET character_set_client = utf8 */;\nCREATE TABLE `catalog_category_entity_varchar` (\n  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value ID',\n  `entity_type_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Type ID',\n  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute ID',\n  `store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store ID',\n  `entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity ID',\n  `value` varchar(255) DEFAULT NULL COMMENT 'Value',\n  PRIMARY KEY (`value_id`),\n  UNIQUE KEY `UNQ_CAT_CTGR_ENTT_VCHR_ENTT_TYPE_ID_ENTT_ID_ATTR_ID_STORE_ID` (`entity_type_id`,`entity_id`,`attribute_id`,`store_id`),\n  KEY `IDX_CATALOG_CATEGORY_ENTITY_VARCHAR_ENTITY_ID` (`entity_id`),\n  KEY `IDX_CATALOG_CATEGORY_ENTITY_VARCHAR_ATTRIBUTE_ID` (`attribute_id`),\n  KEY `IDX_CATALOG_CATEGORY_ENTITY_VARCHAR_STORE_ID` (`store_id`),\n  CONSTRAINT `FK_CATALOG_CATEGORY_ENTITY_VARCHAR_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE,\n  CONSTRAINT `FK_CAT_CTGR_ENTT_VCHR_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE,\n  CONSTRAINT `FK_CAT_CTGR_ENTT_VCHR_ENTT_ID_CAT_CTGR_ENTT_ENTT_ID` FOREIGN KEY (`entity_id`) REFERENCES `catalog_category_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE\n) ENGINE=InnoDB AUTO_INCREMENT=36 DEFAULT CHARSET=utf8 COMMENT='Catalog Category Varchar Attribute Backend Table';\n/*!40101 SET character_set_client = @saved_cs_client */;\n\n--\n-- Dumping data for table `catalog_category_entity_varchar`\n--\n\nLOCK TABLES `catalog_category_entity_varchar` WRITE;\n/*!40000 ALTER TABLE `catalog_category_entity_varchar` DISABLE KEYS */;\nINSERT INTO `catalog_category_entity_varchar` VALUES\n(1,3,41,0,1,'Root Catalog'),\n(2,3,41,1,1,'Root Catalog'),\n(3,3,41,0,2,'Default Category');\n/*!40000 ALTER TABLE `catalog_category_entity_varchar` ENABLE KEYS */;\nUNLOCK TABLES;\n\n/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;\n\n/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;\n/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;\n/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;\n/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;\n/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;\n/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;\n/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;\n\n-- Dump completed on 2015-01-29 19:44:38\n"
  },
  {
    "path": "tests/integration/resource/url_rewrite_191/dest.sql",
    "content": "/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n\n/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;\n/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;\n/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;\n/*!40101 SET NAMES utf8 */;\n/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;\n/*!40103 SET TIME_ZONE='+00:00' */;\n/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;\n/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;\n/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;\n/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;\n\n--\n-- Table structure for table `url_rewrite`\n--\n\nDROP TABLE IF EXISTS `url_rewrite`;\n/*!40101 SET @saved_cs_client     = @@character_set_client */;\n/*!40101 SET character_set_client = utf8 */;\nCREATE TABLE `url_rewrite` (\n  `url_rewrite_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Rewrite Id',\n  `entity_type` varchar(32) NOT NULL COMMENT 'Entity type code',\n  `entity_id` int(10) unsigned NOT NULL COMMENT 'Entity ID',\n  `request_path` varchar(255) DEFAULT NULL COMMENT 'Request Path',\n  `target_path` varchar(255) DEFAULT NULL COMMENT 'Target Path',\n  `redirect_type` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Redirect Type',\n  `store_id` smallint(5) unsigned NOT NULL COMMENT 'Store Id',\n  `description` varchar(255) DEFAULT NULL COMMENT 'Description',\n  `is_autogenerated` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Is rewrite generated automatically flag',\n  `metadata` varchar(255) DEFAULT NULL COMMENT 'Meta data for url rewrite',\n  PRIMARY KEY (`url_rewrite_id`),\n  UNIQUE KEY `UNQ_URL_REWRITE_REQUEST_PATH_STORE_ID` (`request_path`,`store_id`),\n  KEY `IDX_URL_REWRITE_TARGET_PATH` (`target_path`),\n  KEY `IDX_URL_REWRITE_STORE_ID_ENTITY_ID` (`store_id`,`entity_id`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Url Rewrites';\n/*!40101 SET character_set_client = @saved_cs_client */;\n\n--\n-- Table structure for table `catalog_category_entity_varchar`\n--\n\nDROP TABLE IF EXISTS `catalog_category_entity_varchar`;\n/*!40101 SET @saved_cs_client     = @@character_set_client */;\n/*!40101 SET character_set_client = utf8 */;\nCREATE TABLE `catalog_category_entity_varchar` (\n  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value ID',\n  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute ID',\n  `store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store ID',\n  `entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity ID',\n  `value` varchar(255) DEFAULT NULL COMMENT 'Value',\n  PRIMARY KEY (`value_id`),\n  UNIQUE KEY `UNQ_CAT_CTGR_ENTT_VCHR_ENTT_TYPE_ID_ENTT_ID_ATTR_ID_STORE_ID` (`entity_id`,`attribute_id`,`store_id`),\n  KEY `IDX_CATALOG_CATEGORY_ENTITY_VARCHAR_ENTITY_ID` (`entity_id`),\n  KEY `IDX_CATALOG_CATEGORY_ENTITY_VARCHAR_ATTRIBUTE_ID` (`attribute_id`),\n  KEY `IDX_CATALOG_CATEGORY_ENTITY_VARCHAR_STORE_ID` (`store_id`)\n) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COMMENT='Catalog Category Varchar Attribute Backend Table';\n/*!40101 SET character_set_client = @saved_cs_client */;\n\n--\n-- Dumping data for table `catalog_category_entity_varchar`\n--\n\nLOCK TABLES `catalog_category_entity_varchar` WRITE;\n/*!40000 ALTER TABLE `catalog_category_entity_varchar` DISABLE KEYS */;\nINSERT INTO `catalog_category_entity_varchar` VALUES\n(1,41,0,1,'Root Catalog'),\n(2,41,0,2,'Default Category'),\n(3,48,0,2,'PRODUCTS');\n/*!40000 ALTER TABLE `catalog_category_entity_varchar` ENABLE KEYS */;\nUNLOCK TABLES;\n\n--\n-- Table structure for table `catalog_product_entity_varchar`\n--\n\nDROP TABLE IF EXISTS `catalog_product_entity_varchar`;\n/*!40101 SET @saved_cs_client     = @@character_set_client */;\n/*!40101 SET character_set_client = utf8 */;\nCREATE TABLE `catalog_product_entity_varchar` (\n  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value ID',\n  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute ID',\n  `store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store ID',\n  `entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity ID',\n  `value` varchar(255) DEFAULT NULL COMMENT 'Value',\n  PRIMARY KEY (`value_id`),\n  UNIQUE KEY `UNQ_CAT_PRD_ENTT_VCHR_ENTT_ID_ATTR_ID_STORE_ID` (`entity_id`,`attribute_id`,`store_id`),\n  KEY `IDX_CATALOG_PRODUCT_ENTITY_VARCHAR_ATTRIBUTE_ID` (`attribute_id`),\n  KEY `IDX_CATALOG_PRODUCT_ENTITY_VARCHAR_STORE_ID` (`store_id`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product Varchar Attribute Backend Table';\n/*!40101 SET character_set_client = @saved_cs_client */;\n\n--\n-- Table structure for table `catalog_url_rewrite_product_category`\n--\n\nDROP TABLE IF EXISTS `catalog_url_rewrite_product_category`;\n/*!40101 SET @saved_cs_client     = @@character_set_client */;\n/*!40101 SET character_set_client = utf8 */;\nCREATE TABLE `catalog_url_rewrite_product_category` (\n  `url_rewrite_id` int(10) unsigned NOT NULL COMMENT 'url_rewrite_id',\n  `category_id` int(10) unsigned NOT NULL COMMENT 'category_id',\n  `product_id` int(10) unsigned NOT NULL COMMENT 'product_id',\n  KEY `IDX_CATALOG_URL_REWRITE_PRODUCT_CATEGORY_CATEGORY_ID_PRODUCT_ID` (`category_id`,`product_id`),\n  KEY `FK_CAT_URL_REWRITE_PRD_CTGR_PRD_ID_CAT_PRD_ENTT_ENTT_ID` (`product_id`),\n  KEY `FK_BB79E64705D7F17FE181F23144528FC8` (`url_rewrite_id`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='url_rewrite_relation';\n/*!40101 SET character_set_client = @saved_cs_client */;\n\n--\n-- Dumping data for table `catalog_url_rewrite_product_category`\n--\n\n\n/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;\n\n/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;\n/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;\n/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;\n/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;\n/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;\n/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;\n/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;\n\n-- Dump completed on 2015-01-29 19:44:27\n"
  },
  {
    "path": "tests/integration/resource/url_rewrite_191/source.sql",
    "content": "DROP TABLE IF EXISTS `eav_entity_type`;\nCREATE TABLE IF NOT EXISTS `eav_entity_type` (\n  `entity_type_id` smallint(5) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Entity Type Id',\n  `entity_type_code` varchar(50) NOT NULL COMMENT 'Entity Type Code',\n  `entity_model` varchar(255) NOT NULL COMMENT 'Entity Model',\n  `attribute_model` varchar(255) DEFAULT NULL COMMENT 'Attribute Model',\n  `entity_table` varchar(255) DEFAULT NULL COMMENT 'Entity Table',\n  `value_table_prefix` varchar(255) DEFAULT NULL COMMENT 'Value Table Prefix',\n  `entity_id_field` varchar(255) DEFAULT NULL COMMENT 'Entity Id Field',\n  `is_data_sharing` smallint(5) unsigned NOT NULL DEFAULT '1' COMMENT 'Defines Is Data Sharing',\n  `data_sharing_key` varchar(100) DEFAULT 'default' COMMENT 'Data Sharing Key',\n  `default_attribute_set_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Default Attribute Set Id',\n  `increment_model` varchar(255) DEFAULT NULL COMMENT 'Increment Model',\n  `increment_per_store` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Increment Per Store',\n  `increment_pad_length` smallint(5) unsigned NOT NULL DEFAULT '8' COMMENT 'Increment Pad Length',\n  `increment_pad_char` varchar(1) NOT NULL DEFAULT '0' COMMENT 'Increment Pad Char',\n  `additional_attribute_table` varchar(255) DEFAULT NULL COMMENT 'Additional Attribute Table',\n  `entity_attribute_collection` varchar(255) DEFAULT NULL COMMENT 'Entity Attribute Collection',\n  PRIMARY KEY (`entity_type_id`),\n  KEY `EAV_ENTITY_TYPE_ENTITY_TYPE_CODE` (`entity_type_code`)\n)\nCOMMENT='Eav Entity Type'\nCOLLATE='utf8_general_ci'\nENGINE=InnoDB\n;\n\nINSERT INTO `eav_entity_type` (`entity_type_id`, `entity_type_code`, `entity_model`, `attribute_model`, `entity_table`, `value_table_prefix`, `entity_id_field`, `is_data_sharing`, `data_sharing_key`, `default_attribute_set_id`, `increment_model`, `increment_per_store`, `increment_pad_length`, `increment_pad_char`, `additional_attribute_table`, `entity_attribute_collection`)\nVALUES (4, 'catalog_product', 'catalog/product', 'catalog/resource_eav_attribute', 'catalog/product', '', '', 1, 'default', 4, '', 0, 8, '0', 'catalog/eav_attribute', 'catalog/product_attribute_collection'),\n       (1, 'customer', 'customer/customer', 'customer/attribute', 'customer/entity', '', '', 1, 'default', 1, 'eav/entity_increment_numeric', 0, 8, '0', 'customer/eav_attribute', 'customer/attribute_collection');\n\nDROP TABLE IF EXISTS `eav_attribute_set`;\nCREATE TABLE IF NOT EXISTS `eav_attribute_set` (\n  `attribute_set_id` smallint(5) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Attribute Set Id',\n  `entity_type_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',\n  `attribute_set_name` varchar(255) DEFAULT NULL COMMENT 'Attribute Set Name',\n  `sort_order` smallint(6) NOT NULL DEFAULT '0' COMMENT 'Sort Order',\n  PRIMARY KEY (`attribute_set_id`),\n  UNIQUE KEY `EAV_ATTRIBUTE_SET_ENTITY_TYPE_ID_ATTRIBUTE_SET_NAME` (`entity_type_id`,`attribute_set_name`),\n  KEY `EAV_ATTRIBUTE_SET_ENTITY_TYPE_ID_SORT_ORDER` (`entity_type_id`,`sort_order`),\n  CONSTRAINT `EAV_ATTRIBUTE_SET_ENTITY_TYPE_ID_EAV_ENTITY_TYPE_ENTITY_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON DELETE CASCADE\n)\nCOMMENT='Eav Attribute Set'\nCOLLATE='utf8_general_ci'\nENGINE=InnoDB\n;\nINSERT INTO `eav_attribute_set` (`attribute_set_id`, `entity_type_id`, `attribute_set_name`, `sort_order`)\n  VALUES (4, 4, 'Default', 1), (1, 1, 'Default', 1);\n\nDROP TABLE IF EXISTS `catalog_category_entity`;\nCREATE TABLE `catalog_category_entity` (\n\t`entity_id` INT(10) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Entity ID',\n\t`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Entity Type ID',\n\t`attribute_set_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attriute Set ID',\n\t`parent_id` INT(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Parent Category ID',\n\t`created_at` TIMESTAMP NULL DEFAULT NULL COMMENT 'Creation Time',\n\t`updated_at` TIMESTAMP NULL DEFAULT NULL COMMENT 'Update Time',\n\t`path` VARCHAR(255) NOT NULL COMMENT 'Tree Path',\n\t`position` INT(11) NOT NULL DEFAULT '0' COMMENT 'Position',\n\t`level` INT(11) NOT NULL DEFAULT '0' COMMENT 'Tree Level',\n\t`children_count` INT(11) NOT NULL DEFAULT '0' COMMENT 'Child Count',\n\tPRIMARY KEY (`entity_id`),\n\tINDEX `IDX_CATALOG_CATEGORY_ENTITY_LEVEL` (`level`),\n\tINDEX `IDX_CATALOG_CATEGORY_ENTITY_PATH_ENTITY_ID` (`path`, `entity_id`)\n)\nCOMMENT='Catalog Category Table'\nCOLLATE='utf8_general_ci'\nENGINE=InnoDB\n;\nINSERT INTO `catalog_category_entity` VALUES (1, 3, 0, 0, '1975-01-01 00:00:00', '2016-07-13 11:43:28', '1', 0, 0, 2),\n(2, 3, 3, 1, '2016-07-13 11:43:28', '2016-07-13 11:43:28', '1/2', 1, 1, 1),\n(3, 3, 3, 2, '2016-07-13 12:30:21', '2016-07-13 12:30:21', '1/2/3', 1, 2, 0);\n\nDROP TABLE IF EXISTS `catalog_product_entity`;\nCREATE TABLE `catalog_product_entity` (\n\t`entity_id` INT(10) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Entity ID',\n\t`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Entity Type ID',\n\t`attribute_set_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Set ID',\n\t`type_id` VARCHAR(32) NOT NULL DEFAULT 'simple' COMMENT 'Type ID',\n\t`sku` VARCHAR(64) NULL DEFAULT NULL COMMENT 'SKU',\n\t`has_options` SMALLINT(6) NOT NULL DEFAULT '0' COMMENT 'Has Options',\n\t`required_options` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Required Options',\n\t`created_at` TIMESTAMP NULL DEFAULT NULL COMMENT 'Creation Time',\n\t`updated_at` TIMESTAMP NULL DEFAULT NULL COMMENT 'Update Time',\n\tPRIMARY KEY (`entity_id`),\n\tINDEX `IDX_CATALOG_PRODUCT_ENTITY_ENTITY_TYPE_ID` (`entity_type_id`),\n\tINDEX `IDX_CATALOG_PRODUCT_ENTITY_ATTRIBUTE_SET_ID` (`attribute_set_id`),\n\tINDEX `IDX_CATALOG_PRODUCT_ENTITY_SKU` (`sku`),\n\tCONSTRAINT `FK_CAT_PRD_ENTT_ATTR_SET_ID_EAV_ATTR_SET_ATTR_SET_ID` FOREIGN KEY (`attribute_set_id`) REFERENCES `eav_attribute_set` (`attribute_set_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\nCOMMENT='Catalog Product Table'\nCOLLATE='utf8_general_ci'\nENGINE=InnoDB\n;\n\nINSERT INTO `catalog_product_entity` VALUES\n(1, 4, 4, 'simple', 'SimpleProduct', 1, 1, '2016-07-13 12:31:52', '2016-07-13 12:34:07'),\n(2, 4, 4, 'virtual', 'Virtual Product', 0, 0, '2016-07-13 12:34:53', '2016-07-13 12:34:53');\n\nCREATE TABLE `core_website` (\n  `website_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Website Id',\n  `code` VARCHAR(32) NULL DEFAULT NULL COMMENT 'Code',\n  `name` VARCHAR(64) NULL DEFAULT NULL COMMENT 'Website Name',\n  `sort_order` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Sort Order',\n  `default_group_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Default Group Id',\n  `is_default` SMALLINT(5) UNSIGNED NULL DEFAULT '0' COMMENT 'Defines Is Website Default',\n  `is_staging` TINYINT(1) NOT NULL DEFAULT '0' COMMENT 'Is Staging Flag',\n  `master_login` VARCHAR(40) NULL DEFAULT NULL COMMENT 'Master Login',\n  `master_password` VARCHAR(100) NULL DEFAULT NULL COMMENT 'Master Password',\n  `visibility` VARCHAR(40) NULL DEFAULT NULL COMMENT 'Visibility',\n  PRIMARY KEY (`website_id`),\n  UNIQUE INDEX `UNQ_CORE_WEBSITE_CODE` (`code`),\n  INDEX `IDX_CORE_WEBSITE_SORT_ORDER` (`sort_order`),\n  INDEX `IDX_CORE_WEBSITE_DEFAULT_GROUP_ID` (`default_group_id`)\n)\n  COMMENT='Websites'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\nINSERT INTO `core_website` (`website_id`, `code`, `name`, `sort_order`, `default_group_id`, `is_default`, `is_staging`, `master_login`, `master_password`, `visibility`) VALUES (0, 'admin', 'Admin', 0, 0, 0, 0, '', '', '');\nINSERT INTO `core_website` (`website_id`, `code`, `name`, `sort_order`, `default_group_id`, `is_default`, `is_staging`, `master_login`, `master_password`, `visibility`) VALUES (1, 'base', 'Main Website', 0, 1, 1, 0, '', '', '');\n\nCREATE TABLE `core_store_group` (\n  `group_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Group Id',\n  `website_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Website Id',\n  `name` VARCHAR(255) NOT NULL COMMENT 'Store Group Name',\n  `root_category_id` INT(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Root Category Id',\n  `default_store_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Default Store Id',\n  PRIMARY KEY (`group_id`),\n  INDEX `IDX_CORE_STORE_GROUP_WEBSITE_ID` (`website_id`),\n  INDEX `IDX_CORE_STORE_GROUP_DEFAULT_STORE_ID` (`default_store_id`),\n  CONSTRAINT `FK_CORE_STORE_GROUP_WEBSITE_ID_CORE_WEBSITE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `core_website` (`website_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\n  COMMENT='Store Groups'\n  COLLATE='utf8_general_ci'\n  ENGINE=InnoDB\n;\nINSERT INTO `core_store_group` (`group_id`, `website_id`, `name`, `root_category_id`, `default_store_id`) VALUES (0, 0, 'Default', 0, 0);\nINSERT INTO `core_store_group` (`group_id`, `website_id`, `name`, `root_category_id`, `default_store_id`) VALUES (1, 1, 'First Main Store', 2, 1);\n\nDROP TABLE IF EXISTS `core_store`;\nCREATE TABLE `core_store` (\n\t`store_id` SMALLINT(5) UNSIGNED COMMENT 'Store Id',\n\t`code` VARCHAR(32) NULL DEFAULT NULL COMMENT 'Code',\n\t`website_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Website Id',\n\t`group_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Group Id',\n\t`name` VARCHAR(255) NOT NULL COMMENT 'Store Name',\n\t`sort_order` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Sort Order',\n\t`is_active` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Activity',\n\tPRIMARY KEY (`store_id`),\n\tUNIQUE INDEX `UNQ_CORE_STORE_CODE` (`code`),\n\tINDEX `IDX_CORE_STORE_WEBSITE_ID` (`website_id`),\n\tINDEX `IDX_CORE_STORE_IS_ACTIVE_SORT_ORDER` (`is_active`, `sort_order`),\n\tINDEX `IDX_CORE_STORE_GROUP_ID` (`group_id`),\n\tCONSTRAINT `FK_CORE_STORE_GROUP_ID_CORE_STORE_GROUP_GROUP_ID` FOREIGN KEY (`group_id`) REFERENCES `core_store_group` (`group_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n\tCONSTRAINT `FK_CORE_STORE_WEBSITE_ID_CORE_WEBSITE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `core_website` (`website_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\nCOMMENT='Stores'\nCOLLATE='utf8_general_ci'\nENGINE=InnoDB\n;\n\n/*!40000 ALTER TABLE `core_store` DISABLE KEYS */;\nLOCK TABLES `core_store` WRITE;\n/*!40000 ALTER TABLE `core_store` DISABLE KEYS */;\nINSERT INTO `core_store` VALUES\n(1,'admin',0,0,'Admin',0,1),\n(2,'default',1,1,'Default Store View',0,1);\n/*!40000 ALTER TABLE `core_store` ENABLE KEYS */;\nUNLOCK TABLES;\n/*!40000 ALTER TABLE `core_store` ENABLE KEYS */;\n\n\nDROP TABLE IF EXISTS `core_url_rewrite`;\nCREATE TABLE `core_url_rewrite` (\n\t`url_rewrite_id` INT(10) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Rewrite Id',\n\t`store_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Id',\n\t`category_id` INT(10) UNSIGNED NULL DEFAULT NULL COMMENT 'Category Id',\n\t`product_id` INT(10) UNSIGNED NULL DEFAULT NULL COMMENT 'Product Id',\n\t`id_path` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Id Path',\n\t`request_path` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Request Path',\n\t`target_path` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Target Path',\n\t`is_system` SMALLINT(5) UNSIGNED NULL DEFAULT '1' COMMENT 'Defines is Rewrite System',\n\t`options` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Options',\n\t`description` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Description',\n\tPRIMARY KEY (`url_rewrite_id`),\n\tUNIQUE INDEX `UNQ_CORE_URL_REWRITE_REQUEST_PATH_STORE_ID` (`request_path`, `store_id`),\n\tUNIQUE INDEX `UNQ_CORE_URL_REWRITE_ID_PATH_IS_SYSTEM_STORE_ID` (`id_path`, `is_system`, `store_id`),\n\tINDEX `IDX_CORE_URL_REWRITE_TARGET_PATH_STORE_ID` (`target_path`, `store_id`),\n\tINDEX `IDX_CORE_URL_REWRITE_ID_PATH` (`id_path`),\n\tINDEX `IDX_CORE_URL_REWRITE_STORE_ID` (`store_id`),\n\tINDEX `FK_CORE_URL_REWRITE_PRODUCT_ID_CATALOG_PRODUCT_ENTITY_ENTITY_ID` (`product_id`),\n\tINDEX `FK_CORE_URL_REWRITE_CTGR_ID_CAT_CTGR_ENTT_ENTT_ID` (`category_id`),\n\tCONSTRAINT `FK_CORE_URL_REWRITE_CTGR_ID_CAT_CTGR_ENTT_ENTT_ID` FOREIGN KEY (`category_id`) REFERENCES `catalog_category_entity` (`entity_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n\tCONSTRAINT `FK_CORE_URL_REWRITE_PRODUCT_ID_CATALOG_PRODUCT_ENTITY_ENTITY_ID` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n\tCONSTRAINT `FK_CORE_URL_REWRITE_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\nCOMMENT='Url Rewrites'\nCOLLATE='utf8_general_ci'\nENGINE=InnoDB\n;\nINSERT INTO `core_url_rewrite` (`url_rewrite_id`, `store_id`, `category_id`, `product_id`, `id_path`, `request_path`, `target_path`, `is_system`, `options`, `description`) VALUES (3, 1, 3, 1, 'product/1/3', NULL, 'catalog/product/view/id/1/category/3', 1, '', NULL);\nINSERT INTO `core_url_rewrite` (`url_rewrite_id`, `store_id`, `category_id`, `product_id`, `id_path`, `request_path`, `target_path`, `is_system`, `options`, `description`) VALUES (4, 1, 1, 1, 'product/1', NULL, 'catalog/product/view/id/1', 1, '', NULL);\nINSERT INTO `core_url_rewrite` (`url_rewrite_id`, `store_id`, `category_id`, `product_id`, `id_path`, `request_path`, `target_path`, `is_system`, `options`, `description`) VALUES (5, 2, 3, 1, 'product/1/3', NULL, 'catalog/product/view/id/1/category/3', 1, '', NULL);\nINSERT INTO `core_url_rewrite` (`url_rewrite_id`, `store_id`, `category_id`, `product_id`, `id_path`, `request_path`, `target_path`, `is_system`, `options`, `description`) VALUES (6, 2, 1, 1, 'product/1', NULL, 'catalog/product/view/id/1', 1, '', NULL);\nINSERT INTO `core_url_rewrite` (`url_rewrite_id`, `store_id`, `category_id`, `product_id`, `id_path`, `request_path`, `target_path`, `is_system`, `options`, `description`) VALUES (7, 1, 3, 2, 'product/2/3', 'newcat/virtual-product.html', 'catalog/product/view/id/2/category/3', 1, '', NULL);\nINSERT INTO `core_url_rewrite` (`url_rewrite_id`, `store_id`, `category_id`, `product_id`, `id_path`, `request_path`, `target_path`, `is_system`, `options`, `description`) VALUES (8, 1, 1, 2, 'product/2', 'virtual-product.html', 'catalog/product/view/id/2', 1, '', NULL);\nINSERT INTO `core_url_rewrite` (`url_rewrite_id`, `store_id`, `category_id`, `product_id`, `id_path`, `request_path`, `target_path`, `is_system`, `options`, `description`) VALUES (9, 2, 3, 2, 'product/2/3', 'newcat/virtual-product.html', 'catalog/product/view/id/2/category/3', 1, '', NULL);\nINSERT INTO `core_url_rewrite` (`url_rewrite_id`, `store_id`, `category_id`, `product_id`, `id_path`, `request_path`, `target_path`, `is_system`, `options`, `description`) VALUES (10, 2, 1, 2, 'product/2', 'virtual-product.html', 'catalog/product/view/id/2', 1, '', NULL);\n\nDROP TABLE IF EXISTS `cms_page`;\nCREATE TABLE `cms_page` (\n\t`page_id` SMALLINT(6) NOT NULL AUTO_INCREMENT COMMENT 'Page ID',\n\t`title` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Page Title',\n\t`root_template` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Page Template',\n\t`meta_keywords` TEXT NULL COMMENT 'Page Meta Keywords',\n\t`meta_description` TEXT NULL COMMENT 'Page Meta Description',\n\t`identifier` VARCHAR(100) NOT NULL COMMENT 'Page String Identifier',\n\t`content_heading` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Page Content Heading',\n\t`content` MEDIUMTEXT NULL COMMENT 'Page Content',\n\t`creation_time` TIMESTAMP NULL DEFAULT NULL COMMENT 'Page Creation Time',\n\t`update_time` TIMESTAMP NULL DEFAULT NULL COMMENT 'Page Modification Time',\n\t`is_active` SMALLINT(6) NOT NULL DEFAULT '1' COMMENT 'Is Page Active',\n\t`sort_order` SMALLINT(6) NOT NULL DEFAULT '0' COMMENT 'Page Sort Order',\n\t`layout_update_xml` TEXT NULL COMMENT 'Page Layout Update Content',\n\t`custom_theme` VARCHAR(100) NULL DEFAULT NULL COMMENT 'Page Custom Theme',\n\t`custom_root_template` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Page Custom Template',\n\t`custom_layout_update_xml` TEXT NULL COMMENT 'Page Custom Layout Update Content',\n\t`custom_theme_from` DATE NULL DEFAULT NULL COMMENT 'Page Custom Theme Active From Date',\n\t`custom_theme_to` DATE NULL DEFAULT NULL COMMENT 'Page Custom Theme Active To Date',\n\t`published_revision_id` INT(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Published Revision Id',\n\t`website_root` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Website Root',\n\t`under_version_control` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Under Version Control Flag',\n\tPRIMARY KEY (`page_id`),\n\tINDEX `IDX_CMS_PAGE_IDENTIFIER` (`identifier`)\n)\nCOMMENT='CMS Page Table'\nCOLLATE='utf8_general_ci'\nENGINE=InnoDB\n;\nINSERT INTO `cms_page` VALUES\n(1, '404 Not Found 1', 'two_columns_right', 'Page keywords', 'Page description', 'no-route', '', '<div class=\"page-head-alt\"><h3>We’re sorry, the page you’re looking for can not be found.</h3></div>\\n<div>\\n    <ul class=\"disc\">\\n        <li>If you typed the URL directly, please make sure the spelling is correct.</li>\\n        <li>If you clicked on a link to get here, we must have moved the content.<br/>Please try our store search box above to search for an item.</li>\\n        <li>If you are not sure how you got here, <a href=\"#\" onclick=\"history.go(-1);\">go back</a> to the previous page</a> or return to our <a href=\"{{store url=\"\"}}\">store homepage</a>.</li>\\n    </ul>\\n</div>\\n\\n<!-- <div class=\"page-head-alt\"><h3>Whoops, our bad...</h3></div>\\r\\n<dl>\\r\\n<dt>The page you requested was not found, and we have a fine guess why.</dt>\\r\\n<dd>\\r\\n<ul class=\"disc\">\\r\\n<li>If you typed the URL directly, please make sure the spelling is correct.</li>\\r\\n<li>If you clicked on a link to get here, the link is outdated.</li>\\r\\n</ul></dd>\\r\\n</dl>\\r\\n<br/>\\r\\n<dl>\\r\\n<dt>What can you do?</dt>\\r\\n<dd>Have no fear, help is near! There are many ways you can get back on track with Magento Demo Store.</dd>\\r\\n<dd>\\r\\n<ul class=\"disc\">\\r\\n<li><a href=\"#\" onclick=\"history.go(-1);\">Go back</a> to the previous page.</li>\\r\\n<li>Use the search bar at the top of the page to search for your products.</li>\\r\\n<li>Follow these links to get you back on track!<br/><a href=\"{{store url=\"\"}}\">Store Home</a><br/><a href=\"{{store url=\"customer/account\"}}\">My Account</a></li></ul></dd></dl><br/>\\r\\n<p><img src=\"{{skin url=\\'images/media/404_callout1.jpg\\'}}\" style=\"margin-right:15px;\"/><img src=\"{{skin url=\\'images/media/404_callout2.jpg\\'}}\" /></p> -->', '2007-06-20 18:38:32', '2007-08-26 19:11:13', 1, 0, NULL, NULL, '', NULL, NULL, NULL, 1, 1, 0);\n\nDROP TABLE IF EXISTS `cms_page_store`;\nCREATE TABLE `cms_page_store` (\n\t`page_id` SMALLINT(6) NOT NULL COMMENT 'Page ID',\n\t`store_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Store ID',\n\tPRIMARY KEY (`page_id`, `store_id`),\n\tINDEX `IDX_CMS_PAGE_STORE_STORE_ID` (`store_id`),\n\tCONSTRAINT `FK_CMS_PAGE_STORE_PAGE_ID_CMS_PAGE_PAGE_ID` FOREIGN KEY (`page_id`) REFERENCES `cms_page` (`page_id`) ON UPDATE CASCADE ON DELETE CASCADE,\n\tCONSTRAINT `FK_CMS_PAGE_STORE_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE\n)\nCOMMENT='CMS Page To Store Linkage Table'\nCOLLATE='utf8_general_ci'\nENGINE=InnoDB\n;\nINSERT INTO `cms_page_store` VALUES (1, 1);"
  },
  {
    "path": "tests/integration/testsuite/Migration/App/SetupDeltaLogTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n\nnamespace Migration\\App;\n\n/**\n * Delta step test class\n */\nclass SetupDeltaLogTest extends \\PHPUnit\\Framework\\TestCase\n{\n\n    /**\n     * @var SetupDeltaLog|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    private $setupDeltaLog;\n\n    /**\n     * @var \\Magento\\Framework\\ObjectManagerInterface\n     */\n    private $objectManager;\n\n    /**\n     * @var \\Migration\\ResourceModel\\Source\n     */\n    private $source;\n\n    /**\n     * @return void\n     */\n    public function setUp()\n    {\n        $helper = \\Migration\\TestFramework\\Helper::getInstance();\n        $this->objectManager = $helper->getObjectManager();\n        $this->objectManager->get(\\Migration\\Config::class)\n            ->init(dirname(__DIR__) . '/_files/' . $helper->getFixturePrefix() . 'config.xml');\n        $this->setupDeltaLog = $this->objectManager->create(\n            \\Migration\\App\\SetupDeltaLog::class\n        );\n        $this->source = $this->objectManager->create(\\Migration\\ResourceModel\\Source::class);\n    }\n\n    /**\n     * @return void\n     */\n    public function testSetupTriggers()\n    {\n        ob_start();\n        $this->assertTrue($this->setupDeltaLog->perform());\n        ob_end_clean();\n\n        $dataTable = 'table_with_data';\n        $this->checkDeltaLogTable($dataTable, $this->source);\n        $this->checkDeltaLogTable('source_table_1', $this->source);\n        $this->checkDeltaLogTable('source_table_2', $this->source);\n\n        $sourceAdapter = $this->source->getAdapter();\n        $sourceAdapter->insertRecords(\n            $dataTable,\n            [\n                'field1' => 100,\n                'field2' => 2,\n                'field3' => 3,\n            ]\n        );\n        $sourceAdapter->insertRecords(\n            $dataTable,\n            [\n                'field1' => 1000,\n                'field2' => 200\n            ]\n        );\n        $sourceAdapter->insertRecords(\n            $dataTable,\n            [\n                'field1' => 101,\n                'field2' => 22,\n                'field3' => 33,\n            ]\n        );\n        $sourceAdapter->updateDocument(\n            $dataTable,\n            [\n                'field2' => 12,\n                'field3' => 13,\n            ],\n            'field1 = 100'\n        );\n        $expectedData = [\n            ['key' => '8', 'operation' => 'UPDATE', 'processed' => 0],\n            ['key' => '9', 'operation' => 'INSERT', 'processed' => 0],\n            ['key' => '10', 'operation' => 'INSERT', 'processed' => 0]\n        ];\n        $this->assertEquals($expectedData, $this->source->getRecords($this->source->getDeltaLogName($dataTable), 0));\n    }\n\n    /**\n     * @param string $dataTable\n     * @param \\Migration\\ResourceModel\\Source $resource\n     * @return void\n     */\n    protected function checkDeltaLogTable($dataTable, $resource)\n    {\n        $deltaLogTableName = $resource->getDeltaLogName($dataTable);\n        $deltaLogTable = $resource->getDocument($deltaLogTableName);\n        $this->assertEquals($deltaLogTableName, $deltaLogTable->getName());\n    }\n\n    /**\n     * @return void\n     */\n    public function testSetupTriggersFail()\n    {\n        $message = [\n            \\Monolog\\Logger::WARNING => ['Some of the delta log tables were not created. Expected:3. Actual:2']\n        ];\n        /** @var \\Magento\\Framework\\DB\\Adapter\\Pdo\\Mysql $adapter */\n        $adapter = $this->source->getAdapter()->getSelect()->getAdapter();\n        $adapter->dropTable('source_table_1');\n        ob_start();\n        $this->assertTrue($this->setupDeltaLog->perform());\n        ob_end_clean();\n        $this->assertEquals($message, \\Migration\\Logger\\Logger::getMessages());\n    }\n}\n"
  },
  {
    "path": "tests/integration/testsuite/Migration/ResourceModel/SourceDestinationTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n\nnamespace Migration\\ResourceModel;\n\n/**\n * ResourceModel source and destination test class\n */\nclass SourceDestinationTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @var \\Migration\\ResourceModel\\Source $source\n     */\n    protected $source;\n\n    /**\n     * @var \\Migration\\ResourceModel\\Destination $destination\n     */\n    protected $destination;\n\n    /**\n     * @return void\n     */\n    protected function setUp()\n    {\n        $helper = \\Migration\\TestFramework\\Helper::getInstance();\n        $objectManager = $helper->getObjectManager();\n        $objectManager->get(\\Migration\\Config::class)\n            ->init(dirname(__DIR__) . '/_files/' . $helper->getFixturePrefix() . 'config.xml');\n        $this->source = $objectManager->get(\\Migration\\ResourceModel\\Source::class);\n        $this->destination = $objectManager->get(\\Migration\\ResourceModel\\Destination::class);\n    }\n\n    /**\n     * @return void\n     */\n    public function testGetRecordsCount()\n    {\n        $sourceCount = $this->source->getRecordsCount('table_with_data');\n        $destinationCount = $this->destination->getRecordsCount('table_without_data');\n        $this->assertEquals(7, $sourceCount);\n        $this->assertEquals(0, $destinationCount);\n    }\n\n    /**\n     * @return void\n     */\n    public function testGetFields()\n    {\n        $sourceStruct = $this->source->getDocument('table_with_data')->getStructure()->getFields();\n        $destStruct = $this->destination->getDocument('table_without_data')->getStructure()->getFields();\n        $this->assertEquals(array_keys($sourceStruct), array_keys($destStruct));\n    }\n}\n"
  },
  {
    "path": "tests/integration/testsuite/Migration/Step/Customer/DataTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\Customer;\n\n/**\n * Class DataTest\n * @dbFixture customer\n */\nclass DataTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @var \\Migration\\ResourceModel\\Destination\n     */\n    private $destination;\n\n    /**\n     * @var \\Migration\\App\\ProgressBar\\LogLevelProcessor|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    private $progress;\n\n    /**\n     * @var \\Migration\\ResourceModel\\Source|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    private $source;\n\n    /**\n     * @var \\Migration\\ResourceModel\\RecordFactory|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    private $recordFactory;\n\n    /**\n     * @var \\Migration\\Step\\TierPrice\\Helper|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    private $helper;\n\n    /**\n     * @var \\Migration\\Logger\\Logger|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    private $logger;\n\n    /**\n     * @var \\Migration\\RecordTransformerFactory|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    private $recordTransformerFactory;\n\n    /**\n     * @var \\Migration\\Reader\\MapFactory|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    private $mapFactory;\n\n    /**\n     * @var \\Migration\\Step\\Customer\\Model\\AttributesToStatic|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    private $attributesToStatic;\n\n    /**\n     * @var \\Migration\\Step\\Customer\\Model\\AttributesDataToSkip|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    private $attributesDataToSkip;\n\n    /**\n     * @var \\Migration\\Step\\Customer\\Model\\AttributesDataToCustomerEntityRecords|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    private $attributesDataToCustomerEntityRecords;\n\n    /**\n     * @var \\Migration\\Reader\\GroupsFactory|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    private $groupsFactory;\n\n    /**\n     * @var \\Migration\\Config|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    private $config;\n\n    /**\n     * @return void\n     */\n    public function setUp()\n    {\n        $helper = \\Migration\\TestFramework\\Helper::getInstance();\n        $objectManager = $helper->getObjectManager();\n        $this->config = $objectManager->get(\\Migration\\Config::class)\n            ->init(dirname(__DIR__) . '/../_files/' . $helper->getFixturePrefix() . 'config.xml');\n        $this->progress = $objectManager->create(\\Migration\\App\\ProgressBar\\LogLevelProcessor::class);\n        $this->source = $objectManager->create(\\Migration\\ResourceModel\\Source::class);\n        $this->destination = $objectManager->create(\\Migration\\ResourceModel\\Destination::class);\n        $this->recordFactory = $objectManager->create(\\Migration\\ResourceModel\\RecordFactory::class);\n        $this->helper = $objectManager->create(\\Migration\\Step\\TierPrice\\Helper::class);\n        $this->logger = $objectManager->create(\\Migration\\Logger\\Logger::class);\n        $this->recordTransformerFactory = $objectManager->create(\\Migration\\RecordTransformerFactory::class);\n        $this->mapFactory = $objectManager->create(\\Migration\\Reader\\MapFactory::class);\n        $this->attributesToStatic = $objectManager->create(\\Migration\\Step\\Customer\\Model\\AttributesToStatic::class);\n        $this->attributesDataToSkip = $objectManager->create(\n            \\Migration\\Step\\Customer\\Model\\AttributesDataToSkip::class\n        );\n        $this->attributesDataToCustomerEntityRecords = $objectManager->create(\n            \\Migration\\Step\\Customer\\Model\\AttributesDataToCustomerEntityRecords::class\n        );\n        $this->groupsFactory = $objectManager->create(\\Migration\\Reader\\GroupsFactory::class);\n    }\n\n    /**\n     * @return void\n     */\n    public function testPerform()\n    {\n        $data = new Data(\n            $this->config,\n            $this->progress,\n            $this->source,\n            $this->destination,\n            $this->recordFactory,\n            $this->recordTransformerFactory,\n            $this->attributesDataToCustomerEntityRecords,\n            $this->attributesDataToSkip,\n            $this->attributesToStatic,\n            $this->mapFactory,\n            $this->groupsFactory,\n            $this->logger\n        );\n        $this->assertTrue($data->perform());\n        $this->assertEquals(2, count($this->destination->getRecords('customer_entity', 0)));\n        $this->assertEquals(6, count($this->destination->getRecords('customer_entity_int', 0)));\n        $this->assertEquals(0, count($this->destination->getRecords('customer_entity_varchar', 0)));\n        $this->assertEquals(4, count($this->destination->getRecords('customer_address_entity', 0)));\n        $this->assertEquals(3, count($this->destination->getRecords('customer_address_entity_varchar', 0)));\n        $this->assertEquals(0, count($this->destination->getRecords('customer_address_entity_int', 0)));\n        $this->assertEquals(0, count($this->destination->getRecords('customer_address_entity_text', 0)));\n    }\n}\n"
  },
  {
    "path": "tests/integration/testsuite/Migration/Step/DataIntegrity/IntegrityTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\DataIntegrity;\n\n/**\n * Class IntegrityTest\n * @dbFixture data_integrity\n */\nclass IntegrityTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @var \\Migration\\Config|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    private $config;\n\n    /**\n     * @var \\Migration\\Logger\\Logger|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    private $logger;\n\n    /**\n     * @var \\Migration\\App\\ProgressBar\\LogLevelProcessor|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    private $progress;\n\n    /**\n     * @var \\Migration\\ResourceModel\\Source|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    private $source;\n\n    /**\n     * @var \\Migration\\Step\\DataIntegrity\\Model\\OrphanRecordsCheckerFactory|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    private $checkerFactory;\n\n    /**\n     * @var Integrity|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    private $dataIntegrity;\n\n    /**\n     * @return void\n     */\n    public function setUp()\n    {\n        $helper = \\Migration\\TestFramework\\Helper::getInstance();\n        $objectManager = $helper->getObjectManager();\n\n        $this->config = $objectManager->get(\\Migration\\Config::class)\n            ->init(dirname(__DIR__) . '/../_files/' . $helper->getFixturePrefix() . 'config.xml');\n        $this->logger = $objectManager->create(\\Migration\\Logger\\Logger::class);\n        $this->progress = $objectManager->create(\\Migration\\App\\ProgressBar\\LogLevelProcessor::class);\n        $this->source = $objectManager->create(\\Migration\\ResourceModel\\Source::class);\n        $this->checkerFactory = $objectManager->create(\n            \\Migration\\Step\\DataIntegrity\\Model\\OrphanRecordsCheckerFactory::class\n        );\n\n        $this->dataIntegrity = $this->getMockBuilder(Integrity::class)\n            ->disableOriginalConstructor()\n            ->setMethods(['getDocumentList'])\n            ->getMock();\n        $this->setProperties($this->dataIntegrity, [\n            'configReader' => $this->config,\n            'logger' => $this->logger,\n            'progress' => $this->progress,\n            'source' => $this->source,\n            'checkerFactory' => $this->checkerFactory\n        ]);\n    }\n\n    /**\n     * @param array $documents\n     * @param bool $result\n     * @param array $messages\n     * @dataProvider documentsDataProvider\n     * @return void\n     */\n    public function testPerform($documents, $result, $messages)\n    {\n        $this->dataIntegrity\n            ->expects($this->any())\n            ->method('getDocumentList')\n            ->willReturn($documents);\n        \\Migration\\Logger\\Logger::clearMessages();\n        $this->assertEquals($result, $this->dataIntegrity->perform());\n        $this->assertEquals($messages, \\Migration\\Logger\\Logger::getMessages());\n    }\n\n    /**\n     * Data provider for testPerform\n     * @return array\n     */\n    public function documentsDataProvider()\n    {\n        return [\n            [\n                'documents' => ['eav_entity_type', 'eav_attribute'],\n                'result' => true,\n                'messages' => []\n            ],\n            [\n                'documents' => ['eav_attribute_set'],\n                'result' => false,\n                'messages' => [\n                    \\Monolog\\Logger::ERROR => [\n                        'Foreign key (FK_EAV_ATTR_SET_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID) constraint fails ' .\n                        'on source database. Orphan records id: 2,3 from `eav_attribute_set`.`entity_type_id` '.\n                        'has no referenced records in `eav_entity_type`'\n                    ]\n                ]\n            ]\n        ];\n    }\n\n    /**\n     * @param \\PHPUnit_Framework_MockObject_MockObject $object\n     * @param array $properties\n     * @return void\n     */\n    private function setProperties($object, $properties = [])\n    {\n        $reflectionClass = new \\ReflectionClass(get_class($object));\n        foreach ($properties as $key => $value) {\n            if ($reflectionClass->hasProperty($key)) {\n                $reflectionProperty = $reflectionClass->getProperty($key);\n                $reflectionProperty->setAccessible(true);\n                $reflectionProperty->setValue($object, $value);\n            }\n        }\n    }\n}\n"
  },
  {
    "path": "tests/integration/testsuite/Migration/Step/EAV/DataTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\Eav;\n\n/**\n * Eav step test\n * @dbFixture eav\n */\nclass DataTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @var \\Migration\\Step\\Eav\\Data;\n     */\n    protected $eav;\n\n    /**\n     * @return void\n     */\n    public function setUp()\n    {\n        $objectManager = \\Migration\\TestFramework\\Helper::getInstance()->getObjectManager();\n        $objectManager->get(\\Migration\\Config::class)->init(dirname(__DIR__) . '/../_files/config.xml');\n        $initialData = $objectManager->get(\\Migration\\Step\\Eav\\InitialData::class);\n        $this->eav = $objectManager->create(\n            \\Migration\\Step\\Eav\\Data::class,\n            [\n                'initialData' => $initialData,\n            ]\n        );\n    }\n\n    /**\n     * @return void\n     */\n    public function testPerform()\n    {\n        $this->assertTrue($this->eav->perform());\n    }\n}\n"
  },
  {
    "path": "tests/integration/testsuite/Migration/Step/EAV/IntegrityTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\Eav;\n\n/**\n * Eav step test\n * @dbFixture eav\n */\nclass IntegrityTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @var \\Migration\\Step\\Eav\\Integrity;\n     */\n    protected $eav;\n\n    /**\n     * @return void\n     */\n    public function setUp()\n    {\n        $objectManager = \\Migration\\TestFramework\\Helper::getInstance()->getObjectManager();\n        $objectManager->get(\\Migration\\Config::class)->init(dirname(__DIR__) . '/../_files/config.xml');\n        $initialData = $objectManager->get(\\Migration\\Step\\Eav\\InitialData::class);\n        $this->eav = $objectManager->create(\n            \\Migration\\Step\\Eav\\Integrity::class,\n            [\n                'initialData' => $initialData,\n            ]\n        );\n    }\n\n    /**\n     * @return void\n     */\n    public function testPerform()\n    {\n        $this->assertTrue($this->eav->perform());\n    }\n}\n"
  },
  {
    "path": "tests/integration/testsuite/Migration/Step/EAV/VolumeTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\Eav;\n\n/**\n * Eav step test\n * @dbFixture eav\n */\nclass VolumeTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @var \\Migration\\Step\\Eav\\Data;\n     */\n    protected $data;\n\n    /**\n     * @var \\Migration\\Step\\Eav\\Volume;\n     */\n    protected $volume;\n\n    /**\n     * @return void\n     */\n    public function setUp()\n    {\n        $objectManager = \\Migration\\TestFramework\\Helper::getInstance()->getObjectManager();\n        $objectManager->get(\\Migration\\Config::class)->init(dirname(__DIR__) . '/../_files/config.xml');\n        $initialData = $objectManager->get(\\Migration\\Step\\Eav\\InitialData::class);\n        $ignoredAttributes = $objectManager->get(\\Migration\\Step\\Eav\\Model\\IgnoredAttributes::class);\n        $this->data = $objectManager->create(\n            \\Migration\\Step\\Eav\\Data::class,\n            [\n                'initialData' => $initialData,\n            ]\n        );\n        $this->volume = $objectManager->create(\n            \\Migration\\Step\\Eav\\Volume::class,\n            [\n                'initialData' => $initialData,\n                'ignoredAttributes' => $ignoredAttributes\n            ]\n        );\n    }\n\n    /**\n     * @return void\n     */\n    public function testPerform()\n    {\n        $this->assertTrue($this->data->perform());\n        $this->assertTrue($this->volume->perform());\n    }\n}\n"
  },
  {
    "path": "tests/integration/testsuite/Migration/Step/Map/DataTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n\nnamespace Migration\\Step\\Map;\n\n/**\n * Data step test class\n */\nclass DataTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @throws \\Migration\\Exception\n     * @return void\n     */\n    public function testPerform()\n    {\n        $progress = $this->createPartialMock(\n            \\Migration\\App\\Progress::class,\n            ['getProcessedEntities', 'addProcessedEntity']\n        );\n        $progress->expects($this->once())->method('getProcessedEntities')->will($this->returnValue([]));\n        $progress->expects($this->any())->method('addProcessedEntity');\n\n        $helper = \\Migration\\TestFramework\\Helper::getInstance();\n        $objectManager = $helper->getObjectManager();\n        $objectManager->get(\\Migration\\Config::class)\n            ->init(dirname(__DIR__) . '/../_files/' . $helper->getFixturePrefix() . 'config.xml');\n        $logManager = $objectManager->create(\\Migration\\Logger\\Manager::class);\n        $logger = $objectManager->create(\\Migration\\Logger\\Logger::class);\n        $logger->pushHandler($objectManager->create(\\Migration\\Logger\\ConsoleHandler::class));\n        $config = $objectManager->get(\\Migration\\Config::class);\n        $destination = $objectManager->get(\\Migration\\ResourceModel\\Destination::class);\n        /** @var \\Migration\\Logger\\Manager $logManager */\n        $logManager->process(\\Migration\\Logger\\Manager::LOG_LEVEL_ERROR);\n        \\Migration\\Logger\\Logger::clearMessages();\n\n        $map = $objectManager->create(\n            \\Migration\\Step\\Map\\Data::class,\n            [\n                'logger' => $logger,\n                'config' => $config,\n                'progress' => $progress\n            ]\n        );\n        ob_start();\n        $map->perform();\n        ob_end_clean();\n\n        $migratedData = $destination->getRecords('table_without_data', 0);\n        $migratedDataExpected = [\n            ['key' => 1, 'field1' => 1, 'field2' => 2, 'field3' => 3],\n            ['key' => 2, 'field1' => 2, 'field2' => 3, 'field3' => 4],\n            ['key' => 3, 'field1' => 3, 'field2' => 4, 'field3' => 5],\n            ['key' => 4, 'field1' => 4, 'field2' => 5, 'field3' => 6],\n            ['key' => 5, 'field1' => 5, 'field2' => 5, 'field3' => 5],\n            ['key' => 6, 'field1' => 6, 'field2' => 6, 'field3' => 7],\n            ['key' => 7, 'field1' => 7, 'field2' => 7, 'field3' => 7]\n        ];\n        $migratedDataIgnored = $destination->getRecords('table_ignored', 0);\n        $migratedDataIgnoredExpected = [];\n        $migratedDataPresetValue = $destination->getRecords('common_table', 0);\n        $migratedDataPresetValueExpected = [\n            ['key' => 1, 'dest_field_ignored' => 0, 'common_field' => 123],\n            ['key' => 2, 'dest_field_ignored' => 0, 'common_field' => 123],\n            ['key' => 3, 'dest_field_ignored' => 0, 'common_field' => 123],\n            ['key' => 4, 'dest_field_ignored' => 0, 'common_field' => 123],\n            ['key' => 5, 'dest_field_ignored' => 0, 'common_field' => 123],\n            ['key' => 6, 'dest_field_ignored' => 0, 'common_field' => 123],\n            ['key' => 7, 'dest_field_ignored' => 0, 'common_field' => 123]\n        ];\n\n        $logOutput = \\Migration\\Logger\\Logger::getMessages();\n        $this->assertFalse(isset($logOutput[\\Monolog\\Logger::ERROR]));\n        $this->assertEquals($migratedDataExpected, $migratedData);\n        $this->assertEquals($migratedDataIgnoredExpected, $migratedDataIgnored);\n        $this->assertEquals($migratedDataPresetValueExpected, $migratedDataPresetValue);\n    }\n}\n"
  },
  {
    "path": "tests/integration/testsuite/Migration/Step/Map/IntegrityTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n\nnamespace Migration\\Step\\Map;\n\n/**\n * Integrity step test class\n * @dbFixture default\n */\nclass IntegrityTest extends \\PHPUnit\\Framework\\TestCase\n{\n\n    /**\n     * @throws \\Migration\\Exception\n     * @return void\n     */\n    public function testIntegrityWithMap()\n    {\n        $helper = \\Migration\\TestFramework\\Helper::getInstance();\n        $objectManager = $helper->getObjectManager();\n        $objectManager->get(\\Migration\\Config::class)\n            ->init(dirname(__DIR__) . '/../_files/' . $helper->getFixturePrefix() . 'config.xml');\n        $logManager = $objectManager->create(\\Migration\\Logger\\Manager::class);\n        $logger = $objectManager->create(\\Migration\\Logger\\Logger::class);\n        $logger->pushHandler($objectManager->create(\\Migration\\Logger\\ConsoleHandler::class));\n        $config = $objectManager->get(\\Migration\\Config::class);\n        /** @var \\Migration\\Logger\\Manager $logManager */\n        $logManager->process(\\Migration\\Logger\\Manager::LOG_LEVEL_ERROR);\n        \\Migration\\Logger\\Logger::clearMessages();\n\n        /** @var \\Migration\\Step\\Map\\Integrity $map */\n        $map = $objectManager->create(\n            \\Migration\\Step\\Map\\Integrity::class,\n            [\n                'logger' => $logger,\n                'config' => $config\n            ]\n        );\n        ob_start();\n        $map->perform();\n        ob_end_clean();\n        $logOutput = \\Migration\\Logger\\Logger::getMessages();\n        $this->assertTrue(isset($logOutput[\\Monolog\\Logger::ERROR]));\n\n        $config->setOption(\\Migration\\Config::OPTION_AUTO_RESOLVE, 1);\n        \\Migration\\Logger\\Logger::clearMessages();\n        ob_start();\n        $map->perform();\n        ob_end_clean();\n        $logOutput = \\Migration\\Logger\\Logger::getMessages();\n        $this->assertTrue(isset($logOutput[\\Monolog\\Logger::WARNING]));\n    }\n\n    /**\n     * @throws \\Migration\\Exception\n     * @return void\n     */\n    public function testIntegrityWithoutMap()\n    {\n        $objectManager = \\Migration\\TestFramework\\Helper::getInstance()->getObjectManager();\n        $objectManager->get(\\Migration\\Config::class)->init(dirname(__DIR__) . '/../_files/config-with-empty-map.xml');\n        $logManager = $objectManager->create(\\Migration\\Logger\\Manager::class);\n        $logger = $objectManager->create(\\Migration\\Logger\\Logger::class);\n        $logger->pushHandler($objectManager->create(\\Migration\\Logger\\ConsoleHandler::class));\n        $config = $objectManager->get(\\Migration\\Config::class);\n        $config->setOption(\\Migration\\Config::OPTION_AUTO_RESOLVE, 0);\n        /** @var \\Migration\\Logger\\Manager $logManager */\n        $logManager->process(\\Migration\\Logger\\Manager::LOG_LEVEL_ERROR);\n        \\Migration\\Logger\\Logger::clearMessages();\n\n        /** @var \\Migration\\Step\\Map\\Integrity $map */\n        $map = $objectManager->create(\n            \\Migration\\Step\\Map\\Integrity::class,\n            [\n                'logger' => $logger,\n                'config' => $config\n            ]\n        );\n        ob_start();\n        $map->perform();\n        ob_end_clean();\n\n        $messages = [];\n        $messages[] = 'Source documents are not mapped: ';\n        $messages[] = 'source_table_1,source_table_2,source_table_ignored,source_table_renamed,table_with_data';\n\n        $messages[] = 'Destination documents are not mapped: ';\n        $messages[] = 'dest_table_1,dest_table_2,dest_table_ignored,dest_table_renamed,table_without_data';\n\n        $messages[] = 'Source fields are not mapped. ';\n        $messages[] = 'Document: common_table. Fields: source_field_ignored';\n\n        $messages[] = 'Destination fields are not mapped. ';\n        $messages[] = 'Document: common_table. Fields: dest_field_ignored';\n\n        $logOutput = \\Migration\\Logger\\Logger::getMessages();\n        $this->assertTrue(isset($logOutput[\\Monolog\\Logger::ERROR]));\n        $errors = implode(\"\\n\", $logOutput[\\Monolog\\Logger::ERROR]);\n\n        foreach ($messages as $text) {\n            $this->assertContains($text, $errors);\n        }\n    }\n}\n"
  },
  {
    "path": "tests/integration/testsuite/Migration/Step/Map/VolumeTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n\nnamespace Migration\\Step\\Map;\n\n/**\n * Volume step test class\n */\nclass VolumeTest extends \\PHPUnit\\Framework\\TestCase\n{\n\n    /**\n     * @throws \\Migration\\Exception\n     * @return void\n     */\n    public function testPerform()\n    {\n        $progress = $this->createPartialMock(\n            \\Migration\\App\\Progress::class,\n            ['getProcessedEntities', 'addProcessedEntity']\n        );\n        $progress->expects($this->once())->method('getProcessedEntities')->will($this->returnValue([]));\n        $progress->expects($this->any())->method('addProcessedEntity');\n\n        $helper = \\Migration\\TestFramework\\Helper::getInstance();\n        $objectManager = $helper->getObjectManager();\n        $objectManager->get(\\Migration\\Config::class)\n            ->init(dirname(__DIR__) . '/../_files/' . $helper->getFixturePrefix() . 'config.xml');\n        $logManager = $objectManager->create(\\Migration\\Logger\\Manager::class);\n        $logger = $objectManager->create(\\Migration\\Logger\\Logger::class);\n        $config = $objectManager->get(\\Migration\\Config::class);\n        /** @var \\Migration\\Logger\\Manager $logManager */\n        $logManager->process(\\Migration\\Logger\\Manager::LOG_LEVEL_ERROR);\n\n        $data = $objectManager->create(\n            \\Migration\\Step\\Map\\Data::class,\n            [\n                'logger' => $logger,\n                'config' => $config,\n                'progress' => $progress\n            ]\n        );\n        $volume = $objectManager->create(\n            \\Migration\\Step\\Map\\Volume::class,\n            [\n                'logger' => $logger,\n                'config' => $config,\n            ]\n        );\n        ob_start();\n        $data->perform();\n        $isSuccess = $volume->perform();\n        ob_end_clean();\n\n        $this->assertTrue($isSuccess);\n    }\n}\n"
  },
  {
    "path": "tests/integration/testsuite/Migration/Step/PostProcessing/Model/EavLeftoverDataTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\PostProcessing\\Data;\n\n/**\n * EavLeftoverDataTest class test\n * @dbFixture post_processing\n */\nclass EavLeftoverDataTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @return void\n     */\n    public function testGetLeftoverAttributeIds()\n    {\n        $documentsToCheck = [\n            'catalog_category_entity_datetime',\n            'catalog_category_entity_decimal',\n            'catalog_category_entity_int',\n            'catalog_category_entity_text',\n            'catalog_category_entity_varchar',\n            'catalog_eav_attribute',\n            'catalog_product_entity_datetime',\n            'catalog_product_entity_decimal',\n            'catalog_product_entity_gallery',\n            'catalog_product_entity_int',\n            'catalog_product_entity_media_gallery',\n            'catalog_product_entity_text',\n            'catalog_product_entity_varchar',\n            'customer_address_entity_datetime',\n            'customer_address_entity_decimal',\n            'customer_address_entity_int',\n            'customer_address_entity_text',\n            'customer_address_entity_varchar',\n            'customer_eav_attribute',\n            'customer_eav_attribute_website',\n            'customer_entity_datetime',\n            'customer_entity_decimal',\n            'customer_entity_int',\n            'customer_entity_text',\n            'customer_entity_varchar',\n            'customer_form_attribute',\n            'eav_attribute_label',\n            'eav_attribute_option',\n            'eav_entity_attribute',\n            'eav_form_element',\n            'salesrule_product_attribute',\n            'weee_tax'\n        ];\n        $helper = \\Migration\\TestFramework\\Helper::getInstance();\n        $objectManager = $helper->getObjectManager();\n        $objectManager->get(\\Migration\\Config::class)\n            ->init(dirname(__DIR__) . '/../../_files/' . $helper->getFixturePrefix() . 'config.xml');\n        $destination = $objectManager->create(\\Migration\\ResourceModel\\Destination::class);\n        $groupsFactory = $objectManager->create(\\Migration\\Reader\\GroupsFactory::class);\n        $config = $objectManager->get(\\Migration\\Config::class);\n        /** @var \\Migration\\Step\\PostProcessing\\Model\\EavLeftoverData $eavLeftoverDataModel */\n        $eavLeftoverDataModel = $objectManager->create(\n            \\Migration\\Step\\PostProcessing\\Model\\EavLeftoverData::class,\n            [\n                'destination' => $destination,\n                'groupsFactory' => $groupsFactory,\n                'config' => $config\n            ]\n        );\n        $this->assertEquals([1111], $eavLeftoverDataModel->getLeftoverAttributeIds());\n        $this->assertEquals($documentsToCheck, $eavLeftoverDataModel->getDocumentsToCheck());\n    }\n}\n"
  },
  {
    "path": "tests/integration/testsuite/Migration/Step/SalesIncrement/DataTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\SalesIncrement;\n\n/**\n * SalesIncrement step run test class\n * @dbFixture sales_increment\n */\nclass DataTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @var array\n     */\n    private $salesSequenceMeta = [\n        [\n            'meta_id' => 1,\n            'entity_type' => 'order',\n            'store_id' => 0,\n            'sequence_table' => 'sequence_order_0',\n        ],\n        [\n            'meta_id' => 2,\n            'entity_type' => 'order',\n            'store_id' => 1,\n            'sequence_table' => 'sequence_order_1',\n        ],\n        [\n            'meta_id' => 3,\n            'entity_type' => 'invoice',\n            'store_id' => 0,\n            'sequence_table' => 'sequence_invoice_0',\n        ],\n        [\n            'meta_id' => 4,\n            'entity_type' => 'invoice',\n            'store_id' => 1,\n            'sequence_table' => 'sequence_invoice_1',\n        ],\n        [\n            'meta_id' => 5,\n            'entity_type' => 'creditmemo',\n            'store_id' => 0,\n            'sequence_table' => 'sequence_creditmemo_0',\n        ],\n        [\n            'meta_id' => 6,\n            'entity_type' => 'creditmemo',\n            'store_id' => 1,\n            'sequence_table' => 'sequence_creditmemo_1',\n        ],\n        [\n            'meta_id' => 7,\n            'entity_type' => 'shipment',\n            'store_id' => 0,\n            'sequence_table' => 'sequence_shipment_0',\n        ],\n        [\n            'meta_id' => 8,\n            'entity_type' => 'shipment',\n            'store_id' => 1,\n            'sequence_table' => 'sequence_shipment_1',\n        ],\n        [\n            'meta_id' => 9,\n            'entity_type' => 'rma_item',\n            'store_id' => 0,\n            'sequence_table' => 'sequence_rma_item_0',\n        ],\n        [\n            'meta_id' => 10,\n            'entity_type' => 'rma_item',\n            'store_id' => 1,\n            'sequence_table' => 'sequence_rma_item_1',\n        ]\n    ];\n    \n    /**\n     * @var array\n     */\n    private $salesSequenceProfile = [\n        [\n            'profile_id' => 1,\n            'meta_id' => 1,\n            'prefix' => '',\n            'suffix' => '',\n            'start_value' => 1,\n            'step' => 1,\n            'max_value' => 4294967295,\n            'warning_value' => 4294966295,\n            'is_active' => 1,\n        ],\n        [\n            'profile_id' => 2,\n            'meta_id' => 2,\n            'prefix' => '1',\n            'suffix' => '',\n            'start_value' => 1,\n            'step' => 1,\n            'max_value' => 4294967295,\n            'warning_value' => 4294966295,\n            'is_active' => 1,\n        ],\n        [\n            'profile_id' => 3,\n            'meta_id' => 3,\n            'prefix' => '',\n            'suffix' => '',\n            'start_value' => 1,\n            'step' => 1,\n            'max_value' => 4294967295,\n            'warning_value' => 4294966295,\n            'is_active' => 1,\n        ],\n        [\n            'profile_id' => 4,\n            'meta_id' => 4,\n            'prefix' => '1',\n            'suffix' => '',\n            'start_value' => 1,\n            'step' => 1,\n            'max_value' => 4294967295,\n            'warning_value' => 4294966295,\n            'is_active' => 1,\n        ],\n        [\n            'profile_id' => 5,\n            'meta_id' => 5,\n            'prefix' => '',\n            'suffix' => '',\n            'start_value' => 1,\n            'step' => 1,\n            'max_value' => 4294967295,\n            'warning_value' => 4294966295,\n            'is_active' => 1,\n        ],\n        [\n            'profile_id' => 6,\n            'meta_id' => 6,\n            'prefix' => '1',\n            'suffix' => '',\n            'start_value' => 1,\n            'step' => 1,\n            'max_value' => 4294967295,\n            'warning_value' => 4294966295,\n            'is_active' => 1,\n        ],\n        [\n            'profile_id' => 7,\n            'meta_id' => 7,\n            'prefix' => '',\n            'suffix' => '',\n            'start_value' => 1,\n            'step' => 1,\n            'max_value' => 4294967295,\n            'warning_value' => 4294966295,\n            'is_active' => 1,\n        ],\n        [\n            'profile_id' => 8,\n            'meta_id' => 8,\n            'prefix' => '1',\n            'suffix' => '',\n            'start_value' => 1,\n            'step' => 1,\n            'max_value' => 4294967295,\n            'warning_value' => 4294966295,\n            'is_active' => 1,\n        ],\n        [\n            'profile_id' => 9,\n            'meta_id' => 9,\n            'prefix' => '',\n            'suffix' => '',\n            'start_value' => 1,\n            'step' => 1,\n            'max_value' => 4294967295,\n            'warning_value' => 4294966295,\n            'is_active' => 1,\n        ],\n        [\n            'profile_id' => 10,\n            'meta_id' => 10,\n            'prefix' => '1',\n            'suffix' => '',\n            'start_value' => 1,\n            'step' => 1,\n            'max_value' => 4294967295,\n            'warning_value' => 4294966295,\n            'is_active' => 1,\n        ]\n    ];\n    \n    /**\n     * @throws \\Migration\\Exception\n     * @return void\n     */\n    public function testPerform()\n    {\n        $helper = \\Migration\\TestFramework\\Helper::getInstance();\n        $objectManager = $helper->getObjectManager();\n        $objectManager->get(\\Migration\\Config::class)\n            ->init(dirname(__DIR__) . '/../_files/' . $helper->getFixturePrefix() . 'config.xml');\n        $logManager = $objectManager->create(\\Migration\\Logger\\Manager::class);\n        $logger = $objectManager->create(\\Migration\\Logger\\Logger::class);\n        $config = $objectManager->get(\\Migration\\Config::class);\n        $helper = $objectManager->get(\\Migration\\Step\\SalesIncrement\\Helper::class);\n        $destination = $objectManager->get(\\Migration\\ResourceModel\\Destination::class);\n        /** @var \\Migration\\Logger\\Manager $logManager */\n        $logManager->process(\\Migration\\Logger\\Manager::LOG_LEVEL_ERROR);\n        \\Migration\\Logger\\Logger::clearMessages();\n        /** @var \\Migration\\Step\\SalesIncrement\\Data $salesIncrement */\n        $salesIncrement = $objectManager->create(\n            \\Migration\\Step\\SalesIncrement\\Data::class,\n            [\n                'logger' => $logger,\n                'config' => $config,\n                'helper' => $helper\n            ]\n        );\n        ob_start();\n        $salesIncrement->perform();\n        ob_end_clean();\n\n        $this->assertEquals($this->salesSequenceMeta, $destination->getRecords('sales_sequence_meta', 0));\n        $this->assertEquals($this->salesSequenceProfile, $destination->getRecords('sales_sequence_profile', 0));\n        $logOutput = \\Migration\\Logger\\Logger::getMessages();\n        $this->assertFalse(isset($logOutput[\\Monolog\\Logger::ERROR]));\n    }\n}\n"
  },
  {
    "path": "tests/integration/testsuite/Migration/Step/SalesOrder/DataTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\SalesOrder;\n\n/**\n * SalesOrder step run test class\n * @dbFixture sales_order\n */\nclass DataTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @throws \\Migration\\Exception\n     * @return void\n     */\n    public function testPerform()\n    {\n        $salesOrderToMigrate = [\n            [\n                'entity_id' => '1',\n                'store_id' => '1'\n            ],\n            [\n                'entity_id' => '2',\n                'store_id' => '1'\n            ],\n            [\n                'entity_id' => '3',\n                'store_id' => '1'\n            ]\n        ];\n\n        $eavAttributesToMigrate = [\n            [\n                'value_id' => '1',\n                'entity_type_id' => '1',\n                'attribute_id' => '1',\n                'store_id' => '1',\n                'entity_id' => '1',\n                'value' => '1'\n            ],\n            [\n                'value_id' => '2',\n                'entity_type_id' => '1',\n                'attribute_id' => '2',\n                'store_id' => '1',\n                'entity_id' => '1',\n                'value' => '2'\n            ],\n            [\n                'value_id' => '3',\n                'entity_type_id' => '1',\n                'attribute_id' => '1',\n                'store_id' => '1',\n                'entity_id' => '2',\n                'value' => '1'\n            ],\n            [\n                'value_id' => '4',\n                'entity_type_id' => '1',\n                'attribute_id' => '2',\n                'store_id' => '1',\n                'entity_id' => '3',\n                'value' => '2'\n            ]\n        ];\n        $helper = \\Migration\\TestFramework\\Helper::getInstance();\n        $objectManager = $helper->getObjectManager();\n        $objectManager->get(\\Migration\\Config::class)\n            ->init(dirname(__DIR__) . '/../_files/' . $helper->getFixturePrefix() . 'config.xml');\n        $logManager = $objectManager->create(\\Migration\\Logger\\Manager::class);\n        $logger = $objectManager->create(\\Migration\\Logger\\Logger::class);\n        $config = $objectManager->get(\\Migration\\Config::class);\n        $initialData = $objectManager->get(\\Migration\\Step\\SalesOrder\\InitialData::class);\n        $destination = $objectManager->get(\\Migration\\ResourceModel\\Destination::class);\n        /** @var \\Migration\\Logger\\Manager $logManager */\n        $logManager->process(\\Migration\\Logger\\Manager::LOG_LEVEL_ERROR);\n        \\Migration\\Logger\\Logger::clearMessages();\n\n        $salesOrder = $objectManager->create(\n            \\Migration\\Step\\SalesOrder\\Data::class,\n            [\n                'logger' => $logger,\n                'config' => $config,\n                'initialData' => $initialData\n            ]\n        );\n        ob_start();\n        $salesOrder->perform();\n        ob_end_clean();\n\n        $this->assertEquals($eavAttributesToMigrate, $destination->getRecords('eav_entity_int', 0));\n        $this->assertEquals($salesOrderToMigrate, $destination->getRecords('sales_order', 0));\n        $logOutput = \\Migration\\Logger\\Logger::getMessages();\n        $this->assertFalse(isset($logOutput[\\Monolog\\Logger::ERROR]));\n    }\n}\n"
  },
  {
    "path": "tests/integration/testsuite/Migration/Step/SalesOrder/IntegrityTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\SalesOrder;\n\n/**\n * SalesOrder step run test class\n * @dbFixture sales_order\n */\nclass IntegrityTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @throws \\Migration\\Exception\n     * @return void\n     */\n    public function testPerform()\n    {\n        $objectManager = \\Migration\\TestFramework\\Helper::getInstance()->getObjectManager();\n        $objectManager->get(\\Migration\\Config::class)->init(dirname(__DIR__) . '/../_files/config.xml');\n        $logManager = $objectManager->create(\\Migration\\Logger\\Manager::class);\n        $logger = $objectManager->create(\\Migration\\Logger\\Logger::class);\n        $config = $objectManager->get(\\Migration\\Config::class);\n        $initialData = $objectManager->get(\\Migration\\Step\\SalesOrder\\InitialData::class);\n        /** @var \\Migration\\Logger\\Manager $logManager */\n        $logManager->process(\\Migration\\Logger\\Manager::LOG_LEVEL_ERROR);\n        \\Migration\\Logger\\Logger::clearMessages();\n\n        /** @var \\Migration\\Step\\SalesOrder\\Integrity $salesOrder */\n        $salesOrder = $objectManager->create(\n            \\Migration\\Step\\SalesOrder\\Integrity::class,\n            [\n                'logger' => $logger,\n                'config' => $config,\n                'initialData' => $initialData\n            ]\n        );\n        ob_start();\n        $salesOrder->perform();\n        ob_end_clean();\n\n        $logOutput = \\Migration\\Logger\\Logger::getMessages();\n        $this->assertFalse(isset($logOutput[\\Monolog\\Logger::ERROR]));\n    }\n}\n"
  },
  {
    "path": "tests/integration/testsuite/Migration/Step/SalesOrder/VolumeTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\SalesOrder;\n\n/**\n * SalesOrder step run test class\n * @dbFixture sales_order\n */\nclass VolumeTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @throws \\Migration\\Exception\n     * @return void\n     */\n    public function testPerform()\n    {\n        $salesOrderToMigrate = [\n            [\n                'entity_id' => '1',\n                'store_id' => '1'\n            ],\n            [\n                'entity_id' => '2',\n                'store_id' => '1'\n            ],\n            [\n                'entity_id' => '3',\n                'store_id' => '1'\n            ]\n        ];\n\n        $eavAttributesToMigrate = [\n            [\n                'value_id' => '1',\n                'entity_type_id' => '1',\n                'attribute_id' => '1',\n                'store_id' => '1',\n                'entity_id' => '1',\n                'value' => '1'\n            ],\n            [\n                'value_id' => '2',\n                'entity_type_id' => '1',\n                'attribute_id' => '2',\n                'store_id' => '1',\n                'entity_id' => '1',\n                'value' => '2'\n            ],\n            [\n                'value_id' => '3',\n                'entity_type_id' => '1',\n                'attribute_id' => '1',\n                'store_id' => '1',\n                'entity_id' => '2',\n                'value' => '1'\n            ],\n            [\n                'value_id' => '4',\n                'entity_type_id' => '1',\n                'attribute_id' => '2',\n                'store_id' => '1',\n                'entity_id' => '3',\n                'value' => '2'\n            ]\n        ];\n        $objectManager = \\Migration\\TestFramework\\Helper::getInstance()->getObjectManager();\n        $objectManager->get(\\Migration\\Config::class)->init(dirname(__DIR__) . '/../_files/config.xml');\n        $logManager = $objectManager->create(\\Migration\\Logger\\Manager::class);\n        $logger = $objectManager->create(\\Migration\\Logger\\Logger::class);\n        $config = $objectManager->get(\\Migration\\Config::class);\n        $initialData = $objectManager->get(\\Migration\\Step\\SalesOrder\\InitialData::class);\n        $destination = $objectManager->get(\\Migration\\ResourceModel\\Destination::class);\n        /** @var \\Migration\\Logger\\Manager $logManager */\n        $logManager->process(\\Migration\\Logger\\Manager::LOG_LEVEL_ERROR);\n        \\Migration\\Logger\\Logger::clearMessages();\n\n        $data = $objectManager->create(\n            \\Migration\\Step\\SalesOrder\\Data::class,\n            [\n                'logger' => $logger,\n                'config' => $config,\n                'initialData' => $initialData\n            ]\n        );\n        $volume = $objectManager->create(\n            \\Migration\\Step\\SalesOrder\\Volume::class,\n            [\n                'logger' => $logger,\n                'config' => $config,\n                'initialData' => $initialData\n            ]\n        );\n        ob_start();\n        $data->perform();\n        $this->assertTrue($volume->perform());\n        ob_end_clean();\n\n        $this->assertEquals($eavAttributesToMigrate, $destination->getRecords('eav_entity_int', 0));\n        $this->assertEquals($salesOrderToMigrate, $destination->getRecords('sales_order', 0));\n        $logOutput = \\Migration\\Logger\\Logger::getMessages();\n        $this->assertFalse(isset($logOutput[\\Monolog\\Logger::ERROR]));\n    }\n}\n"
  },
  {
    "path": "tests/integration/testsuite/Migration/Step/Settings/DataTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n\nnamespace Migration\\Step\\Settings;\n\n/**\n * Settings Data step test class\n */\nclass DataTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @throws \\Migration\\Exception\n     * @return void\n     */\n    public function testPerform()\n    {\n        $helper = \\Migration\\TestFramework\\Helper::getInstance();\n        $objectManager = $helper->getObjectManager();\n        $objectManager->get(\\Migration\\Config::class)\n            ->init(dirname(__DIR__) . '/../_files/' . $helper->getFixturePrefix() . 'config.xml');\n        $logManager = $objectManager->create(\\Migration\\Logger\\Manager::class);\n        $recordFactory = $objectManager->create(\\Migration\\ResourceModel\\RecordFactory::class);\n        $progress = $objectManager->create(\\Migration\\App\\ProgressBar\\LogLevelProcessor::class);\n        $logger = $objectManager->create(\\Migration\\Logger\\Logger::class);\n        $mapReader = $objectManager->create(\\Migration\\Reader\\Settings::class);\n        $handlerManagerFactory = $objectManager->get(\\Migration\\Handler\\ManagerFactory::class);\n        $destination = $objectManager->get(\\Migration\\ResourceModel\\Destination::class);\n        $source = $objectManager->get(\\Migration\\ResourceModel\\Source::class);\n        /** @var \\Migration\\Logger\\Manager $logManager */\n        $logManager->process(\\Migration\\Logger\\Manager::LOG_LEVEL_ERROR);\n        \\Migration\\Logger\\Logger::clearMessages();\n        $data = $objectManager->create(\n            \\Migration\\Step\\Settings\\Data::class,\n            [\n                'destination' => $destination,\n                'source' => $source,\n                'logger' => $logger,\n                'progress' => $progress,\n                'recordFactory' => $recordFactory,\n                'mapReader' => $mapReader,\n                'handlerManagerFactory' => $handlerManagerFactory,\n            ]\n        );\n        ob_start();\n        $data->perform();\n        ob_end_clean();\n        $migratedData = $destination->getRecords('core_config_data', 0);\n        $migratedDataExpected = [\n            [\n                'config_id' => 1,\n                'scope' => 'default',\n                'scope_id' => 0,\n                'path' => 'web/seo/use_rewrites',\n                'value' => 1\n            ], [\n                'config_id' => 2,\n                'scope' => 'default',\n                'scope_id' => 0,\n                'path' => 'web/unsecure/base_url',\n                'value' => 'http://magento2.dev/'\n            ], [\n                'config_id' => 3,\n                'scope' => 'default',\n                'scope_id' => 0,\n                'path' => 'admin/security/session_lifetime',\n                'value' => 90\n            ], [\n                'config_id' => 4,\n                'scope' => 'default',\n                'scope_id' => 0,\n                'path' => 'catalog/seo/product_url_suffix',\n                'value' => '.phtml'\n            ], [\n                'config_id' => 5,\n                'scope' => 'default',\n                'scope_id' => 0,\n                'path' => 'my/extension/path',\n                'value' => 'value1'\n            ]\n        ];\n        $logOutput = \\Migration\\Logger\\Logger::getMessages();\n        $this->assertFalse(isset($logOutput[\\Monolog\\Logger::ERROR]));\n        $this->assertEquals($migratedDataExpected, $migratedData);\n    }\n}\n"
  },
  {
    "path": "tests/integration/testsuite/Migration/Step/Stores/DataTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\Stores;\n\n/**\n * Class DataTest\n * @dbFixture stores\n */\nclass DataTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @var \\Migration\\ResourceModel\\Destination\n     */\n    private $destination;\n\n    /**\n     * @var array\n     */\n    private $destinationDocuments = [\n        'store' => 2,\n        'store_group' => 2,\n        'store_website' => 2\n    ];\n\n    /**\n     * @var \\Migration\\App\\ProgressBar\\LogLevelProcessor\n     */\n    private $progress;\n\n    /**\n     * @var \\Migration\\ResourceModel\\Source\n     */\n    private $source;\n\n    /**\n     * @var \\Migration\\ResourceModel\\RecordFactory\n     */\n    private $recordFactory;\n\n    /**\n     * @var \\Migration\\Step\\Stores\\Model\\DocumentsList\n     */\n    private $documentsList;\n\n    /**\n     * @var \\Migration\\RecordTransformerFactory\n     */\n    private $recordTransformerFactory;\n\n    /**\n     * @var \\Migration\\Reader\\MapFactory\n     */\n    private $map;\n\n    /**\n     * @return void\n     */\n    public function setUp()\n    {\n        $helper = \\Migration\\TestFramework\\Helper::getInstance();\n        $objectManager = $helper->getObjectManager();\n        $objectManager->get(\\Migration\\Config::class)\n            ->init(dirname(__DIR__) . '/../_files/' . $helper->getFixturePrefix() . 'config.xml');\n        $this->progress = $objectManager->create(\\Migration\\App\\ProgressBar\\LogLevelProcessor::class);\n        $this->source = $objectManager->create(\\Migration\\ResourceModel\\Source::class);\n        $this->destination = $objectManager->create(\\Migration\\ResourceModel\\Destination::class);\n        $this->recordFactory = $objectManager->create(\\Migration\\ResourceModel\\RecordFactory::class);\n        $this->documentsList = $objectManager->create(\\Migration\\Step\\Stores\\Model\\DocumentsList::class);\n        $this->recordTransformerFactory = $objectManager->create(\\Migration\\RecordTransformerFactory::class);\n        $this->map = $objectManager->create(\\Migration\\Reader\\MapFactory::class);\n    }\n\n    /**\n     * @return void\n     */\n    public function testPerform()\n    {\n        $data = new Data(\n            $this->progress,\n            $this->source,\n            $this->destination,\n            $this->recordFactory,\n            $this->documentsList,\n            $this->recordTransformerFactory,\n            $this->map\n        );\n        $this->assertTrue($data->perform());\n        foreach ($this->destinationDocuments as $documentName => $recordsCount) {\n            $this->assertEquals($recordsCount, count($this->destination->getRecords($documentName, 0)));\n        }\n    }\n}\n"
  },
  {
    "path": "tests/integration/testsuite/Migration/Step/Stores/IntegrityTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\Stores;\n\n/**\n * Class IntegrityTest\n * @dbFixture stores\n */\nclass IntegrityTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @var \\Migration\\ResourceModel\\Destination\n     */\n    private $destination;\n\n    /**\n     * @var array\n     */\n    private $destinationDocuments = [\n        'store' => 2,\n        'store_group' => 2,\n        'store_website' => 2\n    ];\n\n    /**\n     * @var \\Migration\\App\\ProgressBar\\LogLevelProcessor\n     */\n    private $progress;\n\n    /**\n     * @var \\Migration\\ResourceModel\\Source\n     */\n    private $source;\n\n    /**\n     * @var \\Migration\\Step\\Stores\\Model\\DocumentsList\n     */\n    private $documentsList;\n\n    /**\n     * @var \\Migration\\Logger\\Logger\n     */\n    private $logger;\n\n    /**\n     * @var \\Migration\\Reader\\MapFactory\n     */\n    private $mapFactory;\n\n    /**\n     * @var \\Migration\\Config\n     */\n    private $config;\n\n    /**\n     * @return void\n     */\n    public function setUp()\n    {\n        $helper = \\Migration\\TestFramework\\Helper::getInstance();\n        $objectManager = $helper->getObjectManager();\n        $objectManager->get(\\Migration\\Config::class)\n            ->init(dirname(__DIR__) . '/../_files/' . $helper->getFixturePrefix() . 'config.xml');\n        $this->progress = $objectManager->create(\\Migration\\App\\ProgressBar\\LogLevelProcessor::class);\n        $this->logger = $objectManager->create(\\Migration\\Logger\\Logger::class);\n        $this->source = $objectManager->create(\\Migration\\ResourceModel\\Source::class);\n        $this->destination = $objectManager->create(\\Migration\\ResourceModel\\Destination::class);\n        $this->documentsList = $objectManager->create(\\Migration\\Step\\Stores\\Model\\DocumentsList::class);\n        $this->mapFactory = $objectManager->create(\\Migration\\Reader\\MapFactory::class);\n        $this->config = $objectManager->create(\\Migration\\Config::class);\n    }\n\n    /**\n     * @return void\n     */\n    public function testPerform()\n    {\n        $integrity = new Integrity(\n            $this->documentsList,\n            $this->logger,\n            $this->config,\n            $this->progress,\n            $this->source,\n            $this->destination,\n            $this->mapFactory\n        );\n        $this->assertTrue($integrity->perform());\n    }\n}\n"
  },
  {
    "path": "tests/integration/testsuite/Migration/Step/TierPrice/DataTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\TierPrice;\n\n/**\n * Class DataTest\n * @dbFixture tier_price\n */\nclass DataTest extends \\PHPUnit\\Framework\\TestCase\n{\n    const TIRE_PRICE_TABLE_DESTINATION = 'catalog_product_entity_tier_price';\n    \n    /**\n     * @var \\Migration\\ResourceModel\\Destination\n     */\n    private $destination;\n\n    /**\n     * @var \\Migration\\App\\ProgressBar\\LogLevelProcessor|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    private $progress;\n\n    /**\n     * @var \\Migration\\ResourceModel\\Source|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    private $source;\n\n    /**\n     * @var \\Migration\\ResourceModel\\RecordFactory|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    private $recordFactory;\n\n    /**\n     * @var \\Migration\\Step\\TierPrice\\Helper|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    private $helper;\n\n    /**\n     * @var \\Migration\\Logger\\Logger|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    private $logger;\n\n    /**\n     * @var \\Migration\\RecordTransformerFactory|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    private $recordTransformerFactory;\n\n    /**\n     * @var \\Migration\\Reader\\MapFactory|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    private $mapFactory;\n\n    /**\n     * @return void\n     */\n    public function setUp()\n    {\n        $helper = \\Migration\\TestFramework\\Helper::getInstance();\n        $objectManager = $helper->getObjectManager();\n        $objectManager->get(\\Migration\\Config::class)\n            ->init(dirname(__DIR__) . '/../_files/' . $helper->getFixturePrefix() . 'config.xml');\n        $this->progress = $objectManager->create(\\Migration\\App\\ProgressBar\\LogLevelProcessor::class);\n        $this->source = $objectManager->create(\\Migration\\ResourceModel\\Source::class);\n        $this->destination = $objectManager->create(\\Migration\\ResourceModel\\Destination::class);\n        $this->recordFactory = $objectManager->create(\\Migration\\ResourceModel\\RecordFactory::class);\n        $this->helper = $objectManager->create(\\Migration\\Step\\TierPrice\\Helper::class);\n        $this->logger = $objectManager->create(\\Migration\\Logger\\Logger::class);\n        $this->recordTransformerFactory = $objectManager->create(\\Migration\\RecordTransformerFactory::class);\n        $this->mapFactory = $objectManager->create(\\Migration\\Reader\\MapFactory::class);\n    }\n\n    /**\n     * @return void\n     */\n    public function testPerform()\n    {\n        $data = new Data(\n            $this->progress,\n            $this->source,\n            $this->destination,\n            $this->recordFactory,\n            $this->logger,\n            $this->helper,\n            $this->recordTransformerFactory,\n            $this->mapFactory\n        );\n        $this->assertTrue($data->perform());\n        $this->assertEquals(3, count($this->destination->getRecords(self::TIRE_PRICE_TABLE_DESTINATION, 0)));\n    }\n}\n"
  },
  {
    "path": "tests/integration/testsuite/Migration/Step/TierPrice/IntegrityTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\TierPrice;\n\n/**\n * Class IntegrityTest\n * @dbFixture tier_price\n */\nclass IntegrityTest extends \\PHPUnit\\Framework\\TestCase\n{\n    const TIRE_PRICE_TABLE_DESTINATION = 'catalog_product_entity_tier_price';\n    \n    /**\n     * @var \\Migration\\ResourceModel\\Destination\n     */\n    private $destination;\n\n    /**\n     * @var \\Migration\\App\\ProgressBar\\LogLevelProcessor|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    private $progress;\n\n    /**\n     * @var \\Migration\\ResourceModel\\Source|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    private $source;\n\n    /**\n     * @var \\Migration\\Step\\TierPrice\\Helper|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    private $helper;\n\n    /**\n     * @var \\Migration\\Logger\\Logger|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    private $logger;\n\n    /**\n     * @var \\Migration\\Reader\\MapFactory|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    private $mapFactory;\n\n    /**\n     * @var \\Migration\\Config\n     */\n    private $config;\n\n    /**\n     * @return void\n     */\n    public function setUp()\n    {\n        $helper = \\Migration\\TestFramework\\Helper::getInstance();\n        $objectManager = $helper->getObjectManager();\n        $objectManager->get(\\Migration\\Config::class)\n            ->init(dirname(__DIR__) . '/../_files/' . $helper->getFixturePrefix() . 'config.xml');\n        $this->progress = $objectManager->create(\\Migration\\App\\ProgressBar\\LogLevelProcessor::class);\n        $this->source = $objectManager->create(\\Migration\\ResourceModel\\Source::class);\n        $this->destination = $objectManager->create(\\Migration\\ResourceModel\\Destination::class);\n        $this->helper = $objectManager->create(\\Migration\\Step\\TierPrice\\Helper::class);\n        $this->logger = $objectManager->create(\\Migration\\Logger\\Logger::class);\n        $this->mapFactory = $objectManager->create(\\Migration\\Reader\\MapFactory::class);\n        $this->config = $objectManager->create(\\Migration\\Config::class);\n    }\n\n    /**\n     * @return void\n     */\n    public function testPerform()\n    {\n        $data = new Integrity(\n            $this->helper,\n            $this->logger,\n            $this->config,\n            $this->progress,\n            $this->source,\n            $this->destination,\n            $this->mapFactory\n        );\n        $this->assertTrue($data->perform());\n    }\n\n    /**\n     * @return void\n     */\n    public function testPerformFail()\n    {\n        $data = new Integrity(\n            $this->helper,\n            $this->logger,\n            $this->config,\n            $this->progress,\n            $this->source,\n            $this->destination,\n            $this->mapFactory,\n            'tier_price_map_file_fail'\n        );\n        $this->assertFalse($data->perform());\n        $logOutput = \\Migration\\Logger\\Logger::getMessages();\n        $error = 'Source fields are not mapped. Document: catalog_product_entity_tier_price. Fields: custom_field';\n        $this->assertEquals($error, $logOutput[\\Monolog\\Logger::ERROR][0]);\n    }\n}\n"
  },
  {
    "path": "tests/integration/testsuite/Migration/Step/UrlRewrite/Version11410to2000Test.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n\nnamespace Migration\\Step\\UrlRewrite;\n\n/**\n * UrlRewrite step test class\n * @dbFixture url_rewrite_11410\n */\nclass Version11410to2000Test extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @var string\n     */\n    protected $tableName;\n\n    /**\n     * @var \\Migration\\Logger\\Logger\n     */\n    protected $logger;\n\n    /**\n     * @var \\Migration\\Config\n     */\n    protected $config;\n\n    /**\n     * @var \\Magento\\Framework\\ObjectManagerInterface\n     */\n    protected $objectManager;\n\n    /**\n     * @throws \\Migration\\Exception\n     * @return void\n     */\n    protected function setUp()\n    {\n        $helper = \\Migration\\TestFramework\\Helper::getInstance();\n        $this->objectManager = $helper->getObjectManager();\n        $this->objectManager->get(\\Migration\\Config::class)\n            ->init(dirname(__DIR__) . '/../_files/' . $helper->getFixturePrefix() . 'config.xml');\n        $this->tableName = 'url_rewrite_m2' . md5('url_rewrite_m2');\n        $logManager = $this->objectManager->create(\\Migration\\Logger\\Manager::class);\n        $this->logger = $this->objectManager->create(\\Migration\\Logger\\Logger::class);\n        $this->logger->pushHandler($this->objectManager->create(\\Migration\\Logger\\ConsoleHandler::class));\n        $this->config = $this->objectManager->get(\\Migration\\Config::class);\n        /** @var \\Migration\\Logger\\Manager $logManager */\n        $logManager->process(\\Migration\\Logger\\Manager::LOG_LEVEL_ERROR);\n        \\Migration\\Logger\\Logger::clearMessages();\n    }\n\n    /**\n     * @return void\n     */\n    public function testIntegrity()\n    {\n        $urlRewrite = $this->objectManager->create(\n            \\Migration\\Step\\UrlRewrite\\Version11410to2000::class,\n            [\n                'logger' => $this->logger,\n                'config' => $this->config,\n                'stage' => 'integrity'\n            ]\n        );\n        ob_start();\n        $result = $urlRewrite->perform();\n        ob_end_clean();\n        $this->assertTrue($result);\n\n        $messages = [];\n        $messages[] = 'There are duplicates in URL rewrites';\n        $messages[] = 'Request path: test1.html Store ID: 1 Target path: catalog/category/view/id/6';\n        $messages[] = 'Request path: test1.html Store ID: 1 Target path: contacts';\n        $messages[] = 'Request path: test5.html Store ID: 1 Target path: contacts';\n        $messages[] = 'Request path: test5.html Store ID: 1 Target path: catalog/category/view/id/8';\n\n        $logOutput = \\Migration\\Logger\\Logger::getMessages();\n        $this->assertFalse(empty($logOutput[\\Monolog\\Logger::INFO]));\n        $errors = implode(\"\\n\", $logOutput[\\Monolog\\Logger::INFO]);\n\n        foreach ($messages as $text) {\n            $this->assertContains($text, $errors);\n        }\n    }\n\n    /**\n     * @return void\n     */\n    public function testData()\n    {\n        $urlRewrite = $this->objectManager->create(\n            \\Migration\\Step\\UrlRewrite\\Version11410to2000::class,\n            [\n                'logger' => $this->logger,\n                'config' => $this->config,\n                'stage' => 'data'\n            ]\n        );\n        /** @var \\Migration\\ResourceModel\\Destination $destination */\n        $destination = $this->objectManager->get(\\Migration\\ResourceModel\\Destination::class);\n        ob_start();\n        $urlRewrite->perform();\n        ob_end_clean();\n\n        $logOutput = \\Migration\\Logger\\Logger::getMessages();\n        $this->assertTrue(empty($logOutput[\\Monolog\\Logger::ERROR]));\n        $this->assertEquals(48, $destination->getRecordsCount('url_rewrite'));\n        $this->assertEquals(11, $destination->getRecordsCount('catalog_category_entity_varchar'));\n        $this->assertEquals(4, $destination->getRecordsCount('catalog_product_entity_varchar'));\n\n        $urlRewrite = $this->objectManager->create(\n            \\Migration\\Step\\UrlRewrite\\Version11410to2000::class,\n            [\n                'logger' => $this->logger,\n                'config' => $this->config,\n                'stage' => 'volume'\n            ]\n        );\n        $result = $urlRewrite->perform();\n        $this->assertTrue($result);\n    }\n}\n"
  },
  {
    "path": "tests/integration/testsuite/Migration/Step/UrlRewrite/Version191to2000Test.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n\nnamespace Migration\\Step\\UrlRewrite;\n\n/**\n * UrlRewrite step test class\n * @dbFixture url_rewrite_191\n */\nclass Version191o2000Test extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @var string\n     */\n    protected $tableName;\n\n    /**\n     * @var \\Migration\\Logger\\Logger\n     */\n    protected $logger;\n\n    /**\n     * @var \\Migration\\Config\n     */\n    protected $config;\n\n    /**\n     * @var \\Magento\\Framework\\ObjectManagerInterface\n     */\n    protected $objectManager;\n\n    /**\n     * @throws \\Migration\\Exception\n     * @return void\n     */\n    protected function setUp()\n    {\n        $helper = \\Migration\\TestFramework\\Helper::getInstance();\n        $this->objectManager = $helper->getObjectManager();\n        $this->objectManager->get(\\Migration\\Config::class)\n            ->init(dirname(__DIR__) . '/../_files/' . $helper->getFixturePrefix() . 'config.xml');\n        $this->tableName = 'url_rewrite_m2' . md5('url_rewrite_m2');\n        $logManager = $this->objectManager->create(\\Migration\\Logger\\Manager::class);\n        $this->logger = $this->objectManager->create(\\Migration\\Logger\\Logger::class);\n        $this->logger->pushHandler($this->objectManager->create(\\Migration\\Logger\\ConsoleHandler::class));\n        $this->config = $this->objectManager->get(\\Migration\\Config::class);\n        /** @var \\Migration\\Logger\\Manager $logManager */\n        $logManager->process(\\Migration\\Logger\\Manager::LOG_LEVEL_ERROR);\n        \\Migration\\Logger\\Logger::clearMessages();\n    }\n\n    /**\n     * @return void\n     */\n    public function testIntegrity()\n    {\n        $urlRewrite = $this->objectManager->create(\n            \\Migration\\Step\\UrlRewrite\\Version191to2000::class,\n            [\n                'logger' => $this->logger,\n                'config' => $this->config,\n                'stage' => 'integrity'\n            ]\n        );\n        ob_start();\n        $result = $urlRewrite->perform();\n        ob_end_clean();\n        $this->assertTrue($result);\n    }\n\n    /**\n     * @return void\n     */\n    public function testData()\n    {\n        $urlRewrite = $this->objectManager->create(\n            \\Migration\\Step\\UrlRewrite\\Version191to2000::class,\n            [\n                'logger' => $this->logger,\n                'config' => $this->config,\n                'stage' => 'data'\n            ]\n        );\n        /** @var \\Migration\\ResourceModel\\Destination $destination */\n        $destination = $this->objectManager->get(\\Migration\\ResourceModel\\Destination::class);\n        ob_start();\n        $urlRewrite->perform();\n        ob_end_clean();\n\n        $logOutput = \\Migration\\Logger\\Logger::getMessages();\n        $this->assertTrue(empty($logOutput[\\Monolog\\Logger::ERROR]));\n        $this->assertEquals(8, $destination->getRecordsCount('url_rewrite'));\n        $this->assertEquals(4, $destination->getRecordsCount('catalog_url_rewrite_product_category'));\n\n        $urlRewrite = $this->objectManager->create(\n            \\Migration\\Step\\UrlRewrite\\Version191to2000::class,\n            [\n                'logger' => $this->logger,\n                'config' => $this->config,\n                'stage' => 'volume'\n            ]\n        );\n        $result = $urlRewrite->perform();\n        $this->assertTrue($result);\n    }\n}\n"
  },
  {
    "path": "tests/integration/testsuite/Migration/_files/class-map.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<classmap xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n          xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/class-map.xsd\">\n    <rename>\n        <from>customer/customer</from>\n        <to>Magento\\Customer\\Model\\ResourceModel\\Customer</to>\n    </rename>\n    <rename>\n        <from>catalog/product</from>\n        <to>Magento\\Catalog\\Model\\ResourceModel\\Product</to>\n    </rename>\n    <rename>\n        <from>customer/attribute</from>\n        <to>Magento\\Customer\\Model\\Attribute</to>\n    </rename>\n    <rename>\n        <from>eav/entity_increment_numeric</from>\n        <to>Magento\\Eav\\Model\\Entity\\Increment\\NumericValue</to>\n    </rename>\n    <rename>\n        <from>customer/attribute_collection</from>\n        <to>Magento\\Customer\\Model\\ResourceModel\\Attribute\\Collection</to>\n    </rename>\n    <rename>\n        <from>catalog/resource_eav_attribute</from>\n        <to>Magento\\Catalog\\Model\\ResourceModel\\Eav\\Attribute</to>\n    </rename>\n    <rename>\n        <from>catalog/product_attribute_collection</from>\n        <to>Magento\\Catalog\\Model\\ResourceModel\\Product\\Attribute\\Collection</to>\n    </rename>\n    <rename>\n        <from>catalog/product_attribute_backend_sku</from>\n        <to>Magento\\Catalog\\Model\\Product\\Attribute\\Backend\\Sku</to>\n    </rename>\n    <rename>\n        <from>customer/customer_attribute_backend_website</from>\n        <to>Magento\\Customer\\Model\\Customer\\Attribute\\Backend\\Website</to>\n    </rename>\n    <rename>\n        <from>customer/customer_attribute_source_website</from>\n        <to>Magento\\Customer\\Model\\Customer\\Attribute\\Source\\Website</to>\n    </rename>\n</classmap>\n"
  },
  {
    "path": "tests/integration/testsuite/Migration/_files/config-with-empty-map.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"migration\"/>\n    <source>\n        <database host=\"localhost\" name=\"magento1_integration\" user=\"root\"/>\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2_integration\" user=\"root\"/>\n    </destination>\n    <options>\n        <map_file>tests/integration/testsuite/Migration/_files/empty-map.xml</map_file>\n        <eav_map_file>tests/integration/testsuite/Migration/_files/eav-map.xml</eav_map_file>\n        <log_map_file>tests/integration/testsuite/Migration/_files/map-log.xml</log_map_file>\n        <settings_map_file>tests/integration/testsuite/Migration/_files/settings.xml</settings_map_file>\n        <sales_order_map_file>test/integration/testsuite/Migration/_files/map/sales.xml</sales_order_map_file>\n        <customer_document_groups_file>tests/integration/testsuite/Migration/_files/customer-document-groups.xml</customer_document_groups_file>\n        <customer_attribute_groups_file>tests/integration/testsuite/Migration/_files/customer-attribute-groups.xml</customer_attribute_groups_file>\n        <stores_map_file>tests/integration/testsuite/Migration/_files/map-stores.xml</stores_map_file>\n        <bulk_size>100</bulk_size>\n        <edition_migrate>opensource-to-opensource</edition_migrate>\n    </options>\n</config>\n"
  },
  {
    "path": "tests/integration/testsuite/Migration/_files/config.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"Data Integrity Step\">\n            <integrity>Migration\\Step\\DataIntegrity\\Integrity</integrity>\n        </step>\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version191to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version191to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version191to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Map step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log</delta>\n            <volume>Migration\\Step\\Log</volume>\n        </step>\n        <step title=\"SalesOrder step\">\n            <delta>Migration\\Step\\SalesOrder\\Delta</delta>\n            <volume>Migration\\Step\\SalesOrder\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1_integration\" user=\"root\"/>\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2_integration\" user=\"root\"/>\n    </destination>\n    <options>\n        <map_file>tests/integration/testsuite/Migration/_files/map.xml</map_file>\n        <eav_map_file>tests/integration/testsuite/Migration/_files/map-eav.xml</eav_map_file>\n        <eav_attribute_groups_file>tests/integration/testsuite/Migration/_files/eav-attribute-groups.xml</eav_attribute_groups_file>\n        <eav_document_groups_file>tests/integration/testsuite/Migration/_files/eav-document-groups.xml</eav_document_groups_file>\n        <log_map_file>tests/integration/testsuite/Migration/_files/map-log.xml</log_map_file>\n        <log_document_groups_file>tests/integration/testsuite/Migration/_files/log-document-groups.xml.dist</log_document_groups_file>\n        <settings_map_file>tests/integration/testsuite/Migration/_files/settings.xml</settings_map_file>\n        <sales_order_map_file>tests/integration/testsuite/Migration/_files/map-sales.xml</sales_order_map_file>\n        <delta_document_groups_file>tests/integration/testsuite/Migration/_files/deltalog.xml</delta_document_groups_file>\n        <class_map>tests/integration/testsuite/Migration/_files/class-map.xml</class_map>\n        <tier_price_map_file>tests/integration/testsuite/Migration/_files/map-tier-price.xml</tier_price_map_file>\n        <tier_price_map_file_fail>tests/integration/testsuite/Migration/_files/map-tier-price-fail.xml</tier_price_map_file_fail>\n        <customer_document_groups_file>tests/integration/testsuite/Migration/_files/customer-document-groups.xml</customer_document_groups_file>\n        <customer_attribute_groups_file>tests/integration/testsuite/Migration/_files/customer-attribute-groups.xml</customer_attribute_groups_file>\n        <customer_map_file>tests/integration/testsuite/Migration/_files/map-customer.xml</customer_map_file>\n        <stores_map_file>tests/integration/testsuite/Migration/_files/map-stores.xml</stores_map_file>\n        <bulk_size>100</bulk_size>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>1</auto_resolve_urlrewrite_duplicates>\n        <edition_migrate>opensource-to-opensource</edition_migrate>\n        <edition_number>1.9.2.1</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n    </options>\n</config>\n"
  },
  {
    "path": "tests/integration/testsuite/Migration/_files/customer-attribute-groups.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<groups xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/groups.xsd\">\n    <group name=\"customer_entity\">\n        <attribute>created_in</attribute>\n        <attribute>prefix</attribute>\n        <attribute>firstname</attribute>\n        <attribute>middlename</attribute>\n        <attribute>lastname</attribute>\n        <attribute>suffix</attribute>\n        <attribute>dob</attribute>\n        <attribute>password_hash</attribute>\n        <attribute>rp_token</attribute>\n        <attribute>rp_token_created_at</attribute>\n        <attribute>default_billing</attribute>\n        <attribute>default_shipping</attribute>\n        <attribute>taxvat</attribute>\n        <attribute>confirmation</attribute>\n        <attribute>gender</attribute>\n    </group>\n    <group name=\"customer_address_entity\">\n        <attribute>city</attribute>\n        <attribute>company</attribute>\n        <attribute>country_id</attribute>\n        <attribute>fax</attribute>\n        <attribute>firstname</attribute>\n        <attribute>lastname</attribute>\n        <attribute>middlename</attribute>\n        <attribute>postcode</attribute>\n        <attribute>prefix</attribute>\n        <attribute>region</attribute>\n        <attribute>region_id</attribute>\n        <attribute>street</attribute>\n        <attribute>suffix</attribute>\n        <attribute>telephone</attribute>\n        <attribute>vat_id</attribute>\n        <attribute>vat_is_valid</attribute>\n        <attribute>vat_request_date</attribute>\n        <attribute>vat_request_id</attribute>\n        <attribute>vat_request_success</attribute>\n    </group>\n</groups>\n"
  },
  {
    "path": "tests/integration/testsuite/Migration/_files/customer-document-groups.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<groups xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/groups.xsd\">\n    <group name=\"source_documents\">\n        <document key=\"entity_id\">customer_entity</document>\n        <document key=\"value_id\">customer_entity_datetime</document>\n        <document key=\"value_id\">customer_entity_decimal</document>\n        <document key=\"value_id\">customer_entity_int</document>\n        <document key=\"value_id\">customer_entity_text</document>\n        <document key=\"value_id\">customer_entity_varchar</document>\n        <document key=\"entity_id\">customer_address_entity</document>\n        <document key=\"value_id\">customer_address_entity_datetime</document>\n        <document key=\"value_id\">customer_address_entity_decimal</document>\n        <document key=\"value_id\">customer_address_entity_int</document>\n        <document key=\"value_id\">customer_address_entity_text</document>\n        <document key=\"value_id\">customer_address_entity_varchar</document>\n    </group>\n    <group name=\"eav_entities\">\n        <document>customer</document>\n        <document>customer_address</document>\n    </group>\n    <group name=\"customer\">\n        <document key=\"entity_id\">customer_entity</document>\n        <document key=\"value_id\">customer_entity_datetime</document>\n        <document key=\"value_id\">customer_entity_decimal</document>\n        <document key=\"value_id\">customer_entity_int</document>\n        <document key=\"value_id\">customer_entity_text</document>\n        <document key=\"value_id\">customer_entity_varchar</document>\n    </group>\n    <group name=\"customer_address\">\n        <document key=\"entity_id\">customer_address_entity</document>\n        <document key=\"value_id\">customer_address_entity_datetime</document>\n        <document key=\"value_id\">customer_address_entity_decimal</document>\n        <document key=\"value_id\">customer_address_entity_int</document>\n        <document key=\"value_id\">customer_address_entity_text</document>\n        <document key=\"value_id\">customer_address_entity_varchar</document>\n    </group>\n    <group name=\"source_entity_documents\">\n        <document>customer_entity</document>\n        <document>customer_address_entity</document>\n    </group>\n</groups>\n"
  },
  {
    "path": "tests/integration/testsuite/Migration/_files/deltalog-empty.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n        </document_rules>\n    </source>\n    <destination/>\n</map>\n"
  },
  {
    "path": "tests/integration/testsuite/Migration/_files/deltalog.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<groups xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/groups.xsd\">\n    <group name=\"group1\">\n        <document key=\"key\">table_with_data</document>\n    </group>\n    <group name=\"group2\">\n        <document key=\"key\">source_table_1</document>\n        <document key=\"key\">source_table_2</document>\n    </group>\n</groups>\n"
  },
  {
    "path": "tests/integration/testsuite/Migration/_files/eav-attribute-groups.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<groups xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/groups.xsd\">\n    <group name=\"ignore\">\n        <attribute type=\"catalog_product\">msrp_enabled</attribute>\n        <attribute type=\"catalog_product\">group_price</attribute>\n    </group>\n</groups>\n"
  },
  {
    "path": "tests/integration/testsuite/Migration/_files/eav-document-groups.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<groups xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/groups.xsd\">\n    <group name=\"documents\">\n        <document>eav_attribute_group</document>\n        <document>eav_attribute_set</document>\n        <document>eav_attribute</document>\n        <document>eav_entity_attribute</document>\n        <document>catalog_eav_attribute</document>\n        <document>customer_eav_attribute</document>\n        <document>eav_entity_type</document>\n    </group>\n    <group name=\"mapped_documents\">\n        <document key=\"attribute_id\">catalog_eav_attribute</document>\n        <document key=\"attribute_id\">customer_eav_attribute</document>\n        <document key=\"entity_type_id\">eav_entity_type</document>\n    </group>\n    <group name=\"documents_leftover_values\">\n        <document>catalog_category_entity_datetime</document>\n        <document>catalog_category_entity_decimal</document>\n        <document>catalog_category_entity_int</document>\n        <document>catalog_category_entity_text</document>\n        <document>catalog_category_entity_varchar</document>\n        <document>catalog_eav_attribute</document>\n        <document>catalog_product_entity_datetime</document>\n        <document>catalog_product_entity_decimal</document>\n        <document>catalog_product_entity_gallery</document>\n        <document>catalog_product_entity_int</document>\n        <document>catalog_product_entity_media_gallery</document>\n        <document>catalog_product_entity_text</document>\n        <document>catalog_product_entity_varchar</document>\n        <document>customer_address_entity_datetime</document>\n        <document>customer_address_entity_decimal</document>\n        <document>customer_address_entity_int</document>\n        <document>customer_address_entity_text</document>\n        <document>customer_address_entity_varchar</document>\n        <document>customer_eav_attribute</document>\n        <document>customer_eav_attribute_website</document>\n        <document>customer_entity_datetime</document>\n        <document>customer_entity_decimal</document>\n        <document>customer_entity_int</document>\n        <document>customer_entity_text</document>\n        <document>customer_entity_varchar</document>\n        <document>customer_form_attribute</document>\n        <document>eav_attribute_label</document>\n        <document>eav_attribute_option</document>\n        <document>eav_entity_attribute</document>\n        <document>eav_form_element</document>\n        <document>salesrule_product_attribute</document>\n        <document>weee_tax</document>\n    </group>\n</groups>\n"
  },
  {
    "path": "tests/integration/testsuite/Migration/_files/ee.config.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"settings\">\n        <step title=\"Settings Step\">\n            <integrity>Migration\\Step\\Settings\\Integrity</integrity>\n            <data>Migration\\Step\\Settings\\Data</data>\n        </step>\n        <step title=\"Stores Step\">\n            <integrity>Migration\\Step\\Stores\\Integrity</integrity>\n            <data>Migration\\Step\\Stores\\Data</data>\n            <volume>Migration\\Step\\Stores\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"data\">\n        <step title=\"EAV Step\">\n            <integrity>Migration\\Step\\Eav\\Integrity</integrity>\n            <data>Migration\\Step\\Eav\\Data</data>\n            <volume>Migration\\Step\\Eav\\Volume</volume>\n        </step>\n        <step title=\"Custom Customer Attributes Step\">\n            <integrity>Migration\\Step\\CustomCustomerAttributes\\Integrity</integrity>\n            <data>Migration\\Step\\CustomCustomerAttributes\\Data</data>\n            <volume>Migration\\Step\\CustomCustomerAttributes\\Volume</volume>\n        </step>\n        <step title=\"Map Step\">\n            <integrity>Migration\\Step\\Map\\Integrity</integrity>\n            <data>Migration\\Step\\Map\\Data</data>\n            <volume>Migration\\Step\\Map\\Volume</volume>\n        </step>\n        <step title=\"Url Rewrite step\">\n            <integrity>Migration\\Step\\UrlRewrite\\Version11410to2000</integrity>\n            <data>Migration\\Step\\UrlRewrite\\Version11410to2000</data>\n            <volume>Migration\\Step\\UrlRewrite\\Version11410to2000</volume>\n        </step>\n        <step title=\"Log Step\">\n            <integrity>Migration\\Step\\Log\\Integrity</integrity>\n            <data>Migration\\Step\\Log\\Data</data>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"Ratings Step\">\n            <integrity>Migration\\Step\\Ratings\\Integrity</integrity>\n            <data>Migration\\Step\\Ratings\\Data</data>\n            <volume>Migration\\Step\\Ratings\\Volume</volume>\n        </step>\n        <step title=\"SalesOrder step\">\n            <integrity>Migration\\Step\\SalesOrder\\Integrity</integrity>\n            <data>Migration\\Step\\SalesOrder\\Data</data>\n            <volume>Migration\\Step\\SalesOrder\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Custom Customer Attributes Step\">\n            <delta>Migration\\Step\\CustomCustomerAttributes\\Delta</delta>\n            <volume>Migration\\Step\\CustomCustomerAttributes\\Volume</volume>\n        </step>\n        <step title=\"Map step\">\n            <delta>Migration\\Step\\Map\\Delta</delta>\n        </step>\n        <step title=\"Log Step\">\n            <delta>Migration\\Step\\Log\\Delta</delta>\n            <volume>Migration\\Step\\Log\\Volume</volume>\n        </step>\n        <step title=\"SalesOrder step\">\n            <delta>Migration\\Step\\SalesOrder\\Delta</delta>\n            <volume>Migration\\Step\\SalesOrder\\Volume</volume>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1_integration\" user=\"root\"/>\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2_integration\" user=\"root\"/>\n    </destination>\n    <options>\n        <map_file>tests/integration/testsuite/Migration/_files/map.xml</map_file>\n        <eav_map_file>tests/integration/testsuite/Migration/_files/ee.map-eav.xml</eav_map_file>\n        <eav_attribute_groups_file>tests/integration/testsuite/Migration/_files/eav-attribute-groups.xml</eav_attribute_groups_file>\n        <eav_document_groups_file>tests/integration/testsuite/Migration/_files/ee.eav-document-groups.xml</eav_document_groups_file>\n        <log_map_file>tests/integration/testsuite/Migration/_files/map-log.xml</log_map_file>\n        <settings_map_file>tests/integration/testsuite/Migration/_files/settings.xml</settings_map_file>\n        <sales_order_map_file>tests/integration/testsuite/Migration/_files/map-sales.xml</sales_order_map_file>\n        <delta_document_groups_file>tests/integration/testsuite/Migration/_files/deltalog.xml</delta_document_groups_file>\n        <tier_price_map_file>tests/integration/testsuite/Migration/_files/map-tier-price.xml</tier_price_map_file>\n        <tier_price_map_file_fail>tests/integration/testsuite/Migration/_files/map-tier-price-fail.xml</tier_price_map_file_fail>\n        <class_map>tests/integration/testsuite/Migration/_files/class-map.xml</class_map>\n        <stores_map_file>tests/integration/testsuite/Migration/_files/map-stores.xml</stores_map_file>\n        <customer_map_file>tests/integration/testsuite/Migration/_files/map-customer.xml</customer_map_file>\n        <bulk_size>100</bulk_size>\n        <source_prefix />\n        <dest_prefix />\n        <auto_resolve_urlrewrite_duplicates>1</auto_resolve_urlrewrite_duplicates>\n        <edition_migrate>commerce-to-commerce</edition_migrate>\n        <edition_number>1.14.3.1</edition_number>\n        <init_statements_source>SET NAMES utf8;</init_statements_source>\n        <init_statements_destination>SET NAMES utf8;</init_statements_destination>\n    </options>\n</config>\n"
  },
  {
    "path": "tests/integration/testsuite/Migration/_files/ee.eav-document-groups.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<groups xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/groups.xsd\">\n    <group name=\"documents\">\n        <document>eav_attribute_group</document>\n        <document>eav_attribute_set</document>\n        <document>eav_attribute</document>\n        <document>eav_entity_attribute</document>\n        <document>catalog_eav_attribute</document>\n        <document>customer_eav_attribute</document>\n        <document>eav_entity_type</document>\n        <document>enterprise_rma_item_eav_attribute</document>\n    </group>\n    <group name=\"mapped_documents\">\n        <document key=\"attribute_id\">catalog_eav_attribute</document>\n        <document key=\"attribute_id\">customer_eav_attribute</document>\n        <document key=\"entity_type_id\">eav_entity_type</document>\n        <document key=\"attribute_id\">enterprise_rma_item_eav_attribute</document>\n    </group>\n    <group name=\"documents_leftover_values\">\n        <document>catalog_category_entity_datetime</document>\n        <document>catalog_category_entity_decimal</document>\n        <document>catalog_category_entity_int</document>\n        <document>catalog_category_entity_text</document>\n        <document>catalog_category_entity_varchar</document>\n        <document>catalog_eav_attribute</document>\n        <document>catalog_product_entity_datetime</document>\n        <document>catalog_product_entity_decimal</document>\n        <document>catalog_product_entity_gallery</document>\n        <document>catalog_product_entity_int</document>\n        <document>catalog_product_entity_media_gallery</document>\n        <document>catalog_product_entity_text</document>\n        <document>catalog_product_entity_varchar</document>\n        <document>customer_address_entity_datetime</document>\n        <document>customer_address_entity_decimal</document>\n        <document>customer_address_entity_int</document>\n        <document>customer_address_entity_text</document>\n        <document>customer_address_entity_varchar</document>\n        <document>customer_eav_attribute</document>\n        <document>customer_eav_attribute_website</document>\n        <document>customer_entity_datetime</document>\n        <document>customer_entity_decimal</document>\n        <document>customer_entity_int</document>\n        <document>customer_entity_text</document>\n        <document>customer_entity_varchar</document>\n        <document>customer_form_attribute</document>\n        <document>eav_attribute_label</document>\n        <document>eav_attribute_option</document>\n        <document>eav_entity_attribute</document>\n        <document>eav_form_element</document>\n        <document>salesrule_product_attribute</document>\n        <document>weee_tax</document>\n    </group>\n</groups>\n"
  },
  {
    "path": "tests/integration/testsuite/Migration/_files/ee.map-eav.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <rename>\n                <document>enterprise_rma_item_eav_attribute</document>\n                <to>magento_rma_item_eav_attribute</to>\n            </rename>\n            <rename>\n                <document>enterprise_rma_item_eav_attribute_website</document>\n                <to>magento_rma_item_eav_attribute_website</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <transform>\n                <field>eav_attribute.attribute_model</field>\n                <handler class=\"\\Migration\\Handler\\EavAttribute\\ConvertModel\"/>\n            </transform>\n            <transform>\n                <field>eav_attribute.backend_model</field>\n                <handler class=\"\\Migration\\Handler\\EavAttribute\\ConvertModel\"/>\n            </transform>\n            <transform>\n                <field>eav_attribute.backend_table</field>\n                <handler class=\"\\Migration\\Handler\\GetDestinationValue\">\n                    <param name=\"setNullIfEmpty\" value=\"true\"/>\n                </handler>\n            </transform>\n            <transform>\n                <field>eav_attribute.frontend_model</field>\n                <handler class=\"\\Migration\\Handler\\EavAttribute\\ConvertModel\"/>\n            </transform>\n            <transform>\n                <field>eav_attribute.frontend_input</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[datetime:date]\"/>\n                </handler>\n            </transform>\n            <transform>\n                <field>eav_attribute.is_required</field>\n                <handler class=\"\\Migration\\Handler\\GetDestinationValue\"/>\n            </transform>\n            <transform>\n                <field>eav_attribute.frontend_class</field>\n                <handler class=\"\\Migration\\Handler\\GetDestinationValue\"/>\n            </transform>\n            <transform>\n                <field>eav_attribute.frontend_label</field>\n                <handler class=\"\\Migration\\Handler\\GetDestinationValue\"/>\n            </transform>\n            <transform>\n                <field>eav_attribute.source_model</field>\n                <handler class=\"\\Migration\\Handler\\EavAttribute\\ConvertModel\"/>\n            </transform>\n            <transform>\n                <field>eav_attribute.default_value</field>\n                <handler class=\"\\Migration\\Handler\\GetDestinationValue\"/>\n            </transform>\n            <transform>\n                <field>eav_attribute.note</field>\n                <handler class=\"\\Migration\\Handler\\GetDestinationValue\">\n                    <param name=\"setNullIfEmpty\" value=\"true\"/>\n                </handler>\n            </transform>\n\n            <transform>\n                <field>catalog_eav_attribute.frontend_input_renderer</field>\n                <handler class=\"\\Migration\\Handler\\EavAttribute\\ConvertModel\"/>\n            </transform>\n            <transform>\n                <field>catalog_eav_attribute.is_visible</field>\n                <handler class=\"\\Migration\\Handler\\GetDestinationValue\"/>\n            </transform>\n            <transform>\n                <field>catalog_eav_attribute.apply_to</field>\n                <handler class=\"\\Migration\\Handler\\GetDestinationValue\"/>\n            </transform>\n\n            <transform>\n                <field>customer_eav_attribute.input_filter</field>\n                <handler class=\"\\Migration\\Handler\\GetDestinationValue\"/>\n            </transform>\n            <transform>\n                <field>customer_eav_attribute.data_model</field>\n                <handler class=\"\\Migration\\Handler\\EavAttribute\\ConvertModel\"/>\n            </transform>\n\n            <transform>\n                <field>eav_entity_type.entity_model</field>\n                <handler class=\"\\Migration\\Handler\\EavAttribute\\ConvertModel\"/>\n            </transform>\n            <transform>\n                <field>eav_entity_type.attribute_model</field>\n                <handler class=\"\\Migration\\Handler\\EavAttribute\\ConvertModel\"/>\n            </transform>\n            <transform>\n                <field>eav_entity_type.entity_table</field>\n                <handler class=\"\\Migration\\Handler\\GetDestinationValue\"/>\n            </transform>\n            <transform>\n                <field>eav_entity_type.increment_model</field>\n                <handler class=\"\\Migration\\Handler\\EavAttribute\\ConvertModel\"/>\n            </transform>\n            <transform>\n                <field>eav_entity_type.additional_attribute_table</field>\n                <handler class=\"\\Migration\\Handler\\GetDestinationValue\">\n                    <param name=\"setNullIfEmpty\" value=\"true\"/>\n                </handler>\n            </transform>\n            <transform>\n                <field>eav_entity_type.entity_attribute_collection</field>\n                <handler class=\"\\Migration\\Handler\\EavAttribute\\ConvertModel\"/>\n            </transform>\n\n            <transform>\n                <field>eav_attribute_set.sort_order</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"100\"/>\n                </handler>\n            </transform>\n            <transform>\n                <field>eav_attribute_set.attribute_set_name</field>\n                <handler class=\"\\Migration\\Handler\\AddPrefix\">\n                    <param name=\"prefix\" value=\"Migration_\"/>\n                </handler>\n            </transform>\n\n            <transform>\n                <field>eav_attribute_group.attribute_group_name</field>\n                <handler class=\"\\Migration\\Handler\\AddPrefix\">\n                    <param name=\"prefix\" value=\"Migration_\"/>\n                </handler>\n            </transform>\n            <transform>\n                <field>eav_attribute_group.default_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\"/>\n                </handler>\n            </transform>\n\n            <transform>\n                <field>enterprise_rma_item_eav_attribute.input_filter</field>\n                <handler class=\"\\Migration\\Handler\\EavAttribute\\ConvertModel\"/>\n            </transform>\n\n            <transform>\n                <field>catalog_eav_attribute.apply_to</field>\n                <handler class=\"\\Migration\\Handler\\EavAttribute\\ApplyTo\"/>\n            </transform>\n\n            <ignore>\n                <field>catalog_eav_attribute.is_configurable</field>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>catalog_eav_attribute.is_required_in_admin_store</field>\n            </ignore>\n            <ignore>\n                <field>eav_attribute_group.attribute_group_code</field>\n            </ignore>\n            <ignore>\n                <field>eav_attribute_group.tab_group_code</field>\n            </ignore>\n\n            <transform>\n                <field>eav_attribute_group.attribute_group_code</field>\n                <handler class=\"\\Migration\\Handler\\EavAttributeGroup\\SetGroupCode\" />\n            </transform>\n            <transform>\n                <field>eav_attribute_group.tab_group_code</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"basic\"/>\n                </handler>\n            </transform>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "tests/integration/testsuite/Migration/_files/empty-map.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n    </source>\n    <destination>\n    </destination>\n</map>\n"
  },
  {
    "path": "tests/integration/testsuite/Migration/_files/list-log.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<groups xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/groups.xsd\">\n    <group name=\"source_documents\">\n        <document>entity_type_id</document>\n    </group>\n    <group name=\"destination_documents_to_clear\">\n        <document>log_customer</document>\n        <document>log_quote</document>\n        <document>log_summary</document>\n        <document>log_summary_type</document>\n        <document>log_url</document>\n        <document>log_url_info</document>\n        <document>log_visitor</document>\n        <document>log_visitor_info</document>\n        <document>log_visitor_online</document>\n    </group>\n</groups>\n"
  },
  {
    "path": "tests/integration/testsuite/Migration/_files/map-customer.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <field_rules>\n            <ignore>\n                <field>customer_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.attribute_set_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity_varchar.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.attribute_set_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity_datetime.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity_decimal.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity_int.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity_text.entity_type_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity_varchar.entity_type_id</field>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>customer_entity.created_in</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.prefix</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.firstname</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.middlename</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.lastname</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.suffix</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.dob</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.password_hash</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.rp_token</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.rp_token_created_at</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.default_billing</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.default_shipping</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.taxvat</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.confirmation</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.gender</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.city</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.company</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.country_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.fax</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.firstname</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.lastname</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.middlename</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.postcode</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.prefix</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.region</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.region_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.street</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.suffix</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.telephone</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.vat_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.vat_is_valid</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.vat_request_date</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.vat_request_id</field>\n            </ignore>\n            <ignore>\n                <field>customer_address_entity.vat_request_success</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.failures_num</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.first_failure</field>\n            </ignore>\n            <ignore>\n                <field>customer_entity.lock_expires</field>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "tests/integration/testsuite/Migration/_files/map-eav.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <field_rules>\n            <transform>\n                <field>eav_attribute.attribute_model</field>\n                <handler class=\"\\Migration\\Handler\\EavAttribute\\ConvertModel\"/>\n            </transform>\n            <transform>\n                <field>eav_attribute.backend_model</field>\n                <handler class=\"\\Migration\\Handler\\EavAttribute\\ConvertModel\"/>\n            </transform>\n            <transform>\n                <field>eav_attribute.backend_table</field>\n                <handler class=\"\\Migration\\Handler\\GetDestinationValue\">\n                    <param name=\"setNullIfEmpty\" value=\"true\"/>\n                </handler>\n            </transform>\n            <transform>\n                <field>eav_attribute.frontend_model</field>\n                <handler class=\"\\Migration\\Handler\\EavAttribute\\ConvertModel\"/>\n            </transform>\n            <transform>\n                <field>eav_attribute.frontend_input</field>\n                <handler class=\"\\Migration\\Handler\\Convert\">\n                    <param name=\"map\" value=\"[datetime:date]\"/>\n                </handler>\n            </transform>\n            <transform>\n                <field>eav_attribute.is_required</field>\n                <handler class=\"\\Migration\\Handler\\GetDestinationValue\"/>\n            </transform>\n            <transform>\n                <field>eav_attribute.frontend_class</field>\n                <handler class=\"\\Migration\\Handler\\GetDestinationValue\"/>\n            </transform>\n            <transform>\n                <field>eav_attribute.frontend_label</field>\n                <handler class=\"\\Migration\\Handler\\GetDestinationValue\"/>\n            </transform>\n            <transform>\n                <field>eav_attribute.source_model</field>\n                <handler class=\"\\Migration\\Handler\\EavAttribute\\ConvertModel\"/>\n            </transform>\n            <transform>\n                <field>eav_attribute.default_value</field>\n                <handler class=\"\\Migration\\Handler\\GetDestinationValue\"/>\n            </transform>\n            <transform>\n                <field>eav_attribute.note</field>\n                <handler class=\"\\Migration\\Handler\\GetDestinationValue\">\n                    <param name=\"setNullIfEmpty\" value=\"true\"/>\n                </handler>\n            </transform>\n\n            <transform>\n                <field>catalog_eav_attribute.frontend_input_renderer</field>\n                <handler class=\"\\Migration\\Handler\\EavAttribute\\ConvertModel\"/>\n            </transform>\n            <transform>\n                <field>catalog_eav_attribute.is_visible</field>\n                <handler class=\"\\Migration\\Handler\\GetDestinationValue\"/>\n            </transform>\n            <transform>\n                <field>catalog_eav_attribute.apply_to</field>\n                <handler class=\"\\Migration\\Handler\\GetDestinationValue\"/>\n            </transform>\n\n            <transform>\n                <field>customer_eav_attribute.input_filter</field>\n                <handler class=\"\\Migration\\Handler\\GetDestinationValue\"/>\n            </transform>\n            <transform>\n                <field>customer_eav_attribute.data_model</field>\n                <handler class=\"\\Migration\\Handler\\EavAttribute\\ConvertModel\"/>\n            </transform>\n\n            <transform>\n                <field>eav_entity_type.entity_model</field>\n                <handler class=\"\\Migration\\Handler\\EavAttribute\\ConvertModel\"/>\n            </transform>\n            <transform>\n                <field>eav_entity_type.attribute_model</field>\n                <handler class=\"\\Migration\\Handler\\EavAttribute\\ConvertModel\"/>\n            </transform>\n            <transform>\n                <field>eav_entity_type.entity_table</field>\n                <handler class=\"\\Migration\\Handler\\GetDestinationValue\"/>\n            </transform>\n            <transform>\n                <field>eav_entity_type.increment_model</field>\n                <handler class=\"\\Migration\\Handler\\EavAttribute\\ConvertModel\"/>\n            </transform>\n            <transform>\n                <field>eav_entity_type.additional_attribute_table</field>\n                <handler class=\"\\Migration\\Handler\\GetDestinationValue\">\n                    <param name=\"setNullIfEmpty\" value=\"true\"/>\n                </handler>\n            </transform>\n            <transform>\n                <field>eav_entity_type.entity_attribute_collection</field>\n                <handler class=\"\\Migration\\Handler\\EavAttribute\\ConvertModel\"/>\n            </transform>\n\n            <transform>\n                <field>eav_attribute_set.sort_order</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"100\"/>\n                </handler>\n            </transform>\n            <transform>\n                <field>eav_attribute_set.attribute_set_name</field>\n                <handler class=\"\\Migration\\Handler\\AddPrefix\">\n                    <param name=\"prefix\" value=\"Migration_\"/>\n                </handler>\n            </transform>\n\n            <transform>\n                <field>eav_attribute_group.attribute_group_name</field>\n                <handler class=\"\\Migration\\Handler\\AddPrefix\">\n                    <param name=\"prefix\" value=\"Migration_\"/>\n                </handler>\n            </transform>\n            <transform>\n                <field>eav_attribute_group.default_id</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"0\"/>\n                </handler>\n            </transform>\n            <transform>\n                <field>catalog_eav_attribute.apply_to</field>\n                <handler class=\"\\Migration\\Handler\\EavAttribute\\ApplyTo\"/>\n            </transform>\n            <ignore>\n                <field>catalog_eav_attribute.is_configurable</field>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>catalog_eav_attribute.is_required_in_admin_store</field>\n            </ignore>\n            <ignore>\n                <field>eav_attribute_group.attribute_group_code</field>\n            </ignore>\n            <ignore>\n                <field>eav_attribute_group.tab_group_code</field>\n            </ignore>\n\n            <transform>\n                <field>eav_attribute_group.attribute_group_code</field>\n                <handler class=\"\\Migration\\Handler\\EavAttributeGroup\\SetGroupCode\" />\n            </transform>\n            <transform>\n                <field>eav_attribute_group.tab_group_code</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"basic\"/>\n                </handler>\n            </transform>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "tests/integration/testsuite/Migration/_files/map-sales.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <rename>\n                <document>sales_flat_order</document>\n                <to>sales_order</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <ignore>\n                <field>sales_flat_order.reward_points_balance_refunded</field>\n            </ignore>\n            <ignore>\n                <field>sales_flat_order.reward_salesrule_points</field>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination />\n</map>\n"
  },
  {
    "path": "tests/integration/testsuite/Migration/_files/map-stores.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <rename>\n                <document>core_store</document>\n                <to>store</to>\n            </rename>\n            <rename>\n                <document>core_store_group</document>\n                <to>store_group</to>\n            </rename>\n            <rename>\n                <document>core_website</document>\n                <to>store_website</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <ignore>\n                <field>core_website.is_staging</field>\n            </ignore>\n            <ignore>\n                <field>core_website.master_login</field>\n            </ignore>\n            <ignore>\n                <field>core_website.master_password</field>\n            </ignore>\n            <ignore>\n                <field>core_website.visibility</field>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <field_rules>\n            <ignore>\n                <field>store_group.code</field>\n            </ignore>\n            <transform>\n                <field>store_group.code</field>\n                <handler class=\"\\Migration\\Handler\\StoreGroupCode\" />\n            </transform>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "tests/integration/testsuite/Migration/_files/map-tier-price-fail.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source/>\n    <destination/>\n</map>\n"
  },
  {
    "path": "tests/integration/testsuite/Migration/_files/map-tier-price.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <field_rules>\n            <ignore>\n                <field>catalog_product_entity_tier_price.custom_field</field>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination/>\n</map>\n"
  },
  {
    "path": "tests/integration/testsuite/Migration/_files/map.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <ignore>\n                <document>source_table_ignored</document>\n            </ignore>\n            <ignore>\n                <document>table_ignored</document>\n            </ignore>\n            <ignore>\n                <document>source_table_*</document>\n            </ignore>\n            <ignore>\n                <document>sales_flat_order</document>\n            </ignore>\n            <rename>\n                <document>source_table_renamed</document>\n                <to>dest_table_renamed</to>\n            </rename>\n            <rename>\n                <document>table_with_data</document>\n                <to>table_without_data</to>\n            </rename>\n        </document_rules>\n        <field_rules>\n            <ignore>\n                <field>source_table.ignored_field</field>\n            </ignore>\n            <ignore>\n                <field>common_table.source_field_ignored</field>\n            </ignore>\n            <move>\n                <field>common_table.field1</field>\n                <to>common_table.field1_moved</to>\n            </move>\n            <move>\n                <field>source_table_renamed.moved_field</field>\n                <to>dest_table_renamed.moved_field</to>\n            </move>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>dest_table_ignored</document>\n            </ignore>\n            <ignore>\n                <document>dest_table_*</document>\n            </ignore>\n            <ignore>\n                <document>sales_order</document>\n            </ignore>\n            <ignore>\n                <document>eav_entity_int</document>\n            </ignore>\n            <ignore>\n                <document>eav_attribute</document>\n            </ignore>\n        </document_rules>\n        <field_rules>\n            <ignore>\n                <field>common_table.dest_field_ignored</field>\n            </ignore>\n            <transform>\n                <field>common_table.common_field</field>\n                <handler class=\"\\Migration\\Handler\\SetValue\">\n                    <param name=\"value\" value=\"123\" />\n                </handler>\n            </transform>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "tests/integration/testsuite/Migration/_files/settings.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<settings xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n          xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/settings.xsd\">\n    <key>\n        <ignore>\n            <path>web/unsecure/base_url</path>\n        </ignore>\n        <rename>\n            <path>admin/security/session_cookie_lifetime</path>\n            <to>admin/security/session_lifetime</to>\n        </rename>\n    </key>\n    <value>\n        <transform>\n            <path>catalog/seo/product_url_suffix</path>\n            <handler class=\"\\Migration\\Handler\\Settings\\UrlSuffix\"/>\n        </transform>\n    </value>\n</settings>\n"
  },
  {
    "path": "tests/static/framework/autoload.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n\nuse \\Magento\\Framework\\App\\Filesystem\\DirectoryList;\n\n$baseDir = require __DIR__ . '/../../../etc/magento_path.php';\nrequire $baseDir . '/app/autoload.php';\nrequire $baseDir . '/vendor/squizlabs/php_codesniffer/autoload.php';\n$testsBaseDir = $baseDir . '/dev/tests/static';\n$testsBaseDirMigration = $baseDir . '/vendor/magento/data-migration-tool/tests/static';\n$autoloadWrapper = \\Magento\\Framework\\Autoload\\AutoloaderRegistry::getAutoloader();\n$autoloadWrapper->addPsr4('Magento\\\\', $testsBaseDir . '/testsuite/Magento/');\n$autoloadWrapper->addPsr4('Magento\\\\', $testsBaseDirMigration . '/testsuite/Migration/');\n$autoloadWrapper->addPsr4(\n    'Magento\\\\TestFramework\\\\',\n    [\n        $testsBaseDir . '/framework/Magento/TestFramework/',\n        $testsBaseDir . '/../integration/framework/Magento/TestFramework/',\n    ]\n);\n$autoloadWrapper->addPsr4('Magento\\\\CodeMessDetector\\\\', $testsBaseDir . '/framework/Magento/CodeMessDetector');\n\n$generatedCode = DirectoryList::getDefaultConfig()[DirectoryList::GENERATED_CODE][DirectoryList::PATH];\n$autoloadWrapper->addPsr4('Magento\\\\', $baseDir . '/' . $generatedCode . '/Magento/');\n"
  },
  {
    "path": "tests/static/framework/bootstrap.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n\nuse Magento\\Framework\\App\\Utility\\Files;\nuse Magento\\Framework\\Component\\ComponentRegistrar;\nuse Magento\\Framework\\Component\\DirSearch;\nuse Magento\\Framework\\Filesystem\\Directory\\ReadFactory;\nuse Magento\\Framework\\Filesystem\\DriverPool;\nuse Magento\\Framework\\Filesystem\\Driver\\File;\nuse Magento\\Framework\\View\\Design\\Theme\\ThemePackageList;\nuse Magento\\Framework\\View\\Design\\Theme\\ThemePackageFactory;\n\nrequire __DIR__ . '/autoload.php';\n\nif (!defined('TESTS_TEMP_DIR')) {\n    define('TESTS_TEMP_DIR', dirname(__DIR__) . '/report');\n}\nif (is_dir(TESTS_TEMP_DIR)) {\n    $filesystemAdapter = new File();\n    $filesystemAdapter->deleteDirectory(TESTS_TEMP_DIR);\n}\nmkdir(TESTS_TEMP_DIR);\n\n$componentRegistrar = new ComponentRegistrar();\n$dirSearch = new DirSearch($componentRegistrar, new ReadFactory(new DriverPool()));\n$themePackageList = new ThemePackageList($componentRegistrar, new ThemePackageFactory());\n$serializer = new \\Magento\\Framework\\Serialize\\Serializer\\Json();\n$regexIteratorFactory = new Magento\\Framework\\App\\Utility\\RegexIteratorFactory();\n\\Magento\\Framework\\App\\Utility\\Files::setInstance(\n    new Files($componentRegistrar, $dirSearch, $themePackageList, $serializer, $regexIteratorFactory)\n);\n\nerror_reporting(E_ALL);\nini_set('display_errors', 1);\n"
  },
  {
    "path": "tests/static/phpunit.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Default test suites declaration: run verification of coding standards and code integrity test suites\n *\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<phpunit xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n         xsi:noNamespaceSchemaLocation=\"http://schema.phpunit.de/6.1/phpunit.xsd\"\n         colors=\"true\"\n         bootstrap=\"./framework/bootstrap.php\"\n>\n    <testsuites>\n        <testsuite name=\"PHP Coding Standard Verification\">\n            <file>testsuite/Migration/Php/LiveCodeTest.php</file>\n        </testsuite>\n        <!--<testsuite name=\"Code Integrity Tests\">-->\n            <!--<directory>testsuite/Magento/Test/Integrity</directory>-->\n        <!--</testsuite>-->\n    </testsuites>\n    <php>\n        <ini name=\"date.timezone\" value=\"America/Los_Angeles\"/>\n        <!-- TESTS_JSHINT_PATH specify the path to wsh.js on Windows and jshint-rhino.js on Linux -->\n        <!-- TESTS_COMPOSER_PATH - specify the path to composer binary, if a relative reference cannot be resolved -->\n        <!--<const name=\"TESTS_COMPOSER_PATH\" value=\"/usr/local/bin/composer\"/>-->\n    </php>\n</phpunit>\n"
  },
  {
    "path": "tests/static/testsuite/Migration/Php/LiveCodeTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Test\\Php;\n\nuse Magento\\Framework\\App\\Utility;\nuse Magento\\TestFramework\\CodingStandard\\Tool\\CodeMessDetector;\nuse Magento\\TestFramework\\CodingStandard\\Tool\\CodeSniffer;\nuse Magento\\TestFramework\\CodingStandard\\Tool\\CodeSniffer\\Wrapper;\nuse PHPMD\\TextUI\\Command;\nuse PHPUnit_Framework_TestCase;\nuse Magento\\Framework\\App\\Utility\\Files;\n\n/**\n * Set of tests for static code analysis, e.g. code style, code complexity, copy paste detecting, etc.\n */\nclass LiveCodeTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @var string\n     */\n    protected static $reportDir = '';\n\n    /**\n     * @var string\n     */\n    protected static $pathToSource = '';\n\n    /**\n     * @var string\n     */\n    protected static $magentoDir = '';\n\n    /**\n     * @var array\n     */\n    protected static $whiteList = [];\n\n    /**\n     * @var array\n     */\n    protected static $blackList = [];\n\n    /**\n     * Setup basics for all tests\n     *\n     * @return void\n     */\n    public static function setUpBeforeClass()\n    {\n        self::$pathToSource = Utility\\Files::init()->getPathToSource();\n        self::$reportDir = self::$pathToSource . '/vendor/magento/data-migration-tool/tests/static/report';\n        self::$magentoDir = require __DIR__ . '/../../../../../etc/magento_path.php';\n        if (!is_dir(self::$reportDir)) {\n            mkdir(self::$reportDir, 0770);\n        }\n        self::setupFileLists();\n    }\n\n    /**\n     * Helper method to setup the black and white lists\n     *\n     * @param string $type\n     * @return void\n     */\n    public static function setupFileLists($type = '')\n    {\n        if ($type != '' && !preg_match('/\\/$/', $type)) {\n            $type = $type . '/';\n        }\n        self::$whiteList = Files::init()->readLists(__DIR__ . '/_files/' . $type . 'whitelist/*.txt');\n        self::$blackList = Files::init()->readLists(__DIR__ . '/_files/' . $type . 'blacklist/*.txt');\n    }\n\n    /**\n     * Run the PSR2 code sniffs on the code\n     *\n     * @TODO: combine with testCodeStyle\n     * @return void\n     */\n    public function testCodeStylePsr2()\n    {\n        $reportFile = self::$reportDir . '/phpcs_psr2_report.xml';\n        $wrapper = new Wrapper();\n        $codeSniffer = new CodeSniffer('PSR2', $reportFile, $wrapper);\n        if (!$codeSniffer->canRun()) {\n            $this->markTestSkipped('PHP Code Sniffer is not installed.');\n        }\n        if (version_compare($wrapper->version(), '1.4.7') === -1) {\n            $this->markTestSkipped('PHP Code Sniffer Build Too Old.');\n        }\n        self::setupFileLists('phpcs');\n        $result = $codeSniffer->run(self::$whiteList, self::$blackList, ['php']);\n        $this->assertFileExists(\n            $reportFile,\n            'Expected ' . $reportFile . ' to be created by phpcs run with PSR2 standard'\n        );\n        $this->assertEquals(\n            0,\n            $result,\n            \"PHP Code Sniffer has found {$result} error(s): See detailed report in {$reportFile}\"\n        );\n    }\n\n    /**\n     * Run the magento specific coding standards on the code\n     *\n     * @return void\n     */\n    public function testCodeStyle()\n    {\n        $reportFile = self::$reportDir . '/phpcs_report.xml';\n        $wrapper = new Wrapper();\n        $codeSniffer = new CodeSniffer(realpath(__DIR__ . '/_files/phpcs'), $reportFile, $wrapper);\n\n        if (!$codeSniffer->canRun()) {\n            $this->markTestSkipped('PHP Code Sniffer is not installed.');\n        }\n        self::setupFileLists();\n        $result = $codeSniffer->run(self::$whiteList, self::$blackList, ['php', 'phtml']);\n        $this->assertEquals(\n            0,\n            $result,\n            \"PHP Code Sniffer has found {$result} error(s): See detailed report in {$reportFile}\"\n        );\n    }\n\n    /**\n     * Run the annotations sniffs on the code\n     *\n     * @return void\n     * @todo Combine with normal code style at some point.\n     */\n    public function testAnnotationStandard()\n    {\n        $reportFile = self::$reportDir . '/phpcs_annotations_report.xml';\n        $wrapper = new Wrapper();\n        $codeSniffer = new CodeSniffer(\n            realpath(self::$magentoDir . '/dev/tests/static/framework/Magento/ruleset.xml'),\n            $reportFile,\n            $wrapper\n        );\n        if (!$codeSniffer->canRun()) {\n            $this->markTestSkipped('PHP Code Sniffer is not installed.');\n        }\n        self::setupFileLists('annotation');\n\n        $severity = 0; // Change to 5 to see the warnings\n        $this->assertEquals(\n            0,\n            $result = $codeSniffer->run(self::$whiteList, self::$blackList, ['php'], $severity),\n            \"PHP Code Sniffer has found {$result} error(s): See detailed report in {$reportFile}\"\n        );\n    }\n\n    /**\n     * Run mess detector on code\n     *\n     * @return void\n     */\n    public function testCodeMess()\n    {\n        $reportFile = self::$reportDir . '/phpmd_report.xml';\n        $codeMessDetector = new CodeMessDetector(realpath(__DIR__ . '/_files/phpmd/ruleset.xml'), $reportFile);\n\n        if (!$codeMessDetector->canRun()) {\n            $this->markTestSkipped('PHP Mess Detector is not available.');\n        }\n\n        self::setupFileLists('phpmd');\n        $this->assertEquals(\n            Command::EXIT_SUCCESS,\n            $codeMessDetector->run(self::$whiteList),\n            \"PHP Code Mess has found error(s): See detailed report in {$reportFile}\"\n        );\n\n        // delete empty reports\n        if (file_exists($reportFile)) {\n            unlink($reportFile);\n        }\n    }\n}\n"
  },
  {
    "path": "tests/static/testsuite/Migration/Php/_files/annotation/blacklist/common.txt",
    "content": "# Files or directories that are included into static code analysis\n# Glob patterns are supported\n#\n"
  },
  {
    "path": "tests/static/testsuite/Migration/Php/_files/annotation/whitelist/common.txt",
    "content": "# Files or directories that are included into static code analysis\n# Glob patterns are supported\n#\nvendor/magento/data-migration-tool/src\n"
  },
  {
    "path": "tests/static/testsuite/Migration/Php/_files/blacklist/common.txt",
    "content": ""
  },
  {
    "path": "tests/static/testsuite/Migration/Php/_files/phpcs/blacklist/common.txt",
    "content": ""
  },
  {
    "path": "tests/static/testsuite/Migration/Php/_files/phpcs/ruleset.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<ruleset name=\"Magento\">\n    <description>Magento coding standard.</description>\n    <rule ref=\"Zend.Files.ClosingTag\"/>\n    <rule ref=\"Generic.WhiteSpace.DisallowTabIndent\"/>\n    <rule ref=\"Generic.WhiteSpace.ScopeIndent\"/>\n    <rule ref=\"Generic.Files.LineLength\">\n        <properties>\n            <property name=\"lineLimit\" value=\"120\"/>\n            <property name=\"absoluteLineLimit\" value=\"120\"/>\n        </properties>\n    </rule>\n    <rule ref=\"Generic.Files.LineEndings\"/>\n    <rule ref=\"PEAR.NamingConventions.ValidClassName\"/>\n    <rule ref=\"Squiz.Functions.GlobalFunction\"/>\n    <rule ref=\"Zend.NamingConventions.ValidVariableName\">\n        <!-- Excluding as it conflicts with the PSR2 standard which over rides this one -->\n        <exclude name=\"Zend.NamingConventions.ValidVariableName.PrivateNoUnderscore\"/>\n    </rule>\n    <rule ref=\"Generic.NamingConventions.UpperCaseConstantName\"/>\n    <rule ref=\"Generic.PHP.DisallowShortOpenTag\"/>\n    <rule ref=\"PEAR.Classes.ClassDeclaration\"/>\n    <rule ref=\"PEAR.Functions.FunctionDeclaration\"/>\n    <rule ref=\"Squiz.Scope.MethodScope\"/>\n    <rule ref=\"Generic.Functions.CallTimePassByReference\"/>\n    <rule ref=\"Generic.Functions.FunctionCallArgumentSpacing\"/>\n    <rule ref=\"PEAR.WhiteSpace.ScopeClosingBrace\"/>\n    <rule ref=\"Generic.ControlStructures.InlineControlStructure\"/>\n    <rule ref=\"PEAR.ControlStructures.ControlSignature\"/>\n    <rule ref=\"Squiz.WhiteSpace.LogicalOperatorSpacing\"/>\n    <rule ref=\"Squiz.Commenting.DocCommentAlignment\"/>\n    <rule ref=\"Generic.PHP.DeprecatedFunctions\"/>\n    <rule ref=\"../../../../../../../../../../dev/tests/static/framework/Magento\"/>\n</ruleset>\n"
  },
  {
    "path": "tests/static/testsuite/Migration/Php/_files/phpcs/whitelist/common.txt",
    "content": "# Files or directories that are included into static code analysis\n# Glob patterns are supported\n#\nvendor/magento/data-migration-tool/src\nvendor/magento/data-migration-tool/tests\n"
  },
  {
    "path": "tests/static/testsuite/Migration/Php/_files/phpmd/blacklist/common.txt",
    "content": "# Files or directories that are included into static code analysis\n# Glob patterns are supported\n#\n"
  },
  {
    "path": "tests/static/testsuite/Migration/Php/_files/phpmd/ruleset.xml",
    "content": "<?xml version='1.0' encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<ruleset name=\"Magento PHPMD rule set\" xmlns=\"http://pmd.sf.net/ruleset/1.0.0\"\n         xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n         xsi:schemaLocation=\"http://pmd.sf.net/ruleset/1.0.0 http://pmd.sf.net/ruleset_xml_schema.xsd\"\n         xsi:noNamespaceSchemaLocation=\"http://pmd.sf.net/ruleset_xml_schema.xsd\">\n    <description>Magento Code Check Rules</description>\n\n    <!-- Code Size Rules -->\n    <rule ref=\"rulesets/codesize.xml/CyclomaticComplexity\" />\n    <rule ref=\"rulesets/codesize.xml/NPathComplexity\" />\n    <rule ref=\"rulesets/codesize.xml/ExcessiveMethodLength\" />\n    <rule ref=\"rulesets/codesize.xml/ExcessiveParameterList\" />\n    <rule ref=\"rulesets/codesize.xml/ExcessivePublicCount\" />\n    <rule ref=\"rulesets/codesize.xml/TooManyFields\" />    \n    <rule ref=\"rulesets/codesize.xml/ExcessiveClassComplexity\">\n        <properties>\n            <property name=\"maximum\" value=\"100\" />\n        </properties>\n    </rule>\n\n    <!-- Unused code rules -->\n    <rule ref=\"rulesets/unusedcode.xml\" />\n\n    <!-- Code design rules -->\n    <rule ref=\"rulesets/design.xml\" />\n\n    <!-- Naming Rules -->\n    <rule ref=\"rulesets/naming.xml/ShortMethodName\" />\n    <rule ref=\"rulesets/naming.xml/ConstructorWithNameAsEnclosingClass\" />\n    <rule ref=\"rulesets/naming.xml/ConstantNamingConventions\" />\n    <rule ref=\"rulesets/naming.xml/BooleanGetMethodName\" />\n</ruleset>\n"
  },
  {
    "path": "tests/static/testsuite/Migration/Php/_files/phpmd/whitelist/common.txt",
    "content": "# Files or directories that are included into static code analysis\n# Glob patterns are supported\n#\nvendor/magento/data-migration-tool/src\n"
  },
  {
    "path": "tests/static/testsuite/Migration/Php/_files/whitelist/common.txt",
    "content": "# Files or directories that are included into static code analysis\n# Glob patterns are supported\n#\nvendor/magento/data-migration-tool/src\n"
  },
  {
    "path": "tests/unit/framework/PdoTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\TestFramework;\n\nclass PdoTest extends \\PDO\n{\n    /**\n     *\n     */\n    public function __construct()\n    {\n    }\n}\n"
  },
  {
    "path": "tests/unit/framework/autoload.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n\n$magentoDir = require __DIR__ . '/../../../etc/magento_path.php';\nrequire_once $magentoDir . '/app/autoload.php';\n\n$vendorDir = require $magentoDir . '/app/etc/vendor_path.php';\n$vendorAutoload = require $magentoDir . \"/{$vendorDir}/autoload.php\";\n$testsBaseDir = \"$magentoDir/$vendorDir/magento/data-migration-tool/tests/unit\";\n$vendorAutoload->add('Migration\\\\Test\\\\', \"{$testsBaseDir}/testsuite/Migration\");\n$vendorAutoload->addPsr4('Migration\\\\TestFramework\\\\', \"{$testsBaseDir}/framework\");\n"
  },
  {
    "path": "tests/unit/framework/bootstrap.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n\nrequire_once __DIR__ . '/autoload.php';\n\nif (!defined('TESTS_TEMP_DIR')) {\n    define('TESTS_TEMP_DIR', dirname(__DIR__) . '/tmp');\n}\nrequire BP . '/app/functions.php';\n\nif (is_dir(TESTS_TEMP_DIR)) {\n    $filesystemAdapter = new \\Magento\\Framework\\Filesystem\\Driver\\File();\n    $filesystemAdapter->deleteDirectory(TESTS_TEMP_DIR);\n}\nmkdir(TESTS_TEMP_DIR);\n\n\\Magento\\Framework\\Phrase::setRenderer(new \\Magento\\Framework\\Phrase\\Renderer\\Placeholder());\n\nset_time_limit(0);\nerror_reporting(E_ALL);\nini_set('display_errors', 1);\ndate_default_timezone_set('UTC');\n"
  },
  {
    "path": "tests/unit/phpunit.xml.dist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<phpunit xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n         xsi:noNamespaceSchemaLocation=\"http://schema.phpunit.de/6.1/phpunit.xsd\"\n         colors=\"true\"\n         bootstrap=\"./framework/bootstrap.php\"\n>\n    <testsuite name=\"Migration tool Unit Tests\">\n        <directory suffix=\"Test.php\">testsuite</directory>\n    </testsuite>\n<!--\n    <filter>\n        <whitelist addUncoveredFilesFromWhiteList=\"true\">\n            <directory suffix=\"php\">../../src/Migration/</directory>\n        </whitelist>\n    </filter>\n    <logging>\n        <log type=\"coverage-html\" target=\"tmp/coverage\" charset=\"UTF-8\" yui=\"true\" highlight=\"true\"/>\n    </logging>\n-->\n</phpunit>\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/App/Mode/StepListTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\App\\Mode;\n\n/**\n * Class StepFactoryTest\n */\nclass StepListTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @return void\n     */\n    public function testGetSteps()\n    {\n        $stage1 = $this->createMock(\\Migration\\App\\Step\\StageInterface::class);\n        $stage2 = $this->createMock(\\Migration\\App\\Step\\StageInterface::class);\n        $stepFactory = $this->createMock(\\Migration\\App\\Step\\StageFactory::class);\n        $stepFactory->expects($this->any())->method('create')->willReturnMap([\n            ['\\Migration\\Step\\Stage1', ['stage' => 'stage1'], $stage1],\n            ['\\Migration\\Step\\Stage2', ['stage' => 'stage2'], $stage2]\n        ]);\n        $config = $this->createMock(\\Migration\\Config::class);\n        $config->expects($this->any())->method('getSteps')->with('mode')->willReturn([\n            'Test Step' => [\n                'stage1' => '\\Migration\\Step\\Stage1',\n                'stage2' => '\\Migration\\Step\\Stage2',\n            ]\n        ]);\n        $stepList = new StepList($stepFactory, $config, 'mode');\n        $this->assertEquals(['Test Step' => ['stage1' => $stage1, 'stage2' => $stage2]], $stepList->getSteps());\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/App/Progress/FileTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n\nnamespace Migration\\App\\Progress;\n\nuse Magento\\Framework\\App\\Filesystem\\DirectoryList;\n\nclass FileTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @var \\Magento\\Framework\\Filesystem\\Driver\\File|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $filesystemDriver;\n\n    /**\n     * @var \\Magento\\Framework\\Filesystem|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $filesystem;\n\n    /**\n     * @var \\Migration\\App\\Progress\\File\n     */\n    protected $file;\n\n    /**\n     * @return void\n     */\n    public function setUp()\n    {\n        $this->filesystemDriver = $this->getMockBuilder(\\Magento\\Framework\\Filesystem\\Driver\\File::class)\n            ->setMethods(['isExists', 'filePutContents', 'fileGetContents'])\n            ->disableOriginalConstructor()\n            ->getMock();\n        $this->filesystemDriver->expects($this->any())->method('filePutContents')->will($this->returnValue(true));\n        $directoryRead = $this->getMockBuilder(\\Magento\\Framework\\Filesystem\\Directory\\ReadInterface::class)\n            ->disableOriginalConstructor()\n            ->getMock();\n        $directoryRead->expects($this->any())->method('getAbsolutePath')->willReturn('/path/to/var');\n        $this->filesystem = $this->getMockBuilder(\\Magento\\Framework\\Filesystem::class)\n            ->setMethods(['getDirectoryRead'])\n            ->disableOriginalConstructor()\n            ->getMock();\n        $this->filesystem->expects($this->any())->method('getDirectoryRead')->with(DirectoryList::VAR_DIR)\n            ->willReturn($directoryRead);\n        $this->file = new File($this->filesystemDriver, $this->filesystem);\n    }\n\n    /**\n     * @return void\n     */\n    public function testSaveData()\n    {\n        $data = ['key' => ['other_key' => 'value']];\n        $this->filesystemDriver->expects($this->any())->method('isExists')->will($this->returnValue(true));\n        $this->assertTrue($this->file->saveData($data));\n    }\n\n    /**\n     * @return void\n     */\n    public function testGetData()\n    {\n        $this->filesystemDriver->expects($this->any())->method('isExists')->will($this->returnValue(true));\n        $dataSerialized = '{\"object\":{\"integrity\":true}}';\n        $this->filesystemDriver->expects($this->once())->method('fileGetContents')->willReturn($dataSerialized);\n        $data = $this->file->getData();\n        $this->assertEquals(['object' => ['integrity' => true]], $data);\n    }\n\n    /**\n     * @return void\n     */\n    public function testClearLockFile()\n    {\n        $this->file->clearLockFile();\n        $this->assertEquals([], $this->file->getData());\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/App/ProgressTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n\nnamespace Migration\\App;\n\n/**\n * Class ProgressTest\n */\nclass ProgressTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @var Progress\\File|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $file;\n\n    /**\n     * @var \\Migration\\App\\Progress\n     */\n    protected $progress;\n\n    /**\n     * @return void\n     */\n    public function setUp()\n    {\n        $this->file = $this->getMockBuilder(\\Migration\\App\\Progress\\File::class)\n            ->setMethods(['getData', 'saveData', 'clearLockFile', 'isExists'])\n            ->disableOriginalConstructor()\n            ->getMock();\n        $this->progress = new Progress($this->file);\n    }\n\n    /**\n     * @return array\n     */\n    public function isCompletedDataProvider()\n    {\n        $step = $this->createMock(\\Migration\\Step\\Map\\Data::class);\n        return [\n            'complete' => [\n                'data' => [get_class($step) => ['integrity' => ['result' => true]]],\n                'step' => $step,\n                'stage' => 'integrity',\n                'result' => true\n            ],\n            'incomplete' => [\n                'data' => [],\n                'step' => $step,\n                'stage' => 'integrity',\n                'result' => false\n            ]\n        ];\n    }\n\n    /**\n     * @param array $data\n     * @param mixed $step\n     * @param string $stage\n     * @param bool $result\n     * @dataProvider isCompletedDataProvider\n     * @return void\n     */\n    public function testIsCompleted($data, $step, $stage, $result)\n    {\n        $this->file->expects($this->once())->method('getData')->will($this->returnValue($data));\n        $isCompleted = $this->progress->isCompleted($step, $stage);\n        $this->assertEquals($result, $isCompleted);\n    }\n\n    /**\n     * @return void\n     */\n    public function testAddProcessedEntitySuccess()\n    {\n        $step = $this->createMock(\\Migration\\Step\\Map\\Data::class);\n        $stage = 'run';\n        $result = $this->progress->addProcessedEntity($step, $stage, 'document_name1');\n        $this->assertTrue($result);\n    }\n\n    /**\n     * @return void\n     */\n    public function testAddProcessedEntityAlreadyExist()\n    {\n        $step = $this->createMock(\\Migration\\Step\\Map\\Data::class);\n        $stage = 'run';\n        $documentName = 'document_name1';\n        $data = [get_class($step) => [$stage => ['process' => [$documentName]]]];\n        $this->file->expects($this->once())->method('getData')->will($this->returnValue($data));\n        $result = $this->progress->addProcessedEntity($step, $stage, $documentName);\n        $this->assertFalse($result);\n    }\n\n    /**\n     * @return void\n     */\n    public function testResetProcessedEntities()\n    {\n        $step = $this->helper = $this->getMockBuilder(\\Migration\\Step\\Map\\Migrate::class)\n            ->disableOriginalConstructor()\n            ->getMock();\n        $stage = 'run';\n        $this->assertNull($this->progress->resetProcessedEntities($step, $stage));\n    }\n\n    /**\n     * @return void\n     */\n    public function testGetProcessedEntities()\n    {\n        $step = $this->getMockBuilder(\\Migration\\Step\\Map\\Migrate::class)\n            ->disableOriginalConstructor()\n            ->getMock();\n        $stage = 'run';\n        $document = ['some_document'];\n        $progress = [get_class($step) => [$stage => ['process' => $document]]];\n        $this->file->expects($this->once())->method('getData')->will($this->returnValue($progress));\n        $result = $this->progress->getProcessedEntities($step, $stage);\n        $this->assertEquals($document, $result);\n    }\n\n    /**\n     * @return void\n     */\n    public function testSaveResult()\n    {\n        $this->file->expects($this->once())->method('saveData')->will($this->returnValue(1));\n        $step = $this->getMockBuilder(\\Migration\\Step\\Map\\Migrate::class)\n            ->disableOriginalConstructor()\n            ->getMock();\n        $this->progress->saveResult($step, 'integrity', 'true');\n    }\n\n    /**\n     * @return void\n     */\n    public function testReset()\n    {\n        $this->file->expects($this->once())->method('clearLockFile');\n        $this->progress->reset();\n    }\n\n    /**\n     * @return void\n     */\n    public function testResetObject()\n    {\n        $step = $this->getMockBuilder(\\Migration\\Step\\Map::class)\n            ->disableOriginalConstructor()\n            ->getMock();\n        $data = [get_class($step) => ['dummy_array']];\n        $this->file->expects($this->once())->method('getData')->will($this->returnValue($data));\n        $this->file->expects($this->once())->method('saveData')->with([]);\n        $this->progress->reset($step);\n    }\n\n    /**\n     * @return void\n     */\n    public function testSaveDataNoFile()\n    {\n        $this->file->expects($this->any())->method('isExists')->will($this->returnValue(false));\n        $this->file->expects($this->once())->method('saveData');\n        $step = $this->getMockBuilder(\\Migration\\Step\\Map::class)\n            ->disableOriginalConstructor()\n            ->getMock();\n        $this->progress->saveResult($step, 'integrity', 'true');\n    }\n\n    /**\n     * @param array $data\n     * @param string $step\n     * @param string $stage\n     * @param array $processed\n     * @param array $saveData\n     *\n     * @return void\n     * @dataProvider saveProcessedEntitiesDataProvider\n     */\n    public function testSaveProcessedEntities(array $data, $step, $stage, array $processed, array $saveData)\n    {\n        $this->file->expects($this->once())->method('getData')->willReturn($data);\n        $this->file->expects($this->once())->method('saveData')->with($saveData);\n\n        $this->progress->saveProcessedEntities($step, $stage, $processed);\n    }\n\n    /**\n     * @return array\n     */\n    public function saveProcessedEntitiesDataProvider()\n    {\n        $step = $this->createMock(\\Migration\\Step\\Map\\Data::class);\n        $data = ['test_step' => ['dummy_array']];\n        return [\n            'class' => [\n                'data' => $data,\n                'step' => $step,\n                'stage' => 'run1',\n                'processed' => ['table1'],\n                'saveData' => [\n                    'test_step' => ['dummy_array'],\n                    get_class($step) => ['run1' => [\\Migration\\App\\Progress::PROCESS_KEY => ['table1']]],\n                ],\n            ],\n            'string_name' => [\n                'data' => $data,\n                'step' => 'step',\n                'stage' => 'run2',\n                'processed' => ['table2'],\n                'saveData' => [\n                    'test_step' => ['dummy_array'],\n                    'step' => ['run2' => [\\Migration\\App\\Progress::PROCESS_KEY => ['table2']]],\n                ],\n            ]\n        ];\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/App/SetupDeltaLogTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n\nnamespace Migration\\App;\n\n/**\n * Class ShellTest\n */\nclass SetupDeltaLogTest extends \\PHPUnit\\Framework\\TestCase\n{\n\n    /**\n     * @return void\n     */\n    public function testPerform()\n    {\n        /** @var \\Migration\\ResourceModel\\Source|\\PHPUnit_Framework_MockObject_MockObject $source */\n        $source = $this->createMock(\\Migration\\ResourceModel\\Source::class);\n        /** @var \\Migration\\ResourceModel\\Document|\\PHPUnit_Framework_MockObject_MockObject $source */\n        $document = $this->createMock(\\Migration\\ResourceModel\\Document::class);\n        $source->expects($this->any())\n            ->method('getDocument')\n            ->willReturn($document);\n        $source->expects($this->exactly(4))\n            ->method('createDelta')\n            ->withConsecutive(\n                ['orders', 'order_id'],\n                ['invoices', 'invoice_id'],\n                ['reports', 'report_id'],\n                ['shipments', 'shipment_id']\n            );\n\n        /** @var \\Migration\\Reader\\Groups|\\PHPUnit_Framework_MockObject_MockObject $readerGroups */\n        $readerGroups = $this->createMock(\\Migration\\Reader\\Groups::class);\n        $readerGroups->expects($this->any())\n            ->method('getGroups')\n            ->with()\n            ->willReturn(\n                [\n                    'firstGroup' => ['orders' => 'order_id', 'invoices' => 'invoice_id'],\n                    'secondGroup' => ['reports' => 'report_id', 'shipments' => 'shipment_id']\n                ]\n            );\n\n        /** @var \\Migration\\Reader\\GroupsFactory|\\PHPUnit_Framework_MockObject_MockObject $groupsFactory */\n        $groupsFactory = $this->createMock(\\Migration\\Reader\\GroupsFactory::class);\n        $groupsFactory->expects($this->any())->method('create')->with('delta_document_groups_file')\n            ->willReturn($readerGroups);\n\n        /** @var \\Migration\\App\\ProgressBar\\LogLevelProcessor|\\PHPUnit_Framework_MockObject_MockObject $progress */\n        $progress = $this->createMock(\\Migration\\App\\ProgressBar\\LogLevelProcessor::class);\n        $progress->expects($this->once())\n            ->method('start')\n            ->with(4);\n        $progress->expects($this->exactly(4))\n            ->method('advance');\n        $progress->expects($this->once())\n            ->method('finish');\n\n        /** @var \\Migration\\Logger\\Logger|\\PHPUnit_Framework_MockObject_MockObject $logger */\n        $logger = $this->createMock(\\Migration\\Logger\\Logger::class);\n\n        $deltaLog = new SetupDeltaLog($source, $groupsFactory, $progress, $logger);\n        $this->assertTrue($deltaLog->perform());\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/App/Step/FactoryTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\App\\Step;\n\n/**\n * Class StepFactoryTest\n */\nclass FactoryTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @var StageFactory\n     */\n    protected $factory;\n\n    /**\n     * @var \\Magento\\Framework\\ObjectManagerInterface|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $objectManager;\n\n    /**\n     * @return void\n     */\n    public function setUp()\n    {\n        $this->objectManager = $this->getMockBuilder(\\Magento\\Framework\\ObjectManager\\ObjectManager::class)\n            ->disableOriginalConstructor()\n            ->getMock();\n        $this->factory = new StageFactory($this->objectManager);\n    }\n\n    /**\n     * @throws \\Migration\\Exception\n     * @return void\n     */\n    public function testCreate()\n    {\n        $step = $this->createMock(\\Migration\\App\\Step\\StageInterface::class);\n        $this->objectManager->expects($this->once())->method('create')->will($this->returnValue($step));\n        $this->assertSame($step, $this->factory->create(\\Migration\\Steps\\Integrity::class));\n    }\n\n    /**\n     * @throws \\Migration\\Exception\n     * @return void\n     */\n    public function testCreateStepWithException()\n    {\n        $this->expectException('\\Exception');\n        $this->expectExceptionMessage('Class: Migration\\Step\\Integrity must implement StageInterface.');\n        $this->factory->create(\\Migration\\Step\\Integrity::class);\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/ConfigTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration;\n\n/**\n * Class ConfigTest\n */\nclass ConfigTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @var Config\n     */\n    protected $config;\n\n    /**\n     * @throws Exception\n     * @return void\n     */\n    protected function setUp()\n    {\n        $validationState = $this->getMockBuilder(\\Magento\\Framework\\App\\Arguments\\ValidationState::class)\n            ->disableOriginalConstructor()\n            ->setMethods(['isValidationRequired'])\n            ->getMock();\n\n        $validationState->expects($this->any())->method('isValidationRequired')->willReturn(true);\n\n        $this->config = new Config($validationState);\n        $this->config->init(realpath(__DIR__ . '/_files/test-config.xml'));\n    }\n\n    /**\n     * @return void\n     */\n    public function testDefaultConfigFile()\n    {\n        $this->assertNotEmpty($this->config->getOption('map_file'));\n    }\n\n    /**\n     * @throws Exception\n     * @return void\n     */\n    public function testInvalidConfigFile()\n    {\n        $this->expectException(\\Migration\\Exception::class);\n        $this->expectExceptionMessage('Invalid config filename: non-existent.xml');\n\n        $validationState = $this->getMockBuilder(\\Magento\\Framework\\App\\Arguments\\ValidationState::class)\n            ->disableOriginalConstructor()\n            ->setMethods(['isValidationRequired'])\n            ->getMock();\n\n        $validationState->expects($this->any())->method('isValidationRequired')->willReturn(true);\n\n        $config = new Config($validationState);\n        $config->init('non-existent.xml');\n    }\n\n    /**\n     * @throws Exception\n     * @return void\n     */\n    public function testInvalidXml()\n    {\n        $this->expectException(\\Migration\\Exception::class);\n        $this->expectExceptionMessage('XML file is invalid');\n\n        $validationState = $this->getMockBuilder(\\Magento\\Framework\\App\\Arguments\\ValidationState::class)\n            ->disableOriginalConstructor()\n            ->setMethods(['isValidationRequired'])\n            ->getMock();\n\n        $validationState->expects($this->any())->method('isValidationRequired')->willReturn(true);\n\n        $config = new Config($validationState);\n        $config->init(__DIR__ . '/_files/invalid-config.xml');\n    }\n\n    /**\n     * @return void\n     */\n    public function testGetSteps()\n    {\n        $steps = [\n            'Step1' => [\n                'integrity' => \\Migration\\Step\\SomeStep\\Integrity::class,\n                'volume' => \\Migration\\Step\\SomeStep\\Volume::class\n            ],\n            'Step2' => [\n                'integrity' => \\Migration\\Step\\SomeStep\\Integrity::class,\n                'volume' => \\Migration\\Step\\SomeStep\\Volume::class\n            ]\n        ];\n        $this->assertEquals($steps, $this->config->getSteps('data'));\n    }\n\n    /**\n     * @return void\n     */\n    public function testGetStep()\n    {\n        $step = ['delta' => \\Migration\\Step\\SomeStep\\Integrity::class];\n        $this->assertEquals($step, $this->config->getStep('delta', 'Step1'));\n    }\n\n    /**\n     * @return void\n     */\n    public function testGetSource()\n    {\n        $source = [\n            'type' => 'database',\n            'database' => [\n                'host' => 'localhost',\n                'user' => 'root',\n                'name' => 'magento1'\n            ]\n        ];\n        $this->assertEquals($source, $this->config->getSource());\n    }\n\n    /**\n     * @return void\n     */\n    public function testGetDestination()\n    {\n        $destination = [\n            'type' => 'database',\n            'database' => [\n                'host' => 'localhost',\n                'user' => 'root',\n                'name' => 'magento2',\n                'password' => '123123q'\n            ]\n        ];\n        $this->assertEquals($destination, $this->config->getDestination());\n    }\n\n    /**\n     * @return void\n     */\n    public function testGetOption()\n    {\n        $this->assertEquals('map-file.xml', $this->config->getOption('map_file'));\n        $this->assertEquals('etc/settings.xml', $this->config->getOption('settings_map_file'));\n        $this->assertEquals('100', $this->config->getOption('bulk_size'));\n        $this->assertEquals('custom_option_value', $this->config->getOption('custom_option'));\n        $this->assertEquals('map-sales.xml', $this->config->getOption('sales_order_map_file'));\n    }\n\n    /**\n     * @return void\n     */\n    public function testSetOption()\n    {\n        $this->config->setOption('option1', 'value1');\n        $this->assertEquals('value1', $this->config->getOption('option1'));\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/Handler/AddPrefixTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n\nnamespace Migration\\Handler;\n\n/**\n * Class AddPrefixTest\n */\nclass AddPrefixTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @return void\n     */\n    public function testHandle()\n    {\n        $prefix = 'prefix';\n        $fieldName = 'fieldname';\n        /** @var \\Migration\\ResourceModel\\Record|\\PHPUnit_Framework_MockObject_MockObject $recordToHandle */\n        $recordToHandle = $this->getMockBuilder(\\Migration\\ResourceModel\\Record::class)\n            ->setMethods(['getValue', 'setValue', 'getFields'])\n            ->disableOriginalConstructor()\n            ->getMock();\n        $recordToHandle->expects($this->once())->method('getFields')->will($this->returnValue([$fieldName]));\n        $recordToHandle->expects($this->once())->method('getValue')->with($fieldName)->will($this->returnValue('val'));\n        $recordToHandle->expects($this->once())->method('setValue')->with($fieldName, $prefix . 'val');\n\n        $oppositeRecord = $this->getMockBuilder(\\Migration\\ResourceModel\\Record::class)\n            ->disableOriginalConstructor()\n            ->getMock();\n\n        $handler = new AddPrefix($prefix);\n        $handler->setField($fieldName);\n        $handler->handle($recordToHandle, $oppositeRecord);\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/Handler/ClassMapTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Handler;\n\nclass ClassMapTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @return void\n     */\n    public function testHandle()\n    {\n        $classOldFashion = 'catalog/product_widget_link';\n        $classNewStyle = 'Magento\\\\Catalog\\\\Block\\\\Product\\\\Widget\\\\Link';\n        $fieldName = 'fieldname';\n        /** @var \\Migration\\ResourceModel\\Record|\\PHPUnit_Framework_MockObject_MockObject $record */\n        $record = $this->createPartialMock(\n            \\Migration\\ResourceModel\\Record::class,\n            ['getValue', 'setValue', 'getFields']\n        );\n        $record->expects($this->once())->method('getValue')->with($fieldName)->willReturn($classOldFashion);\n        $record->expects($this->once())->method('setValue')->with($fieldName, $classNewStyle);\n        $record->expects($this->once())->method('getFields')->will($this->returnValue([$fieldName]));\n        $record2 = $this->getMockBuilder(\\Migration\\ResourceModel\\Record::class)\n            ->disableOriginalConstructor()\n            ->getMock();\n        $classMap = $this->createPartialMock(\n            \\Migration\\Reader\\ClassMap::class,\n            ['convertClassName']\n        );\n        $classMap->expects($this->once())\n            ->method('convertClassName')\n            ->with($classOldFashion)\n            ->willReturn($classNewStyle);\n        $handler = new \\Migration\\Handler\\ClassMap($classMap);\n        $handler->setField($fieldName);\n        $handler->handle($record, $record2);\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/Handler/ConvertDateFormatTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n\nnamespace Migration\\Handler;\n\nclass ConvertDateFormatTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @return void\n     */\n    public function testHandle()\n    {\n        $fieldValue  = '<date_format>full</date_format><date_format>long</date_format><date_format>medium</date_format>'\n            . '<date_format>short</date_format>';\n        $convertedValue = '<date_format>0</date_format><date_format>1</date_format><date_format>2</date_format>'\n            . '<date_format>3</date_format>';\n        $fieldName  = 'fieldname';\n\n        /** @var \\Migration\\ResourceModel\\Record|\\PHPUnit_Framework_MockObject_MockObject $record */\n        $record = $this->createPartialMock(\n            \\Migration\\ResourceModel\\Record::class,\n            ['setValue', 'getValue', 'getFields']\n        );\n        $record->expects($this->any())->method('getFields')->willReturn([$fieldName]);\n        $record->expects($this->any())->method('getValue')->with($fieldName)->willReturn($fieldValue);\n        $record->expects($this->any())->method('setValue')->with($fieldName, $convertedValue);\n\n        /** @var \\Migration\\ResourceModel\\Record|\\PHPUnit_Framework_MockObject_MockObject $record2 */\n        $record2 = $this->getMockBuilder(\\Migration\\ResourceModel\\Record::class)\n            ->disableOriginalConstructor()\n            ->getMock();\n\n        $handler = new ConvertDateFormat();\n        $handler->setField($fieldName);\n        $this->assertNull($handler->handle($record, $record2));\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/Handler/ConvertIpTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n\nnamespace Migration\\Handler;\n\nclass ConvertIpTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @return void\n     */\n    public function testHandle()\n    {\n        $ip         = '127.0.0.1';\n        $ipDbValue  = inet_pton($ip);\n\n        $fieldName  = 'fieldname';\n\n        /** @var \\Migration\\ResourceModel\\Record|\\PHPUnit_Framework_MockObject_MockObject $record */\n        $record = $this->createPartialMock(\n            \\Migration\\ResourceModel\\Record::class,\n            ['setValue', 'getValue', 'getFields']\n        );\n        $record->expects($this->any())->method('getFields')->willReturn([$fieldName]);\n        $record->expects($this->any())->method('getValue')->with($fieldName)->willReturn($ipDbValue);\n        $record->expects($this->any())->method('setValue')->with($fieldName, ip2long(inet_ntop($ipDbValue)));\n\n        /** @var \\Migration\\ResourceModel\\Record|\\PHPUnit_Framework_MockObject_MockObject $record2 */\n        $record2 = $this->getMockBuilder(\\Migration\\ResourceModel\\Record::class)\n            ->disableOriginalConstructor()\n            ->getMock();\n\n        $handler = new ConvertIp();\n        $handler->setField($fieldName);\n        $this->assertNull($handler->handle($record, $record2));\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/Handler/ConvertTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n\nnamespace Migration\\Handler;\n\nclass ConvertTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @return array\n     */\n    public function dataProviderMaps()\n    {\n        return [\n            [\n                'map' => '[one_column:1column;two_columns_left:2columns-left]',\n                'initialValue' => 'one_column',\n                'processedValue' => '1column'\n            ],\n            [\n                'map' => '[one_column:1column;two_columns_left:2columns-left]',\n                'initialValue' => 'dummy_value',\n                'processedValue' => 'dummy_value'\n            ]\n        ];\n    }\n\n    /**\n     * @param string $map\n     * @param mixed $initialValue\n     * @param mixed $processedValue\n     * @dataProvider dataProviderMaps\n     * @return void\n     */\n    public function testHandle($map, $initialValue, $processedValue)\n    {\n        $fieldName = 'fieldname';\n        /** @var \\Migration\\ResourceModel\\Record|\\PHPUnit_Framework_MockObject_MockObject $record */\n        $record = $this->createPartialMock(\n            \\Migration\\ResourceModel\\Record::class,\n            ['setValue', 'getValue', 'getFields']\n        );\n        $record->expects($this->once())->method('getValue')->will($this->returnValue($initialValue));\n        $record->expects($this->once())->method('setValue')->with($fieldName, $processedValue);\n        $record->expects($this->any())->method('getFields')->will($this->returnValue([$fieldName]));\n\n        $record2 = $this->getMockBuilder(\\Migration\\ResourceModel\\Record::class)\n            ->disableOriginalConstructor()\n            ->getMock();\n\n        $handler = new Convert($map);\n        $handler->setField($fieldName);\n        $handler->handle($record, $record2);\n    }\n\n    /**\n     * @return void\n     */\n    public function testInvalidMap()\n    {\n        $this->expectException('Exception');\n        $handler = new Convert('[dummy]');\n        $record = $this->createMock(\\Migration\\ResourceModel\\Record::class);\n        $record2 = $this->getMockBuilder(\\Migration\\ResourceModel\\Record::class)\n            ->disableOriginalConstructor()\n            ->getMock();\n        $handler->handle($record, $record2, 'dummy');\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/Handler/EavAttribute/ConvertModelTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Handler\\EavAttribute;\n\nuse Migration\\ResourceModel\\Record;\n\n/**\n * Class ConvertModelTest\n */\nclass ConvertModelTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @var ConvertModel\n     */\n    protected $handler;\n\n    /**\n     * @var string\n     */\n    protected $fieldName;\n\n    /**\n     * @var \\Migration\\Reader\\ClassMap|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $classMap;\n\n    /**\n     * @return void\n     */\n    public function setUp()\n    {\n        $this->classMap = $this->getMockBuilder(\\Migration\\Reader\\ClassMap::class)->setMethods(['convertClassName'])\n            ->disableOriginalConstructor()\n            ->getMock();\n\n        $this->handler = new ConvertModel($this->classMap);\n        $this->handler->setField($this->fieldName);\n    }\n\n    /**\n     * @return void\n     */\n    public function testHandleConvert()\n    {\n        /** @var Record|\\PHPUnit_Framework_MockObject_MockObject $recordToHandle */\n        $recordToHandle = $this->getMockBuilder(\\Migration\\ResourceModel\\Record::class)\n            ->setMethods(['getValue', 'setValue', 'getFields'])\n            ->disableOriginalConstructor()\n            ->getMock();\n        /** @var Record|\\PHPUnit_Framework_MockObject_MockObject $oppositeRecord */\n        $oppositeRecord = $this->getMockBuilder(\\Migration\\ResourceModel\\Record::class)\n            ->disableOriginalConstructor()\n            ->getMock();\n\n        $this->classMap->expects($this->once())->method('convertClassName')\n            ->with('some\\class_name')\n            ->will($this->returnValue('Some\\Class\\Name'));\n\n        $recordToHandle->expects($this->once())->method('getFields')->will($this->returnValue([$this->fieldName]));\n        $recordToHandle->expects($this->once())->method('getValue')->with($this->fieldName)\n            ->will($this->returnValue('some\\class_name'));\n        $recordToHandle->expects($this->once())->method('setValue')->with($this->fieldName, 'Some\\Class\\Name');\n\n        $this->handler->handle($recordToHandle, $oppositeRecord);\n    }\n\n    /**\n     * @return void\n     */\n    public function testHandleGetDestination()\n    {\n        /** @var Record|\\PHPUnit_Framework_MockObject_MockObject $recordToHandle */\n        $recordToHandle = $this->getMockBuilder(\\Migration\\ResourceModel\\Record::class)\n            ->setMethods(['getValue', 'setValue', 'getFields'])\n            ->disableOriginalConstructor()\n            ->getMock();\n        /** @var Record|\\PHPUnit_Framework_MockObject_MockObject $oppositeRecord */\n        $oppositeRecord = $this->getMockBuilder(\\Migration\\ResourceModel\\Record::class)->disableOriginalConstructor()\n            ->setMethods(['getValue'])\n            ->getMock();\n        $oppositeRecord->expects($this->once())->method('getValue')->will($this->returnValue('Some\\Class\\Name'));\n\n        $this->classMap->expects($this->once())->method('convertClassName');\n\n        $recordToHandle->expects($this->once())->method('getFields')->will($this->returnValue([$this->fieldName]));\n        $recordToHandle->expects($this->once())->method('getValue')->with($this->fieldName)\n            ->will($this->returnValue(null));\n        $recordToHandle->expects($this->once())->method('setValue')->with($this->fieldName, 'Some\\Class\\Name');\n\n        $this->handler->handle($recordToHandle, $oppositeRecord);\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/Handler/EavAttributeGroup/SetGroupCodeTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Handler\\EavAttributeGroup;\n\nuse Migration\\ResourceModel\\Record;\nuse Migration\\Step\\DatabaseStage;\nuse Migration\\Model\\Eav\\AttributeGroupNameToCodeMap;\n\n/**\n * Class SetGroupCodeTest\n */\nclass SetGroupCodeTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @return void\n     */\n    public function testHandle()\n    {\n        $groupName = 'Migration General';\n        $groupCode = 'migration-general';\n        $fieldName = 'fieldname';\n        $entityType = 'catalog_product';\n        $attributeSetId = '4';\n        /** @var \\Migration\\ResourceModel\\Record|\\PHPUnit_Framework_MockObject_MockObject $recordToHandle */\n        $recordToHandle = $this->getMockBuilder(\\Migration\\ResourceModel\\Record::class)\n            ->setMethods(['getValue', 'setValue', 'getFields'])\n            ->disableOriginalConstructor()\n            ->getMock();\n        /** @var Record $oppositeRecord|\\PHPUnit_Framework_MockObject_MockObject */\n        $oppositeRecord = $this->getMockBuilder(\\Migration\\ResourceModel\\Record::class)\n            ->disableOriginalConstructor()\n            ->getMock();\n\n        /** @var AttributeGroupNameToCodeMap $attributeGroupNameToCodeMap|\\PHPUnit_Framework_MockObject_MockObject */\n        $attributeGroupNameToCodeMap = $this->getMockBuilder(\\Migration\\Model\\Eav\\AttributeGroupNameToCodeMap::class)\n            ->setMethods(['getGroupCodeMap'])\n            ->disableOriginalConstructor()\n            ->getMock();\n        $attributeGroupNameToCodeMap->expects($this->once())\n            ->method('getGroupCodeMap')\n            ->with($groupName, $entityType)\n            ->willReturn($groupCode);\n        $recordToHandle->expects($this->once())->method('getFields')->will($this->returnValue([$fieldName]));\n        $recordToHandle->expects($this->any())->method('getValue')->willReturnMap(\n            [\n                ['attribute_group_name', $groupName],\n                ['attribute_set_id', $attributeSetId]\n            ]\n        );\n        $recordToHandle->expects($this->once())->method('setValue')->with($fieldName, $groupCode);\n        $config = $this->getMockBuilder(\\Migration\\Config::class)\n            ->disableOriginalConstructor()->setMethods(['getSource'])->getMock();\n        $config->expects($this->once())->method('getSource')->willReturn(['type' => DatabaseStage::SOURCE_TYPE]);\n\n        $source = $this->getMockBuilder(\\Migration\\ResourceModel\\Source::class)\n            ->setMethods(['getAdapter', 'addDocumentPrefix'])\n            ->disableOriginalConstructor()\n            ->getMock();\n        $mySqlAdapter = $this->createPartialMock(\n            \\Migration\\ResourceModel\\Adapter\\Mysql::class,\n            ['getSelect', 'fetchOne']\n        );\n        $dbSelect = $this->createPartialMock(\n            \\Magento\\Framework\\DB\\Select::class,\n            ['from', 'where', 'join', 'getAdapter']\n        );\n        $mySqlAdapter->expects($this->any())->method('getSelect')->willReturn($dbSelect);\n        $source->expects($this->any())->method('getAdapter')->willReturn($mySqlAdapter);\n        $source->expects($this->any())->method('addDocumentPrefix')->willReturnArgument(0);\n        $dbSelect->expects($this->any())->method('from')->willReturnSelf();\n        $dbSelect->expects($this->any())->method('where')->willReturnSelf();\n        $dbSelect->expects($this->any())->method('join')->willReturnSelf();\n        $dbSelect->expects($this->any())->method('getAdapter')->willReturn($mySqlAdapter);\n        $mySqlAdapter->expects($this->once())->method('fetchOne')->willReturn($entityType);\n\n        $handler = new SetGroupCode($config, $attributeGroupNameToCodeMap, $source);\n        $handler->setField($fieldName);\n        $handler->handle($recordToHandle, $oppositeRecord);\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/Handler/GetDestinationValueTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Handler;\n\nuse Migration\\ResourceModel\\Record;\n\n/**\n * Class GetDestinationValueTest\n */\nclass GetDestinationValueTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @return void\n     */\n    public function testHandleSetNull()\n    {\n        $fieldName = 'fieldname';\n        /** @var \\Migration\\ResourceModel\\Record|\\PHPUnit_Framework_MockObject_MockObject $recordToHandle */\n        $recordToHandle = $this->createPartialMock(\n            \\Migration\\ResourceModel\\Record::class,\n            ['setValue', 'getFields']\n        );\n        $recordToHandle->expects($this->once())->method('setValue')->with($fieldName, null);\n        $recordToHandle->expects($this->once())->method('getFields')->will($this->returnValue([$fieldName]));\n\n        $oppositeRecord = $this->getMockBuilder(\\Migration\\ResourceModel\\Record::class)\n            ->setMethods(['getValue'])\n            ->disableOriginalConstructor()\n            ->getMock();\n        $oppositeRecord->expects($this->exactly(2))->method('getValue')\n            ->with($fieldName)\n            ->will($this->returnValue(null));\n\n        $handler = new GetDestinationValue('true');\n        $handler->setField($fieldName);\n        $handler->handle($recordToHandle, $oppositeRecord);\n    }\n\n    /**\n     * @return void\n     */\n    public function testHandleSetValue()\n    {\n        $value = 'value';\n        $fieldName = 'fieldname';\n        /** @var \\Migration\\ResourceModel\\Record|\\PHPUnit_Framework_MockObject_MockObject $recordToHandle */\n        $recordToHandle = $this->createPartialMock(\n            \\Migration\\ResourceModel\\Record::class,\n            ['setValue', 'getFields']\n        );\n        $recordToHandle->expects($this->once())->method('setValue')->with($fieldName, $value);\n        $recordToHandle->expects($this->once())->method('getFields')->will($this->returnValue([$fieldName]));\n\n        $oppositeRecord = $this->getMockBuilder(\\Migration\\ResourceModel\\Record::class)\n            ->setMethods(['getValue'])\n            ->disableOriginalConstructor()\n            ->getMock();\n        $oppositeRecord->expects($this->exactly(2))->method('getValue')->with($fieldName)\n            ->will($this->returnValue($value));\n\n        $handler = new GetDestinationValue('true');\n        $handler->setField($fieldName);\n        $handler->handle($recordToHandle, $oppositeRecord);\n    }\n\n    /**\n     * @return void\n     */\n    public function testHandleKeepValueFromSource()\n    {\n        $fieldName = 'fieldname';\n        /** @var \\Migration\\ResourceModel\\Record|\\PHPUnit_Framework_MockObject_MockObject $recordToHandle */\n        $recordToHandle = $this->createPartialMock(\n            \\Migration\\ResourceModel\\Record::class,\n            ['setValue', 'getFields']\n        );\n        $recordToHandle->expects($this->never())->method('setValue');\n        $recordToHandle->expects($this->once())->method('getFields')->will($this->returnValue([$fieldName]));\n\n        $oppositeRecord = $this->getMockBuilder(\\Migration\\ResourceModel\\Record::class)\n            ->setMethods(['getValue'])\n            ->disableOriginalConstructor()\n            ->getMock();\n        $oppositeRecord->expects($this->once())->method('getValue')->with($fieldName)->will($this->returnValue(null));\n\n        $handler = new GetDestinationValue();\n        $handler->setField($fieldName);\n        $handler->handle($recordToHandle, $oppositeRecord);\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/Handler/GetEventStatusTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Handler;\n\nuse Magento\\Indexer\\Model\\Processor\\Handler;\nuse Migration\\ResourceModel\\Record;\n\n/**\n * Class GetDestinationValueTest\n */\nclass GetEventStatusTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @return void\n     * @dataProvider eventDatesDataProvider\n     * @param string $dateStart\n     * @param string $dateEnd\n     * @param int $status\n     */\n    public function testHandle($dateStart, $dateEnd, $status)\n    {\n        /** @var \\Migration\\ResourceModel\\Record|\\PHPUnit_Framework_MockObject_MockObject $record */\n        $record = $this->getMockBuilder(\\Migration\\ResourceModel\\Record::class)\n            ->setMethods(['setValue', 'getValue', 'getFields'])\n            ->getMock();\n        $record->expects($this->any())->method('getFields')->willReturn(['status']);\n        $record->expects($this->any())->method('getValue')->willReturnMap(\n            [\n                ['date_start', $dateStart],\n                ['date_end', $dateEnd]\n            ]\n        );\n        $record->expects($this->once())->method('setValue')->with('status', $status);\n\n        $record2 = $this->getMockBuilder(\\Migration\\ResourceModel\\Record::class)\n            ->disableOriginalConstructor()\n            ->getMock();\n\n        $handler = new GetEventStatus();\n        $handler->setField('status');\n        $handler->handle($record, $record2);\n    }\n\n    /**\n     * @return array\n     */\n    public function eventDatesDataProvider()\n    {\n        return [\n            'closed' => [\n                'date_start' => date('Y-m-d H:i:s', strtotime('-5 days')),\n                'date_end' => date('Y-m-d H:i:s', strtotime('-2 days')),\n                'status' => GetEventStatus::EVENT_CLOSED\n            ],\n            'open' => [\n                'date_start' => date('Y-m-d H:i:s', strtotime('-1 days')),\n                'date_end' => date('Y-m-d H:i:s', strtotime('+2 days')),\n                'status' => GetEventStatus::EVENT_OPEN\n\n            ],\n            'upcoming' => [\n                'date_start' => date('Y-m-d H:i:s', strtotime('+2 days')),\n                'date_end' => date('Y-m-d H:i:s', strtotime('+5 days')),\n                'status' => GetEventStatus::EVENT_UPCOMING\n            ]\n        ];\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/Handler/ManagerTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Handler;\n\nclass ManagerTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @var \\Magento\\Framework\\ObjectManagerInterface|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $objectManager;\n\n    /**\n     * @var Manager\n     */\n    protected $manager;\n\n    /**\n     * @return void\n     */\n    protected function setUp()\n    {\n        $this->objectManager = $this->createPartialMock(\n            \\Magento\\Framework\\ObjectManager\\ObjectManager::class,\n            ['create']\n        );\n        $this->manager = new Manager($this->objectManager);\n    }\n\n    /**\n     * @covers \\Migration\\Handler\\Manager::initHandler\n     * @covers \\Migration\\Handler\\Manager::getHandler\n     * @return void\n     */\n    public function testGetHandlerCorrect()\n    {\n        $field = 'someField';\n        $handlerConfig = ['class' => \\Migration\\Handler\\SetValue::class, 'params' => ['value' => '12']];\n        $handler = $this->createPartialMock(\n            \\Migration\\Handler\\SetValue::class,\n            ['setField']\n        );\n        $this->objectManager->expects($this->any())->method('create')->will($this->returnValue($handler));\n        $handler->expects($this->once())->method('setField')->with($field);\n        $this->manager->initHandler($field, $handlerConfig);\n        $this->assertEquals($handler, $this->manager->getHandler($field));\n        $this->assertEquals([$field => $handler], $this->manager->getHandlers());\n    }\n\n    /**\n     * @throws \\Migration\\Exception\n     * @return void\n     */\n    public function testGetHandlerWithHandlerKey()\n    {\n        $field = 'someField';\n        $handlerKey = 'someKey';\n        $handlerConfig = ['class' => \\Migration\\Handler\\SetValue::class, 'params' => ['value' => '12']];\n        $handler = $this->createPartialMock(\n            \\Migration\\Handler\\SetValue::class,\n            ['setField']\n        );\n        $this->objectManager->expects($this->any())->method('create')->will($this->returnValue($handler));\n        $handler->expects($this->once())->method('setField')->with($field);\n        $this->manager->initHandler($field, $handlerConfig, $handlerKey);\n        $this->assertEquals($handler, $this->manager->getHandler($handlerKey));\n        $this->assertEquals([$handlerKey => $handler], $this->manager->getHandlers());\n    }\n\n    /**\n     * @covers \\Migration\\Handler\\Manager::initHandler\n     * @covers \\Migration\\Handler\\Manager::getHandler\n     * @return void\n     */\n    public function testGetHandlerEmpty()\n    {\n        $field = 'someField';\n        $handlerConfig = ['class' => \\Migration\\Handler\\SetValue::class, 'params' => ['value' => '12']];\n        $handler = $this->createPartialMock(\n            \\Migration\\Handler\\SetValue::class,\n            ['setField']\n        );\n        $this->objectManager->expects($this->once())->method('create')->will($this->returnValue($handler));\n        $handler->expects($this->once())->method('setField')->with($field);\n        $this->manager->initHandler($field, $handlerConfig);\n        $this->assertEquals(null, $this->manager->getHandler('non_existent_field'));\n    }\n\n    /**\n     * @throws \\Migration\\Exception\n     * @return void\n     */\n    public function testInitHandlerEmptyConfig()\n    {\n        $this->objectManager->expects($this->never())->method('create');\n        $this->manager->initHandler('anyfield');\n    }\n\n    /**\n     * @throws \\Migration\\Exception\n     * @return void\n     */\n    public function testInitHandlerEmptyClass()\n    {\n        $this->expectException('Exception');\n        $this->expectExceptionMessage('Handler class name not specified.');\n        $config = ['class' => '', 'params' => ['value' => '12']];\n        $this->manager->initHandler('anyfield', $config);\n    }\n\n    /**\n     * @throws \\Migration\\Exception\n     * @return void\n     */\n    public function testInitInvalidHandler()\n    {\n        $handlerConfig = ['class' => \"Migration\\\\Migration\", 'params' => ['value' => '12']];\n        $invalidHandler = $this->getMockBuilder(\\Migration\\Migration::class)\n            ->disableOriginalConstructor()\n            ->getMock();\n        $this->objectManager->expects($this->once())->method('create')->will($this->returnValue($invalidHandler));\n        $this->expectException('\\Exception');\n        $this->expectExceptionMessage(\"'Migration\\\\Migration' is not correct handler.\");\n        $this->manager->initHandler('somefield', $handlerConfig);\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/Handler/PlaceholderTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Handler;\n\nclass PlaceholderTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @return void\n     */\n    public function testHandle()\n    {\n        $classMapData = ['catalog/product_widget_new' => \\Magento\\Catalog\\Block\\Product\\Widget\\NewWidget::class];\n        $content = '<p>hello1 {{widget type=\"catalog/product_widget_new\" display_type=\"all_products\" '\n            . 'products_count=\"10\" template=\"catalog/product/widget/new/content/new_grid.phtml\"}}</p>'\n            . '<p>{{widget type=\"extensions/widget_1\" anchor_text=\"widget1\" '\n            . 'template=\"extensions/widget/link/link_block.phtml\" page_id=\"3\"}}</p>';\n        $contentConverted = '<p>hello1 {{widget type=\"Magento\\\\\\\\Catalog\\\\\\\\Block\\\\\\\\Product\\\\\\\\Widget\\\\\\\\NewWidget\"'\n            .' display_type=\"all_products\" products_count=\"10\" template=\"product/widget/new/content/new_grid.phtml\"}}'\n            . '</p><p></p>';\n        $fieldName = 'fieldname';\n        /** @var \\Migration\\ResourceModel\\Record|\\PHPUnit_Framework_MockObject_MockObject $record */\n        $record = $this->createPartialMock(\n            \\Migration\\ResourceModel\\Record::class,\n            ['getValue', 'setValue', 'getFields']\n        );\n        $record->expects($this->once())->method('getValue')->with($fieldName)->willReturn($content);\n        $record->expects($this->once())->method('setValue')->with($fieldName, $contentConverted);\n        $record->expects($this->once())->method('getFields')->will($this->returnValue([$fieldName]));\n        $classMap = $this->createPartialMock(\n            \\Migration\\Reader\\ClassMap::class,\n            ['getMap']\n        );\n        $classMap->expects($this->once())->method('getMap')->willReturn($classMapData);\n        $record2 = $this->getMockBuilder(\\Migration\\ResourceModel\\Record::class)\n            ->disableOriginalConstructor()\n            ->getMock();\n        $handler = new \\Migration\\Handler\\Placeholder($classMap);\n        $handler->setField($fieldName);\n        $handler->handle($record, $record2);\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/Handler/Rule/ConditionSqlTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Handler\\Rule;\n\nuse Migration\\Reader\\Map;\nuse Migration\\Reader\\MapInterface;\nuse Migration\\ResourceModel\\Record;\nuse Migration\\ResourceModel\\Source;\n\n/**\n * Class ConditionSqlTest\n */\nclass ConditionSqlTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @var ConditionSql|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $handler;\n\n    /**\n     * @var Source|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $source;\n\n    /** @var  Map|\\PHPUnit_Framework_MockObject_MockObject */\n    protected $map;\n\n    /**\n     * @return void\n     */\n    public function setUp()\n    {\n        /** @var Map|\\PHPUnit_Framework_MockObject_MockObject $map */\n        $this->map = $this->getMockBuilder(\\Migration\\Reader\\Map::class)->disableOriginalConstructor()\n            ->setMethods(['getDocumentMap'])\n            ->getMock();\n\n        /** @var \\Migration\\Reader\\MapFactory|\\PHPUnit_Framework_MockObject_MockObject $mapFactory */\n        $mapFactory = $this->createMock(\\Migration\\Reader\\MapFactory::class);\n        $mapFactory->expects($this->any())->method('create')->with('map_file')->willReturn($this->map);\n\n        /** @var Source|\\PHPUnit_Framework_MockObject_MockObject $source */\n        $this->source = $this->getMockBuilder(\\Migration\\ResourceModel\\Source::class)->disableOriginalConstructor()\n            ->setMethods(['getDocumentList', 'addDocumentPrefix'])\n            ->getMock();\n        /** @var \\Migration\\ResourceModel\\Destination|\\PHPUnit_Framework_MockObject_MockObject $destination */\n        $destination = $this->getMockBuilder(\\Migration\\ResourceModel\\Destination::class)->disableOriginalConstructor()\n            ->setMethods(['addDocumentPrefix'])\n            ->getMock();\n        $destination->expects($this->any())->method('addDocumentPrefix')->will($this->returnCallback(function ($value) {\n            return 'pfx_' . $value;\n        }));\n\n        $this->handler = new ConditionSql($mapFactory, $this->source, $destination);\n    }\n\n    /**\n     * @return void\n     */\n    public function testHandle()\n    {\n        /** @var Record|\\PHPUnit_Framework_MockObject_MockObject $recordToHandle */\n        $recordToHandle = $this->getMockBuilder(\\Migration\\ResourceModel\\Record::class)\n            ->setMethods(['getValue', 'setValue', 'getFields'])\n            ->disableOriginalConstructor()\n            ->getMock();\n        /** @var Record $oppositeRecord|\\PHPUnit_Framework_MockObject_MockObject */\n        $oppositeRecord = $this->getMockBuilder(\\Migration\\ResourceModel\\Record::class)\n            ->disableOriginalConstructor()\n            ->getMock();\n\n        $fieldName = 'fieldname';\n        $recordToHandle->expects($this->once())->method('getFields')->will($this->returnValue([$fieldName]));\n        $recordToHandle->expects($this->once())->method('getValue')->with($fieldName)\n            ->will($this->returnValue('SELECT * FROM `source_some_document` LEFT JOIN `source_other_document`'));\n        $recordToHandle->expects($this->once())->method('setValue')\n            ->with($fieldName, 'SELECT * FROM `pfx_dest_some_document` LEFT JOIN `pfx_dest_other_document`');\n\n        $this->map->expects($this->any())->method('getDocumentMap')->willReturnMap(\n            [\n                ['source_some_document', MapInterface::TYPE_SOURCE, 'dest_some_document'],\n                ['source_other_document', MapInterface::TYPE_SOURCE, 'dest_other_document'],\n                ['source_ignored_document', MapInterface::TYPE_SOURCE, false]\n            ]\n        );\n\n        $this->source->expects($this->once())->method('getDocumentList')\n            ->will($this->returnValue(['source_some_document', 'source_other_document', 'source_ignored_document']));\n        $this->source->expects($this->any())->method('addDocumentPrefix')->will($this->returnArgument(0));\n\n        $this->handler->setField($fieldName);\n        $this->handler->handle($recordToHandle, $oppositeRecord);\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/Handler/Rule/CustomerSegmentConditionSqlTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Handler\\Rule;\n\nuse Migration\\Reader\\Map;\nuse Migration\\Reader\\MapInterface;\nuse Migration\\ResourceModel\\Record;\nuse Migration\\ResourceModel\\Source;\n\n/**\n * Class CustomerSegmentConditionSqlTest\n */\nclass CustomerSegmentConditionSqlTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @var ConditionSql|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $handler;\n\n    /**\n     * @var Source|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $source;\n\n    /** @var  Map|\\PHPUnit_Framework_MockObject_MockObject */\n    protected $mapMain;\n\n    /** @var  Map|\\PHPUnit_Framework_MockObject_MockObject */\n    protected $mapSalesOrder;\n\n    /**\n     * @return void\n     */\n    public function setUp()\n    {\n        /** @var Map|\\PHPUnit_Framework_MockObject_MockObject $map */\n        $this->mapMain = $this->getMockBuilder(\\Migration\\Reader\\Map::class)->disableOriginalConstructor()\n            ->setMethods(['getDocumentMap'])\n            ->getMock();\n\n        /** @var Map|\\PHPUnit_Framework_MockObject_MockObject $map */\n        $this->mapSalesOrder = $this->getMockBuilder(\\Migration\\Reader\\Map::class)->disableOriginalConstructor()\n            ->setMethods(['getDocumentMap'])\n            ->getMock();\n\n        /** @var \\Migration\\Reader\\MapFactory|\\PHPUnit_Framework_MockObject_MockObject $mapFactory */\n        $mapFactory = $this->createMock(\\Migration\\Reader\\MapFactory::class);\n        $mapFactory->expects($this->at(0))->method('create')->with('map_file')->willReturn($this->mapMain);\n        $mapFactory->expects($this->at(1))->method('create')->with('sales_order_map_file')\n            ->willReturn($this->mapSalesOrder);\n\n        /** @var Source|\\PHPUnit_Framework_MockObject_MockObject $source */\n        $this->source = $this->getMockBuilder(\\Migration\\ResourceModel\\Source::class)->disableOriginalConstructor()\n            ->setMethods(['getDocumentList', 'addDocumentPrefix'])\n            ->getMock();\n        /** @var \\Migration\\ResourceModel\\Destination|\\PHPUnit_Framework_MockObject_MockObject $destination */\n        $destination = $this->getMockBuilder(\\Migration\\ResourceModel\\Destination::class)->disableOriginalConstructor()\n            ->setMethods(['addDocumentPrefix'])\n            ->getMock();\n        $destination->expects($this->any())->method('addDocumentPrefix')->will($this->returnCallback(function ($value) {\n            return 'pfx_' . $value;\n        }));\n\n        $this->handler = new CustomerSegmentConditionSql($mapFactory, $this->source, $destination);\n    }\n\n    /**\n     * @return void\n     */\n    public function testHandle()\n    {\n        /** @var Record|\\PHPUnit_Framework_MockObject_MockObject $recordToHandle */\n        $recordToHandle = $this->getMockBuilder(\\Migration\\ResourceModel\\Record::class)\n            ->setMethods(['getValue', 'setValue', 'getFields'])\n            ->disableOriginalConstructor()\n            ->getMock();\n        /** @var Record $oppositeRecord|\\PHPUnit_Framework_MockObject_MockObject */\n        $oppositeRecord = $this->getMockBuilder(\\Migration\\ResourceModel\\Record::class)\n            ->disableOriginalConstructor()\n            ->getMock();\n\n        $fieldName = 'fieldname';\n        $recordToHandle->expects($this->once())->method('getFields')->will($this->returnValue([$fieldName]));\n        $recordToHandle->expects($this->once())->method('getValue')->with($fieldName)\n            ->will($this->returnValue('SELECT * FROM `sales_flat_order` LEFT JOIN `source_some_document`'));\n        $recordToHandle->expects($this->once())->method('setValue')\n            ->with($fieldName, 'SELECT * FROM `pfx_sales_order` LEFT JOIN `pfx_dest_some_document`');\n\n        $this->mapMain->expects($this->any())->method('getDocumentMap')->willReturnMap(\n            [\n                ['source_some_document', MapInterface::TYPE_SOURCE, 'dest_some_document']\n            ]\n        );\n\n        $this->mapSalesOrder->expects($this->any())->method('getDocumentMap')->willReturnMap(\n            [\n                ['sales_flat_order', MapInterface::TYPE_SOURCE, 'sales_order']\n            ]\n        );\n\n        $this->source->expects($this->once())->method('getDocumentList')\n            ->will($this->returnValue(['sales_flat_order', 'source_some_document']));\n        $this->source->expects($this->any())->method('addDocumentPrefix')->will($this->returnArgument(0));\n\n        $this->handler->setField($fieldName);\n        $this->handler->handle($recordToHandle, $oppositeRecord);\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/Handler/Rule/NormalizationIdsTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Handler\\Rule;\n\nuse Migration\\ResourceModel\\Record;\nuse Migration\\ResourceModel\\Source;\nuse Migration\\ResourceModel\\Destination;\n\n/**\n * Class NormalizationIdsTest\n */\nclass NormalizationIdsTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @var ConditionSql|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $handler;\n\n    /**\n     * @var Source|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $source;\n\n    /**\n     * @var Destination|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $destination;\n\n    /**\n     * @var string\n     */\n    protected $normalizationDocument = 'catalogrule_website';\n\n    /**\n     * @var string\n     */\n    protected $normalizationField = 'website_id';\n\n    /**\n     * @var \\Migration\\Config|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $config;\n\n    /**\n     * @return void\n     */\n    public function setUp()\n    {\n        $this->destination = $this->getMockBuilder(\\Migration\\ResourceModel\\Destination::class)\n            ->disableOriginalConstructor()\n            ->setMethods(['clearDocument', 'saveRecords'])\n            ->getMock();\n        $this->config = $this->getMockBuilder(\\Migration\\Config::class)->disableOriginalConstructor()\n            ->setMethods(['getOption'])\n            ->getMock();\n        $this->config->expects($this->once())->method('getOption')\n            ->willReturn(\\Migration\\Config::EDITION_MIGRATE_OPENSOURCE_TO_OPENSOURCE);\n        $this->handler = new NormalizationIds(\n            $this->destination,\n            $this->config,\n            $this->normalizationDocument,\n            $this->normalizationField\n        );\n    }\n\n    /**\n     * @return void\n     */\n    public function testHandle()\n    {\n        $fieldNameRuleId = 'rule_id';\n        $fieldNameForNormalization = 'website_ids';\n        $idsForNormalization = '1,2,3';\n        $normalizedData = [\n            [$fieldNameRuleId => 1, $this->normalizationField => 1],\n            [$fieldNameRuleId => 1, $this->normalizationField => 2],\n            [$fieldNameRuleId => 1, $this->normalizationField => 3],\n        ];\n\n        /** @var Record|\\PHPUnit_Framework_MockObject_MockObject $recordToHandle */\n        $recordToHandle = $this->getMockBuilder(\\Migration\\ResourceModel\\Record::class)\n            ->setMethods(['getValue', 'getFields'])\n            ->disableOriginalConstructor()\n            ->getMock();\n        /** @var Record $oppositeRecord|\\PHPUnit_Framework_MockObject_MockObject */\n        $oppositeRecord = $this->getMockBuilder(\\Migration\\ResourceModel\\Record::class)\n            ->disableOriginalConstructor()\n            ->getMock();\n\n        $recordToHandle->expects($this->once())\n            ->method('getFields')\n            ->willReturn([$fieldNameRuleId, $fieldNameForNormalization]);\n        $recordToHandle->expects($this->any())->method('getValue')->willReturnMap([\n            [$fieldNameRuleId, 1],\n            [$fieldNameForNormalization, $idsForNormalization],\n        ]);\n        $this->destination\n            ->expects($this->once())\n            ->method('clearDocument')\n            ->with($this->normalizationDocument)\n            ->willReturnSelf();\n        $this->destination\n            ->expects($this->once())\n            ->method('saveRecords')\n            ->with($this->normalizationDocument, $normalizedData)\n            ->willReturnSelf();\n        $this->handler->setField($fieldNameForNormalization);\n        $this->handler->handle($recordToHandle, $oppositeRecord);\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/Handler/Rule/SerializedDataTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Handler\\Rule;\n\nuse Migration\\ResourceModel\\Record;\n\n/**\n * Class SerializedDataTest\n */\nclass SerializedDataTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @return void\n     */\n    public function testHandle()\n    {\n        $data = serialize([\n            'key1' => 'some\\class_name_1',\n            'key2' => ['some\\class_name_2']\n        ]);\n        $convertedData = serialize([\n            'key1' => 'Some\\Class\\Name1',\n            'key2' => ['Some\\Class\\Name2']\n        ]);\n\n        /** @var Record|\\PHPUnit_Framework_MockObject_MockObject $recordToHandle */\n        $recordToHandle = $this->getMockBuilder(\\Migration\\ResourceModel\\Record::class)\n            ->setMethods(['getValue', 'setValue', 'getFields'])\n            ->disableOriginalConstructor()\n            ->getMock();\n        /** @var Record|\\PHPUnit_Framework_MockObject_MockObject $oppositeRecord */\n        $oppositeRecord = $this->getMockBuilder(\\Migration\\ResourceModel\\Record::class)\n            ->disableOriginalConstructor()\n            ->getMock();\n        $classMap = $this->getMockBuilder(\\Migration\\Reader\\ClassMap::class)->disableOriginalConstructor()\n            ->setMethods(['convertClassName'])\n            ->getMock();\n        $classMap->expects($this->exactly(2))->method('convertClassName')->will($this->returnValueMap([\n            ['some\\class_name_1', 'Some\\Class\\Name1'],\n            ['some\\class_name_2', 'Some\\Class\\Name2']\n        ]));\n\n        $fieldName = 'fieldname';\n        $recordToHandle->expects($this->once())->method('getFields')->will($this->returnValue([$fieldName]));\n        $recordToHandle->expects($this->once())->method('getValue')->with($fieldName)->will($this->returnValue($data));\n        $recordToHandle->expects($this->once())->method('setValue')->with($fieldName, $convertedData);\n\n        $handler = new SerializedData($classMap);\n        $handler->setField($fieldName);\n        $handler->handle($recordToHandle, $oppositeRecord);\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/Handler/SalesOrderStatusState/SetVisibleOnFrontTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Handler\\SalesOrderStatusState;\n\nuse Migration\\ResourceModel\\Record;\n\n/**\n * Class SetVisibleOnFrontTest\n */\nclass SetVisibleOnFrontTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @var \\PHPUnit_Framework_MockObject_MockObject|Record\n     */\n    protected $recordToHandle;\n\n    /**\n     * @var \\PHPUnit_Framework_MockObject_MockObject|Record\n     */\n    protected $oppositeRecord;\n\n    /**\n     * @return void\n     */\n    public function setUp()\n    {\n        $this->recordToHandle = $this->getMockBuilder(\\Migration\\ResourceModel\\Record::class)\n            ->setMethods(['getValue', 'setValue', 'getFields'])\n            ->disableOriginalConstructor()->getMock();\n        $this->oppositeRecord = $this->getMockBuilder(\\Migration\\ResourceModel\\Record::class)\n            ->disableOriginalConstructor()\n            ->getMock();\n    }\n\n    /**\n     * @return void\n     */\n    public function testHandleInitiallyInvisible()\n    {\n        $fieldName = 'visible_on_front';\n        $this->recordToHandle->expects($this->once())->method('getFields')->will($this->returnValue([$fieldName]));\n        $this->recordToHandle->expects($this->any())->method('getValue')->will($this->returnCallback(function ($value) {\n            switch ($value) {\n                case 'status':\n                    return 'pending_ogone';\n                    break;\n                case 'state':\n                    return 'pending_payment';\n                    break;\n            }\n            return '';\n        }));\n        $this->recordToHandle->expects($this->once())->method('setValue')->with($fieldName, 0);\n\n        $handler = new SetVisibleOnFront();\n        $handler->setField($fieldName);\n        $handler->handle($this->recordToHandle, $this->oppositeRecord);\n    }\n\n    /**\n     * @return void\n     */\n    public function testHandleNotVisibleStates()\n    {\n        $fieldName = 'visible_on_front';\n        $this->recordToHandle->expects($this->once())->method('getFields')->will($this->returnValue([$fieldName]));\n        $this->recordToHandle->expects($this->any())->method('getValue')->will($this->returnCallback(function ($value) {\n            switch ($value) {\n                case 'status':\n                    return 'some_my_status';\n                    break;\n                case 'state':\n                    return 'pending_payment';\n                    break;\n            }\n            return '';\n        }));\n        $this->recordToHandle->expects($this->once())->method('setValue')->with($fieldName, 0);\n\n        $handler = new SetVisibleOnFront();\n        $handler->setField($fieldName);\n        $handler->handle($this->recordToHandle, $this->oppositeRecord);\n    }\n\n    /**\n     * @dataProvider stateProvider\n     * @param string $state\n     * @return void\n     */\n    public function testHandleVisibleState($state)\n    {\n        $fieldName = 'visible_on_front';\n        $this->recordToHandle->expects($this->once())->method('getFields')->will($this->returnValue([$fieldName]));\n        $this->recordToHandle->expects($this->any())->method('getValue')->will($this->returnCallback(\n            function ($value) use ($state) {\n                switch ($value) {\n                    case 'status':\n                        return 'some_my_status';\n                        break;\n                    case 'state':\n                        return $state;\n                        break;\n                }\n                return '';\n            }\n        ));\n        $this->recordToHandle->expects($this->once())->method('setValue')->with($fieldName, 1);\n\n        $handler = new SetVisibleOnFront();\n        $handler->setField($fieldName);\n        $handler->handle($this->recordToHandle, $this->oppositeRecord);\n    }\n\n    /**\n     * @return array\n     */\n    public function stateProvider()\n    {\n        return [['new'], ['processing'], ['complete'], ['closed'], ['canceled'], ['holded'], ['payment_review']];\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/Handler/SequenceTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n\nnamespace Migration\\Handler;\n\nclass SequenceTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @param string $table\n     * @param int $id\n     *\n     * @return void\n     * @dataProvider dataProviderTables\n     */\n    public function testHandle($table, $id)\n    {\n        $fieldName = 'fieldname';\n        $createdVersionField = 'fieldname_version';\n        $version = 1;\n\n        /** @var \\Migration\\ResourceModel\\Structure|\\PHPUnit_Framework_MockObject_MockObject $record */\n        $structure = $this->getMockBuilder(\\Migration\\ResourceModel\\Structure::class)\n            ->setMethods(['getFields'])\n            ->disableOriginalConstructor()\n            ->getMock();\n        $structure->expects($this->any())->method('getFields')->willReturn([$fieldName]);\n        /** @var \\Migration\\ResourceModel\\Record|\\PHPUnit_Framework_MockObject_MockObject $record */\n        $record = $this->getMockBuilder(\\Migration\\ResourceModel\\Record::class)\n            ->setMethods(['getValue', 'setValue', 'getFields', 'getStructure'])\n            ->disableOriginalConstructor()\n            ->getMock();\n        $record->expects($this->any())->method('getStructure')->willReturn($structure);\n        $record->expects($this->any())->method('getFields')->willReturn([$fieldName]);\n        $record->expects($this->any())->method('getValue')->with($fieldName)->willReturn($id);\n        $record->expects($this->any())->method('setValue')->with($fieldName, $id);\n\n        /** @var \\Migration\\ResourceModel\\Record|\\PHPUnit_Framework_MockObject_MockObject $record2 */\n        $record2 = $this->getMockBuilder(\\Migration\\ResourceModel\\Record::class)\n            ->setMethods(['getValue', 'setValue', 'getFields', 'getStructure'])\n            ->disableOriginalConstructor()\n            ->getMock();\n\n        $record2->expects($this->any())->method('setValue')->willReturn($createdVersionField, $version);\n        $record2->expects($this->any())->method('getFields')->willReturn([$fieldName]);\n        $record2->expects($this->any())->method('getStructure')->willReturn($structure);\n\n        /** @var \\Migration\\ResourceModel\\Destination|\\PHPUnit_Framework_MockObject_MockObject $destination */\n        $destination = $this->getMockBuilder(\\Migration\\ResourceModel\\Destination::class)\n            ->setMethods(['clearDocument', 'saveRecords'])\n            ->disableOriginalConstructor()\n            ->getMock();\n\n        $destination->expects($this->any())->method('clearDocument')->with($table);\n        $destination->expects($this->any())->method('saveRecords')->with($table, [['sequence_value' => $id]])\n            ->willReturnSelf();\n\n        $handler = new Sequence($table, $destination);\n        $handler->setField($fieldName);\n        $this->assertNull($handler->handle($record, $record2));\n    }\n\n    /**\n     * @return array\n     */\n    public function dataProviderTables()\n    {\n        return [\n            ['table' => 'tablename', 'id' => 1],\n            ['table' => '',          'id' => 1],\n            ['table' => 'tablename', 'id' => 0],\n            ['table' => '',          'id' => 0],\n        ];\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/Handler/SerializeToJson/ConvertWithConditionsTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Handler\\SerializeToJson;\n\nclass ConvertWithConditionsTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @var \\Migration\\ResourceModel\\Record|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $model;\n\n    /**\n     * @var \\Migration\\Logger\\Logger|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $logger;\n\n    /**\n     * @var \\Migration\\Model\\DocumentIdField|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $documentIdField;\n\n    public function setUp()\n    {\n        $this->model = $this->getMockBuilder(\\Migration\\ResourceModel\\Record::class)\n            ->setMethods(['setValue', 'getValue', 'getFields', 'getData', 'getDocument'])\n            ->disableOriginalConstructor()\n            ->getMock();\n        $this->logger = $this->getMockBuilder(\\Migration\\Logger\\Logger::class)\n            ->setMethods(['warning'])\n            ->disableOriginalConstructor()\n            ->getMock();\n        $this->documentIdField = $this->getMockBuilder(\\Migration\\Model\\DocumentIdField::class)\n            ->setMethods(['getFiled'])\n            ->disableOriginalConstructor()\n            ->getMock();\n    }\n\n    /**\n     * @param string $dataToConvert\n     * @param string $expectedJson\n     *\n     * @dataProvider convertDataProvider\n     */\n    public function testHandle(\n        $conditionalField,\n        $conditionalFieldValuesPattern,\n        $ignoreBrokenData,\n        $dataToConvert,\n        $expectedResult\n    ) {\n        $fieldName = 'fieldname';\n        $document = $this->getMockBuilder(\\Migration\\ResourceModel\\Document::class)\n            ->setMethods(['getName'])\n            ->disableOriginalConstructor()\n            ->getMock();\n        $document->expects($this->any())->method('getName')->willReturn('document1');\n        $this->documentIdField->expects($this->any())->method('getFiled')->with($document)->willReturn('fieldid');\n\n        $this->model->expects($this->any())->method('getDocument')->willReturn($document);\n        $this->model->expects($this->any())->method('getFields')->willReturn([$fieldName]);\n        $this->model->expects($this->any())->method('getData')->willReturn(['code' => 'info_buyRequest']);\n        $this->model->expects($this->any())->method('getValue')->willReturnMap(\n            [\n                [$fieldName, $dataToConvert],\n                ['fieldid', 5]\n            ]\n        );\n        $this->model->expects($this->any())->method('setValue')->with($fieldName, $expectedResult);\n        $handler = new ConvertWithConditions(\n            $conditionalField,\n            $conditionalFieldValuesPattern,\n            $this->logger,\n            $this->documentIdField,\n            $ignoreBrokenData\n        );\n        $handler->setField($fieldName);\n        $this->assertNull($handler->handle($this->model, $this->model));\n    }\n\n    /**\n     * @expectedException \\Migration\\Exception\n     */\n    public function testException()\n    {\n        $fieldName = 'fieldname';\n        $this->model->expects($this->any())->method('getFields')->willReturn([$fieldName]);\n        $this->model->expects($this->any())->method('getData')->willReturn(['some_value' => null]);\n        $handler = new ConvertWithConditions('code', null, $this->logger, $this->documentIdField);\n        $handler->setField($fieldName);\n        $handler->handle($this->model, $this->model);\n    }\n\n    /**\n     * @return array\n     */\n    public function convertDataProvider()\n    {\n        $data = ['product' => '2', 'form_key' => '2SYziDL1rBficzaP'];\n        return [\n            [\n                'code',\n                '/(parameters)|(info_buyRequest)|(bundle_option_ids)|(bundle_selection_attributes)/',\n                false,\n                serialize($data),\n                json_encode($data)\n            ],\n            [\n                null,\n                null,\n                true,\n                null,\n                null\n            ],\n            [\n                'code',\n                '/(parameters)|(info_buyRequest)|(bundle_option_ids)|(bundle_selection_attributes)/',\n                true,\n                'brokenString',\n                null\n            ],\n        ];\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/Handler/SerializeToJson/ItemOptionTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Handler\\SerializeToJson;\n\nclass ItemOptionTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @var \\Migration\\ResourceModel\\Record|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $model;\n\n    public function setUp()\n    {\n        $this->model = $this->getMockBuilder(\\Migration\\ResourceModel\\Record::class)\n            ->setMethods(['setValue', 'getValue', 'getFields', 'getData'])\n            ->disableOriginalConstructor()\n            ->getMock();\n    }\n\n    /**\n     * @param string $code\n     * @param string $serialized\n     * @param string $expectedJson\n     *\n     * @dataProvider handleDataProvider\n     */\n    public function testHandle($code, $serialized, $expectedJson)\n    {\n        $fieldName = 'fieldname';\n        $this->model->expects($this->any())->method('getFields')->willReturn([$fieldName]);\n        $this->model->expects($this->any())->method('getData')->willReturn(['code' => $code]);\n        $this->model->expects($this->any())->method('getValue')->with($fieldName)->willReturn($serialized);\n        $this->model->expects($this->any())->method('setValue')->with($fieldName, $expectedJson);\n        $record2 = $this->getMockBuilder(\n            \\Migration\\ResourceModel\\Record::class\n        )->disableOriginalConstructor()->getMock();\n        $handler = new ItemOption();\n        $handler->setField($fieldName);\n        $this->assertNull($handler->handle($this->model, $record2));\n    }\n\n    /**\n     * @expectedException \\Migration\\Exception\n     */\n    public function testException()\n    {\n        $fieldName = 'fieldname';\n        $this->model->expects($this->any())->method('getFields')->willReturn([$fieldName]);\n        $this->model->expects($this->any())->method('getData')->willReturn(['some_value' => null]);\n        $documentIdField = $this->getMockBuilder(\\Migration\\Model\\DocumentIdField::class)\n            ->setMethods(['getFiled'])\n            ->disableOriginalConstructor()\n            ->getMock();\n        $logger = $this->getMockBuilder(\\Migration\\Logger\\Logger::class)\n            ->setMethods(['warning'])\n            ->disableOriginalConstructor()\n            ->getMock();\n        $handler = new ConvertWithConditions('code', null, $logger, $documentIdField);\n        $handler->setField($fieldName);\n        $handler->handle($this->model, $this->model);\n    }\n\n    /**\n     * @return array\n     */\n    public function handleDataProvider()\n    {\n        return [\n            'dataset_1' => [\n                'option_1',\n                'serialized' => 'a:1:{s:4:\"some\";s:5:\"value\";}',\n                'expectedJson' => '{\"some\":\"value\"}',\n            ],\n            'dataset_2' => [\n                'some_option',\n                'serialized' => 1,\n                'expectedJson' => 1,\n            ],\n        ];\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/Handler/SerializeToJson/SalesOrderItemTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Handler\\SerializeToJson;\n\nclass SalesOrderItemTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @param string $serialized\n     * @param string $expectedJson\n     *\n     * @dataProvider handleDataProvider\n     */\n    public function testHandle($serialized, $expectedJson)\n    {\n        $fieldName = 'fieldname';\n        /** @var \\Migration\\ResourceModel\\Record|\\PHPUnit_Framework_MockObject_MockObject $record */\n        $record = $this->getMockBuilder(\\Migration\\ResourceModel\\Record::class)\n            ->setMethods(['setValue', 'getValue', 'getFields'])\n            ->disableOriginalConstructor()\n            ->getMock();\n        $record->expects($this->any())->method('getFields')->willReturn([$fieldName]);\n        $record->expects($this->any())->method('getValue')->with($fieldName)->willReturn($serialized);\n        $record->expects($this->any())->method('setValue')->with($fieldName, $expectedJson);\n        $record2 = $this->getMockBuilder(\\Migration\\ResourceModel\\Record::class)\n            ->disableOriginalConstructor()\n            ->getMock();\n        $documentIdField = $this->getMockBuilder(\\Migration\\Model\\DocumentIdField::class)\n            ->setMethods(['getFiled'])\n            ->disableOriginalConstructor()\n            ->getMock();\n        $logger = $this->getMockBuilder(\\Migration\\Logger\\Logger::class)\n            ->setMethods(['warning'])\n            ->disableOriginalConstructor()\n            ->getMock();\n        $handler = new SalesOrderItem($logger, $documentIdField);\n        $handler->setField($fieldName);\n        $this->assertNull($handler->handle($record, $record2));\n    }\n\n    /**\n     * @return array\n     */\n    public function handleDataProvider()\n    {\n        // @codingStandardsIgnoreStart\n        return [\n            'dataset_1' => [\n                'serialized' => 'a:2:{s:15:\"info_buyRequest\";a:6:{s:4:\"uenc\";s:52:\"aHR0cDovL20yLmxvYy9zaW1wbGUuaHRtbD9vcHRpb25zPWNhcnQ,\";s:7:\"product\";s:1:\"1\";s:28:\"selected_configurable_option\";s:0:\"\";s:15:\"related_product\";s:0:\"\";s:7:\"options\";a:3:{i:1;s:4:\"test\";i:3;s:1:\"2\";i:2;a:9:{s:4:\"type\";s:10:\"image/jpeg\";s:5:\"title\";s:7:\"476.jpg\";s:10:\"quote_path\";s:61:\"custom_options/quote/4/7/bc61f16f0cc3a8c5abd7ebbaad4cc139.jpg\";s:10:\"order_path\";s:61:\"custom_options/order/4/7/bc61f16f0cc3a8c5abd7ebbaad4cc139.jpg\";s:8:\"fullpath\";s:89:\"C:/www/magento/ce/pub/media/custom_options/quote/4/7/bc61f16f0cc3a8c5abd7ebbaad4cc139.jpg\";s:4:\"size\";s:6:\"122340\";s:5:\"width\";i:666;s:6:\"height\";i:940;s:10:\"secret_key\";s:20:\"bc61f16f0cc3a8c5abd7\";}}s:3:\"qty\";s:1:\"1\";}s:7:\"options\";a:3:{i:0;a:7:{s:5:\"label\";s:11:\"testoption1\";s:5:\"value\";s:4:\"test\";s:11:\"print_value\";s:4:\"test\";s:9:\"option_id\";s:1:\"1\";s:11:\"option_type\";s:5:\"field\";s:12:\"option_value\";s:4:\"test\";s:11:\"custom_view\";b:0;}i:1;a:7:{s:5:\"label\";s:11:\"testoption2\";s:5:\"value\";s:132:\"<a href=\"http://m2.loc/sales/download/downloadCustomOption/id/9/key/bc61f16f0cc3a8c5abd7/\" target=\"_blank\">476.jpg</a> 666 x 940 px.\";s:11:\"print_value\";s:21:\"476.jpg 666 x 940 px.\";s:9:\"option_id\";s:1:\"2\";s:11:\"option_type\";s:4:\"file\";s:12:\"option_value\";s:600:\"a:10:{s:4:\"type\";s:10:\"image/jpeg\";s:5:\"title\";s:7:\"476.jpg\";s:10:\"quote_path\";s:61:\"custom_options/quote/4/7/bc61f16f0cc3a8c5abd7ebbaad4cc139.jpg\";s:10:\"order_path\";s:61:\"custom_options/order/4/7/bc61f16f0cc3a8c5abd7ebbaad4cc139.jpg\";s:8:\"fullpath\";s:89:\"C:/www/magento/ce/pub/media/custom_options/quote/4/7/bc61f16f0cc3a8c5abd7ebbaad4cc139.jpg\";s:4:\"size\";s:6:\"122340\";s:5:\"width\";i:666;s:6:\"height\";i:940;s:10:\"secret_key\";s:20:\"bc61f16f0cc3a8c5abd7\";s:3:\"url\";a:2:{s:5:\"route\";s:35:\"sales/download/downloadCustomOption\";s:6:\"params\";a:2:{s:2:\"id\";s:1:\"9\";s:3:\"key\";s:20:\"bc61f16f0cc3a8c5abd7\";}}}\";s:11:\"custom_view\";b:1;}i:2;a:7:{s:5:\"label\";s:8:\"testopt3\";s:5:\"value\";s:3:\"222\";s:11:\"print_value\";s:3:\"222\";s:9:\"option_id\";s:1:\"3\";s:11:\"option_type\";s:9:\"drop_down\";s:12:\"option_value\";s:1:\"2\";s:11:\"custom_view\";b:0;}}}',\n                'expectedJson' => '{\"info_buyRequest\":{\"uenc\":\"aHR0cDovL20yLmxvYy9zaW1wbGUuaHRtbD9vcHRpb25zPWNhcnQ,\",\"product\":\"1\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"options\":{\"1\":\"test\",\"3\":\"2\",\"2\":{\"type\":\"image\\/jpeg\",\"title\":\"476.jpg\",\"quote_path\":\"custom_options\\/quote\\/4\\/7\\/bc61f16f0cc3a8c5abd7ebbaad4cc139.jpg\",\"order_path\":\"custom_options\\/order\\/4\\/7\\/bc61f16f0cc3a8c5abd7ebbaad4cc139.jpg\",\"fullpath\":\"C:\\/www\\/magento\\/ce\\/pub\\/media\\/custom_options\\/quote\\/4\\/7\\/bc61f16f0cc3a8c5abd7ebbaad4cc139.jpg\",\"size\":\"122340\",\"width\":666,\"height\":940,\"secret_key\":\"bc61f16f0cc3a8c5abd7\"}},\"qty\":\"1\"},\"options\":[{\"label\":\"testoption1\",\"value\":\"test\",\"print_value\":\"test\",\"option_id\":\"1\",\"option_type\":\"field\",\"option_value\":\"test\",\"custom_view\":false},{\"label\":\"testoption2\",\"value\":\"<a href=\\\"http:\\/\\/m2.loc\\/sales\\/download\\/downloadCustomOption\\/id\\/9\\/key\\/bc61f16f0cc3a8c5abd7\\/\\\" target=\\\"_blank\\\">476.jpg<\\/a> 666 x 940 px.\",\"print_value\":\"476.jpg 666 x 940 px.\",\"option_id\":\"2\",\"option_type\":\"file\",\"option_value\":\"{\\\"type\\\":\\\"image\\\\\\\\\\/jpeg\\\",\\\"title\\\":\\\"476.jpg\\\",\\\"quote_path\\\":\\\"custom_options\\\\\\\\\\/quote\\\\\\\\\\/4\\\\\\\\\\/7\\\\\\\\\\/bc61f16f0cc3a8c5abd7ebbaad4cc139.jpg\\\",\\\"order_path\\\":\\\"custom_options\\\\\\\\\\/order\\\\\\\\\\/4\\\\\\\\\\/7\\\\\\\\\\/bc61f16f0cc3a8c5abd7ebbaad4cc139.jpg\\\",\\\"fullpath\\\":\\\"C:\\\\\\\\\\/www\\\\\\\\\\/magento\\\\\\\\\\/ce\\\\\\\\\\/pub\\\\\\\\\\/media\\\\\\\\\\/custom_options\\\\\\\\\\/quote\\\\\\\\\\/4\\\\\\\\\\/7\\\\\\\\\\/bc61f16f0cc3a8c5abd7ebbaad4cc139.jpg\\\",\\\"size\\\":\\\"122340\\\",\\\"width\\\":666,\\\"height\\\":940,\\\"secret_key\\\":\\\"bc61f16f0cc3a8c5abd7\\\",\\\"url\\\":{\\\"route\\\":\\\"sales\\\\\\\\\\/download\\\\\\\\\\/downloadCustomOption\\\",\\\"params\\\":{\\\"id\\\":\\\"9\\\",\\\"key\\\":\\\"bc61f16f0cc3a8c5abd7\\\"}}}\",\"custom_view\":true},{\"label\":\"testopt3\",\"value\":\"222\",\"print_value\":\"222\",\"option_id\":\"3\",\"option_type\":\"drop_down\",\"option_value\":\"2\",\"custom_view\":false}]}',\n            ],\n            'dataset_2' => [\n                'serialized' => 'a:2:{s:15:\"info_buyRequest\";a:6:{s:4:\"uenc\";s:36:\"aHR0cDovL20yLmxvYy9idW5kbGUuaHRtbA,,\";s:7:\"product\";s:1:\"4\";s:28:\"selected_configurable_option\";s:0:\"\";s:15:\"related_product\";s:0:\"\";s:13:\"bundle_option\";a:2:{i:1;s:1:\"1\";i:2;s:1:\"2\";}s:3:\"qty\";s:1:\"3\";}s:27:\"bundle_selection_attributes\";s:97:\"a:4:{s:5:\"price\";d:100;s:3:\"qty\";d:1;s:12:\"option_label\";s:8:\"option 1\";s:9:\"option_id\";s:1:\"1\";}\";}',\n                'expectedJson' => '{\"info_buyRequest\":{\"uenc\":\"aHR0cDovL20yLmxvYy9idW5kbGUuaHRtbA,,\",\"product\":\"4\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"bundle_option\":{\"1\":\"1\",\"2\":\"2\"},\"qty\":\"3\"},\"bundle_selection_attributes\":\"{\\\"price\\\":100,\\\"qty\\\":1,\\\"option_label\\\":\\\"option 1\\\",\\\"option_id\\\":\\\"1\\\"}\"}',\n            ],\n        ];\n        // @codingStandardsIgnoreEnd\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/Handler/SerializeToJsonTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n\nnamespace Migration\\Handler;\n\nclass SerializeToJsonTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @return void\n     * @dataProvider handleDataProvider\n     */\n    public function testHandle($serializedData, $unserializedData)\n    {\n        $fieldName = 'fieldname';\n        /** @var \\Migration\\ResourceModel\\Record|\\PHPUnit_Framework_MockObject_MockObject $record */\n        $record = $this->createPartialMock(\n            \\Migration\\ResourceModel\\Record::class,\n            ['setValue', 'getValue', 'getFields']\n        );\n        $record->expects($this->any())->method('getFields')->willReturn([$fieldName]);\n        $record->expects($this->any())->method('getValue')->with($fieldName)->willReturn($serializedData);\n        $record->expects($this->any())->method('setValue')->with($fieldName, $unserializedData);\n\n        $record2 = $this->getMockBuilder(\\Migration\\ResourceModel\\Record::class)\n            ->disableOriginalConstructor()\n            ->getMock();\n        $documentIdField = $this->getMockBuilder(\\Migration\\Model\\DocumentIdField::class)\n            ->setMethods(['getFiled'])\n            ->disableOriginalConstructor()\n            ->getMock();\n        $logger = $this->getMockBuilder(\\Migration\\Logger\\Logger::class)\n            ->setMethods(['warning'])\n            ->disableOriginalConstructor()\n            ->getMock();\n\n        $handler = new SerializeToJson($logger, $documentIdField, true, false);\n        $handler->setField($fieldName);\n        $this->assertNull($handler->handle($record, $record2));\n    }\n\n    /**\n     * @return array\n     */\n    public function handleDataProvider()\n    {\n        $array = ['some_field' => 'value'];\n        return [\n            [\n                serialize($array),\n                json_encode($array)\n            ],\n            [\n                null,\n                null\n            ]\n        ];\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/Handler/SetDefaultWebsiteIdTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Handler;\n\nclass SetDefaultWebsiteIdTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @return void\n     */\n    public function testHandle()\n    {\n        $value = '1';\n        $fieldName = 'website_id';\n        $records = [\n            [\n                'website_id' => '0',\n                'is_default' => '0'\n            ],\n            [\n                'website_id' => '1',\n                'is_default' => '1'\n            ]\n        ];\n        /** @var \\Migration\\ResourceModel\\Record|\\PHPUnit_Framework_MockObject_MockObject $record */\n        $recordToHandle = $this->createPartialMock(\n            \\Migration\\ResourceModel\\Record::class,\n            ['setValue', 'getFields']\n        );\n        $recordOpposite = $this->getMockBuilder(\\Migration\\ResourceModel\\Record::class)\n            ->disableOriginalConstructor()\n            ->getMock();\n        /** @var \\Migration\\ResourceModel\\Source|\\PHPUnit_Framework_MockObject_MockObject $source */\n        $source = $this->createPartialMock(\n            \\Migration\\ResourceModel\\Source::class,\n            ['getRecords']\n        );\n        $recordToHandle->expects($this->once())->method('setValue')->with($fieldName, $value);\n        $recordToHandle->expects($this->once())->method('getFields')->willReturn([$fieldName]);\n        $source->expects($this->once())->method('getRecords')->willReturn($records);\n\n        $handler = new SetDefaultWebsiteId($source);\n        $handler->setField($fieldName);\n        $handler->handle($recordToHandle, $recordOpposite);\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/Handler/SetHashTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Handler;\n\nclass SetHashTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @return void\n     */\n    public function testHandle()\n    {\n        $hash           = 'crc32';\n        $baseField      = 'baseField';\n        $baseFieldValue = 'some_string';\n        $fieldName      = 'fieldname';\n\n        /** @var \\Migration\\ResourceModel\\Record|\\PHPUnit_Framework_MockObject_MockObject $recordToHandle */\n        $recordToHandle = $this->createPartialMock(\n            \\Migration\\ResourceModel\\Record::class,\n            ['setValue', 'getFields']\n        );\n        $recordToHandle->expects($this->once())->method('setValue')->with($fieldName, $hash($baseFieldValue));\n        $recordToHandle->expects($this->once())->method('getFields')->will($this->returnValue([$fieldName]));\n\n        $oppositeRecord = $this->getMockBuilder(\\Migration\\ResourceModel\\Record::class)\n            ->setMethods(['getValue'])\n            ->disableOriginalConstructor()\n            ->getMock();\n\n        $oppositeRecord->expects($this->any())\n            ->method('getValue')\n            ->with($baseField)\n            ->will($this->returnValue($baseFieldValue));\n\n        $handler = new SetHash($hash, $baseField);\n        $handler->setField($fieldName);\n        $handler->handle($recordToHandle, $oppositeRecord);\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/Handler/SetValueTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Handler;\n\nclass SetValueTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @return void\n     */\n    public function testHandle()\n    {\n        $value = 'value';\n        $fieldName = 'fieldname';\n        /** @var \\Migration\\ResourceModel\\Record|\\PHPUnit_Framework_MockObject_MockObject $record */\n        $record = $this->createPartialMock(\n            \\Migration\\ResourceModel\\Record::class,\n            ['setValue', 'getFields']\n        );\n        $record->expects($this->once())->method('setValue')->with($fieldName, $value);\n        $record->expects($this->once())->method('getFields')->will($this->returnValue([$fieldName]));\n\n        $record2 = $this->getMockBuilder(\\Migration\\ResourceModel\\Record::class)\n            ->disableOriginalConstructor()\n            ->getMock();\n\n        $handler = new SetValue($value);\n        $handler->setField($fieldName);\n        $handler->handle($record, $record2);\n    }\n\n    /**\n     * @return void\n     */\n    public function testHandleException()\n    {\n        $value = 'value';\n        $record = $this->createPartialMock(\n            \\Migration\\ResourceModel\\Record::class,\n            ['getFields']\n        );\n        $record->expects($this->once())->method('getFields')->will($this->returnValue([]));\n        $handler = new SetValue($value);\n        $record2 = $this->getMockBuilder(\\Migration\\ResourceModel\\Record::class)\n            ->disableOriginalConstructor()\n            ->getMock();\n        $this->expectException('Exception');\n        $handler->handle($record, $record2);\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/Handler/Settings/CategoryRootIdTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Handler\\Settings;\n\nclass CategoryRootIdTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @return void\n     */\n    public function testHandle()\n    {\n        $categoryRootId = 2;\n        $categoryRootIdHandled = null;\n        $fieldName = 'value';\n        /** @var \\Migration\\ResourceModel\\Record|\\PHPUnit_Framework_MockObject_MockObject $recordToHandle */\n        $recordToHandle = $this->createPartialMock(\n            \\Migration\\ResourceModel\\Record::class,\n            ['getValue', 'setValue', 'getFields']\n        );\n        $recordToHandle->expects($this->once())->method('getValue')->with($fieldName)->willReturn($categoryRootId);\n        $recordToHandle->expects($this->once())->method('setValue')->with($fieldName, $categoryRootIdHandled);\n        $recordToHandle->expects($this->once())->method('getFields')->will($this->returnValue([$fieldName]));\n        $oppositeRecord = $this->getMockBuilder(\\Migration\\ResourceModel\\Record::class)\n            ->disableOriginalConstructor()\n            ->getMock();\n        $handler = new \\Migration\\Handler\\Settings\\CategoryRootId();\n        $handler->setField($fieldName);\n        $handler->handle($recordToHandle, $oppositeRecord);\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/Handler/Settings/EncryptTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Handler\\Settings;\n\nclass EncryptTest extends \\PHPUnit\\Framework\\TestCase\n{\n\n    const CRYPT_KEY = 'crypt_key';\n\n    /**\n     * @var string\n     */\n    protected $backendModelName = \\Magento\\Framework\\Encryption\\Crypt::class;\n\n    /**\n     * @var \\Magento\\Framework\\Encryption\\Encryptor|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $encryptor;\n\n    /**\n     * @var \\Magento\\Framework\\Encryption\\CryptFactory|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $cryptFactory;\n\n    /**\n     * @var \\Migration\\Config|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $configReader;\n\n    /**\n     * @return void\n     */\n    protected function setUp()\n    {\n        $this->encryptor = $this->createPartialMock(\n            \\Magento\\Framework\\Encryption\\Encryptor::class,\n            ['encrypt']\n        );\n\n        $this->configReader = $this->createPartialMock(\n            \\Migration\\Config::class,\n            ['getOption']\n        );\n\n        $this->cryptFactory = $this->getMockBuilder(\\Magento\\Framework\\Encryption\\CryptFactory::class)\n            ->disableOriginalConstructor()\n            ->setMethods(['create'])\n            ->getMock();\n    }\n\n    /**\n     * @param array $attributeData\n     * @param array $expected\n     *\n     * @dataProvider dataProviderEncryptionData\n     * @return void\n     */\n    public function testHandle($attributeData, $expected)\n    {\n        $fieldName = 'value';\n\n        list($key, $dbValue, $initVector, $encryptedValue, $cypher, $mode) = array_values($attributeData);\n        list($decryptedValue, $newValue) = array_values($expected);\n\n        /** @var \\Migration\\ResourceModel\\Record|\\PHPUnit_Framework_MockObject_MockObject $recordToHandle */\n        $recordToHandle = $this->createPartialMock(\n            \\Migration\\ResourceModel\\Record::class,\n            ['getValue', 'setValue', 'getFields']\n        );\n        $recordToHandle->expects($this->once())->method('getValue')->with($fieldName)->willReturn($dbValue);\n        $recordToHandle->expects($this->once())->method('setValue')->with($fieldName, $newValue);\n        $recordToHandle->expects($this->once())->method('getFields')->will($this->returnValue([$fieldName]));\n        $oppositeRecord = $this->getMockBuilder(\\Migration\\ResourceModel\\Record::class)\n            ->disableOriginalConstructor()\n            ->getMock();\n\n        $crypt = $this->getMockBuilder(\\Magento\\Framework\\Encryption\\Crypt::class)\n            ->setConstructorArgs([$key, $cypher, $mode, $initVector])\n            ->setMethods(['decrypt'])\n            ->getMock();\n\n        $crypt->expects($this->once())\n            ->method('decrypt')\n            ->with(base64_decode((string)$encryptedValue))\n            ->willReturn($decryptedValue);\n\n        $this->configReader->expects($this->once())\n            ->method('getOption')\n            ->with(self::CRYPT_KEY)\n            ->will($this->returnValue($key));\n\n        $this->cryptFactory->expects($this->once())\n            ->method('create')\n            ->with([\n                'key'        => $key,\n                'cipher'     => $cypher,\n                'mode'       => $mode,\n                'initVector' => $initVector,\n            ])\n            ->will($this->returnValue($crypt));\n\n        $this->encryptor->expects($this->once())\n            ->method('encrypt')\n            ->with($decryptedValue)\n            ->willReturn($newValue);\n\n        $handler = new \\Migration\\Handler\\Encrypt($this->encryptor, $this->cryptFactory, $this->configReader);\n        $handler->setField($fieldName);\n        $handler->handle($recordToHandle, $oppositeRecord);\n    }\n\n    /**\n     * @return array\n     */\n    public function dataProviderEncryptionData()\n    {\n        return [\n            [\n                [\n                    'key'            => '7979bbf5eedb156a709cca04bcd1ab3f',\n                    'dbValue'        => '0:2:4db32e3c8ef3612a:+AFOl9Rr7yTVBAUukxOQbg==',\n                    'initVector'     => '4db32e3c8ef3612a',\n                    'encryptedValue' => '+AFOl9Rr7yTVBAUukxOQbg==',\n                    'cypher'         => MCRYPT_RIJNDAEL_128,\n                    'mode'           => MCRYPT_MODE_CBC,\n                ],\n                [\n                    'decryptedValue' => '1350644470',\n                    'newValue'       => '0:2:YU9IwW5apFqebOynZBiBnKZlssuBPt8O'\n                        . ':QQB7G0RlWIFMWT8hXWBgi1kZ7oUj/iQ9mII1tiGEJYE=',\n                ],\n            ],\n            [\n                [\n                    'key'            => '538e855c156dcb99aa1bef633a1b98b9',\n                    'dbValue'        => '2klxhuOkPMF22vf24BCruA==',\n                    'initVector'     => false,\n                    'encryptedValue' => '2klxhuOkPMF22vf24BCruA==',\n                    'cypher'         => MCRYPT_BLOWFISH,\n                    'mode'           => MCRYPT_MODE_ECB,\n                ],\n                [\n                    'decryptedValue' => '1350644470',\n                    'newValue'       => '0:2:cCsFNUtbk1yrpF1V75KA3Z2UiBLQsCgS'\n                        . ':7Ed+QCz/CV8DIJlRvVIyKhAf8IBgLih/9PLlQ/AEjIg=',\n                ],\n            ],\n        ];\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/Handler/Settings/TemplateTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Handler\\Settings;\n\nclass TemplateTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @return void\n     */\n    public function testHandle()\n    {\n        $templateOldFashion = 'old_update_email_template';\n        $templateNewStyle = 'new_update_email_template';\n        $fieldName = 'value';\n        /** @var \\Migration\\ResourceModel\\Record|\\PHPUnit_Framework_MockObject_MockObject $recordToHandle */\n        $recordToHandle = $this->createPartialMock(\n            \\Migration\\ResourceModel\\Record::class,\n            ['getValue', 'setValue', 'getFields']\n        );\n        $recordToHandle->expects($this->once())->method('getValue')->with($fieldName)->willReturn($templateOldFashion);\n        $recordToHandle->expects($this->once())->method('setValue')->with($fieldName, $templateNewStyle);\n        $recordToHandle->expects($this->once())->method('getFields')->will($this->returnValue([$fieldName]));\n        $oppositeRecord = $this->getMockBuilder(\\Migration\\ResourceModel\\Record::class)\n            ->disableOriginalConstructor()\n            ->getMock();\n        $oppositeRecord->expects($this->once())->method('getValue')->with($fieldName)->willReturn($templateNewStyle);\n        $handler = new \\Migration\\Handler\\Settings\\Template();\n        $handler->setField($fieldName);\n        $handler->handle($recordToHandle, $oppositeRecord);\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/Handler/Settings/UrlSuffixTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Handler\\Settings;\n\nclass UrlSuffixTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @return void\n     */\n    public function testHandle()\n    {\n        $urlSuffix = 'html';\n        $urlSuffixHandled = '.html';\n        $fieldName = 'value';\n        /** @var \\Migration\\ResourceModel\\Record|\\PHPUnit_Framework_MockObject_MockObject $recordToHandle */\n        $recordToHandle = $this->createPartialMock(\n            \\Migration\\ResourceModel\\Record::class,\n            ['getValue', 'setValue', 'getFields']\n        );\n        $recordToHandle->expects($this->once())->method('getValue')->with($fieldName)->willReturn($urlSuffix);\n        $recordToHandle->expects($this->once())->method('setValue')->with($fieldName, $urlSuffixHandled);\n        $recordToHandle->expects($this->once())->method('getFields')->will($this->returnValue([$fieldName]));\n        $oppositeRecord = $this->getMockBuilder(\\Migration\\ResourceModel\\Record::class)\n            ->disableOriginalConstructor()\n            ->getMock();\n        $handler = new \\Migration\\Handler\\Settings\\UrlSuffix();\n        $handler->setField($fieldName);\n        $handler->handle($recordToHandle, $oppositeRecord);\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/Handler/TimezonesTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Handler;\n\nclass TimezoneTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @param $timeAndOffset array\n     * @param $expected array\n     * @return void\n     * @dataProvider dataProviderTimeAndOffsets\n     */\n    public function testHandle($timeAndOffset, $expected)\n    {\n        list($value, $offset, $dataType)   = array_values($timeAndOffset);\n        $newValue = $expected['datetime'];\n\n        $fieldName  = 'fieldname';\n\n        /** @var \\Migration\\ResourceModel\\Record|\\PHPUnit_Framework_MockObject_MockObject $recordToHandle */\n        $recordToHandle = $this->createPartialMock(\n            \\Migration\\ResourceModel\\Record::class,\n            ['getValue', 'setValue', 'getFields', 'getStructure']\n        );\n\n        $structure = $this->getMockBuilder(\\Migration\\ResourceModel\\Structure::class)\n            ->disableOriginalConstructor()\n            ->setMethods(['getFields'])\n            ->getMock();\n\n        $structure->expects($this->any())->method('getFields')->willReturn([\n            $fieldName => ['DATA_TYPE' => $dataType]\n        ]);\n\n        $recordToHandle->expects($this->any())->method('getValue')->willReturn($value);\n        $recordToHandle->expects($this->any())->method('setValue')->with($fieldName, $newValue);\n        $recordToHandle->expects($this->any())->method('getFields')->will($this->returnValue([$fieldName]));\n        $recordToHandle->expects($this->any())->method('getStructure')->will($this->returnValue($structure));\n\n        $oppositeRecord = $this->getMockBuilder(\\Migration\\ResourceModel\\Record::class)\n            ->disableOriginalConstructor()\n            ->getMock();\n\n        $handler = new Timezone($offset);\n        $handler->setField($fieldName);\n        $this->assertNull($handler->handle($recordToHandle, $oppositeRecord));\n    }\n\n    /**\n     * @return array\n     */\n    public function dataProviderTimeAndOffsets()\n    {\n        return [\n            [\n                [\n                    'datetime'  => '2015-10-06 12:56:36',\n                    'offset'    => '',\n                    'DATA_TYPE' => \\Magento\\Framework\\DB\\Ddl\\Table::TYPE_TIMESTAMP,\n                ],\n                [\n                    'datetime'  => '2015-10-06 12:56:36',\n                ],\n            ],\n            [\n                [\n                    'datetime'  => '2015-10-06 12:56:36',\n                    'offset'    => '0',\n                    'DATA_TYPE' => \\Magento\\Framework\\DB\\Ddl\\Table::TYPE_TIMESTAMP,\n                ],\n                [\n                    'datetime'  => '2015-10-06 12:56:36',\n                ],\n            ],\n            [\n                [\n                    'datetime'  => '2015-10-06 12:56:36',\n                    'offset'    => '+3',\n                    'DATA_TYPE' => \\Magento\\Framework\\DB\\Ddl\\Table::TYPE_TIMESTAMP,\n                ],\n                [\n                    'datetime'  => '2015-10-06 15:56:36',\n                ],\n            ],\n            [\n                [\n                    'datetime'  => '2015-10-06 12:56:36',\n                    'offset'    => '+12',\n                    'DATA_TYPE' => \\Magento\\Framework\\DB\\Ddl\\Table::TYPE_TIMESTAMP,\n                ],\n                [\n                    'datetime'  => '2015-10-07 00:56:36',\n                ],\n            ],\n            [\n                [\n                    'datetime'  => '2015-10-06 12:56:36',\n                    'offset'    => '-14',\n                    'DATA_TYPE' => \\Magento\\Framework\\DB\\Ddl\\Table::TYPE_TIMESTAMP,\n                ],\n                [\n                    'datetime'  => '2015-10-05 22:56:36',\n                ],\n            ],\n            [\n                [\n                    'datetime'  => '2015-10-06 12:56:36',\n                    'offset'    => '-14',\n                    'DATA_TYPE' => \\Magento\\Framework\\DB\\Ddl\\Table::TYPE_DATETIME,\n                ],\n                [\n                    'datetime'  => '2015-10-05 22:56:36',\n                ],\n            ],\n            [\n                [\n                    'datetime'  => '1447683513',\n                    'offset'    => '1',\n                    'DATA_TYPE' => Timezone::TYPE_INT,\n                ],\n                [\n                    'datetime'  => '1447687113',\n                ],\n            ],\n            [\n                [\n                    'datetime'  => '1447679914',\n                    'offset'    => '-1',\n                    'DATA_TYPE' => Timezone::TYPE_INT,\n                ],\n                [\n                    'datetime'  => '1447676314',\n                ],\n            ],\n            [\n                [\n                    'datetime'  => '1447679914',\n                    'offset'    => '3',\n                    'DATA_TYPE' => \\Magento\\Framework\\DB\\Ddl\\Table::TYPE_INTEGER,\n                ],\n                [\n                    'datetime'  => '1447690714',\n                ],\n            ],\n        ];\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/Logger/ConsoleHandlerTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Logger;\n\nclass ConsoleHandlerTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @var ConsoleHandler\n     */\n    protected $consoleHandler;\n\n    /**\n     * @return void\n     */\n    protected function setUp()\n    {\n        $this->consoleHandler = new ConsoleHandler();\n    }\n\n    /**\n     * @return array\n     */\n    public function dataProviderHandleSuccess()\n    {\n        return [\n            ['recordLevel' => 200, 'handlerLevel' => 'infO'],\n            ['recordLevel' => 100, 'handlerLevel' => 'deBug'],\n            ['recordLevel' => 200, 'handlerLevel' => 'debug'],\n            ['recordLevel' => 200, 'handlerLevel' => 200],\n            ['recordLevel' => 100, 'handlerLevel' => 100],\n            ['recordLevel' => 200, 'handlerLevel' => 100]\n        ];\n    }\n\n    /**\n     * @param string $recordLevel\n     * @param string|int $handlerLevel\n     * @dataProvider dataProviderHandleSuccess\n     * @return void\n     */\n    public function testHandleSuccess($recordLevel, $handlerLevel)\n    {\n        $message = 'Success message';\n        $extra = ['mode' => 'application mode'];\n        $context = [];\n        $record = ['message' => $message, 'level' => $recordLevel, 'extra' => $extra, 'context' => $context];\n        $this->consoleHandler->setLevel($handlerLevel);\n        ob_start();\n        $result = $this->consoleHandler->handle($record);\n        $output = ob_get_contents();\n        ob_end_clean();\n        $this->assertFalse($result);\n        $this->assertContains('Success message', $output);\n    }\n\n    /**\n     * @param string $recordLevel\n     * @param string|int $handlerLevel\n     * @dataProvider dataProviderHandleSuccess\n     * @return void\n     */\n    public function testHandleSuccessWithoutBubble($recordLevel, $handlerLevel)\n    {\n        $message = 'Success message';\n        $extra = ['mode' => 'application mode'];\n        $context = [];\n        $record = ['message' => $message, 'level' => $recordLevel, 'extra' => $extra, 'context' => $context];\n        $this->consoleHandler->setLevel($handlerLevel);\n        ob_start();\n        $this->consoleHandler->setBubble(false);\n        $result = $this->consoleHandler->handle($record);\n        $output = ob_get_contents();\n        ob_end_clean();\n        $this->assertTrue($result);\n        $this->assertContains('Success message', $output);\n    }\n\n    /**\n     * @return array\n     */\n    public function dataProviderHandleError()\n    {\n        return [\n            ['recordLevel' => 100, 'handlerLevel' => 200],\n            ['recordLevel' => 100, 'handlerLevel' => 'info']\n        ];\n    }\n\n    /**\n     * @param string $recordLevel\n     * @param string|int $handlerLevel\n     * @dataProvider dataProviderHandleError\n     * @return void\n     */\n    public function testHandleError($recordLevel, $handlerLevel)\n    {\n        $message = 'Error message';\n        $extra = ['mode' => 'application mode'];\n        $context = [];\n        $record = ['message' => $message, 'level' => $recordLevel, 'extra' => $extra, 'context' => $context];\n        $this->consoleHandler->setLevel($handlerLevel);\n        $result = $this->consoleHandler->handle($record);\n        $this->assertFalse($result);\n    }\n\n    /**\n     * @return void\n     */\n    public function testHandleWarning()\n    {\n        $message = 'Warnin message';\n        $extra = ['mode' => 'application mode'];\n        $context = [];\n        $record = ['message' => $message, 'level' => 300, 'extra' => $extra, 'context' => $context];\n        $this->consoleHandler->setLevel(100);\n        ob_start();\n        $this->consoleHandler->setBubble(false);\n        $result = $this->consoleHandler->handle($record);\n        $output = ob_get_contents();\n        ob_end_clean();\n        $this->assertTrue($result);\n        $this->assertContains($message, $output);\n    }\n\n    /**\n     * @return void\n     */\n    public function testHandleRed()\n    {\n        $message = 'Colorized message';\n        $context = [];\n        $record = ['message' => $message, 'level' => 400, 'extra' => [], 'context' => $context];\n        $this->consoleHandler->setLevel(100);\n        ob_start();\n        $result = $this->consoleHandler->handle($record);\n        $output = ob_get_contents();\n        ob_end_clean();\n        $this->assertFalse($result);\n        $this->assertContains('Colorized message', $output);\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/Logger/FileHandlerTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n\nnamespace Migration\\Logger;\n\nuse Magento\\Framework\\App\\Filesystem\\DirectoryList;\n\nclass FileHandlerTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @var FileHandler\n     */\n    protected $fileHandler;\n\n    /**\n     * @var \\Magento\\Framework\\Filesystem\\Driver\\File|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $file;\n\n    /**\n     * @var \\Migration\\Config|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $config;\n\n    /**\n     * @var \\Magento\\Framework\\Filesystem|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $filesystem;\n\n    /**\n     * @var string\n     */\n    protected $message = 'Text message';\n\n    /**\n     * @var int\n     */\n    protected $recordLevel = 1;\n\n    /**\n     * @var int\n     */\n    protected $handlerLevel = 1;\n\n    /**\n     * @return void\n     */\n    protected function setUp()\n    {\n        $this->file = $this->getMockBuilder(\\Magento\\Framework\\Filesystem\\Driver\\File::class)\n            ->disableOriginalConstructor()\n            ->setMethods(['filePutContents', 'getRealPath', 'createDirectory'])\n            ->getMock();\n        $this->config = $this->getMockBuilder(\\Migration\\Config::class)\n            ->disableOriginalConstructor()\n            ->setMethods(['getOption'])\n            ->getMock();\n        $directoryRead = $this->getMockBuilder(\\Magento\\Framework\\Filesystem\\Directory\\ReadInterface::class)\n            ->disableOriginalConstructor()\n            ->getMock();\n        $directoryRead->expects($this->any())->method('getAbsolutePath')->willReturn('/path/to/var');\n        $this->filesystem = $this->getMockBuilder(\\Magento\\Framework\\Filesystem::class)\n            ->disableOriginalConstructor()\n            ->setMethods(['getDirectoryRead'])\n            ->getMock();\n        $this->filesystem->expects($this->any())->method('getDirectoryRead')->with(DirectoryList::VAR_DIR)\n            ->willReturn($directoryRead);\n        $this->fileHandler = new FileHandler($this->file, $this->config, $this->filesystem);\n    }\n\n    /**\n     * @return void\n     */\n    public function testHandleSuccess()\n    {\n        $extra = ['mode' => 'application mode'];\n        $context = [];\n        $record = [\n            'message' => $this->message,\n            'level' => $this->recordLevel,\n            'extra' => $extra,\n            'context' => $context\n        ];\n        $this->fileHandler->setLevel($this->handlerLevel);\n        $file = 'file/path/file.log';\n        $this->file->expects($this->any())->method('filePutContents')->willReturn(1);\n        $this->file->expects($this->any())->method('getRealPath')->willReturnMap(\n            [\n                [$file, false],\n                ['file/path', false],\n                ['file', '/existing_path/file']\n            ]\n        );\n        $this->file->expects($this->once())->method('createDirectory')->willReturn(true);\n        $this->config->expects($this->any())->method('getOption')->with('log_file')->willReturn($file);\n        $result = $this->fileHandler->handle($record);\n        $this->assertFalse($result);\n    }\n\n    /**\n     * @return void\n     */\n    public function testHandleSuccessWithoutBubble()\n    {\n        $extra = ['mode' => 'application mode'];\n        $context = [];\n        $record = [\n            'message' => $this->message,\n            'level' => $this->recordLevel,\n            'extra' => $extra,\n            'context' => $context\n        ];\n        $this->fileHandler->setLevel($this->handlerLevel);\n        $this->fileHandler->setBubble(false);\n        $file = 'file/path/file.log';\n        $this->file->expects($this->any())->method('filePutContents')->willReturn(1);\n        $this->file->expects($this->any())->method('getRealPath')->willReturnMap(\n            [\n                [$file, false],\n                ['file/path', false],\n                ['file', '/existing_path/file']\n            ]\n        );\n        $this->file->expects($this->once())->method('createDirectory')->willReturn(true);\n        $this->config->expects($this->any())->method('getOption')->with('log_file')->willReturn($file);\n        $result = $this->fileHandler->handle($record);\n        $this->assertTrue($result);\n    }\n\n    /**\n     * @return void\n     */\n    public function testHandleError()\n    {\n        $extra = ['mode' => 'application mode'];\n        $context = [];\n        $record = [\n            'message' => $this->message,\n            'level' => $this->recordLevel,\n            'extra' => $extra,\n            'context' => $context\n        ];\n        $this->fileHandler->setLevel($this->handlerLevel);\n        $result = $this->fileHandler->handle($record);\n        $this->assertFalse($result);\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/Logger/LoggerTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Logger;\n\nclass LoggerTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /** @var Logger */\n    protected $logger;\n\n    /**\n     * @return void\n     */\n    protected function setUp()\n    {\n        $this->logger = new Logger();\n    }\n\n    /**\n     * @return void\n     */\n    public function testGetName()\n    {\n        $someName = 'Some name';\n        $logger = new Logger($someName);\n        $this->assertEquals($someName, $logger->getName());\n    }\n\n    /**\n     * @covers Migration\\Logger\\Logger::addRecord\n     * @covers Migration\\Logger\\Logger::getMessages\n     * @return void\n     */\n    public function testAddRecord()\n    {\n        $infoMessage = 'info1';\n        $errorMessage = 'error1';\n        $consoleHandler = $this->getMockBuilder(\\Migration\\Logger\\ConsoleHandler::class)\n            ->disableOriginalConstructor()\n            ->setMethods(['handle'])\n            ->getMock();\n        $consoleHandler->expects($this->any())->method('handle')->will($this->returnValue(true));\n        $this->logger->pushHandler($consoleHandler);\n        $this->logger->addRecord(\\Monolog\\Logger::INFO, $infoMessage);\n        $this->logger->addRecord(\\Monolog\\Logger::ERROR, $errorMessage);\n        $messages = \\Migration\\Logger\\Logger::getMessages();\n        $this->assertEquals($infoMessage, $messages[\\Monolog\\Logger::INFO][0]);\n        $this->assertEquals($errorMessage, $messages[\\Monolog\\Logger::ERROR][0]);\n        $this->logger->clearMessages();\n        $this->assertEmpty(\\Migration\\Logger\\Logger::getMessages());\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/Logger/ManagerTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Logger;\n\nclass ManagerTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @var Manager\n     */\n    protected $manager;\n\n    /**\n     * @var Logger|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $logger;\n\n    /**\n     * @var ConsoleHandler|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $consoleHandler;\n\n    /**\n     * @var \\Migration\\Logger\\FileHandler|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $fileHandler;\n\n    /**\n     * @var \\Migration\\Logger\\MessageFormatter|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $messageFormatter;\n\n    /**\n     * @var \\Migration\\Logger\\MessageProcessor|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $messageProcessor;\n\n    /**\n     * @return void\n     */\n    protected function setUp()\n    {\n        $this->logger = $this->createPartialMock(\n            \\Migration\\Logger\\Logger::class,\n            ['pushHandler', 'pushProcessor', 'error']\n        );\n        $this->consoleHandler = $this->createPartialMock(\n            \\Migration\\Logger\\ConsoleHandler::class,\n            ['setLevel', 'setFormatter']\n        );\n        $this->fileHandler = $this->createPartialMock(\n            \\Migration\\Logger\\FileHandler::class,\n            ['setLevel', 'setFormatter']\n        );\n        $this->messageFormatter = $this->createMock(\\Migration\\Logger\\MessageFormatter::class);\n        $this->messageProcessor = $this->createMock(\\Migration\\Logger\\MessageProcessor::class);\n        $this->manager = new Manager(\n            $this->logger,\n            $this->consoleHandler,\n            $this->fileHandler,\n            $this->messageFormatter,\n            $this->messageProcessor\n        );\n    }\n\n    /**\n     * @return array\n     */\n    public function dataProviderProcessSuccess()\n    {\n        return [\n            ['logLevel' => 'info', 'logLevelCode' => 200],\n            ['logLevel' => 'debug', 'logLevelCode' => 100],\n            ['logLevel' => 'ERROR', 'logLevelCode' => 400],\n            ['logLevel' => 'InFo', 'logLevelCode' => 200],\n            ['logLevel' => 'Debug', 'logLevelCode' => 100],\n        ];\n    }\n\n    /**\n     * @param string $logLevel\n     * @param int $logLevelCode\n     * @dataProvider dataProviderProcessSuccess\n     * @return void\n     */\n    public function testProcessSuccess($logLevel, $logLevelCode)\n    {\n        $this->logger->expects($this->any())->method('pushHandler')->willReturnSelf();\n        $this->logger->expects($this->once())->method('pushProcessor')->with([$this->messageProcessor, 'setExtra'])\n            ->willReturnSelf();\n        $this->consoleHandler->expects($this->once())->method('setLevel')->willReturnSelf($logLevelCode);\n        $this->consoleHandler->expects($this->once())->method('setFormatter')->with($this->messageFormatter)\n            ->willReturnSelf();\n        $this->fileHandler->expects($this->once())->method('setLevel')->willReturnSelf();\n        $this->fileHandler->expects($this->once())->method('setFormatter')->with($this->messageFormatter)\n            ->willReturnSelf();\n        $this->manager->process($logLevel);\n    }\n\n    /**\n     * @return array\n     */\n    public function dataProviderProcessInvalidLevel()\n    {\n        return [\n            ['logLevel' => 'invalid'],\n            ['logLevel' => 200]\n        ];\n    }\n\n    /**\n     * @param string $logLevel\n     * @dataProvider dataProviderProcessInvalidLevel\n     * @return void\n     */\n    public function testProcessInvalidLevel($logLevel)\n    {\n        $this->expectException(\\Migration\\Exception::class);\n        $this->expectExceptionMessage(\"Invalid log level '$logLevel' provided.\");\n        $this->manager->process($logLevel);\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/Mode/DataTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n\nnamespace Migration\\Mode;\n\nclass DataTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @var Data\n     */\n    protected $data;\n\n    /**\n     * @var \\Migration\\App\\Mode\\StepList|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $stepList;\n\n    /**\n     * @var \\Migration\\Logger\\Logger|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $logger;\n\n    /**\n     * @var \\Migration\\Config|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $config;\n\n    /**\n     * @var \\Migration\\App\\Progress|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $progress;\n\n    /**\n     * @return void\n     */\n    public function setUp()\n    {\n        $this->stepList = $this->getMockBuilder(\\Migration\\App\\Mode\\StepList::class)->disableOriginalConstructor()\n            ->setMethods(['getSteps'])\n            ->getMock();\n        /** @var \\Migration\\App\\Mode\\StepListFactory|\\PHPUnit_Framework_MockObject_MockObject $stepListFactory */\n        $stepListFactory = $this->getMockBuilder(\\Migration\\App\\Mode\\StepListFactory::class)\n            ->disableOriginalConstructor()\n            ->setMethods(['create'])\n            ->getMock();\n        $stepListFactory->expects($this->any())->method('create')->with(['mode' => 'data'])\n            ->willReturn($this->stepList);\n        $this->logger = $this->getMockBuilder(\\Migration\\Logger\\Logger::class)->disableOriginalConstructor()\n            ->setMethods(['info', 'warning', 'notice'])\n            ->getMock();\n        $this->progress = $this->getMockBuilder(\\Migration\\App\\Progress::class)->disableOriginalConstructor()\n            ->setMethods(['saveResult', 'isCompleted', 'reset'])\n            ->getMock();\n        /** @var \\Migration\\App\\SetupDeltaLog|\\PHPUnit_Framework_MockObject_MockObject $setupDeltaLog */\n        $setupDeltaLog = $this->getMockBuilder(\\Migration\\App\\SetupDeltaLog::class)->disableOriginalConstructor()\n            ->setMethods(['perform'])\n            ->getMock();\n        $setupDeltaLog->expects($this->any())->method('perform')->willReturn(true);\n        $this->config = $this->createPartialMock(\n            \\Migration\\Config::class,\n            ['getStep']\n        );\n\n        $this->data = new Data($this->progress, $this->logger, $stepListFactory, $setupDeltaLog, $this->config);\n    }\n\n    /**\n     * @return void\n     */\n    public function testRunStepsIntegrityFail()\n    {\n        $this->expectException(\\Migration\\Exception::class);\n        $this->expectExceptionMessage('Integrity Check failed');\n        $step = $this->getMockBuilder(\\Migration\\App\\Step\\StageInterface::class)->getMock();\n        $step->expects($this->once())->method('perform')->will($this->returnValue(false));\n        $this->progress->expects($this->any())->method('saveResult')->willReturnSelf();\n        $this->progress->expects($this->any())->method('isCompleted')->willReturn(false);\n        $this->stepList->expects($this->once())->method('getSteps')\n            ->willReturn(['Step1' => ['integrity' => $step]]);\n        $this->assertSame($this->data, $this->data->run());\n    }\n\n    /**\n     * @expectedException \\Migration\\Exception\n     * @expectedExceptionMessage Volume Check failed\n     * @return void\n     */\n    public function testRunStepsVolumeFail()\n    {\n        $stepData = $this->getMockBuilder(\\Migration\\App\\Step\\StageInterface::class)->getMock();\n        $stepData->expects($this->once())->method('perform')->will($this->returnValue(true));\n\n        $stepVolume = $this->getMockBuilder(\\Migration\\App\\Step\\StageInterface::class)->getMock();\n        $stepVolume->expects($this->once())->method('perform')->will($this->returnValue(false));\n\n        $this->progress->expects($this->any())->method('saveResult')->willReturnSelf();\n        $this->progress->expects($this->any())->method('isCompleted')->willReturn(false);\n        $this->progress->expects($this->any())->method('reset')->with($stepVolume);\n        $this->logger->expects($this->any())->method('info');\n        $this->stepList->expects($this->any())->method('getSteps')\n            ->willReturn(['Step1' => ['data' => $stepData, 'volume' => $stepVolume]]);\n        $this->assertTrue($this->data->run());\n    }\n\n    /**\n     * @return void\n     */\n    public function testRunStepsDataMigrationFail()\n    {\n        $this->expectException(\\Migration\\Exception::class);\n        $this->expectExceptionMessage('Data Migration failed');\n        $stageIntegrity = $this->getMockBuilder(\\Migration\\App\\Step\\StageInterface::class)->getMock();\n        $stageIntegrity->expects($this->once())->method('perform')->will($this->returnValue(true));\n        $stageData = $this->getMockBuilder(\\Migration\\App\\Step\\StageInterface::class)->getMock();\n        $stageData->expects($this->once())->method('perform')->will($this->returnValue(false));\n        $this->progress->expects($this->any())->method('saveResult')->willReturnSelf();\n        $this->progress->expects($this->any())->method('isCompleted')->willReturn(false);\n        $this->progress->expects($this->any())->method('reset')->with($stageData);\n        $this->logger->expects($this->any())->method('info');\n        $this->stepList->expects($this->any())->method('getSteps')\n            ->willReturn(['Step1' => ['integrity' => $stageIntegrity, 'data' => $stageData]]);\n        $this->assertSame($this->data, $this->data->run());\n    }\n\n    /**\n     * @return void\n     */\n    public function testRunStepsSuccess()\n    {\n        $stageIntegrity = $this->getMockBuilder(\\Migration\\App\\Step\\StageInterface::class)->getMock();\n        $stageIntegrity->expects($this->once())->method('perform')->will($this->returnValue(true));\n        $stageData = $this->getMockBuilder(\\Migration\\App\\Step\\StageInterface::class)->getMock();\n        $stageData->expects($this->once())->method('perform')->will($this->returnValue(true));\n        $stageVolume = $this->getMockBuilder(\\Migration\\App\\Step\\StageInterface::class)->getMock();\n        $stageVolume->expects($this->once())->method('perform')->will($this->returnValue(true));\n        $this->progress->expects($this->any())->method('saveResult')->willReturnSelf();\n        $this->progress->expects($this->any())->method('isCompleted')->willReturn(false);\n        $this->logger->expects($this->at(0))->method('info')->with(\"started\");\n        $this->logger->expects($this->at(1))->method('info')->with(\"started\");\n        $this->logger->expects($this->at(2))->method('info')->with(\"started\");\n        $this->logger->expects($this->at(3))->method('info')->with(\"started\");\n        $this->logger->expects($this->at(4))->method('info')->with(\"Migration completed\");\n        $this->stepList->expects($this->any())->method('getSteps')->willReturn(\n            [\n                'Title' => [\n                    'integrity' => $stageIntegrity,\n                    'data' => $stageData,\n                    'volume' => $stageVolume\n                ]\n            ]\n        );\n        $this->assertTrue($this->data->run());\n    }\n\n    /**\n     * @return void\n     */\n    public function testRunStepsWithSuccessProgress()\n    {\n        $stageIntegrity = $this->getMockBuilder(\\Migration\\App\\Step\\StageInterface::class)->getMock();\n        $stageIntegrity->expects($this->never())->method('perform');\n        $stageData = $this->getMockBuilder(\\Migration\\App\\Step\\StageInterface::class)->getMock();\n        $stageData->expects($this->never())->method('perform');\n        $stageVolume = $this->getMockBuilder(\\Migration\\App\\Step\\StageInterface::class)->getMock();\n        $stageVolume->expects($this->never())->method('perform');\n        $this->progress->expects($this->never())->method('saveResult');\n        $this->progress->expects($this->any())->method('isCompleted')->willReturn(true);\n        $this->logger->expects($this->at(0))->method('info')->with(\"started\");\n        $this->logger->expects($this->at(1))->method('info')->with(\"started\");\n        $this->logger->expects($this->at(2))->method('info')->with(\"started\");\n        $this->logger->expects($this->at(3))->method('info')->with(\"started\");\n        $this->logger->expects($this->at(4))->method('info')->with(\"Migration completed\");\n        $this->stepList->expects($this->any())->method('getSteps')->willReturn(\n            [\n                'Title' => [\n                    'integrity' => $stageIntegrity,\n                    'data' => $stageData,\n                    'volume' => $stageVolume\n                ]\n            ]\n        );\n        $this->assertTrue($this->data->run());\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/Mode/SettingsTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n\nnamespace Migration\\Mode;\n\nclass SettingsTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @var Settings\n     */\n    protected $settings;\n\n    /**\n     * @var \\Migration\\App\\Mode\\StepList|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $stepList;\n\n    /**\n     * @var \\Migration\\Logger\\Logger|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $logger;\n\n    /**\n     * @var \\Migration\\Config|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $config;\n\n    /**\n     * @var \\Migration\\App\\Progress|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $progress;\n\n    /**\n     * @var \\Migration\\Config|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $configReader;\n\n    /**\n     * @return void\n     */\n    public function setUp()\n    {\n        $this->stepList = $this->getMockBuilder(\\Migration\\App\\Mode\\StepList::class)->disableOriginalConstructor()\n            ->setMethods(['getSteps'])\n            ->getMock();\n        /** @var \\Migration\\App\\Mode\\StepListFactory|\\PHPUnit_Framework_MockObject_MockObject $stepListFactory */\n        $stepListFactory = $this->getMockBuilder(\\Migration\\App\\Mode\\StepListFactory::class)\n            ->disableOriginalConstructor()\n            ->setMethods(['create'])\n            ->getMock();\n        $stepListFactory->expects($this->any())->method('create')->with(['mode' => 'settings'])\n            ->willReturn($this->stepList);\n        $this->logger = $this->getMockBuilder(\\Migration\\Logger\\Logger::class)->disableOriginalConstructor()\n            ->setMethods(['info', 'warning', 'notice'])\n            ->getMock();\n        $this->progress = $this->getMockBuilder(\\Migration\\App\\Progress::class)->disableOriginalConstructor()\n            ->setMethods(['saveResult', 'isCompleted'])\n            ->getMock();\n        $this->configReader = $this->getMockBuilder(\\Migration\\Config::class)->disableOriginalConstructor()\n            ->getMock();\n\n        $this->settings = new Settings($this->progress, $this->logger, $stepListFactory, $this->configReader);\n    }\n\n    /**\n     * @return void\n     */\n    public function testRunStepsIntegrityFail()\n    {\n        $this->expectException(\\Migration\\Exception::class);\n        $this->expectExceptionMessage('Integrity Check failed');\n        $step = $this->getMockBuilder(\\Migration\\App\\Step\\StageInterface::class)->getMock();\n        $step->expects($this->once())->method('perform')->will($this->returnValue(false));\n        $this->progress->expects($this->any())->method('saveResult')->willReturnSelf();\n        $this->progress->expects($this->any())->method('isCompleted')->willReturn(false);\n        $this->stepList->expects($this->once())->method('getSteps')\n            ->willReturn(['Title' => ['integrity' => $step]]);\n        $this->assertSame($this->settings, $this->settings->run());\n    }\n\n    /**\n     * @return void\n     */\n    public function testRunStepsVolumeFail()\n    {\n        $this->logger->expects($this->once())->method('warning')->with('Volume Check failed');\n        $stepIntegrity = $this->getMockBuilder(\\Migration\\App\\Step\\StageInterface::class)->getMock();\n        $stepIntegrity->expects($this->once())->method('perform')->will($this->returnValue(true));\n\n        $stepData = $this->getMockBuilder(\\Migration\\App\\Step\\StageInterface::class)->getMock();\n        $stepData->expects($this->once())->method('perform')->will($this->returnValue(true));\n\n        $stepVolume = $this->getMockBuilder(\\Migration\\App\\Step\\StageInterface::class)->getMock();\n        $stepVolume->expects($this->once())->method('perform')->will($this->returnValue(false));\n\n        $this->progress->expects($this->any())->method('saveResult')->willReturnSelf();\n        $this->progress->expects($this->any())->method('isCompleted')->willReturn(false);\n        $this->logger->expects($this->any())->method('info');\n        $this->stepList->expects($this->any())->method('getSteps')\n            ->willReturn(['Title' => ['integrity' => $stepIntegrity, 'data' => $stepData, 'volume' => $stepVolume]]);\n        $this->assertTrue($this->settings->run());\n    }\n\n    /**\n     * @return void\n     */\n    public function testRunStepsDataMigrationFail()\n    {\n        $this->expectException(\\Migration\\Exception::class);\n        $this->expectExceptionMessage('Data Migration failed');\n        $stepIntegrity = $this->getMockBuilder(\\Migration\\App\\Step\\StageInterface::class)->getMock();\n        $stepIntegrity->expects($this->once())->method('perform')->will($this->returnValue(true));\n\n        $stepData = $this->getMockBuilder(\\Migration\\App\\Step\\StageInterface::class)->getMock();\n        $stepData->expects($this->once())->method('perform')->will($this->returnValue(false));\n\n        $stepVolume = $this->getMockBuilder(\\Migration\\App\\Step\\StageInterface::class)->getMock();\n        $stepVolume->expects($this->never())->method('perform');\n\n        $this->progress->expects($this->any())->method('saveResult')->willReturnSelf();\n        $this->progress->expects($this->any())->method('isCompleted')->willReturn(false);\n        $this->logger->expects($this->any())->method('info');\n        $this->stepList->expects($this->any())->method('getSteps')\n            ->willReturn(['Title' => ['integrity' => $stepIntegrity, 'data' => $stepData, 'volume' => $stepVolume]]);\n        $this->assertSame($this->settings, $this->settings->run());\n    }\n\n    /**\n     * @return void\n     */\n    public function testRunStepsSuccess()\n    {\n        $stepIntegrity = $this->getMockBuilder(\\Migration\\App\\Step\\StageInterface::class)->getMock();\n        $stepIntegrity->expects($this->once())->method('perform')->will($this->returnValue(true));\n\n        $stepData = $this->getMockBuilder(\\Migration\\App\\Step\\StageInterface::class)->getMock();\n        $stepData->expects($this->once())->method('perform')->will($this->returnValue(true));\n\n        $stepVolume = $this->getMockBuilder(\\Migration\\App\\Step\\StageInterface::class)->getMock();\n        $stepVolume->expects($this->once())->method('perform')->will($this->returnValue(true));\n\n        $this->progress->expects($this->any())->method('saveResult')->willReturnSelf();\n        $this->progress->expects($this->any())->method('isCompleted')->willReturn(false);\n        $this->logger->expects($this->at(0))->method('info')->with(\"started\");\n        $this->logger->expects($this->at(1))->method('info')->with(\"started\");\n        $this->logger->expects($this->at(2))->method('info')->with(\"started\");\n        $this->logger->expects($this->at(3))->method('info')->with(\"Migration completed\");\n        $this->stepList->expects($this->any())->method('getSteps')\n            ->willReturn(['Title' => ['integrity' => $stepIntegrity, 'data' => $stepData, 'volume' => $stepVolume]]);\n        $this->assertTrue($this->settings->run());\n    }\n\n    /**\n     * @return void\n     */\n    public function testRunStepsWithSuccessProgress()\n    {\n        $stepIntegrity = $this->getMockBuilder(\\Migration\\App\\Step\\StageInterface::class)->getMock();\n        $stepIntegrity->expects($this->never())->method('perform');\n\n        $stepData = $this->getMockBuilder(\\Migration\\App\\Step\\StageInterface::class)->getMock();\n        $stepData->expects($this->never())->method('perform');\n\n        $stepVolume = $this->getMockBuilder(\\Migration\\App\\Step\\StageInterface::class)->getMock();\n        $stepVolume->expects($this->never())->method('perform');\n\n        $this->progress->expects($this->never())->method('saveResult');\n        $this->progress->expects($this->any())->method('isCompleted')->willReturn(true);\n        $this->logger->expects($this->at(0))->method('info')->with(\"started\");\n        $this->logger->expects($this->at(1))->method('info')->with(\"started\");\n        $this->logger->expects($this->at(2))->method('info')->with(\"started\");\n        $this->logger->expects($this->at(3))->method('info')->with(\"Migration completed\");\n        $this->stepList->expects($this->any())->method('getSteps')\n            ->willReturn(['Title' => ['integrity' => $stepIntegrity, 'data' => $stepData, 'volume' => $stepVolume]]);\n        $this->assertTrue($this->settings->run());\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/Model/Eav/AttributeGroupNameToCodeMapTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Model\\Eav;\n\nuse Magento\\Framework\\TestFramework\\Unit\\Helper\\ObjectManager;\n\n/**\n * Class AttributeGroupNameToCodeMapTest\n */\nclass AttributeGroupNameToCodeMapTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @var \\Migration\\Model\\Eav\\AttributeGroupNameToCodeMap|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    private $model;\n\n    /**\n     * @var \\Magento\\Framework\\Filter\\Translit|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    private $translitFilter;\n\n    /**\n     * @return void\n     */\n    protected function setUp()\n    {\n        $this->translitFilter = $this->getMockBuilder(\\Magento\\Framework\\Filter\\Translit::class)\n            ->disableOriginalConstructor()\n            ->setMethods(['filter'])\n            ->getMock();\n        $objectHelper = new ObjectManager($this);\n        $this->model = $objectHelper->getObject(\n            \\Migration\\Model\\Eav\\AttributeGroupNameToCodeMap::class,\n            ['translitFilter' => $this->translitFilter]\n        );\n    }\n\n    /**\n     * @dataProvider getGroupsData()\n     * @param string $groupName\n     * @param string $entityType\n     * @param string $groupCode\n     * @param string $groupCodeTranslit\n     * @return void\n     */\n    public function testGetGroupCodeMap($groupName, $entityType, $groupCode, $groupCodeTranslit)\n    {\n        $this->translitFilter->expects($this->once())->method('filter')->with(strtolower($groupName))\n            ->willReturn($groupCodeTranslit);\n        $result = $this->model->getGroupCodeMap($groupName, $entityType);\n        $this->assertEquals($result, $groupCode);\n    }\n\n    /**\n     * @return array\n     */\n    public function getGroupsData()\n    {\n        return [\n            ['Migration_General', 'catalog_product', 'product-details', 'migration-general'],\n            ['Migration_Prices', 'catalog_product', 'advanced-pricing', 'migration-prices'],\n            ['Migration_Design', 'catalog_product', 'design', 'migration-design'],\n            ['Migration_Something', 'catalog_product', 'migration-something', 'migration-something'],\n            ['Migration_General', 'catalog_category', 'migration-general', 'migration-general'],\n            ['Migration_Кирилица', 'customer_address', 'migration-kirilica', 'migration-kirilica'],\n        ];\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/Reader/ClassMapTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Reader;\n\n/**\n * Class ClassMap test\n */\nclass ClassMapTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @var ClassMap\n     */\n    protected $classMap;\n\n    /**\n     * @return void\n     */\n    public function setUp()\n    {\n        $config = $this->getMockBuilder(\\Migration\\Config::class)->disableOriginalConstructor()\n            ->setMethods(['getOption'])\n            ->getMock();\n        $config->expects($this->once())->method('getOption')->with('class_map')\n            ->willReturn('tests/unit/testsuite/Migration/_files/class-map.xml');\n\n        $validationState = $this->getMockBuilder(\\Magento\\Framework\\App\\Arguments\\ValidationState::class)\n            ->disableOriginalConstructor()\n            ->setMethods(['isValidationRequired'])\n            ->getMock();\n\n        $validationState->expects($this->any())->method('isValidationRequired')->willReturn(true);\n\n        $this->classMap = new ClassMap($config, $validationState);\n    }\n\n    /**\n     * @return void\n     */\n    public function testConvertClassName()\n    {\n        $this->assertEquals(\n            \\Magento\\Catalog\\Block\\Product\\Widget\\Link::class,\n            $this->classMap->convertClassName('catalog/product_widget_link')\n        );\n    }\n\n    /**\n     * @return void\n     */\n    public function testConvertClassNameNotInMap()\n    {\n        $this->assertFalse($this->classMap->hasMap('catalog/product_widget_link_1'));\n    }\n\n    /**\n     * @return void\n     */\n    public function testGetMap()\n    {\n        $this->assertEquals(\n            $this->classMap->getMap('catalog/product_widget_new')['catalog/product_widget_link'],\n            \\Magento\\Catalog\\Block\\Product\\Widget\\Link::class\n        );\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/Reader/GroupsTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Reader;\n\n/**\n * Class GroupTest\n */\nclass GroupsTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @var Groups\n     */\n    protected $groups;\n\n    /**\n     * @var \\Magento\\Framework\\App\\Arguments\\ValidationState|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $validationState;\n\n    /**\n     * @return void\n     */\n    public function setUp()\n    {\n        $this->validationState = $this->getMockBuilder(\\Magento\\Framework\\App\\Arguments\\ValidationState::class)\n            ->disableOriginalConstructor()\n            ->setMethods(['isValidationRequired'])\n            ->getMock();\n        $this->validationState->expects($this->any())->method('isValidationRequired')->willReturn(true);\n    }\n\n    /**\n     * @return void\n     */\n    public function testGetGroupAttributes()\n    {\n        $groupsFile = 'tests/unit/testsuite/Migration/_files/eav-attribute-groups.xml';\n        $attributes = [\n            'url_key' => ['catalog_product', 'catalog_category'],\n            'msrp_enabled' => ['catalog_product']\n        ];\n        $groups = new Groups($this->validationState, $groupsFile);\n        $this->assertEquals($attributes, $groups->getGroup('ignore'));\n    }\n\n    /**\n     * @return void\n     */\n    public function testGetGroupDocuments()\n    {\n        $groupsFile = 'tests/unit/testsuite/Migration/_files/eav-document-groups.xml';\n        $documents = [\n            'catalog_eav_attribute' => 'attribute_id',\n            'customer_eav_attribute' => 'attribute_id',\n            'eav_entity_type' => 'entity_type_id'\n        ];\n        $groups = new Groups($this->validationState, $groupsFile);\n        $this->assertEquals($documents, $groups->getGroup('mapped_documents'));\n    }\n\n    /**\n     * @return void\n     */\n    public function testGetGroups()\n    {\n        $groupsFile = 'tests/unit/testsuite/Migration/_files/eav-document-groups.xml';\n        $documents = [\n            'documents' => [\n                'eav_attribute_group' => '', 'eav_attribute_set' => ''\n            ],\n            'mapped_documents' => [\n                'catalog_eav_attribute' => 'attribute_id',\n                'customer_eav_attribute' => 'attribute_id',\n                'eav_entity_type' => 'entity_type_id'\n            ],\n            'documents_leftover_values' => [\n                'catalog_category_entity_datetime' => ''\n            ],\n        ];\n        $groups = new Groups($this->validationState, $groupsFile);\n        $this->assertEquals($documents, $groups->getGroups());\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/Reader/MapTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Reader;\n\n/**\n * Class MapTest\n */\nclass MapTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @var Map\n     */\n    protected $map;\n\n    /**\n     * @return void\n     */\n    public function setUp()\n    {\n        $validationState = $this->getMockBuilder(\\Magento\\Framework\\App\\Arguments\\ValidationState::class)\n            ->disableOriginalConstructor()\n            ->setMethods(['isValidationRequired'])\n            ->getMock();\n\n        $validationState->expects($this->any())->method('isValidationRequired')->willReturn(true);\n\n        $this->map = new Map($validationState, 'tests/unit/testsuite/Migration/_files/map.xml');\n    }\n\n    /**\n     * @return void\n     */\n    public function testHasDocument()\n    {\n        $this->assertTrue($this->map->isDocumentMapped('source-document', MapInterface::TYPE_SOURCE));\n        $this->assertFalse($this->map->isDocumentMapped('source-document-ignored', MapInterface::TYPE_SOURCE));\n        $this->assertFalse($this->map->isDocumentMapped('source-document-ignored-wildcard', MapInterface::TYPE_SOURCE));\n        $this->assertFalse($this->map->isDocumentMapped('dest-document-ignored', MapInterface::TYPE_DEST));\n        $this->assertFalse($this->map->isDocumentMapped('dest-document-ignored-wildcard', MapInterface::TYPE_DEST));\n        $this->assertFalse($this->map->isDocumentMapped('non-existent-document', MapInterface::TYPE_SOURCE));\n    }\n\n    /**\n     * @return void\n     */\n    public function testHasField()\n    {\n        $this->assertTrue($this->map->isFieldMapped('source-document', 'field2', MapInterface::TYPE_SOURCE));\n        $this->assertFalse($this->map->isFieldMapped('dest-document', 'field-new', MapInterface::TYPE_DEST));\n\n        $this->assertFalse(\n            $this->map->isFieldMapped('document1', 'field-non-existent', MapInterface::TYPE_SOURCE)\n        );\n        $this->assertFalse($this->map->isFieldMapped('document1', 'field-non-existent', MapInterface::TYPE_DEST));\n    }\n\n    /**\n     * @return void\n     */\n    public function testGetDocumentMap()\n    {\n        $this->assertFalse($this->map->getDocumentMap('source-document-ignored', MapInterface::TYPE_SOURCE));\n        $this->assertEquals('dest-document', $this->map->getDocumentMap(\n            'source-document',\n            MapInterface::TYPE_SOURCE\n        ));\n        $this->assertEquals(\n            'document-non-existent',\n            $this->map->getDocumentMap('document-non-existent', MapInterface::TYPE_SOURCE)\n        );\n        $this->assertEquals(\n            'document-non-existent',\n            $this->map->getDocumentMap('document-non-existent', MapInterface::TYPE_DEST)\n        );\n    }\n\n    /**\n     * @throws \\Migration\\Exception\n     * @return void\n     */\n    public function testGetFieldMap()\n    {\n        $this->assertFalse($this->map->getFieldMap('source-document', 'field1', MapInterface::TYPE_SOURCE));\n        $this->assertEquals(\n            'not-mapped-field',\n            $this->map->getFieldMap('source-document', 'not-mapped-field', MapInterface::TYPE_SOURCE)\n        );\n\n        $this->assertEquals(\n            'field2',\n            $this->map->getFieldMap('source-document', 'field2', MapInterface::TYPE_SOURCE)\n        );\n        // Second run to check cached value\n        $this->assertEquals(\n            'field2',\n            $this->map->getFieldMap('source-document', 'field2', MapInterface::TYPE_SOURCE)\n        );\n    }\n\n    /**\n     * @throws \\Migration\\Exception\n     * @return void\n     */\n    public function testGetFieldMapWithException()\n    {\n        $this->expectException('Exception');\n        $this->expectExceptionMessage('Document has ambiguous configuration: source-document-ignored');\n        $this->map->getFieldMap('source-document-ignored', 'field3', MapInterface::TYPE_SOURCE);\n    }\n\n    /**\n     * @throws \\Migration\\Exception\n     * @return void\n     */\n    public function testGetFieldMapWithException2()\n    {\n        $this->expectException('Exception');\n        $this->expectExceptionMessage('Document has ambiguous configuration: dest-document-ignored');\n        $this->map->getFieldMap('source-document5', 'field3', MapInterface::TYPE_SOURCE);\n    }\n\n    /**\n     * @throws \\Migration\\Exception\n     * @return void\n     */\n    public function testGetFieldMapWithException3()\n    {\n        $this->expectException('Exception');\n        $this->expectExceptionMessage('Field has ambiguous configuration: dest-document5.field5');\n        $this->map->getFieldMap('source-document5', 'field4', MapInterface::TYPE_SOURCE);\n    }\n\n    /**\n     * @return void\n     */\n    public function testGetHandlerConfigs()\n    {\n        $handlerConfig = [\n            [\n                'class' => \\Migration\\Handler\\SetValue::class,\n                'params' => [\n                    'default_value' => 10\n                ]\n            ]\n        ];\n\n        $this->assertEquals(\n            $handlerConfig,\n            $this->map->getHandlerConfigs('source-document', 'field-with-handler', MapInterface::TYPE_SOURCE)\n        );\n\n        $this->assertEquals([], $this->map->getHandlerConfigs(\n            'source-document',\n            'some-field',\n            MapInterface::TYPE_SOURCE\n        ));\n    }\n\n    /**\n     * @return void\n     */\n    public function testIsDocumentIgnoredSource()\n    {\n        $this->assertTrue($this->map->isDocumentIgnored('source-document-ignored', MapInterface::TYPE_SOURCE));\n        $this->assertTrue($this->map->isDocumentIgnored('source-document-ignored-wc', MapInterface::TYPE_SOURCE));\n        // Second run to check cached value\n        $this->assertTrue($this->map->isDocumentIgnored('source-document-ignored', MapInterface::TYPE_SOURCE));\n    }\n\n    /**\n     * @return void\n     */\n    public function testIsDocumentIgnoredDest()\n    {\n        $this->assertTrue($this->map->isDocumentIgnored('dest-document-ignored', MapInterface::TYPE_DEST));\n        $this->assertTrue($this->map->isDocumentIgnored('dest-document-ignored1', MapInterface::TYPE_DEST));\n        // Second run to check cached value\n        $this->assertTrue($this->map->isDocumentIgnored('dest-document-ignored', MapInterface::TYPE_DEST));\n    }\n\n    /**\n     * @return void\n     */\n    public function testIsFieldDataTypeIgnored()\n    {\n        $this->assertTrue($this->map->isFieldDataTypeIgnored('dest-document5', 'field6', MapInterface::TYPE_SOURCE));\n        $this->assertTrue($this->map->isFieldDataTypeIgnored('dest-document5', 'field6', MapInterface::TYPE_DEST));\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/Reader/SettingsTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Reader;\n\n/**\n * Class SettingsTest\n */\nclass SettingsTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @var Settings\n     */\n    protected $settings;\n\n    /**\n     * @return void\n     */\n    public function setUp()\n    {\n        $config = $this->getConfigFile('tests/unit/testsuite/Migration/_files/settings.xml');\n\n        $validationState = $this->getMockBuilder(\\Magento\\Framework\\App\\Arguments\\ValidationState::class)\n            ->disableOriginalConstructor()\n            ->setMethods(['isValidationRequired'])\n            ->getMock();\n\n        $validationState->expects($this->any())->method('isValidationRequired')->willReturn(true);\n\n        $this->settings = new Settings($config, $validationState);\n    }\n\n    /**\n     * @param string $configPath\n     * @return \\Migration\\Config|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected function getConfigFile($configPath)\n    {\n        /** @var \\Migration\\Config|\\PHPUnit_Framework_MockObject_MockObject $config */\n        $config = $this->getMockBuilder(\\Migration\\Config::class)->disableOriginalConstructor()\n            ->setMethods(['getOption'])->getMock();\n        $config->expects($this->once())->method('getOption')->with('settings_map_file')->will(\n            $this->returnValue($configPath)\n        );\n        return $config;\n    }\n\n    /**\n     * @return array\n     */\n    public function dataProviderNodesIgnore()\n    {\n        return [\n            ['node' => '', 'isIgnored' => false],\n            ['node' => 'path/to/ignore/is/here', 'isIgnored' => true],\n            ['node' => 'exact/path/to/ignore', 'isIgnored' => true],\n            ['node' => 'exact/path/to/ignore/dummy', 'isIgnored' => false],\n            ['node' => 'dummy/path', 'isIgnored' => false]\n        ];\n    }\n\n    /**\n     * @param string $node\n     * @param bool $isIgnored\n     * @dataProvider dataProviderNodesIgnore\n     * @return void\n     */\n    public function testIsNodeIgnored($node, $isIgnored)\n    {\n        $result = $this->settings->isNodeIgnored($node);\n        $this->assertEquals($isIgnored, $result);\n        $result = $this->settings->isNodeIgnored($node);\n        $this->assertEquals($isIgnored, $result);\n    }\n\n    /**\n     * @return array\n     */\n    public function dataProviderNodeIsMapped()\n    {\n        return [\n            ['node' => '', 'isMapped' => false],\n            ['node' => 'path/to/rename', 'isMapped' => true],\n            ['node' => 'renamed/path/to/ignore', 'isMapped' => false],\n            ['node' => 'some/dummy/path', 'isMapped' => false]\n\n        ];\n    }\n\n    /**\n     * @param string $node\n     * @param bool $isMapped\n     * @dataProvider dataProviderNodeIsMapped\n     * @return void\n     */\n    public function testIsNodeMapped($node, $isMapped)\n    {\n        $result = $this->settings->isNodeMapped($node);\n        $this->assertEquals($isMapped, $result);\n        $result = $this->settings->isNodeMapped($node);\n        $this->assertEquals($isMapped, $result);\n    }\n\n    /**\n     * @return array\n     */\n    public function dataProviderNodesMap()\n    {\n        return [\n            ['node' => '', 'nodeMap' => ''],\n            ['node' => 'path/to/rename', 'nodeMap' => 'new/path/renamed'],\n            ['node' => 'renamed/path/to/ignore', 'nodeMap' => 'renamed/path/to/ignore'],\n            ['node' => 'some/dummy/path', 'nodeMap' => 'some/dummy/path']\n\n        ];\n    }\n\n    /**\n     * @param string $node\n     * @param string $nodeMap\n     * @dataProvider dataProviderNodesMap\n     * @return void\n     */\n    public function testGetNodeMap($node, $nodeMap)\n    {\n        $result = $this->settings->getNodeMap($node);\n        $this->assertEquals($nodeMap, $result);\n        $result = $this->settings->getNodeMap($node);\n        $this->assertEquals($nodeMap, $result);\n    }\n\n    /**\n     * @return array\n     */\n    public function dataProviderValueHandler()\n    {\n        return [\n            ['node' => '', 'valueHandler' => false],\n            ['node' => 'some/key/to/change', 'valueHandler' => ['class' => 'Some\\Handler\\Class',  'params' => []]],\n            ['node' => 'handled/path/to/ignore', 'valueHandler' => false],\n            ['node' => 'some/dummy/path', 'valueHandler' => false]\n\n        ];\n    }\n\n    /**\n     * @param string $node\n     * @param string $valueHandler\n     * @dataProvider dataProviderValueHandler\n     * @return void\n     */\n    public function testGetValueHandler($node, $valueHandler)\n    {\n        $result = $this->settings->getValueHandler($node);\n        $this->assertEquals($valueHandler, $result);\n        $result = $this->settings->getValueHandler($node);\n        $this->assertEquals($valueHandler, $result);\n    }\n\n    /**\n     * @return void\n     */\n    public function testNoConfigFile()\n    {\n        $config = $this->getConfigFile('invalid_file_name');\n        $this->expectException(\\Migration\\Exception::class);\n        $this->expectExceptionMessage('Invalid map filename:');\n\n        $validationState = $this->getMockBuilder(\\Magento\\Framework\\App\\Arguments\\ValidationState::class)\n            ->disableOriginalConstructor()\n            ->setMethods(['isValidationRequired'])\n            ->getMock();\n\n        $validationState->expects($this->any())->method('isValidationRequired')->willReturn(true);\n\n        new Settings($config, $validationState);\n    }\n\n    /**\n     * @return void\n     */\n    public function testInvalidConfigFile()\n    {\n        $config = $this->getConfigFile('tests/unit/testsuite/Migration/_files/settings-invalid.xml');\n        $this->expectException(\\Migration\\Exception::class);\n        $this->expectExceptionMessage('XML file is invalid.');\n\n        $validationState = $this->getMockBuilder(\\Magento\\Framework\\App\\Arguments\\ValidationState::class)\n            ->disableOriginalConstructor()\n            ->setMethods(['isValidationRequired'])\n            ->getMock();\n\n        $validationState->expects($this->any())->method('isValidationRequired')->willReturn(true);\n\n        new Settings($config, $validationState);\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/RecordTransformerTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration;\n\nuse Migration\\Reader\\MapInterface;\n\n/**\n * Class RecordTransformerTest\n */\nclass RecordTransformerTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @var ResourceModel\\Document|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $sourceDocument;\n\n    /**\n     * @var ResourceModel\\Document|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $destDocument;\n\n    /**\n     * @var MapInterface|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $mapReader;\n\n    /**\n     * @var Handler\\ManagerFactory|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $handlerManagerFactory;\n\n    /**\n     * @var RecordTransformer\n     */\n    protected $recordTransformer;\n\n    /**\n     * @return void\n     */\n    protected function setUp()\n    {\n        $this->sourceDocument = $this->createPartialMock(\n            \\Migration\\ResourceModel\\Document::class,\n            ['getStructure', 'getName']\n        );\n        $this->destDocument = $this->createPartialMock(\n            \\Migration\\ResourceModel\\Document::class,\n            ['getStructure']\n        );\n        $this->mapReader = $this->getMockForAbstractClass(\n            \\Migration\\Reader\\MapInterface::class,\n            ['getHandlerConfigs', 'getFieldMap', 'isFieldIgnored'],\n            '',\n            false\n        );\n        $this->mapReader->expects($this->any())->method('getHandlerConfigs')->willReturn([\n            ['class' => 'FirstHandlerFullyQualifiedName', 'params' => []],\n            ['class' => 'SecondHandlerFullyQualifiedName', 'params' => []]\n        ]);\n        $this->handlerManagerFactory = $this->getMockBuilder(\\Migration\\Handler\\ManagerFactory::class)\n            ->disableOriginalConstructor()\n            ->setMethods(['create'])\n            ->getMock();\n        $this->recordTransformer = new RecordTransformer(\n            $this->sourceDocument,\n            $this->destDocument,\n            $this->handlerManagerFactory,\n            $this->mapReader\n        );\n    }\n\n    /**\n     * @param ResourceModel\\Document|\\PHPUnit_Framework_MockObject_MockObject $document\n     * @param int $callNumber\n     * @return \\Migration\\Handler\\Manager|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected function initHandler($document, $callNumber = 1)\n    {\n        $handlerManager = $this->createPartialMock(\n            \\Migration\\Handler\\Manager::class,\n            ['initHandler', 'getHandlers']\n        );\n        $this->handlerManagerFactory->expects($this->at($callNumber))->method('create')->will(\n            $this->returnValue($handlerManager)\n        );\n        $structure = $this->createPartialMock(\n            \\Migration\\ResourceModel\\Structure::class,\n            ['getFields']\n        );\n        $document->expects($this->once())->method('getStructure')->will($this->returnValue($structure));\n        $fields = ['field1' => '', 'field2' => '', 'field3' => '',];\n        $structure->expects($this->once())->method('getFields')->will($this->returnValue($fields));\n        $handlerManager->expects($this->any())->method('initHandler');\n        return $handlerManager;\n    }\n\n    /**\n     * @return void\n     */\n    public function testInit()\n    {\n        $this->initHandler($this->sourceDocument, 0);\n        $this->initHandler($this->destDocument, 1);\n        $this->recordTransformer->init();\n    }\n\n    /**\n     * @return void\n     */\n    public function testTransform()\n    {\n        $srcHandler = $this->initHandler($this->sourceDocument, 0);\n        $destHandler = $this->initHandler($this->destDocument, 1);\n        $this->recordTransformer->init();\n        $this->sourceDocument->expects($this->any())->method('getName')->willReturn('source_document_name');\n        $recordFrom = $this->createMock(\\Migration\\ResourceModel\\Record::class);\n        $recordFrom->expects($this->any())->method('getFields')->will($this->returnValue(\n            ['field1', 'field2', 'field3']\n        ));\n        $recordFrom->expects($this->any())->method('getValue')->willReturnMap([\n            ['field1', 1],\n            ['field2', 2],\n            ['field3', 3]\n        ]);\n        $recordTo = $this->createMock(\\Migration\\ResourceModel\\Record::class);\n        $recordTo->expects($this->any())->method('getFields')->will($this->returnValue(['field2']));\n        $recordTo->expects($this->any())->method('setValue')->willReturnMap([\n            ['field11', 1],\n            ['field2', 2]\n        ]);\n\n        $field2Handler = $this->createPartialMock(\n            \\Migration\\Handler\\SetValue::class,\n            ['handle']\n        );\n        $field2Handler->expects($this->once())->method('handle');\n        $srcHandler->expects($this->any())->method('getHandlers')->willReturn(['field2' => $field2Handler]);\n        $destHandler->expects($this->any())->method('getHandlers')->willReturn([]);\n        $this->mapReader->expects($this->any())->method('getFieldMap')->willReturnMap([\n            ['source_document_name', 'field1', 'source', 'field11'],\n            ['source_document_name', 'field2', 'source', 'field2'],\n            ['source_document_name', 'field3', 'source', 'field3']\n        ]);\n        $this->mapReader->expects($this->any())->method('isFieldIgnored')->willReturnMap([\n            ['source_document_name', 'field1', 'source', false],\n            ['source_document_name', 'field2', 'source', false],\n            ['source_document_name', 'field3', 'source', true]\n        ]);\n        $this->recordTransformer->transform($recordFrom, $recordTo);\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/ResourceModel/AbstractCollectionTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\ResourceModel\\Document;\n\nclass AbstractCollectionTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @var \\Migration\\ResourceModel\\Document\\Collection\n     */\n    protected $documentCollection;\n\n    /**\n     * @var \\Migration\\ResourceModel\\Document[]\n     */\n    protected $data;\n\n    /**\n     * @return void\n     */\n    protected function setUp()\n    {\n        $document1 = $this->createMock(\\Migration\\ResourceModel\\Document::class);\n        $document1->expects($this->any())->method('getName')->will($this->returnValue('Doc1'));\n        $document2 = $this->createMock(\\Migration\\ResourceModel\\Document::class);\n        $document2->expects($this->any())->method('getName')->will($this->returnValue('Doc2'));\n        $document3 = $this->createMock(\\Migration\\ResourceModel\\Document::class);\n        $document3->expects($this->any())->method('getName')->will($this->returnValue('Doc3'));\n        $this->data = [$document1, $document2, $document3];\n        $this->documentCollection = new \\Migration\\ResourceModel\\Document\\Collection($this->data);\n    }\n\n    /**\n     * @return void\n     */\n    public function testCurrent()\n    {\n        $this->assertSame($this->data[0], $this->documentCollection->current());\n        $this->documentCollection->next();\n        $this->assertSame($this->data[1], $this->documentCollection->current());\n    }\n\n    /**\n     * @return void\n     */\n    public function testKey()\n    {\n        $this->assertEquals(0, $this->documentCollection->key());\n        $this->documentCollection->next();\n        $this->documentCollection->next();\n        $this->assertEquals(2, $this->documentCollection->key());\n    }\n\n    /**\n     * @return void\n     */\n    public function testNext()\n    {\n        $this->assertEquals(0, $this->documentCollection->key());\n        $this->documentCollection->next();\n        $this->assertEquals(1, $this->documentCollection->key());\n    }\n\n    /**\n     * @return void\n     */\n    public function testRewind()\n    {\n        $this->documentCollection->next();\n        $this->assertEquals(1, $this->documentCollection->key());\n        $this->documentCollection->rewind();\n        $this->assertEquals(0, $this->documentCollection->key());\n    }\n\n    /**\n     * @return void\n     */\n    public function testValid()\n    {\n        $this->assertTrue($this->documentCollection->valid());\n    }\n\n    /**\n     * @return void\n     */\n    public function testNotValid()\n    {\n        $this->documentCollection->next();\n        $this->documentCollection->next();\n        $this->documentCollection->next();\n        $this->documentCollection->next();\n        $this->assertFalse($this->documentCollection->valid());\n    }\n\n    /**\n     * @return void\n     */\n    public function testCount()\n    {\n        $this->assertEquals(3, $this->documentCollection->count());\n    }\n\n    /**\n     * @return void\n     */\n    public function testIterator()\n    {\n        $result = '';\n        foreach ($this->documentCollection as $key => $value) {\n            $result .= ' ' . $key . '=>' . $value->getName();\n        }\n\n        $this->assertEquals(' 0=>Doc1 1=>Doc2 2=>Doc3', $result);\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/ResourceModel/AbstractResourceTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\ResourceModel;\n\nuse Migration\\Reader\\MapInterface;\n\n/**\n * Class AbstractResourceTest\n */\nclass AbstractResourceTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @var \\Migration\\Config|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $config;\n\n    /**\n     * @var \\Migration\\ResourceModel\\Adapter\\Mysql|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $adapter;\n\n    /**\n     * @var \\Migration\\ResourceModel\\AdapterFactory|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $adapterFactorySource;\n\n    /**\n     * @var \\Migration\\ResourceModel\\AdapterFactory|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $adapterFactoryDestination;\n\n    /**\n     * @var \\Migration\\ResourceModel\\DocumentFactory|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $documentFactory;\n\n    /**\n     * @var \\Migration\\ResourceModel\\StructureFactory|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $structureFactory;\n\n    /**\n     * @var \\Migration\\ResourceModel\\Document\\Collection|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $documentCollection;\n\n    /**\n     * @var \\Migration\\ResourceModel\\Destination\n     */\n    protected $resourceDestination;\n\n    /**\n     * @var \\Migration\\ResourceModel\\Source\n     */\n    protected $resourceSource;\n\n    /**\n     * @return void\n     */\n    protected function setUp()\n    {\n        $this->config = $this->createPartialMock(\n            \\Migration\\Config::class,\n            ['getOption']\n        );\n        $this->adapter = $this->createPartialMock(\n            \\Migration\\ResourceModel\\Adapter\\Mysql::class,\n            ['insertRecords', 'getRecordsCount', 'getDocumentStructure', 'getDocumentList', 'loadPage']\n        );\n        $this->adapterFactorySource = $this->createPartialMock(\n            \\Migration\\ResourceModel\\AdapterFactory::class,\n            ['create']\n        );\n        $this->adapterFactorySource->expects($this->any())\n            ->method('create')\n            ->with(['resourceType' => 'source'])\n            ->will($this->returnValue($this->adapter));\n        $this->adapterFactoryDestination = $this->createPartialMock(\n            \\Migration\\ResourceModel\\AdapterFactory::class,\n            ['create']\n        );\n        $this->adapterFactoryDestination->expects($this->any())\n            ->method('create')\n            ->with(['resourceType' => 'destination'])\n            ->will($this->returnValue($this->adapter));\n        $this->documentFactory = $this->getMockBuilder(\\Migration\\ResourceModel\\DocumentFactory::class)\n            ->disableOriginalConstructor()\n            ->setMethods(['create'])\n            ->getMock();\n        $this->structureFactory = $this->getMockBuilder(\\Migration\\ResourceModel\\StructureFactory::class)\n            ->disableOriginalConstructor()\n            ->setMethods(['create'])\n            ->getMock();\n        $this->documentCollection = $this->createPartialMock(\n            \\Migration\\ResourceModel\\Document\\Collection::class,\n            ['addDocument']\n        );\n\n        $this->resourceDestination = new \\Migration\\ResourceModel\\Destination(\n            $this->adapterFactoryDestination,\n            $this->config,\n            $this->documentFactory,\n            $this->structureFactory,\n            $this->documentCollection\n        );\n\n        $this->resourceSource = new \\Migration\\ResourceModel\\Source(\n            $this->adapterFactorySource,\n            $this->config,\n            $this->documentFactory,\n            $this->structureFactory,\n            $this->documentCollection\n        );\n    }\n\n    /**\n     * @dataProvider getDocumentDataSource()\n     * @param string $prefix\n     * @param string $optionName\n     * @return void\n     */\n    public function testGetDocument($prefix, $optionName)\n    {\n        $resourceName = 'core_config_data';\n        $structureData = ['id' => 'int'];\n        $structure = $this->createMock(\\Migration\\ResourceModel\\Structure::class);\n        $document = $this->createMock(\\Migration\\ResourceModel\\Document::class);\n        $this->config->expects($this->any())->method('getOption')->willReturnMap([\n            ['edition_migrate', 'opensource-to-commerce'],\n            [$optionName, $prefix]\n        ]);\n        $this->documentFactory->expects($this->any())\n            ->method('create')\n            ->with($this->equalTo(['structure' => $structure, 'documentName' => $resourceName]))\n            ->will($this->returnValue($document));\n        $this->adapter->expects($this->any())\n            ->method('getDocumentStructure')\n            ->with($this->equalTo($prefix . $resourceName))\n            ->willReturn($structureData);\n        $this->structureFactory->expects($this->any())\n            ->method('create')\n            ->with($this->equalTo(['documentName' => $resourceName, 'data' => $structureData]))\n            ->willReturn($structure);\n        $this->adapter->expects($this->any())\n            ->method('getDocumentList')\n            ->willReturn([$prefix . $resourceName]);\n\n        $resource = ($prefix == MapInterface::TYPE_SOURCE) ? $this->resourceSource : $this->resourceDestination;\n        $this->assertSame($document, $resource->getDocument($resourceName));\n    }\n\n    /**\n     * @return array\n     */\n    public function getDocumentDataSource()\n    {\n        return[\n            [MapInterface::TYPE_SOURCE, 'source_prefix'],\n            [MapInterface::TYPE_DEST, 'dest_prefix']\n        ];\n    }\n\n    /**\n     * @return void\n     */\n    public function testGetWrongDocument()\n    {\n        $this->config->expects($this->any())->method('getOption')->willReturnMap([\n            ['edition_migrate', 'opensource-to-commerce'],\n            ['dest_prefix', 'prefix_']\n        ]);\n        $this->adapter->expects($this->any())\n            ->method('getDocumentList')\n            ->willReturn(['document']);\n\n        $this->assertFalse($this->resourceDestination->getDocument('badDocument'));\n    }\n\n    /**\n     * @return void\n     */\n    public function testGetRecordsCount()\n    {\n        $prefix = 'prefix_';\n        $this->config->expects($this->any())->method('getOption')->willReturnMap([\n            ['edition_migrate', 'opensource-to-commerce'],\n            ['dest_prefix', $prefix]\n        ]);\n        $resourceName = 'core_config_data';\n        $this->adapter->expects($this->any())\n            ->method('getRecordsCount')\n            ->with($prefix . $resourceName)\n            ->willReturn(10);\n\n        $this->assertEquals(10, $this->resourceDestination->getRecordsCount($resourceName));\n    }\n\n    /**\n     * @return void\n     */\n    public function testGetRecords()\n    {\n        $resourceName = 'core_config_data';\n        $pageNumber = 2;\n        $this->config->expects($this->any())->method('getOption')->willReturnMap([\n            ['edition_migrate', 'opensource-to-commerce'],\n            ['bulk_size', 100],\n            ['dest_prefix', 100],\n        ]);\n        $this->adapter->expects($this->once())->method('loadPage');\n        $this->resourceDestination->getRecords($resourceName, $pageNumber);\n    }\n\n    /**\n     * @return void\n     */\n    public function testGetAdapter()\n    {\n        $this->config\n            ->expects($this->any())\n            ->method('getOption')\n            ->willReturnMap([['edition_migrate', 'opensource-to-commerce']]);\n        $this->assertSame($this->adapter, $this->resourceDestination->getAdapter());\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/ResourceModel/Adapter/MysqlTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n\nnamespace Migration\\ResourceModel\\Adapter;\n\nclass MysqlTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @var \\Magento\\Framework\\DB\\Adapter\\Pdo\\Mysql|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $pdoMysql;\n\n    /**\n     * @var \\Migration\\ResourceModel\\Adapter\\Mysql\n     */\n    protected $adapterMysql;\n\n    /**\n     * @return void\n     */\n    protected function setUp()\n    {\n\n        $this->pdoMysql = $this->getMockBuilder(\\Magento\\Framework\\DB\\Adapter\\Pdo\\Mysql::class)\n            ->disableOriginalConstructor()\n            ->setMethods([\n                'truncateTable',\n                'query',\n                'describeTable',\n                'listTables',\n                'fetchOne',\n                'fetchAll',\n                'insertMultiple',\n                'select',\n                'createTable',\n                'dropTable',\n                'resetDdlCache',\n                'createTableByDdl',\n                'update',\n                'isTableExists',\n                'insertFromSelect',\n                'getConnection'\n            ])\n            ->getMock();\n        $this->pdoMysql->expects($this->any())->method('query');\n        $mysqlBuilder = $this->createPartialMock(\n            \\Migration\\ResourceModel\\Adapter\\Pdo\\MysqlBuilder::class,\n            ['build']\n        );\n        $mysqlBuilder->expects($this->any())\n            ->method('build')\n            ->with('source')\n            ->willReturn($this->pdoMysql);\n\n        $triggerFactory = $this->createPartialMock(\n            \\Magento\\Framework\\DB\\Ddl\\TriggerFactory::class,\n            ['create']\n        );\n        $this->adapterMysql = new Mysql($mysqlBuilder, $triggerFactory, 'source');\n    }\n\n    /**\n     * @return void\n     */\n    public function testGetDocumentStructure()\n    {\n        $this->pdoMysql->expects($this->any())\n            ->method('describeTable')\n            ->with('some_table')\n            ->willReturn(['id' => 'int']);\n        $this->assertEquals(['id' => 'int'], $this->adapterMysql->getDocumentStructure('some_table'));\n    }\n\n    /**\n     * @return void\n     */\n    public function testGetDocumentList()\n    {\n        $this->pdoMysql->expects($this->any())\n            ->method('listTables')\n            ->willReturn(['table1', 'table2']);\n        $this->assertEquals(['table1', 'table2'], $this->adapterMysql->getDocumentList());\n    }\n\n    /**\n     * @return void\n     */\n    public function testGetRecordsCount()\n    {\n        $select = $this->createPartialMock(\n            \\Magento\\Framework\\DB\\Select::class,\n            ['from']\n        );\n        $select->expects($this->any())\n            ->method('from')\n            ->with($this->equalTo('some_table'), $this->equalTo('COUNT(*)'));\n\n        $this->pdoMysql->expects($this->any())\n            ->method('select')\n            ->willReturn($select);\n        $this->pdoMysql->expects($this->any())\n            ->method('fetchOne')\n            ->with($this->equalTo($select))\n            ->willReturn(10);\n\n        $this->assertEquals(10, $this->adapterMysql->getRecordsCount('some_table'));\n    }\n\n    /**\n     * @return void\n     */\n    public function testLoadPage()\n    {\n        $select = $this->createMock(\\Magento\\Framework\\DB\\Select::class);\n        $select->expects($this->any())\n            ->method('from')\n            ->with($this->equalTo('some_table'), $this->equalTo('*'))\n            ->willReturnSelf();\n        $select->expects($this->any())\n            ->method('limit')\n            ->with($this->equalTo(2), $this->equalTo(20));\n\n        $this->pdoMysql->expects($this->any())\n            ->method('select')\n            ->willReturn($select);\n        $data = [['column1' => 'value1'], ['column1' => 'value2']];\n        $this->pdoMysql->expects($this->any())\n            ->method('fetchAll')\n            ->with($this->equalTo($select))\n            ->willReturn($data);\n\n        $this->assertEquals($data, $this->adapterMysql->loadPage('some_table', 10, 2));\n    }\n\n    /**\n     * @return void\n     */\n    public function testInsertRecords()\n    {\n        $data = [['column1' => 'value1'], ['column1' => 'value2']];\n\n        $pdoMock = $this->getMockBuilder(\\PdoTest::class)\n            ->disableOriginalConstructor()\n            ->setMethods(['prepare', 'execute'])\n            ->getMock();\n        $pdoMock->expects($this->any())->method('prepare')->willReturnSelf();\n        $pdoMock->expects($this->any())->method('execute')->willReturnSelf();\n        $this->pdoMysql->expects($this->any())->method('getConnection')->willReturn($pdoMock);\n        $this->assertEquals(2, $this->adapterMysql->insertRecords('some_table', $data));\n    }\n\n    /**\n     * @return void\n     */\n    public function testDeleteAllRecords()\n    {\n        $docName = 'some_name';\n        $this->pdoMysql->expects($this->once())->method('truncateTable')->with($docName);\n        $this->adapterMysql->deleteAllRecords($docName);\n    }\n\n    /**\n     * @return void\n     */\n    public function testGetSelect()\n    {\n        $select = $this->createMock(\\Magento\\Framework\\DB\\Select::class);\n        $this->pdoMysql->expects($this->any())->method('select')->willReturn($select);\n        $this->assertSame($select, $this->adapterMysql->getSelect());\n    }\n\n    /**\n     * @return void\n     */\n    public function testLoadDataFromSelect()\n    {\n        $select = $this->createMock(\\Magento\\Framework\\DB\\Select::class);\n        $data = [['id' => 1], ['id' => 2]];\n        $this->pdoMysql->expects($this->any())->method('fetchAll')->with($select)->willReturn($data);\n        $this->assertSame($data, $this->adapterMysql->loadDataFromSelect($select));\n    }\n\n    /**\n     * @return void\n     */\n    public function testUpdateDocument()\n    {\n        $docName = 'some_name';\n        $condition = 'field1 = 1';\n        $this->pdoMysql->expects($this->once())->method('update')->with($docName, [], $condition);\n        $this->adapterMysql->updateDocument($docName, [], $condition);\n    }\n\n    /**\n     * @return void\n     */\n    public function testGetTableDdlCopy()\n    {\n        $table = $this->getMockBuilder(\\Magento\\Framework\\DB\\Ddl\\Table::class)\n            ->disableOriginalConstructor()\n            ->getMock();\n        $this->pdoMysql->expects($this->once())->method('createTableByDdl')\n            ->with('source_table', 'destination_table')\n            ->will($this->returnValue($table));\n        $this->adapterMysql->getTableDdlCopy('source_table', 'destination_table');\n    }\n\n    /**\n     * @return void\n     */\n    public function testCreateTableByDdl()\n    {\n        $table = $this->getMockBuilder(\\Magento\\Framework\\DB\\Ddl\\Table::class)\n            ->setMethods(['getName'])\n            ->disableOriginalConstructor()\n            ->getMock();\n        $table->expects($this->exactly(2))->method('getName')->will($this->returnValue('some_name'));\n        $this->pdoMysql->expects($this->once())->method('dropTable')->with('some_name');\n        $this->pdoMysql->expects($this->once())->method('createTable')->with($table);\n        $this->pdoMysql->expects($this->once())->method('resetDdlCache')->with('some_name');\n        $this->adapterMysql->createTableByDdl($table);\n    }\n\n    /**\n     * @return void\n     */\n    public function testBackupDocument()\n    {\n        $documentName = 'document_name';\n        $backupDocumentName = 'migration_backup_document_name';\n\n        $table = $this->getMockBuilder(\\Magento\\Framework\\DB\\Ddl\\Table::class)->disableOriginalConstructor()\n            ->setMethods(['getName'])\n            ->getMock();\n        $table->expects($this->any())->method('getName')->will($this->returnValue('migration_backup_document_name'));\n        $select = $this->getMockBuilder(\\Magento\\Framework\\DB\\Select::class)->disableOriginalConstructor()\n            ->setMethods(['from'])->getMock();\n        $select->expects($this->once())->method('from')->with($documentName)->willReturn($select);\n\n        $this->pdoMysql->expects($this->once())->method('createTableByDdl')\n            ->with($documentName, $backupDocumentName)\n            ->will($this->returnValue($table));\n        $this->pdoMysql->expects($this->once())->method('isTableExists')->willReturn(false);\n        $this->pdoMysql->expects($this->once())->method('dropTable')->with($backupDocumentName);\n        $this->pdoMysql->expects($this->once())->method('createTable')->with($table);\n        $this->pdoMysql->expects($this->once())->method('resetDdlCache')->with($backupDocumentName);\n        $this->pdoMysql->expects($this->once())->method('select')->willReturn($select);\n        $this->pdoMysql->expects($this->once())->method('insertFromSelect')->with($select, $backupDocumentName)\n            ->willReturn('select query');\n        $this->pdoMysql->expects($this->once())->method('query')->with('select query');\n\n        $this->adapterMysql->backupDocument($documentName);\n    }\n\n    /**\n     * @return void\n     */\n    public function testRollbackDocument()\n    {\n        $documentName = 'document_name';\n        $backupDocumentName = 'migration_backup_document_name';\n\n        $select = $this->getMockBuilder(\\Magento\\Framework\\DB\\Select::class)->disableOriginalConstructor()\n            ->setMethods(['from'])->getMock();\n        $select->expects($this->once())->method('from')->with($backupDocumentName)->willReturn($select);\n\n        $this->pdoMysql->expects($this->once())->method('isTableExists')->willReturn(true);\n        $this->pdoMysql->expects($this->once())->method('truncateTable')->with($documentName);\n        $this->pdoMysql->expects($this->once())->method('select')->willReturn($select);\n        $this->pdoMysql->expects($this->once())->method('insertFromSelect')->with($select, $documentName)\n            ->willReturn('select query');\n        $this->pdoMysql->expects($this->once())->method('query')->with('select query');\n        $this->pdoMysql->expects($this->once())->method('dropTable')->with($backupDocumentName);\n\n        $this->adapterMysql->rollbackDocument($documentName);\n    }\n\n    /**\n     * @return void\n     */\n    public function testDeleteBackup()\n    {\n        $this->pdoMysql->expects($this->once())->method('isTableExists')->willReturn(true);\n        $this->pdoMysql->expects($this->once())->method('dropTable')->with('migration_backup_document_name');\n        $this->adapterMysql->deleteBackup('document_name');\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/ResourceModel/Adapter/Pdo/MysqlBuilderTest.php",
    "content": "<?php\n/**\n * Copyright © 2016 Magento. All rights reserved.\n * See COPYING.txt for license details.\n */\n\nnamespace Migration\\ResourceModel\\Adapter\\Pdo;\n\nclass MysqlBuilderTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @var \\Magento\\Framework\\DB\\Adapter\\Pdo\\Mysql|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $pdoMysql;\n\n    /**\n     * @var \\Magento\\Framework\\ObjectManagerInterface|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $objectManager;\n\n    /**\n     * @var \\Migration\\Config|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $config;\n\n    /**\n     * @var \\Magento\\Framework\\DB\\SelectFactory|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $selectFactory;\n\n    /**\n     * @var MysqlBuilder\n     */\n    protected $mysqlBuilder;\n\n    /**\n     * @return void\n     */\n    protected function setUp()\n    {\n        $this->objectManager = $this->getMockBuilder(\\Magento\\Framework\\ObjectManager\\ObjectManager::class)\n            ->disableOriginalConstructor()\n            ->setMethods(['create'])\n            ->getMock();\n        $this->config = $this->getMockBuilder(\\Migration\\Config::class)\n            ->disableOriginalConstructor()\n            ->setMethods(['getResourceConfig', 'getOption'])\n            ->getMock();\n        $this->selectFactory = $this->getMockBuilder(\\Magento\\Framework\\DB\\SelectFactory::class)\n            ->disableOriginalConstructor()\n            ->getMock();\n        $this->pdoMysql = $this->getMockBuilder(\\Magento\\Framework\\DB\\Adapter\\Pdo\\Mysql::class)\n            ->disableOriginalConstructor()\n            ->setMethods(['disallowDdlCache', 'query'])\n            ->getMock();\n        $this->mysqlBuilder = new MysqlBuilder($this->objectManager, $this->config);\n    }\n\n    /**\n     * @return void\n     */\n    public function testBuild()\n    {\n        $resourceType = 'source';\n        $initStatements = 'SET NAMES utf8;';\n        $resourceConfig = [\n            'type' => $resourceType,\n            $resourceType => [\n                'host' => 'localhost',\n                'port' => '9999',\n                'name' => 'db1',\n                'user' => 'root',\n                'password' => 'root'\n            ],\n        ];\n        $mysqlPdoConfig = [\n            'host' => 'localhost:9999',\n            'dbname' => 'db1',\n            'username' => 'root',\n            'password' => 'root'\n        ];\n        $this->config->expects($this->once())\n            ->method('getResourceConfig')\n            ->with($resourceType)\n            ->willReturn($resourceConfig);\n        $this->config->expects($this->any())->method('getOption')->willReturnMap([\n            ['edition_migrate', 'opensource-to-opensource'],\n            ['init_statements_' . $resourceType, $initStatements]\n        ]);\n        $this->objectManager->expects($this->at(0))\n            ->method('create')\n            ->with(\\Magento\\Framework\\DB\\SelectFactory::class, ['parts' => []])\n            ->willReturn($this->selectFactory);\n        $this->objectManager->expects($this->at(1))\n            ->method('create')\n            ->with(\n                \\Magento\\Framework\\DB\\Adapter\\Pdo\\Mysql::class,\n                ['config' => $mysqlPdoConfig, 'selectFactory' => $this->selectFactory]\n            )\n            ->willReturn($this->pdoMysql);\n        $this->pdoMysql->expects($this->once())\n            ->method('disallowDdlCache')\n            ->willReturnSelf();\n        $this->pdoMysql->expects($this->once())\n            ->method('query')\n            ->with($initStatements)\n            ->willReturnSelf();\n\n        $this->assertEquals($this->pdoMysql, $this->mysqlBuilder->build($resourceType));\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/ResourceModel/AdapterFactoryTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n\nnamespace Migration\\ResourceModel;\n\n/**\n * Adapter Factory Test\n */\nclass AdapterFactoryTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @var \\Magento\\Framework\\ObjectManager\\ObjectManager|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $objectManager;\n\n    /**\n     * @var \\Migration\\Config|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $config;\n\n    /**\n     * @var \\Migration\\ResourceModel\\AdapterFactory\n     */\n    protected $adapterFactory;\n\n    /**\n     * @return void\n     */\n    protected function setUp()\n    {\n        $this->config = $this->createPartialMock(\n            \\Migration\\Config::class,\n            ['getOption']\n        );\n        $this->objectManager = $this->createPartialMock(\n            \\Magento\\Framework\\ObjectManager\\ObjectManager::class,\n            ['create']\n        );\n        $this->adapterFactory = new \\Migration\\ResourceModel\\AdapterFactory($this->objectManager, $this->config);\n    }\n\n    /**\n     * @return void\n     */\n    public function testCreate()\n    {\n        $adapterClassName = \\Migration\\ResourceModel\\Adapter\\Mysql::class;\n        $data = ['config' => ['key' => 'value']];\n        $adapter = $this->getMockBuilder($adapterClassName)\n            ->disableOriginalConstructor()\n            ->getMock();\n        $this->config->expects($this->once())\n            ->method('getOption')\n            ->with('resource_adapter_class_name')\n            ->will($this->returnValue(null));\n        $this->objectManager->expects($this->once())\n            ->method('create')\n            ->with(\\Migration\\ResourceModel\\Adapter\\Mysql::class, $data)\n            ->will($this->returnValue($adapter));\n        $this->assertInstanceOf($adapterClassName, $this->adapterFactory->create($data));\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/ResourceModel/DestinationTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n\nnamespace Migration\\ResourceModel;\n\n/**\n * ResourceModel destination test class\n */\nclass DestinationTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @var \\Migration\\Config|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $config;\n\n    /**\n     * @var \\Migration\\ResourceModel\\Adapter\\Mysql|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $adapter;\n\n    /**\n     * @var \\Migration\\ResourceModel\\AdapterFactory|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $adapterFactory;\n\n    /**\n     * @var \\Migration\\ResourceModel\\DocumentFactory|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $documentFactory;\n\n    /**\n     * @var \\Migration\\ResourceModel\\StructureFactory|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $structureFactory;\n\n    /**\n     * @var \\Migration\\ResourceModel\\Document\\Collection|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $documentCollection;\n\n    /**\n     * @var \\Migration\\ResourceModel\\Destination\n     */\n    protected $resourceDestination;\n\n    /**\n     * @return void\n     */\n    protected function setUp()\n    {\n        $adapterConfigs = ['resourceType' => 'destination'];\n        $this->config = $this->createPartialMock(\n            \\Migration\\Config::class,\n            ['getOption']\n        );\n        $this->adapter = $this->createPartialMock(\n            \\Migration\\ResourceModel\\Adapter\\Mysql::class,\n            ['insertRecords', 'deleteAllRecords', 'backupDocument', 'rollbackDocument', 'deleteBackup']\n        );\n        $this->adapterFactory = $this->createPartialMock(\n            \\Migration\\ResourceModel\\AdapterFactory::class,\n            ['create']\n        );\n        $this->adapterFactory->expects($this->once())\n            ->method('create')\n            ->with($adapterConfigs)\n            ->will($this->returnValue($this->adapter));\n        $this->documentFactory = $this->createMock(\\Migration\\ResourceModel\\DocumentFactory::class);\n        $this->structureFactory = $this->createMock(\\Migration\\ResourceModel\\StructureFactory::class);\n        $this->documentCollection = $this->createMock(\\Migration\\ResourceModel\\Document\\Collection::class);\n\n        $this->resourceDestination = new \\Migration\\ResourceModel\\Destination(\n            $this->adapterFactory,\n            $this->config,\n            $this->documentFactory,\n            $this->structureFactory,\n            $this->documentCollection\n        );\n    }\n\n    /**\n     * @dataProvider saveRecordsDataSet()\n     * @param string|null @prefix\n     * @return void\n     */\n    public function testSaveRecords($prefix)\n    {\n        $resourceName = 'core_config_data';\n\n        $this->config->expects($this->any())->method('getOption')->willReturnMap([\n            ['edition_migrate', 'opensource-to-commerce'],\n            ['bulk_size', 3],\n            ['dest_prefix', $prefix],\n            ['init_statements_destination', 'SET NAMES utf8;']\n        ]);\n        $this->adapter->expects($this->at(0))\n            ->method('insertRecords')\n            ->with($prefix . $resourceName, [['data' => 'value1'], ['data' => 'value2'], ['data' => 'value3']])\n            ->will($this->returnSelf());\n        $this->adapter->expects($this->at(1))\n            ->method('insertRecords')\n            ->with($prefix . $resourceName, [['data' => 'value4']])\n            ->will($this->returnSelf());\n\n        $records = $this->createMock(\\Migration\\ResourceModel\\Record\\Collection::class);\n        $records->expects($this->any())\n            ->method('current')\n            ->willReturnCallback(function () {\n                static $count = 0;\n                $count++;\n                $data = ['data' => \"value$count\"];\n                $record = $this->createPartialMock(\n                    \\Migration\\ResourceModel\\Record::class,\n                    ['getData']\n                );\n                $record->expects($this->once())->method('getData')->will($this->returnValue($data));\n                return $record;\n            });\n        $records->expects($this->any())\n            ->method('valid')\n            ->willReturnCallback(function () {\n                static $count = 0;\n                $count++;\n                if ($count <= 4) {\n                    return true;\n                } else {\n                    return false;\n                }\n            });\n\n        $this->resourceDestination->saveRecords($resourceName, $records);\n    }\n\n    /**\n     * @return array\n     */\n    public function saveRecordsDataSet()\n    {\n        return [\n            ['prefix_'],\n            [null]\n        ];\n    }\n\n    /**\n     * @return void\n     */\n    public function testClearDocument()\n    {\n        $docName = 'somename';\n        $this->adapter->expects($this->once())->method('deleteAllRecords')->with('pfx_' . $docName);\n        $this->config->expects($this->any())->method('getOption')->willReturnMap([\n            ['edition_migrate', 'opensource-to-commerce'],\n            ['dest_prefix', 'pfx_'],\n            ['init_statements_destination', 'SET NAMES utf8;']\n        ]);\n        $this->resourceDestination->clearDocument($docName);\n    }\n\n    /**\n     * @return void\n     */\n    public function testBackupDocument()\n    {\n        $docName = 'somename';\n        $this->adapter->expects($this->once())->method('backupDocument')->with('pfx_' . $docName);\n        $this->config->expects($this->any())->method('getOption')->willReturnMap([\n            ['edition_migrate', 'opensource-to-commerce'],\n            ['dest_prefix', 'pfx_'],\n            ['init_statements_destination', 'SET NAMES utf8;']\n        ]);\n        $this->resourceDestination->backupDocument($docName);\n    }\n\n    /**\n     * @return void\n     */\n    public function testRollbackDocument()\n    {\n        $docName = 'somename';\n        $this->adapter->expects($this->once())->method('rollbackDocument')->with('pfx_' . $docName);\n        $this->config->expects($this->any())->method('getOption')->willReturnMap([\n            ['edition_migrate', 'opensource-to-commerce'],\n            ['dest_prefix', 'pfx_'],\n            ['init_statements_destination', 'SET NAMES utf8;']\n        ]);\n        $this->resourceDestination->rollbackDocument($docName);\n    }\n\n    /**\n     * @return void\n     */\n    public function testDeleteDocumentBackup()\n    {\n        $docName = 'somename';\n        $this->adapter->expects($this->once())->method('deleteBackup')->with('pfx_' . $docName);\n        $this->config->expects($this->any())->method('getOption')->willReturnMap([\n            ['edition_migrate', 'opensource-to-commerce'],\n            ['dest_prefix', 'pfx_'],\n            ['init_statements_destination', 'SET NAMES utf8;']\n        ]);\n        $this->resourceDestination->deleteDocumentBackup($docName);\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/ResourceModel/Document/CollectionTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\ResourceModel\\Document;\n\nclass CollectionTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @var []\n     */\n    protected $data;\n\n    /**\n     * @var \\Migration\\ResourceModel\\Document\\Collection\n     */\n    protected $documentCollection;\n\n    /**\n     * @return void\n     */\n    protected function setUp()\n    {\n        $document1 = $this->createMock(\\Migration\\ResourceModel\\Document::class);\n        $document1->expects($this->any())->method('getName')->will($this->returnValue('Doc1'));\n        $document2 = $this->createMock(\\Migration\\ResourceModel\\Document::class);\n        $document2->expects($this->any())->method('getName')->will($this->returnValue('Doc2'));\n        $document3 = $this->createMock(\\Migration\\ResourceModel\\Document::class);\n        $document3->expects($this->any())->method('getName')->will($this->returnValue('Doc3'));\n        $this->data = [$document1, $document2, $document3];\n        $this->documentCollection = new \\Migration\\ResourceModel\\Document\\Collection($this->data);\n    }\n\n    /**\n     * @return void\n     */\n    public function testIterator()\n    {\n        $result = '';\n        foreach ($this->documentCollection as $key => $value) {\n            $result .= ' ' . $key . '=>' . $value->getName();\n        }\n\n        $this->assertEquals(' 0=>Doc1 1=>Doc2 2=>Doc3', $result);\n    }\n\n    /**\n     * @return void\n     */\n    public function testGetDocument()\n    {\n        $this->assertSame($this->data[2], $this->documentCollection->getDocument('Doc3'));\n    }\n\n    /**\n     * @return void\n     */\n    public function testGetDocumentNotExists()\n    {\n        $this->assertNull($this->documentCollection->getDocument('Doc5'));\n    }\n\n    /**\n     * @return void\n     */\n    public function testAddDocument()\n    {\n        $document = $this->createMock(\\Migration\\ResourceModel\\Document::class);\n        $document->expects($this->any())->method('getName')->will($this->returnValue('Doc4'));\n        $this->documentCollection->addDocument($document);\n        $this->assertSame($document, $this->documentCollection->getDocument('Doc4'));\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/ResourceModel/DocumentTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\ResourceModel;\n\nclass DocumentTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @var \\Migration\\ResourceModel\\Record\\CollectionFactory|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $recordCollectionFactory;\n\n    /**\n     * @var \\Migration\\ResourceModel\\Structure|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $structure;\n\n    /**\n     * @var \\Migration\\ResourceModel\\Document\n     */\n    protected $document;\n\n    /**\n     * @return void\n     */\n    protected function setUp()\n    {\n        $this->structure = $this->createMock(\\Migration\\ResourceModel\\Structure::class);\n        $this->recordCollectionFactory = $this->getMockBuilder(\\Migration\\ResourceModel\\Record\\CollectionFactory::class)\n            ->disableOriginalConstructor()\n            ->setMethods(['create'])\n            ->getMock();\n        $this->document = new \\Migration\\ResourceModel\\Document(\n            $this->recordCollectionFactory,\n            $this->structure,\n            'test_document'\n        );\n    }\n\n    /**\n     * @return void\n     */\n    public function testGetRecords()\n    {\n        $recordCollection = $this->createMock(\\Migration\\ResourceModel\\Record\\Collection::class);\n        $this->recordCollectionFactory->expects($this->atLeastOnce())\n            ->method('create')\n            ->with($this->equalTo([\n                'structure' => $this->structure,\n                'documentName' => 'test_document',\n            ]))\n            ->will($this->returnValue($recordCollection));\n\n        $this->assertSame($recordCollection, $this->document->getRecords());\n    }\n\n    /**\n     * @return void\n     */\n    public function testGetName()\n    {\n        $this->assertEquals('test_document', $this->document->getName());\n    }\n\n    /**\n     * @return void\n     */\n    public function testGetStructure()\n    {\n        $this->assertSame($this->structure, $this->document->getStructure());\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/ResourceModel/Record/CollectionTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\ResourceModel\\Record;\n\nclass CollectionTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @var \\Migration\\ResourceModel\\Record[]|\\PHPUnit_Framework_MockObject_MockObject[]\n     */\n    protected $records;\n\n    /**\n     * @var \\Migration\\ResourceModel\\Structure|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $structure;\n\n    /**\n     * @var \\Migration\\ResourceModel\\Record\\Collection\n     */\n    protected $recordCollection;\n\n    /**\n     * @return void\n     */\n    protected function setUp()\n    {\n        $this->structure = $this->createMock(\\Migration\\ResourceModel\\Structure::class);\n        $record1 = $this->createMock(\\Migration\\ResourceModel\\Record::class);\n        $record1->expects($this->any())->method('getValue')->with('fieldName')->willReturn('item1');\n        $record2 = $this->createMock(\\Migration\\ResourceModel\\Record::class);\n        $record2->expects($this->any())->method('getValue')->with('fieldName')->willReturn('item2');\n        $record3 = $this->createMock(\\Migration\\ResourceModel\\Record::class);\n        $record3->expects($this->any())->method('getValue')->with('fieldName')->willReturn('item3');\n        $this->records = [$record1, $record2, $record3];\n        $this->recordCollection = new \\Migration\\ResourceModel\\Record\\Collection($this->structure, $this->records);\n    }\n\n    /**\n     * @return void\n     */\n    public function testGetStructure()\n    {\n        $this->assertSame($this->structure, $this->recordCollection->getStructure());\n    }\n\n    /**\n     * @return void\n     */\n    public function testIterator()\n    {\n        $result = '';\n\n        foreach ($this->recordCollection as $key => $record) {\n            $result .= ' ' . $key . '=>' . $record->getValue('fieldName');\n        }\n\n        $this->assertEquals(' 0=>item1 1=>item2 2=>item3', $result);\n    }\n\n    /**\n     * @throws \\Migration\\Exception\n     * @return void\n     */\n    public function testAddRecord()\n    {\n        $this->assertEquals(3, count($this->recordCollection));\n        $record = $this->createMock(\\Migration\\ResourceModel\\Record::class);\n        $record->expects($this->any())->method('getStructure')->willReturn($this->structure);\n        $record->expects($this->any())->method('validateStructure')->with($this->equalTo($this->structure))\n            ->willReturn(true);\n\n        $this->recordCollection->addRecord($record);\n        $this->assertEquals(4, count($this->recordCollection));\n    }\n\n    /**\n     * @expectedException \\Exception\n     * @expectedExceptionMessage Record structure does not equal Collection structure\n     * @return void\n     */\n    public function testAddRecordWithException()\n    {\n        $this->assertEquals(3, count($this->recordCollection));\n        $record = $this->createMock(\\Migration\\ResourceModel\\Record::class);\n        $this->recordCollection->addRecord($record);\n        $this->assertEquals(4, count($this->recordCollection));\n    }\n\n    /**\n     * @throws \\Migration\\Exception\n     * @return void\n     */\n    public function testGetValue()\n    {\n        $this->structure->expects($this->any())->method('hasField')->with($this->equalTo('fieldName'))\n            ->willReturn(true);\n        $this->assertEquals(['item1', 'item2', 'item3'], $this->recordCollection->getValue('fieldName'));\n    }\n\n    /**\n     * @expectedException \\Exception\n     * @expectedExceptionMessage Collection Structure does not contain field fieldName\n     * @return void\n     */\n    public function testGetValueWithException()\n    {\n        $this->assertEquals(['item1', 'item2', 'item3'], $this->recordCollection->getValue('fieldName'));\n    }\n\n    /**\n     * @throws \\Migration\\Exception\n     * @return void\n     */\n    public function testSetValue()\n    {\n        $this->structure->expects($this->any())->method('hasField')->with($this->equalTo('fieldName'))\n            ->willReturn(true);\n        $this->records[0]->expects($this->any())\n            ->method('setValue')\n            ->with($this->equalTo('fieldName'), $this->equalTo('default'));\n        $this->records[1]->expects($this->any())\n            ->method('setValue')\n            ->with($this->equalTo('fieldName'), $this->equalTo('default'));\n        $this->records[2]->expects($this->any())\n            ->method('setValue')\n            ->with($this->equalTo('fieldName'), $this->equalTo('default'));\n        $this->assertInstanceOf(\n            \\Migration\\ResourceModel\\Record\\Collection::class,\n            $this->recordCollection->setValue('fieldName', 'default')\n        );\n    }\n\n    /**\n     * @expectedException \\Exception\n     * @expectedExceptionMessage Collection Structure does not contain field fieldName\n     * @return void\n     */\n    public function testSetValueWithException()\n    {\n        $this->recordCollection->setValue('fieldName', 'default');\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/ResourceModel/RecordTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\ResourceModel;\n\nclass RecordTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @var \\Migration\\ResourceModel\\Record\n     */\n    protected $record;\n\n    /**\n     * @var \\Migration\\ResourceModel\\Structure|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $structure;\n\n    /**\n     * @return void\n     */\n    protected function setUp()\n    {\n        $this->structure = $this->createMock(\\Migration\\ResourceModel\\Structure::class);\n        $this->structure->expects($this->any())->method('hasField')->willReturnCallback(function ($fieldName) {\n            return in_array($fieldName, ['id', 'name']);\n        });\n        $document = $this->createPartialMock(\n            \\Migration\\ResourceModel\\Document::class,\n            ['getStructure']\n        );\n        $document->expects($this->any())->method('getStructure')->will($this->returnValue($this->structure));\n        $this->record = new \\Migration\\ResourceModel\\Record(['id' => 10, 'name' => 'item1'], $document);\n    }\n\n    /**\n     * @covers \\Migration\\ResourceModel\\Record::getStructure\n     * @covers \\Migration\\ResourceModel\\Record::setStructure\n     * @return void\n     */\n    public function testGetStructure()\n    {\n        $this->record->setStructure($this->structure);\n        $this->assertSame($this->structure, $this->record->getStructure());\n    }\n\n    /**\n     * @dataProvider validateStructureDataProvider\n     *\n     * @param bool $result\n     * @param \\Migration\\ResourceModel\\Structure|null $structure\n     * @return void\n     */\n    public function testValidateStructure($result, $structure)\n    {\n        $this->record->setStructure(null);\n        $this->assertEquals($result, $this->record->validateStructure($structure));\n    }\n\n    /**\n     * @return array\n     */\n    public function validateStructureDataProvider()\n    {\n        $structureValid = $this->createMock(\\Migration\\ResourceModel\\Structure::class);\n        $structureValid->expects($this->any())->method('getFields')->willReturn(['id' => [], 'name' => []]);\n        $structureValid->expects($this->any())->method('hasField')->willReturnCallback(function ($fieldName) {\n            return in_array($fieldName, ['id', 'name']);\n        });\n        $structureValid2 = $this->createMock(\\Migration\\ResourceModel\\Structure::class);\n        $structureValid2->expects($this->any())->method('getFields')\n            ->willReturn(['id' => [], 'name' => [], 'address' => []]);\n        $structureValid2->expects($this->any())->method('hasField')->willReturn(false);\n\n        $structureNotValid = $this->createMock(\\Migration\\ResourceModel\\Structure::class);\n        $structureNotValid->expects($this->any())->method('getFields')\n            ->willReturn(['id' => []]);\n        $structureNotValid->expects($this->any())->method('hasField')->willReturn(false);\n        return [\n            [false, null],\n            [true, $structureValid],\n            [true, $structureValid2],\n            [false, $structureNotValid],\n        ];\n    }\n\n    /**\n     * @return void\n     */\n    public function testGetValue()\n    {\n        $this->assertEquals('10', $this->record->getValue('id'));\n    }\n\n    /**\n     * @throws \\Migration\\Exception\n     * @return void\n     */\n    public function testSetValue()\n    {\n        $this->record->setStructure($this->structure);\n        $this->assertEquals('item1', $this->record->getValue('name'));\n        $this->record->setValue('name', 'itemNew');\n        $this->assertEquals('itemNew', $this->record->getValue('name'));\n    }\n\n    /**\n     * @expectedException \\Migration\\Exception\n     * @expectedExceptionMessage Record structure does not contain field wrongField\n     * @return void\n     */\n    public function testSetValueWithException()\n    {\n        $this->record->setStructure($this->structure);\n        $this->record->setValue('wrongField', 'itemNew');\n    }\n\n    /**\n     * @throws \\Migration\\Exception\n     * @return void\n     */\n    public function testSetData()\n    {\n        $this->assertEquals('item1', $this->record->getValue('name'));\n        $this->record->setData(['id' => 11, 'name' => 'item2']);\n        $this->assertEquals('item2', $this->record->getValue('name'));\n    }\n\n    /**\n     * @expectedException \\Migration\\Exception\n     * @expectedExceptionMessage Record structure does not match provided Data\n     * @return void\n     */\n    public function testSetDataWithException()\n    {\n        $this->structure->expects($this->any())->method('getFields')->willReturn(['id', 'name']);\n        $this->record->setStructure($this->structure);\n        $this->record->setData(['id' => 11, 'wrongName' => 'item2']);\n    }\n\n    /**\n     * @return void\n     */\n    public function testGetData()\n    {\n        $this->assertEquals(['id' => 10, 'name' => 'item1'], $this->record->getData());\n    }\n\n    /**\n     * @return void\n     */\n    public function testGetDataDefault()\n    {\n        $structureData = [\n            'id' => ['NULLABLE' => true, 'DEFAULT' => 10],\n            'sku' => ['NULLABLE' => true, 'DEFAULT' => 'item1'],\n            'name' => ['NULLABLE' => true, 'DEFAULT' => null]\n        ];\n        $fieldsDefault = ['id' => 10, 'sku' => 'item1', 'name' => ''];\n        $this->structure->expects($this->any())->method('getFields')->willReturn($structureData);\n        $this->assertEquals($fieldsDefault, $this->record->getDataDefault());\n    }\n\n    /**\n     * @return array\n     */\n    public function getFieldsDataProvider()\n    {\n        return [\n            ['structureData' => ['id' => '123', 'name' => 'smnm'], 'fields' => ['id', 'name']]\n        ];\n    }\n\n    /**\n     * @param array $structureData\n     * @param array $fields\n     * @dataProvider getFieldsDataProvider\n     * @return void\n     */\n    public function testGetFields($structureData, $fields)\n    {\n        $structure = $this->createPartialMock(\n            \\Migration\\ResourceModel\\Structure::class,\n            ['getFields']\n        );\n        $structure->expects($this->once())->method('getFields')->will($this->returnValue($structureData));\n        $this->record->setStructure($structure);\n        $this->assertEquals($fields, $this->record->getFields());\n    }\n\n    /**\n     * @throws \\Migration\\Exception\n     * @return void\n     */\n    public function testGetFieldsInvalid()\n    {\n        $this->record->setStructure(null);\n        $this->expectException('Exception');\n        $this->expectExceptionMessage('Structure not set');\n        $this->record->getFields();\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/ResourceModel/SourceTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n\nnamespace Migration\\ResourceModel;\n\n/**\n * ResourceModel source test class\n */\nclass SourceTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @var \\Migration\\Config|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $config;\n\n    /**\n     * @var \\Migration\\ResourceModel\\Adapter\\Mysql|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $adapter;\n\n    /**\n     * @var \\Migration\\ResourceModel\\AdapterFactory|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $adapterFactory;\n\n    /**\n     * @var \\Migration\\ResourceModel\\Source\n     */\n    protected $resourceSource;\n\n    /**\n     * @var \\Migration\\ResourceModel\\DocumentFactory|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $documentFactory;\n\n    /**\n     * @var \\Migration\\ResourceModel\\StructureFactory|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $structureFactory;\n\n    /**\n     * @var \\Migration\\ResourceModel\\Document|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $document;\n\n    /**\n     * @var \\Migration\\ResourceModel\\Structure|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $structure;\n\n    /**\n     * @var \\Migration\\ResourceModel\\Document\\Collection|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $documentCollection;\n\n    /**\n     * @var int\n     */\n    protected $bulkSize = 10;\n\n    /**\n     * @return void\n     */\n    protected function setUp()\n    {\n        $adapterConfigs = ['resourceType' => 'source'];\n        $this->config = $this->createPartialMock(\n            \\Migration\\Config::class,\n            ['getOption']\n        );\n        $this->adapter = $this->createPartialMock(\n            \\Migration\\ResourceModel\\Adapter\\Mysql::class,\n            [\n                'select',\n                'fetchAll',\n                'query',\n                'loadPage',\n                'createDelta',\n                'loadChangedRecords',\n                'loadDeletedRecords',\n                'getDocumentStructure',\n                'getRecords'\n            ]\n        );\n        $this->adapterFactory = $this->createPartialMock(\n            \\Migration\\ResourceModel\\AdapterFactory::class,\n            ['create']\n        );\n        $this->adapterFactory->expects($this->once())\n            ->method('create')\n            ->with($adapterConfigs)\n            ->will($this->returnValue($this->adapter));\n        $this->documentFactory = $this->getMockBuilder(\\Migration\\ResourceModel\\DocumentFactory::class)\n            ->setMethods(['create'])\n            ->disableOriginalConstructor()\n            ->getMock();\n        $this->document = $this->getMockBuilder(\\Migration\\ResourceModel\\Document::class)\n            ->setMethods(['getStructure'])\n            ->disableOriginalConstructor()\n            ->getMock();\n        $this->structureFactory = $this->getMockBuilder(\\Migration\\ResourceModel\\StructureFactory::class)\n            ->setMethods(['create'])\n            ->disableOriginalConstructor()\n            ->getMock();\n        $this->structure = $this->getMockBuilder(\\Migration\\ResourceModel\\Structure::class)\n            ->setMethods(['getFields'])\n            ->disableOriginalConstructor()\n            ->getMock();\n        $this->documentCollection = $this->createMock(\\Migration\\ResourceModel\\Document\\Collection::class);\n        $this->resourceSource = new \\Migration\\ResourceModel\\Source(\n            $this->adapterFactory,\n            $this->config,\n            $this->documentFactory,\n            $this->structureFactory,\n            $this->documentCollection\n        );\n    }\n\n    /**\n     * @return void\n     */\n    public function testLoadPage()\n    {\n        $this->config->expects($this->any())->method('getOption')->willReturnMap([\n            ['edition_migrate', 'opensource-to-commerce'],\n            ['bulk_size', $this->bulkSize],\n            ['init_statements_source', 'SET NAMES utf8;']\n        ]);\n        $this->adapter->expects($this->any())->method('loadPage')->with('table', 2)->willReturn(['1', '2']);\n        $this->assertEquals(['1', '2'], $this->resourceSource->loadPage('table', 2));\n    }\n\n    /**\n     * @return void\n     */\n    public function testCreateDelta()\n    {\n        $this->adapter->expects($this->once())->method('createDelta')\n            ->with('spfx_document', 'spfx_m2_cl_document', 'key_field');\n        $this->config->expects($this->any())->method('getOption')->willReturnMap([\n            ['edition_migrate', 'opensource-to-commerce'],\n            [Source::CONFIG_DOCUMENT_PREFIX, 'spfx_'],\n            ['init_statements_source', 'SET NAMES utf8;']\n        ]);\n        $this->resourceSource->createDelta('document', 'key_field');\n    }\n\n    /**\n     * @return void\n     */\n    public function testGetChangedRecords()\n    {\n        $this->adapter->expects($this->once())->method('loadChangedRecords')\n            ->with('document', 'm2_cl_document', 'key_field', 0, 100);\n        $this->config->expects($this->any())->method('getOption')->willReturnMap([\n            ['edition_migrate', 'opensource-to-commerce'],\n            ['source_prefix', ''],\n            ['bulk_size', 100],\n            ['init_statements_source', 'SET NAMES utf8;']\n        ]);\n        $this->resourceSource->getChangedRecords('document', 'key_field');\n    }\n\n    /**\n     * @return void\n     */\n    public function testGetDeletedRecords()\n    {\n        $this->adapter->expects($this->once())->method('loadDeletedRecords')\n            ->with('m2_cl_document', 'key_field', 0, 100);\n        $this->config->expects($this->any())->method('getOption')->willReturnMap([\n            ['edition_migrate', 'opensource-to-commerce'],\n            ['source_prefix', ''],\n            ['bulk_size', 100],\n            ['init_statements_source', 'SET NAMES utf8;']\n        ]);\n        $this->resourceSource->getDeletedRecords('document', 'key_field');\n    }\n\n    /**\n     * @return void\n     */\n    public function testGetRecordsWithOneBulkSize()\n    {\n        $document = 'doc1';\n        $structureData = ['id' => 'int'];\n        $records = [['id' => 0, 'field1' => 'data']];\n        $fields = ['id' => ['PRIMARY' => true, 'IDENTITY' => true, 'COLUMN_NAME' => 'id']];\n        $this->config->expects($this->any())->method('getOption')->willReturnMap([\n            ['edition_migrate', 'opensource-to-opensource'],\n            ['source_prefix', ''],\n            ['bulk_size', 1],\n            ['init_statements_source', 'SET NAMES utf8;']\n        ]);\n        $this->adapter\n            ->expects($this->any())\n            ->method('getDocumentStructure')\n            ->with($document)\n            ->willReturn($structureData);\n        $this->adapter->expects($this->any())->method('loadPage')->with($document, 0, 1, 'id', 1)->willReturn($records);\n        $this->structureFactory\n            ->method('create')\n            ->with(['documentName' => $document, 'data' => $structureData])\n            ->willReturn($this->structure);\n        $this->documentFactory\n            ->method('create')\n            ->with(['structure' => $this->structure, 'documentName' => $document])\n            ->willReturn($this->document);\n        $this->document->expects($this->any())->method('getStructure')->will($this->returnValue($this->structure));\n        $this->structure->expects($this->any())->method('getFields')->will($this->returnValue($fields));\n        $this->resourceSource->setLastLoadedRecord($document, $records[0]);\n        $this->assertEquals($records, $this->resourceSource->getRecords($document, 0));\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/ResourceModel/Structure/CollectionTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\ResourceModel\\Structure;\n\nclass CollectionTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @var []\n     */\n    protected $structures;\n\n    /**\n     * @var \\Migration\\ResourceModel\\Structure\\Collection\n     */\n    protected $structureCollection;\n\n    /**\n     * @return void\n     */\n    protected function setUp()\n    {\n        $structure1 = $this->createMock(\\Migration\\ResourceModel\\Structure::class);\n        $structure2 = $this->createMock(\\Migration\\ResourceModel\\Structure::class);\n        $structure3 = $this->createMock(\\Migration\\ResourceModel\\Structure::class);\n        $this->structures = ['table1' => $structure1, 'table2' => $structure2, 'table3' => $structure3];\n        $this->structureCollection = new \\Migration\\ResourceModel\\Structure\\Collection($this->structures);\n    }\n\n    /**\n     * @return void\n     */\n    public function testAddStructure()\n    {\n        $this->assertEquals(3, count($this->structureCollection));\n        $structure = $this->createMock(\\Migration\\ResourceModel\\Structure::class);\n        $this->structureCollection->addStructure('table4', $structure);\n        $this->assertEquals(4, count($this->structureCollection));\n    }\n\n    /**\n     * @return void\n     */\n    public function testGetStructure()\n    {\n        $this->assertEquals($this->structures['table2'], $this->structureCollection->getStructure('table2'));\n    }\n\n    /**\n     * @return void\n     */\n    public function testGetStructureNotExists()\n    {\n        $this->assertNull($this->structureCollection->getStructure('table5'));\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/ResourceModel/StructureTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\ResourceModel;\n\nclass StructureTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @var \\Migration\\ResourceModel\\Structure\n     */\n    protected $structure;\n\n    /**\n     * @return void\n     */\n    protected function setUp()\n    {\n        $this->structure = new \\Migration\\ResourceModel\\Structure(['id' => 'int', 'name' => 'varchar']);\n    }\n\n    /**\n     * @return void\n     */\n    public function testGetFields()\n    {\n        $this->assertEquals(['id' => 'int', 'name' => 'varchar'], $this->structure->getFields());\n    }\n\n    /**\n     * @return void\n     */\n    public function testHasField()\n    {\n        $this->assertTrue($this->structure->hasField('name'));\n    }\n\n    /**\n     * @return void\n     */\n    public function testNotHasField()\n    {\n        $this->assertFalse($this->structure->hasField('new_name'));\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/Step/CustomCustomerAttributes/DataTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\CustomCustomerAttributes;\n\nuse Migration\\Reader\\MapInterface;\nuse Migration\\Step\\DatabaseStage;\nuse Migration\\Reader\\Map;\n\n/**\n * Class DataTest\n */\nclass DataTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @var \\Migration\\Step\\CustomCustomerAttributes\\Data\n     */\n    protected $step;\n\n    /**\n     * @var \\Migration\\Config|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $config;\n\n    /**\n     * @var \\Migration\\ResourceModel\\Source|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $source;\n\n    /**\n     * @var \\Migration\\ResourceModel\\Destination|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $destination;\n\n    /**\n     * @var \\Migration\\App\\ProgressBar\\LogLevelProcessor|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $progress;\n\n    /**\n     * @var \\Migration\\ResourceModel\\RecordFactory|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $recordFactory;\n\n    /**\n     * @var \\Migration\\Logger\\Logger|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $logger;\n\n    /**\n     * @var Map|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $map;\n\n    /**\n     * @var \\Migration\\Reader\\Groups|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $groups;\n\n    /**\n     * @return void\n     */\n    public function setUp()\n    {\n        $this->config = $this->getMockBuilder(\\Migration\\Config::class)->disableOriginalConstructor()\n            ->setMethods(['getSource'])\n            ->getMock();\n        $this->config->expects($this->any())->method('getSource')->will(\n            $this->returnValue(['type' => DatabaseStage::SOURCE_TYPE])\n        );\n\n        $this->source = $this->getMockBuilder(\\Migration\\ResourceModel\\Source::class)->disableOriginalConstructor()\n            ->setMethods(['getDocument', 'getRecordsCount', 'getAdapter', 'addDocumentPrefix', 'getRecords'])\n            ->getMock();\n        $this->source->expects($this->any())->method('addDocumentPrefix')->willReturnCallback(function ($name) {\n            return 'source_suffix_' . $name;\n        });\n        $this->destination = $this->getMockBuilder(\\Migration\\ResourceModel\\Destination::class)\n            ->disableOriginalConstructor()\n            ->setMethods(['getDocument', 'getRecordsCount', 'getAdapter', 'addDocumentPrefix', 'saveRecords'])\n            ->getMock();\n        $this->destination->expects($this->any())->method('addDocumentPrefix')->willReturnCallback(function ($name) {\n            return 'destination_suffix_' . $name;\n        });\n        $this->progress = $this->getMockBuilder(\\Migration\\App\\ProgressBar\\LogLevelProcessor::class)\n            ->disableOriginalConstructor()\n            ->setMethods(['start', 'finish', 'advance'])\n            ->getMock();\n        $this->progress->expects($this->any())->method('start');\n        $this->progress->expects($this->any())->method('finish');\n        $this->progress->expects($this->any())->method('advance');\n\n        $this->recordFactory = $this->getMockBuilder(\\Migration\\ResourceModel\\RecordFactory::class)\n            ->disableOriginalConstructor()\n            ->setMethods(['create'])\n            ->getMock();\n\n        $this->logger = $this->getMockBuilder(\\Migration\\Logger\\Logger::class)->disableOriginalConstructor()\n            ->setMethods(['create'])\n            ->getMock();\n\n        $this->map = $this->getMockBuilder(\\Migration\\Reader\\Map::class)->disableOriginalConstructor()\n            ->setMethods(['getDocumentMap', 'init', 'getDocumentList', 'getDestDocumentsToClear'])\n            ->getMock();\n\n        /** @var \\Migration\\Reader\\MapFactory|\\PHPUnit_Framework_MockObject_MockObject $mapFactory */\n        $mapFactory = $this->getMockBuilder(\\Migration\\Reader\\MapFactory::class)->disableOriginalConstructor()\n            ->setMethods(['create'])\n            ->getMock();\n\n        $mapFactory->expects($this->any())->method('create')->with('customer_attr_map_file')->willReturn($this->map);\n\n        $this->groups = $this->getMockBuilder(\\Migration\\Reader\\Groups::class)->disableOriginalConstructor()\n            ->getMock();\n\n        $this->groups->expects($this->any())->method('getGroup')->with('source_documents')->willReturn([\n                'source_document_1' => 'entity_id',\n        ]);\n\n        /** @var \\Migration\\Reader\\GroupsFactory|\\PHPUnit_Framework_MockObject_MockObject $groupsFactory */\n        $groupsFactory = $this->getMockBuilder(\\Migration\\Reader\\GroupsFactory::class)->disableOriginalConstructor()\n            ->setMethods(['create'])\n            ->getMock();\n\n        $groupsFactory->expects($this->any())->method('create')->with('customer_attr_document_groups_file')\n            ->willReturn($this->groups);\n\n        $this->logger = $this->getMockBuilder(\\Migration\\Logger\\Logger::class)->disableOriginalConstructor()\n            ->setMethods(['debug'])\n            ->getMock();\n        $this->step = new Data(\n            $this->config,\n            $this->source,\n            $this->destination,\n            $this->progress,\n            $this->recordFactory,\n            $mapFactory,\n            $groupsFactory,\n            $this->logger\n        );\n    }\n\n    /**\n     * @return void\n     */\n    public function testPerform()\n    {\n        $this->map->expects($this->any())->method('getDocumentMap')->willReturnMap(\n            [\n                ['source_document_1', MapInterface::TYPE_SOURCE, 'destination_document_1'],\n            ]\n        ) ;\n        $sourceTable = $this->getMockBuilder(\\Magento\\Framework\\DB\\Ddl\\Table::class)->disableOriginalConstructor()\n            ->setMethods(['getColumns'])->getMock();\n        $sourceTable->expects($this->any())->method('getColumns')->will($this->returnValue([['asdf']]));\n\n        $sourceAdapter = $this->getMockBuilder(\\Migration\\ResourceModel\\Adapter\\Mysql::class)\n            ->disableOriginalConstructor()\n            ->setMethods(['getTableDdlCopy'])\n            ->getMock();\n        $sourceAdapter->expects($this->any())->method('getTableDdlCopy')\n            ->with('source_suffix_source_document_1', 'destination_suffix_destination_document_1')\n            ->will($this->returnValue($sourceTable));\n\n        $destinationTable = $this->getMockBuilder(\\Magento\\Framework\\DB\\Ddl\\Table::class)->disableOriginalConstructor()\n            ->setMethods(['setColumn'])->getMock();\n        $destinationTable->expects($this->any())->method('setColumn')->with(['asdf']);\n        $destAdapter = $this->getMockBuilder(\\Migration\\ResourceModel\\Adapter\\Mysql::class)\n            ->disableOriginalConstructor()\n            ->setMethods(['createTableByDdl', 'getTableDdlCopy'])\n            ->getMock();\n        $destAdapter->expects($this->any())->method('getTableDdlCopy')\n            ->with('destination_suffix_destination_document_1', 'destination_suffix_destination_document_1')\n            ->will($this->returnValue($destinationTable));\n        $destAdapter->expects($this->any())->method('createTableByDdl')->with($destinationTable);\n\n        $this->source->expects($this->once())->method('getAdapter')->will($this->returnValue($sourceAdapter));\n        $this->destination->expects($this->once())->method('getAdapter')->will($this->returnValue($destAdapter));\n\n        $recordsCollection = $this->getMockBuilder(\\Migration\\ResourceModel\\Record\\Collection::class)\n            ->disableOriginalConstructor()\n            ->setMethods(['addRecord'])\n            ->getMock();\n\n        $destDocument = $this->getMockBuilder(\\Migration\\ResourceModel\\Document::class)->disableOriginalConstructor()\n            ->setMethods(['getRecords', 'getName'])\n            ->getMock();\n        $destDocument->expects($this->any())->method('getName')->will($this->returnValue('some_name'));\n        $destDocument->expects($this->any())->method('getRecords')->will($this->returnValue($recordsCollection));\n\n        $record = $this->getMockBuilder(\\Migration\\ResourceModel\\Record::class)->disableOriginalConstructor()\n            ->setMethods(['setData'])\n            ->getMock();\n        $record->expects($this->once())->method('setData')->with(['field_1' => 1, 'field_2' => 2]);\n        $this->recordFactory->expects($this->any())->method('create')->with(['document' => $destDocument])\n            ->will($this->returnValue($record));\n        $recordsCollection->expects($this->any())->method('addRecord')->with($record);\n\n        $this->destination->expects($this->any())->method('getDocument')->will($this->returnValue($destDocument));\n        $this->logger->expects($this->any())->method('debug')->with('migrating', ['table' => 'source_document_1'])\n            ->willReturn(true);\n        $this->source->expects($this->any())->method('getRecords')->will($this->returnValueMap(\n            [\n                ['source_document_1', 0, null, [['field_1' => 1, 'field_2' => 2]]]\n            ]\n        ));\n\n        $this->assertTrue($this->step->perform());\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/Step/CustomCustomerAttributes/IntegrityTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\CustomCustomerAttributes;\n\nuse Migration\\Reader\\Map;\nuse Migration\\Reader\\MapInterface;\n\n/**\n * Class IntegrityTest\n */\nclass IntegrityTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @var \\Migration\\App\\ProgressBar\\LogLevelProcessor|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $progress;\n\n    /**\n     * @var \\Migration\\Logger\\Logger|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $logger;\n\n    /**\n     * @var \\Migration\\ResourceModel\\Source|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $source;\n\n    /**\n     * @var \\Migration\\ResourceModel\\Destination|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $destination;\n\n    /**\n     * @var Integrity\n     */\n    protected $log;\n\n    /**\n     * @var Map|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $map;\n\n    /**\n     * @var \\Migration\\Reader\\Groups|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $readerGroups;\n\n    /**\n     * @return void\n     */\n    public function setUp()\n    {\n        $this->logger = $this->createPartialMock(\n            \\Migration\\Logger\\Logger::class,\n            ['debug', 'error']\n        );\n        $this->source = $this->createPartialMock(\n            \\Migration\\ResourceModel\\Source::class,\n            ['getDocumentList', 'getDocument']\n        );\n        $this->progress = $this->createPartialMock(\n            \\Migration\\App\\ProgressBar\\LogLevelProcessor::class,\n            ['start', 'finish', 'advance']\n        );\n        $this->destination = $this->createPartialMock(\n            \\Migration\\ResourceModel\\Destination::class,\n            ['getDocumentList', 'getDocument']\n        );\n        $this->map = $this->getMockBuilder(\\Migration\\Reader\\Map::class)->disableOriginalConstructor()\n            ->getMock();\n\n        /** @var \\Migration\\Reader\\MapFactory|\\PHPUnit_Framework_MockObject_MockObject $mapFactory */\n        $mapFactory = $this->createMock(\\Migration\\Reader\\MapFactory::class);\n        $mapFactory->expects($this->any())->method('create')->with('customer_attr_map_file')->willReturn($this->map);\n\n        $this->readerGroups = $this->createPartialMock(\n            \\Migration\\Reader\\Groups::class,\n            ['getGroup']\n        );\n        $this->readerGroups->expects($this->any())->method('getGroup')->willReturnMap(\n            [\n                ['source_documents', ['document1' => '']]\n            ]\n        );\n\n        /** @var \\Migration\\Reader\\GroupsFactory|\\PHPUnit_Framework_MockObject_MockObject $groupsFactory */\n        $groupsFactory = $this->createPartialMock(\n            \\Migration\\Reader\\GroupsFactory::class,\n            ['create']\n        );\n        $groupsFactory->expects($this->any())\n            ->method('create')\n            ->with('customer_attr_document_groups_file')\n            ->willReturn($this->readerGroups);\n\n        $config = $this->getMockBuilder(\\Migration\\Config::class)->disableOriginalConstructor()\n            ->getMock();\n\n        $this->log = new Integrity(\n            $this->progress,\n            $this->logger,\n            $config,\n            $this->source,\n            $this->destination,\n            $mapFactory,\n            $groupsFactory\n        );\n    }\n\n    /**\n     * @covers \\Migration\\Step\\Log\\Integrity::getIterationsCount\n     * @return void\n     */\n    public function testPerform()\n    {\n        $fields = ['field1' => ['DATA_TYPE' => 'int']];\n\n        $structure = $this->getMockBuilder(\\Migration\\ResourceModel\\Structure::class)\n            ->disableOriginalConstructor()->setMethods([])->getMock();\n        $structure->expects($this->any())->method('getFields')->will($this->returnValue($fields));\n        $this->source->expects($this->atLeastOnce())->method('getDocumentList')\n            ->will($this->returnValue(['document1']));\n        $this->destination->expects($this->atLeastOnce())->method('getDocumentList')\n            ->will($this->returnValue(['document2']));\n        $document = $this->getMockBuilder(\\Migration\\ResourceModel\\Document::class)\n            ->disableOriginalConstructor()\n            ->getMock();\n        $document->expects($this->any())->method('getStructure')->will($this->returnValue($structure));\n\n        $this->map->expects($this->any())->method('getDocumentMap')->willReturnMap(\n            [\n                ['document1', MapInterface::TYPE_SOURCE, 'document2'],\n                ['document2', MapInterface::TYPE_DEST, 'document1']\n            ]\n        ) ;\n\n        $this->source->expects($this->any())->method('getDocument')->will($this->returnValue($document));\n        $this->destination->expects($this->any())->method('getDocument')->will($this->returnValue($document));\n        $this->map->expects($this->any())->method('getFieldMap')->will($this->returnValue('field1'));\n        $this->logger->expects($this->never())->method('error');\n\n        $this->assertTrue($this->log->perform());\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/Step/CustomCustomerAttributes/VolumeTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\CustomCustomerAttributes;\n\nuse Migration\\Logger\\Logger;\nuse Migration\\Reader\\Map;\nuse Migration\\ResourceModel;\n\n/**\n * Class VolumeTest\n */\nclass VolumeTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @var \\Migration\\App\\ProgressBar\\LogLevelProcessor|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $progress;\n\n    /**\n     * @var Logger|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $logger;\n\n    /**\n     * @var ResourceModel\\Source|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $source;\n\n    /**\n     * @var ResourceModel\\Destination|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $destination;\n\n    /**\n     * @var Map|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $map;\n\n    /**\n     * @var Volume\n     */\n    protected $volume;\n\n    /**\n     * @var \\Migration\\Reader\\Groups|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $readerGroups;\n\n    /**\n     * @return void\n     */\n    public function setUp()\n    {\n        $this->logger = $this->createPartialMock(\n            \\Migration\\Logger\\Logger::class,\n            ['error']\n        );\n        $this->progress = $this->createPartialMock(\n            \\Migration\\App\\ProgressBar\\LogLevelProcessor::class,\n            ['start', 'finish', 'advance']\n        );\n        $this->source = $this->createPartialMock(\n            \\Migration\\ResourceModel\\Source::class,\n            ['getDocumentList', 'getRecordsCount', 'getDocument']\n        );\n        $this->destination = $this->createPartialMock(\n            \\Migration\\ResourceModel\\Destination::class,\n            ['getRecordsCount', 'getDocument']\n        );\n\n        $this->map = $this->getMockBuilder(\\Migration\\Reader\\Map::class)->disableOriginalConstructor()\n            ->getMock();\n\n        /** @var \\Migration\\Reader\\MapFactory|\\PHPUnit_Framework_MockObject_MockObject $mapFactory */\n        $mapFactory = $this->createMock(\\Migration\\Reader\\MapFactory::class);\n        $mapFactory->expects($this->any())->method('create')->with('customer_attr_map_file')->willReturn($this->map);\n\n        $this->readerGroups = $this->createPartialMock(\n            \\Migration\\Reader\\Groups::class,\n            ['getGroup']\n        );\n        $this->readerGroups->expects($this->any())->method('getGroup')->willReturnMap(\n            [\n                ['source_documents', ['document1' => '']]\n            ]\n        );\n\n        /** @var \\Migration\\Reader\\GroupsFactory|\\PHPUnit_Framework_MockObject_MockObject $groupsFactory */\n        $groupsFactory = $this->createPartialMock(\n            \\Migration\\Reader\\GroupsFactory::class,\n            ['create']\n        );\n        $groupsFactory->expects($this->any())\n            ->method('create')\n            ->with('customer_attr_document_groups_file')\n            ->willReturn($this->readerGroups);\n\n        $this->volume = new Volume(\n            $this->source,\n            $this->destination,\n            $this->progress,\n            $mapFactory,\n            $groupsFactory,\n            $this->logger\n        );\n    }\n\n    /**\n     * @return void\n     */\n    public function testPerform()\n    {\n        $fields = ['field1' => []];\n\n        $structure = $this->getMockBuilder(\\Migration\\ResourceModel\\Structure::class)\n            ->disableOriginalConstructor()->setMethods([])->getMock();\n        $structure->expects($this->any())->method('getFields')->will($this->returnValue($fields));\n\n        $document = $this->getMockBuilder(\\Migration\\ResourceModel\\Document::class)\n            ->disableOriginalConstructor()\n            ->getMock();\n        $document->expects($this->any())->method('getStructure')->will($this->returnValue($structure));\n\n        $this->map->expects($this->once())->method('getDocumentMap')->with('document1')->willReturn('document2');\n        $this->source->expects($this->once())->method('getRecordsCount')->willReturn(3);\n\n        $this->source->expects($this->once())->method('getDocument')->with('document1')->willReturn($document);\n        $this->destination->expects($this->once())->method('getDocument')->with('document2')->willReturn($document);\n\n        $this->destination->expects($this->any())->method('getRecordsCount')\n            ->willReturnMap([['document2', true, [], 3]]);\n        $this->assertTrue($this->volume->perform());\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/Step/CustomCustomerAttributesTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n\nnamespace Migration\\Step;\n\n/**\n * Class CustomCustomerAttributesTest\n */\nabstract class CustomCustomerAttributesTest extends \\PHPUnit\\Framework\\TestCase\n{\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/Step/Eav/HelperTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\Eav;\n\nuse Migration\\Reader\\Map;\nuse Migration\\Reader\\MapInterface;\nuse Migration\\RecordTransformerFactory;\nuse Migration\\ResourceModel\\Destination;\nuse Migration\\ResourceModel\\Source;\n\n/**\n * Class HelperTest\n */\nclass HelperTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @var Helper\n     */\n    protected $helper;\n\n    /**\n     * @var Map|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $map;\n\n    /**\n     * @var Source|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $source;\n\n    /**\n     * @var Destination|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $destination;\n\n    /**\n     * @var RecordTransformerFactory|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $factory;\n\n    /**\n     * @var \\Migration\\Reader\\Groups|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $readerGroups;\n\n    /**\n     * @var \\Migration\\Reader\\Groups|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $readerAttributes;\n\n    /**\n     * @var \\Migration\\ResourceModel\\Adapter\\Mysql|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $adapter;\n\n    /**\n     * @var \\Magento\\Framework\\DB\\Adapter\\Pdo\\Mysql|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $pdoMysql;\n\n    /**\n     * @var \\Magento\\Framework\\DB\\Select|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $select;\n\n    /**\n     * @return void\n     */\n    public function setUp()\n    {\n        $this->map = $this->getMockBuilder(\\Migration\\Reader\\Map::class)->disableOriginalConstructor()\n            ->setMethods(['getDocumentMap'])\n            ->getMock();\n\n        /** @var \\Migration\\Reader\\MapFactory|\\PHPUnit_Framework_MockObject_MockObject $mapFactory */\n        $mapFactory = $this->createMock(\\Migration\\Reader\\MapFactory::class);\n        $mapFactory->expects($this->any())->method('create')->with('eav_map_file')->willReturn($this->map);\n\n        $this->source = $this->getMockBuilder(\\Migration\\ResourceModel\\Source::class)->disableOriginalConstructor()\n            ->setMethods(['getRecordsCount', 'getRecords', 'getAdapter', 'addDocumentPrefix'])\n            ->getMock();\n        $this->destination = $this->getMockBuilder(\\Migration\\ResourceModel\\Destination::class)\n            ->disableOriginalConstructor()\n            ->setMethods(['getRecordsCount', 'getRecords', 'deleteDocumentBackup'])\n            ->getMock();\n        $this->factory = $this->getMockBuilder(\\Migration\\RecordTransformerFactory::class)->disableOriginalConstructor()\n            ->setMethods(['create'])\n            ->getMock();\n        $this->readerGroups = $this->getMockBuilder(\\Migration\\Reader\\Groups::class)\n            ->disableOriginalConstructor()\n            ->setMethods([])\n            ->getMock();\n        $this->readerAttributes = $this->getMockBuilder(\\Migration\\Reader\\Groups::class)\n            ->disableOriginalConstructor()\n            ->setMethods([])\n            ->getMock();\n        /** @var \\Migration\\Reader\\GroupsFactory|\\PHPUnit_Framework_MockObject_MockObject $groupsFactory */\n        $groupsFactory = $this->getMockBuilder(\\Migration\\Reader\\GroupsFactory::class)\n            ->disableOriginalConstructor()\n            ->setMethods(['create'])\n            ->getMock();\n        $groupsFactory->expects($this->any())\n            ->method('create')\n            ->willReturnMap(\n                [\n                    ['eav_document_groups_file', $this->readerGroups],\n                    ['eav_attribute_groups_file', $this->readerAttributes]\n                ]\n            );\n        $this->adapter = $this->createPartialMock(\n            \\Migration\\ResourceModel\\Adapter\\Mysql::class,\n            ['getSelect']\n        );\n        $this->pdoMysql = $this->createPartialMock(\n            \\Magento\\Framework\\DB\\Adapter\\Pdo\\Mysql::class,\n            ['fetchPairs']\n        );\n        $this->select = $this->createPartialMock(\n            \\Magento\\Framework\\DB\\Select::class,\n            ['from', 'getAdapter']\n        );\n        $this->helper = new Helper($mapFactory, $this->source, $this->destination, $this->factory, $groupsFactory);\n    }\n\n    /**\n     * @return void\n     */\n    public function testGetSourceRecordsCount()\n    {\n        $this->source->expects($this->once())->method('getRecordsCount')->with('some_document')\n            ->will($this->returnValue(5));\n        $this->assertEquals(5, $this->helper->getSourceRecordsCount('some_document'));\n    }\n\n    /**\n     * @return void\n     */\n    public function testGetDestinationRecordsCount()\n    {\n        $this->map->expects($this->once())->method('getDocumentMap')\n            ->with('some_document', MapInterface::TYPE_SOURCE)\n            ->will($this->returnValue('some_dest_document'));\n        $this->destination->expects($this->once())->method('getRecordsCount')->with('some_dest_document')\n            ->will($this->returnValue(5));\n        $this->assertEquals(5, $this->helper->getDestinationRecordsCount('some_document'));\n    }\n\n    /**\n     * @return void\n     */\n    public function testGetSourceRecords()\n    {\n        $this->source->expects($this->once())->method('getRecordsCount')->will($this->returnValue(1));\n        $this->source->expects($this->once())->method('getRecords')->with('test_source_document', 0, 1)\n            ->will($this->returnValue([['key' => 'key_value', 'field' => 'field_value']]));\n\n        $result = [\n            'key_value-field_value' => ['key' => 'key_value', 'field' => 'field_value']\n        ];\n\n        $this->assertEquals($result, $this->helper->getSourceRecords('test_source_document', ['key', 'field']));\n    }\n\n    /**\n     * @return void\n     */\n    public function testGetDestinationRecords()\n    {\n        $this->map->expects($this->once())->method('getDocumentMap')\n            ->with('test_source_document', MapInterface::TYPE_SOURCE)\n            ->will($this->returnValue('test_dest_document'));\n        $this->destination->expects($this->once())->method('getRecordsCount')->will($this->returnValue(1));\n        $this->destination->expects($this->once())->method('getRecords')->with('test_dest_document', 0, 1)\n            ->will($this->returnValue([['key' => 'key_value', 'field' => 'field_value']]));\n\n        $result = [\n            'key_value-field_value' => ['key' => 'key_value', 'field' => 'field_value']\n        ];\n        $this->assertEquals($result, $this->helper->getDestinationRecords('test_source_document', ['key', 'field']));\n    }\n\n    /**\n     * @return void\n     */\n    public function testGetSourceRecordsNoKey()\n    {\n        $row = ['key' => 'key_value', 'field' => 'field_value'];\n        $this->source->expects($this->once())->method('getRecordsCount')->will($this->returnValue(1));\n        $this->source->expects($this->once())->method('getRecords')->with('test_source_document', 0, 1)\n            ->will($this->returnValue([$row]));\n\n        $this->assertEquals([$row], $this->helper->getSourceRecords('test_source_document'));\n    }\n\n    /**\n     * @return void\n     */\n    public function testGetDestinationRecordsNoKey()\n    {\n        $row = ['key' => 'key_value', 'field' => 'field_value'];\n        $this->map->expects($this->once())->method('getDocumentMap')\n            ->with('test_source_document', MapInterface::TYPE_SOURCE)\n            ->will($this->returnValue('test_dest_document'));\n        $this->destination->expects($this->once())->method('getRecordsCount')->will($this->returnValue(1));\n        $this->destination->expects($this->once())->method('getRecords')->with('test_dest_document', 0, 1)\n            ->will($this->returnValue([$row]));\n\n        $this->assertEquals([$row], $this->helper->getDestinationRecords('test_source_document'));\n    }\n\n    /**\n     * @return void\n     */\n    public function testGetRecordTransformer()\n    {\n        $sourceDocument = $this->getMockBuilder(\\Migration\\ResourceModel\\Document::class)->disableOriginalConstructor()\n            ->getMock();\n        $destinationDocument = $this->getMockBuilder(\\Migration\\ResourceModel\\Document::class)\n            ->disableOriginalConstructor()\n            ->getMock();\n        $recordTransformer = $this->getMockBuilder(\\Migration\\RecordTransformer::class)->disableOriginalConstructor()\n            ->setMethods(['init'])\n            ->getMock();\n\n        $this->factory->expects($this->once())->method('create')\n            ->with(\n                [\n                    'sourceDocument' => $sourceDocument,\n                    'destDocument' => $destinationDocument,\n                    'mapReader' => $this->map\n                ]\n            )->will($this->returnValue($recordTransformer));\n\n        $recordTransformer->expects($this->once())->method('init')->will($this->returnSelf());\n\n        $this->assertSame(\n            $recordTransformer,\n            $this->helper->getRecordTransformer($sourceDocument, $destinationDocument)\n        );\n    }\n\n    /**\n     * @return void\n     */\n    public function testDeleteBackups()\n    {\n        $this->readerGroups->expects($this->once())->method('getGroup')->with('documents')\n            ->willReturn(['some_document' => 0]);\n        $this->map->expects($this->once())->method('getDocumentMap')\n            ->with('some_document', MapInterface::TYPE_SOURCE)\n            ->will($this->returnValue('some_dest_document'));\n        $this->destination->expects($this->once())->method('deleteDocumentBackup')->with('some_dest_document');\n        $this->helper->deleteBackups();\n    }\n\n    /**\n     * @return void\n     */\n    public function testClearIgnoredAttributes()\n    {\n        $allSourceRecords = [\n            0 => [\n                'attribute_code' => 'ignored_attribute',\n                'entity_type_id' => 111,\n            ],\n            1 => [\n                'attribute_code' => 'attribute_1',\n                'entity_type_id' => 1,\n            ],\n            2 => [\n                'attribute_code' => 'attribute_2',\n                'entity_type_id' => 2,\n            ]\n        ];\n        $clearedSourceRecords = [\n            1 => [\n                'attribute_code' => 'attribute_1',\n                'entity_type_id' => 1,\n            ],\n            2 => [\n                'attribute_code' => 'attribute_2',\n                'entity_type_id' => 2,\n            ]\n        ];\n        $entityTypesCodeToId = [\n            'ignored_attribute_type' => 111,\n            'attribute_type_1' => 1,\n            'attribute_type_2' => 2,\n        ];\n        $eavEntityTypeTable = 'eav_entity_type';\n        $this->readerAttributes->expects($this->once())->method('getGroup')->with('ignore')\n            ->willReturn(['ignored_attribute' => ['ignored_attribute_type']]);\n        $this->source->expects($this->once())->method('getAdapter')->willReturn($this->adapter);\n        $this->source\n            ->expects($this->once())\n            ->method('addDocumentPrefix')\n            ->with($eavEntityTypeTable)\n            ->willReturn($eavEntityTypeTable);\n        $this->adapter->expects($this->once())->method('getSelect')->willReturn($this->select);\n        $this->select\n            ->expects($this->once())\n            ->method('from')\n            ->with($eavEntityTypeTable, ['entity_type_code', 'entity_type_id'])\n            ->will($this->returnSelf());\n        $this->select\n            ->expects($this->once())\n            ->method('getAdapter')\n            ->will($this->returnValue($this->pdoMysql));\n        $this->pdoMysql\n            ->expects($this->once())\n            ->method('fetchPairs')\n            ->with($this->select)\n            ->will($this->returnValue($entityTypesCodeToId));\n        $this->assertEquals($clearedSourceRecords, $this->helper->clearIgnoredAttributes($allSourceRecords));\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/Step/Eav/InitialDataTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\Eav;\n\n/**\n * Class InitialDataTest\n */\nclass InitialDataTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @var \\Migration\\Step\\Eav\\InitialData\n     */\n    protected $initialData;\n\n    /**\n     * @var \\Migration\\ResourceModel\\Source|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $source;\n\n    /**\n     * @var \\Migration\\ResourceModel\\Destination|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $destination;\n\n    /**\n     * @var \\Migration\\Reader\\Map|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $map;\n\n    /**\n     * @var Helper|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $helper;\n\n    /**\n     * @return void\n     */\n    public function setUp()\n    {\n        $this->map = $this->getMockBuilder(\\Migration\\Reader\\Map::class)->disableOriginalConstructor()\n            ->setMethods([])\n            ->getMock();\n\n        /** @var \\Migration\\Reader\\MapFactory|\\PHPUnit_Framework_MockObject_MockObject $mapFactory */\n        $mapFactory = $this->createMock(\\Migration\\Reader\\MapFactory::class);\n        $mapFactory->expects($this->any())->method('create')->with('eav_map_file')->willReturn($this->map);\n\n        $this->source = $this->getMockBuilder(\\Migration\\ResourceModel\\Source::class)->disableOriginalConstructor()\n            ->setMethods([])\n            ->getMock();\n        $this->destination = $this->getMockBuilder(\\Migration\\ResourceModel\\Destination::class)\n            ->disableOriginalConstructor()\n            ->setMethods([])\n            ->getMock();\n        $this->helper = $this->getMockBuilder(\\Migration\\Step\\Eav\\Helper::class)->disableOriginalConstructor()\n            ->setMethods(['getSourceRecords', 'getDestinationRecords'])\n            ->getMock();\n\n        $dataAttributes = $this->getDataAttributes();\n        $eavEntityTypes = [\n            'source' => [\n                ['entity_type_id' => '1', 'entity_type_code' => 'customer'],\n                ['entity_type_id' => '2', 'entity_type_code' => 'customer_address'],\n                ['entity_type_id' => '3', 'entity_type_code' => 'catalog_category'],\n                ['entity_type_id' => '4', 'entity_type_code' => 'catalog_product'],\n                ['entity_type_id' => '5', 'entity_type_code' => 'order'],\n                ['entity_type_id' => '6', 'entity_type_code' => 'invoice'],\n                ['entity_type_id' => '7', 'entity_type_code' => 'creditmemo'],\n                ['entity_type_id' => '8', 'entity_type_code' => 'shipment']\n            ],\n            'dest' => [\n                ['entity_type_id' => '1', 'entity_type_code' => 'customer'],\n                ['entity_type_id' => '2', 'entity_type_code' => 'customer_address'],\n                ['entity_type_id' => '3', 'entity_type_code' => 'catalog_category'],\n                ['entity_type_id' => '4', 'entity_type_code' => 'catalog_product'],\n                ['entity_type_id' => '5', 'entity_type_code' => 'some_m2_type']\n            ],\n        ];\n        $attributeSets = ['attr_set_1', 'attr_set_2'];\n        $attributeGroups = ['attr_group_1', 'attr_group_2'];\n        $this->helper->expects($this->any())->method('getSourceRecords')->willReturnMap([\n            ['eav_attribute', ['attribute_id'], $dataAttributes['source']],\n            ['eav_entity_type', [], $eavEntityTypes['source']]\n        ]);\n        $this->helper->expects($this->any())->method('getDestinationRecords')->willReturnMap(\n            [\n                ['eav_attribute', ['entity_type_id', 'attribute_code'], $dataAttributes['dest']],\n                ['eav_attribute_set', ['attribute_set_id'], $attributeSets],\n                ['eav_attribute_group', ['attribute_set_id', 'attribute_group_name'], $attributeGroups],\n                ['eav_entity_type', [], $eavEntityTypes['dest']]\n            ]\n        );\n\n        $this->initialData = new InitialData($mapFactory, $this->source, $this->destination, $this->helper);\n    }\n\n    /**\n     * @return void\n     */\n    public function testAttributes()\n    {\n        $dataAttributes = $this->getDataAttributes();\n        foreach ($dataAttributes as $resourceType => $resourceData) {\n            $this->assertEquals($resourceData, $this->initialData->getAttributes($resourceType));\n        }\n    }\n\n    /**\n     * @return void\n     */\n    public function testAttributeSets()\n    {\n        $attributeSets = ['attr_set_1', 'attr_set_2'];\n        $this->assertEquals($attributeSets, $this->initialData->getAttributeSets('dest'));\n    }\n\n    /**\n     * @return void\n     */\n    public function testAttributeGroups()\n    {\n        $attributeGroups = ['attr_group_1', 'attr_group_2'];\n        $this->assertEquals($attributeGroups, $this->initialData->getAttributeGroups('dest'));\n    }\n\n    /**\n     * @return array\n     */\n    private function getDataAttributes()\n    {\n        return [\n            'source' => ['id_1' => 'value_1','id_2' => 'value_2'],\n            'dest' => ['id_1' => 'value_1','id_2' => 'value_2']\n        ];\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/Step/Eav/Integrity/AttributeFrontendInputTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\Eav\\Integrity;\n\nuse Magento\\Framework\\TestFramework\\Unit\\Helper\\ObjectManager;\nuse Migration\\Step\\Eav\\Helper;\nuse Migration\\Step\\Eav\\Model\\IgnoredAttributes;\n\n/**\n * Class AttributeFrontendInputTest\n */\nclass AttributeFrontendInputTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @var AttributeFrontendInput|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $model;\n\n    /**\n     * @var Helper|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $helper;\n\n    /**\n     * @var IgnoredAttributes|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    private $ignoredAttributes;\n\n    /**\n     * @return void\n     */\n    protected function setUp()\n    {\n        $this->helper = $this->getMockBuilder(Helper::class)\n            ->disableOriginalConstructor()\n            ->setMethods(['getSourceRecords', 'getAttributesGroupCodes'])\n            ->getMock();\n        $this->ignoredAttributes = $this->getMockBuilder(IgnoredAttributes::class)\n            ->disableOriginalConstructor()\n            ->setMethods(['clearIgnoredAttributes'])\n            ->getMock();\n\n        $objectHelper = new ObjectManager($this);\n        $this->model = $objectHelper->getObject(AttributeFrontendInput::class, [\n            'helper' => $this->helper,\n            'ignoredAttributes' => $this->ignoredAttributes\n        ]);\n    }\n\n    /**\n     * @dataProvider getFixtureData()\n     * @param array $groupCodes\n     * @param int $errorsCount\n     * @return void\n     */\n    public function testCheckAttributeGroupNames($groupCodes, $errorsCount)\n    {\n        $sourceRecords = [\n            [\n                'attribute_id' => '60',\n                'entity_type_id' => '4',\n                'attribute_code' => 'name',\n                'frontend_input' => 'text'\n            ], [\n                'attribute_id' => '61',\n                'entity_type_id' => '4',\n                'attribute_code' => 'description',\n                'frontend_input' => 'textarea'\n            ], [\n                'attribute_id' => '63',\n                'entity_type_id' => '4',\n                'attribute_code' => 'sku',\n                'frontend_input' => 'text'\n            ], [\n                'attribute_id' => '169',\n                'entity_type_id' => '4',\n                'attribute_code' => 'group_price',\n                'frontend_input' => null\n            ],\n            [\n                'attribute_id' => '70',\n                'entity_type_id' => '4',\n                'attribute_code' => 'manufacturer',\n                'frontend_input' => 'select'\n            ], [\n                'attribute_id' => '84',\n                'entity_type_id' => '4',\n                'attribute_code' => 'status',\n                'frontend_input' => 'select'\n            ],\n            [\n                'attribute_id' => '143',\n                'entity_type_id' => '4',\n                'attribute_code' => 'msrp_enabled',\n                'frontend_input' => ''\n            ],\n        ];\n        $this->helper\n            ->expects($this->any())\n            ->method('getSourceRecords')\n            ->willReturn($sourceRecords);\n        $this->ignoredAttributes\n            ->expects($this->any())\n            ->method('clearIgnoredAttributes')\n            ->with($sourceRecords)\n            ->willReturn($sourceRecords);\n\n        $this->helper->expects($this->any())->method('getAttributesGroupCodes')->willReturnMap($groupCodes);\n        $this->assertCount($errorsCount, $this->model->checkAttributeFrontendInput());\n    }\n\n    /**\n     * @return array\n     */\n    public function getFixtureData()\n    {\n        return [\n            [\n                [\n                    ['frontend_input_empty_allowed', ['group_price' => ['4']]]\n                ],\n                1\n            ], [\n                [\n                    ['frontend_input_empty_allowed', ['msrp_enabled' => ['4']]]\n                ],\n                1\n            ],[\n                [\n                    ['frontend_input_empty_allowed', []]\n                ],\n                2\n            ],[\n                [\n                    ['frontend_input_empty_allowed', ['group_price' => ['10']]]\n                ],\n                2\n            ],\n        ];\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/Step/Eav/Integrity/AttributeGroupNamesTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\Eav\\Integrity;\n\nuse Magento\\Framework\\TestFramework\\Unit\\Helper\\ObjectManager;\nuse Migration\\Reader\\MapInterface;\nuse Migration\\Step\\Eav\\Integrity\\AttributeGroupNames;\nuse Migration\\Step\\Eav\\Helper;\n\n/**\n * Class AttributeGroupNamesTest\n */\nclass AttributeGroupNamesTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @var AttributeGroupNames|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $model;\n\n    /**\n     * @var Helper|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $helper;\n\n    /**\n     * @return void\n     */\n    protected function setUp()\n    {\n        $this->helper = $this->getMockBuilder(\\Migration\\Step\\Eav\\Helper::class)\n            ->disableOriginalConstructor()\n            ->setMethods(['getSourceRecords'])\n            ->getMock();\n\n        $objectHelper = new ObjectManager($this);\n        $groupNameToCodeMap = $objectHelper->getObject(\\Migration\\Model\\Eav\\AttributeGroupNameToCodeMap::class);\n\n        $this->model = $objectHelper->getObject(\\Migration\\Step\\Eav\\Integrity\\AttributeGroupNames::class, [\n            'helper' => $this->helper,\n            'groupNameToCodeMap' => $groupNameToCodeMap\n        ]);\n    }\n\n    /**\n     * @dataProvider getFixtureData()\n     * @param array $sourceData\n     * @param int $errorsCount\n     * @return void\n     */\n    public function testCheckAttributeGroupNames($sourceData, $errorsCount)\n    {\n        $this->helper->expects($this->any())->method('getSourceRecords')->willReturnMap([\n            ['eav_attribute_group', ['attribute_group_id'], $sourceData['eav_attribute_group']],\n            ['eav_entity_type', ['entity_type_code'], $sourceData['eav_entity_type']],\n            ['eav_attribute_set', ['attribute_set_id'], $sourceData['eav_attribute_set']]\n        ]);\n\n        $result = $this->model->checkAttributeGroupNames();\n        if (array_key_exists(MapInterface::TYPE_SOURCE, $result)) {\n            $result = $result[MapInterface::TYPE_SOURCE];\n        }\n\n        $this->assertCount($errorsCount, $result);\n    }\n\n    /**\n     * @return array\n     */\n    public function getFixtureData()\n    {\n        return [\n            [\n                [\n                    'eav_attribute_group' => [\n                        7 => ['attribute_set_id' => 4, 'attribute_group_name' => 'General'],\n                        8 => ['attribute_set_id' => 4, 'attribute_group_name' => 'Prices'],\n                        11 => ['attribute_set_id' => 4, 'attribute_group_name' => 'Design'],\n                        14 => ['attribute_set_id' => 4, 'attribute_group_name' => 'Images']\n                    ],\n                    'eav_entity_type' => [\n                        'catalog_product' => ['entity_type_id' => 4]\n                    ],\n                    'eav_attribute_set' => [\n                        3 => ['attribute_set_id' => 3, 'entity_type_id' => 3, 'attribute_set_name' => 'Default'],\n                        4 => ['attribute_set_id' => 4, 'entity_type_id' => 4, 'attribute_set_name' => 'Default']\n                    ]\n                ],\n                0\n            ], [\n                [\n                    'eav_attribute_group' => [\n                        5 => ['attribute_set_id' => 2, 'attribute_group_name' => 'Prices'],\n                        7 => ['attribute_set_id' => 3, 'attribute_group_name' => 'General'],\n                        8 => ['attribute_set_id' => 3, 'attribute_group_name' => 'Prices'],\n                        11 => ['attribute_set_id' => 3, 'attribute_group_name' => 'Design'],\n                        12 => ['attribute_set_id' => 4, 'attribute_group_name' => 'General'],\n                        14 => ['attribute_set_id' => 4, 'attribute_group_name' => 'Images']\n                    ],\n                    'eav_entity_type' => [\n                        'catalog_product' => ['entity_type_id' => 4]\n                    ],\n                    'eav_attribute_set' => [\n                        1 => ['attribute_set_id' => 1, 'entity_type_id' => 3, 'attribute_set_name' => 'Default'],\n                        2 => ['attribute_set_id' => 2, 'entity_type_id' => 4, 'attribute_set_name' => 'Default'],\n                        3 => ['attribute_set_id' => 3, 'entity_type_id' => 4, 'attribute_set_name' => 'Default_2'],\n                        4 => ['attribute_set_id' => 4, 'entity_type_id' => 4, 'attribute_set_name' => 'Default_3']\n                    ]\n                ],\n                3\n            ], [\n                [\n                    'eav_attribute_group' => [\n                        2 => ['attribute_set_id' => 2, 'attribute_group_name' => 'General'],\n                        7 => ['attribute_set_id' => 3, 'attribute_group_name' => 'General'],\n                        8 => ['attribute_set_id' => 3, 'attribute_group_name' => 'Prices'],\n                        11 => ['attribute_set_id' => 3, 'attribute_group_name' => 'Design'],\n                        12 => ['attribute_set_id' => 4, 'attribute_group_name' => 'General'],\n                        14 => ['attribute_set_id' => 4, 'attribute_group_name' => 'Images']\n                    ],\n                    'eav_entity_type' => [\n                        'customer' => ['entity_type_id' => 1],\n                        'catalog_product' => ['entity_type_id' => 4],\n                        'order' => ['entity_type_id' => 5]\n                    ],\n                    'eav_attribute_set' => [\n                        1 => ['attribute_set_id' => 1, 'entity_type_id' => 2, 'attribute_set_name' => 'Custom'],\n                        2 => ['attribute_set_id' => 2, 'entity_type_id' => 3, 'attribute_set_name' => 'Default'],\n                        3 => ['attribute_set_id' => 3, 'entity_type_id' => 4, 'attribute_set_name' => 'Default_2'],\n                        4 => ['attribute_set_id' => 4, 'entity_type_id' => 4, 'attribute_set_name' => 'Default_3']\n                    ]\n                ],\n                2\n            ],\n        ];\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/Step/Eav/IntegrityTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\Eav;\n\nuse Migration\\Reader\\MapInterface;\n\n/**\n * Class IntegrityTest\n */\nclass IntegrityTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @var \\Migration\\Step\\Eav\\Integrity|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $integrity;\n\n    /**\n     * @var \\Migration\\App\\ProgressBar\\LogLevelProcessor|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $progress;\n\n    /**\n     * @var \\Migration\\Logger\\Logger|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $logger;\n\n    /**\n     * @var \\Migration\\ResourceModel\\Source|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $source;\n\n    /**\n     * @var \\Migration\\ResourceModel\\Destination|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $destination;\n\n    /**\n     * @var \\Migration\\Reader\\Groups|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $readerGroups;\n\n    /**\n     * @var \\Migration\\Reader\\Map|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $map;\n\n    /**\n     * @var \\Migration\\Step\\Eav\\Integrity\\AttributeGroupNames|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $attributeGroupNames;\n\n    /**\n     * @var \\Migration\\Step\\Eav\\Integrity\\AttributeFrontendInput|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $attributeFrontendInput;\n\n    /**\n     * @var \\Migration\\Step\\Eav\\Integrity\\ClassMap|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $classMapIntegrity;\n\n    /**\n     * @return void\n     */\n    public function setUp()\n    {\n        $this->progress = $this->getMockBuilder(\\Migration\\App\\ProgressBar\\LogLevelProcessor::class)\n            ->disableOriginalConstructor()\n            ->setMethods(['start', 'finish', 'advance'])\n            ->getMock();\n        $this->logger = $this->getMockBuilder(\\Migration\\Logger\\Logger::class)->disableOriginalConstructor()\n            ->setMethods([])\n            ->getMock();\n        $this->source = $this->getMockBuilder(\\Migration\\ResourceModel\\Source::class)->disableOriginalConstructor()\n            ->setMethods([])\n            ->getMock();\n        $this->destination = $this->getMockBuilder(\\Migration\\ResourceModel\\Destination::class)\n            ->disableOriginalConstructor()\n            ->setMethods([])\n            ->getMock();\n        $this->map = $this->getMockBuilder(\\Migration\\Reader\\Map::class)->disableOriginalConstructor()\n            ->setMethods(['getDocumentMap', 'getDocumentList', 'getFieldMap', 'isDocumentIgnored'])\n            ->getMock();\n        $this->attributeGroupNames = $this->getMockBuilder(\\Migration\\Step\\Eav\\Integrity\\AttributeGroupNames::class)\n            ->setMethods(['checkAttributeGroupNames'])\n            ->disableOriginalConstructor()\n            ->getMock();\n        $this->attributeGroupNames->expects($this->once())\n            ->method('checkAttributeGroupNames')\n            ->willReturn([]);\n        $this->attributeFrontendInput =\n            $this->getMockBuilder(\\Migration\\Step\\Eav\\Integrity\\AttributeFrontendInput::class)\n            ->setMethods(['checkAttributeFrontendInput'])\n            ->disableOriginalConstructor()\n            ->getMock();\n        $this->attributeFrontendInput->expects($this->once())\n            ->method('checkAttributeFrontendInput')\n            ->willReturn([]);\n        $this->classMapIntegrity =\n            $this->getMockBuilder(\\Migration\\Step\\Eav\\Integrity\\ClassMap::class)\n            ->setMethods(['checkClassMapping'])\n            ->disableOriginalConstructor()\n            ->getMock();\n        $this->classMapIntegrity->expects($this->once())\n            ->method('checkClassMapping')\n            ->willReturn([]);\n\n        /** @var \\Migration\\Reader\\MapFactory|\\PHPUnit_Framework_MockObject_MockObject $mapFactory */\n        $mapFactory = $this->createMock(\\Migration\\Reader\\MapFactory::class);\n        $mapFactory->expects($this->any())->method('create')->with('eav_map_file')->willReturn($this->map);\n\n        $this->readerGroups = $this->getMockBuilder(\\Migration\\Reader\\Groups::class)\n            ->disableOriginalConstructor()\n            ->setMethods([])\n            ->getMock();\n        /** @var \\Migration\\Reader\\GroupsFactory|\\PHPUnit_Framework_MockObject_MockObject $groupsFactory */\n        $groupsFactory = $this->getMockBuilder(\\Migration\\Reader\\GroupsFactory::class)\n            ->disableOriginalConstructor()\n            ->setMethods(['create'])\n            ->getMock();\n        $groupsFactory->expects($this->any())\n            ->method('create')\n            ->with('eav_document_groups_file')\n            ->willReturn($this->readerGroups);\n        $config = $this->getMockBuilder(\\Migration\\Config::class)->disableOriginalConstructor()\n            ->getMock();\n        $this->integrity = new Integrity(\n            $this->progress,\n            $this->logger,\n            $config,\n            $this->source,\n            $this->destination,\n            $mapFactory,\n            $groupsFactory,\n            $this->attributeGroupNames,\n            $this->attributeFrontendInput,\n            $this->classMapIntegrity\n        );\n    }\n\n    /**\n     * @return void\n     */\n    public function testPerformWithoutError()\n    {\n        $fields = ['field1' => ['DATA_TYPE' => 'int']];\n        $this->map->expects($this->any())->method('getDocumentMap')->willReturnMap(\n            [\n                ['source_document', MapInterface::TYPE_SOURCE, 'destination_document'],\n                ['destination_document', MapInterface::TYPE_DEST, 'source_document']\n            ]\n        ) ;\n        $this->map->expects($this->atLeastOnce())->method('getFieldMap')->willReturn('field1');\n        $this->map->expects($this->atLeastOnce())->method('isDocumentIgnored')->willReturn(false);\n\n        $structure = $this->getMockBuilder(\\Migration\\ResourceModel\\Structure::class)\n            ->disableOriginalConstructor()->setMethods([])->getMock();\n        $structure->expects($this->any())->method('getFields')->will($this->returnValue($fields));\n\n        $document = $this->getMockBuilder(\\Migration\\ResourceModel\\Document::class)\n            ->disableOriginalConstructor()\n            ->getMock();\n        $document->expects($this->any())->method('getStructure')->will($this->returnValue($structure));\n\n        $this->source->expects($this->any())->method('getDocument')->will($this->returnValue($document));\n        $this->source->expects($this->atLeastOnce())->method('getDocumentList')\n            ->will($this->returnValue(['source_document']));\n\n        $this->destination->expects($this->atLeastOnce())->method('getDocumentList')\n            ->will($this->returnValue(['destination_document']));\n        $this->destination->expects($this->atLeastOnce())->method('getDocument')->will($this->returnValue($document));\n\n        $this->logger->expects($this->never())->method('addRecord');\n        $this->readerGroups->expects($this->any())->method('getGroup')->with('documents')\n            ->willReturn(['source_document' => 0]);\n\n        $this->assertTrue($this->integrity->perform());\n    }\n\n    /**\n     * @return void\n     */\n    public function testPerformWithError()\n    {\n        $fields = ['field1' => ['DATA_TYPE' => 'int']];\n        $this->map->expects($this->atLeastOnce())->method('getDocumentMap')->willReturnMap(\n            [\n                ['source_document', MapInterface::TYPE_SOURCE, 'source_document'],\n                ['common_document', MapInterface::TYPE_SOURCE, 'common_document'],\n                ['source_document', MapInterface::TYPE_DEST, 'source_document'],\n                ['common_document', MapInterface::TYPE_DEST, 'common_document'],\n            ]\n        ) ;\n        $structure = $this->getMockBuilder(\\Migration\\ResourceModel\\Structure::class)\n            ->disableOriginalConstructor()->setMethods([])->getMock();\n        $structure->expects($this->any())->method('getFields')->will($this->returnValue($fields));\n\n        $document = $this->getMockBuilder(\\Migration\\ResourceModel\\Document::class)\n            ->disableOriginalConstructor()\n            ->getMock();\n        $document->expects($this->any())->method('getStructure')->will($this->returnValue($structure));\n\n        $this->source->expects($this->atLeastOnce())->method('getDocumentList')\n            ->will($this->returnValue(['source_document', 'common_document']));\n        $this->source->expects($this->atLeastOnce())->method('getDocument')->willReturn($document);\n\n        $this->destination->expects($this->atLeastOnce())->method('getDocumentList')\n            ->will($this->returnValue(['common_document']));\n        $this->destination->expects($this->atLeastOnce())->method('getDocument')->willReturn($document);\n\n        $this->logger->expects($this->once())->method('addRecord')\n            ->with(400, 'Source documents are not mapped: source_document');\n        $this->readerGroups->expects($this->any())->method('getGroup')->with('documents')\n            ->willReturn(['source_document' => 0, 'common_document' => 1]);\n\n        $this->assertFalse($this->integrity->perform());\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/Step/Eav/Model/IgnoredAttributesTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\Eav\\Model;\n\nuse Migration\\Step\\Eav\\Helper;\nuse Migration\\Step\\Eav\\InitialData;\n\n/**\n * Class IgnoredAttributesTest\n */\nclass IgnoredAttributesTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @var IgnoredAttributes\n     */\n    private $ignoredAttributes;\n\n    /**\n     * @var Helper|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    private $helper;\n\n    /**\n     * @var InitialData|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    private $initialData;\n\n    /**\n     * @return void\n     */\n    public function setUp()\n    {\n        $this->helper = $this->getMockBuilder(\\Migration\\Step\\Eav\\Helper::class)->disableOriginalConstructor()\n            ->setMethods(['getAttributesGroupCodes'])\n            ->getMock();\n        $this->initialData = $this->getMockBuilder(\\Migration\\Step\\Eav\\InitialData::class)->disableOriginalConstructor()\n            ->setMethods(['getAttributes'])\n            ->getMock();\n        $this->ignoredAttributes = new IgnoredAttributes($this->helper, $this->initialData);\n    }\n\n    /**\n     * @return void\n     */\n    public function testClearIgnoredAttributes()\n    {\n        $allSourceRecords = [\n            0 => [\n                'attribute_code' => 'attribute_code_3_ignored',\n                'entity_type_id' => 111,\n                'attribute_id' => 54,\n            ],\n            1 => [\n                'attribute_code' => 'attribute_code_1',\n                'entity_type_id' => 1,\n                'attribute_id' => 55,\n            ],\n            2 => [\n                'attribute_code' => 'attribute_code_2',\n                'entity_type_id' => 2,\n                'attribute_id' => 56,\n            ]\n        ];\n        $ignoredSourceRecords = ['attribute_code_3_ignored' => [111]];\n        $clearedSourceRecords = [\n            1 => [\n                'attribute_code' => 'attribute_code_1',\n                'entity_type_id' => 1,\n                'attribute_id' => 55,\n            ],\n            2 => [\n                'attribute_code' => 'attribute_code_2',\n                'entity_type_id' => 2,\n                'attribute_id' => 56,\n            ]\n        ];\n        $this->initialData->expects($this->once())->method('getAttributes')->with('source')\n            ->willReturn($allSourceRecords);\n        $this->helper->expects($this->once())->method('getAttributesGroupCodes')->with('ignore')\n            ->willReturn($ignoredSourceRecords);\n        $this->assertEquals($clearedSourceRecords, $this->ignoredAttributes->clearIgnoredAttributes($allSourceRecords));\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/Step/Eav/VolumeTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\Eav;\n\n/**\n * Class VolumeTest\n */\nclass VolumeTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @var \\Migration\\Step\\Eav\\Helper|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $helper;\n\n    /**\n     * @var \\Migration\\Step\\Eav\\InitialData|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $initialData;\n\n    /**\n     * @var \\Migration\\Step\\Eav\\Model\\IgnoredAttributes|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    private $ignoredAttributes;\n\n    /**\n     * @var \\Migration\\Logger\\Logger|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $logger;\n\n    /**\n     * @var \\Migration\\App\\ProgressBar\\LogLevelProcessor|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $progress;\n\n    /**\n     * @var \\Migration\\Reader\\Groups|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $readerGroups;\n\n    /**\n     * @var \\Migration\\ResourceModel\\Destination|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $destination;\n\n    /**\n     * @var \\Migration\\Step\\Eav\\Volume\n     */\n    protected $volume;\n\n    /**\n     * @return void\n     */\n    public function setUp()\n    {\n        $this->initialData = $this->getMockBuilder(\\Migration\\Step\\Eav\\InitialData::class)->disableOriginalConstructor()\n            ->setMethods(['getAttributes', 'getAttributeSets', 'getAttributeGroups'])\n            ->getMock();\n        $this->helper = $this->getMockBuilder(\\Migration\\Step\\Eav\\Helper::class)->disableOriginalConstructor()\n            ->setMethods(\n                [\n                    'getDestinationRecords',\n                    'getSourceRecordsCount',\n                    'getDestinationRecordsCount',\n                    'deleteBackups'\n                ]\n            )->getMock();\n        $this->logger = $this->getMockBuilder(\\Migration\\Logger\\Logger::class)->disableOriginalConstructor()\n            ->setMethods(['warning', 'addRecord'])\n            ->getMock();\n        $this->progress = $this->getMockBuilder(\\Migration\\App\\ProgressBar\\LogLevelProcessor::class)\n            ->disableOriginalConstructor()\n            ->setMethods(['start', 'finish', 'advance'])\n            ->getMock();\n        $this->readerGroups = $this->getMockBuilder(\\Migration\\Reader\\Groups::class)\n            ->disableOriginalConstructor()\n            ->setMethods([])\n            ->getMock();\n        /** @var \\Migration\\Reader\\GroupsFactory|\\PHPUnit_Framework_MockObject_MockObject $groupsFactory */\n        $groupsFactory = $this->getMockBuilder(\\Migration\\Reader\\GroupsFactory::class)\n            ->disableOriginalConstructor()\n            ->setMethods(['create'])\n            ->getMock();\n        $groupsFactory->expects($this->any())\n            ->method('create')\n            ->with('eav_document_groups_file')\n            ->willReturn($this->readerGroups);\n        $this->destination = $this->getMockBuilder(\\Migration\\ResourceModel\\Destination::class)\n            ->disableOriginalConstructor()\n            ->setMethods(['getDocument'])\n            ->getMock();\n        $this->ignoredAttributes = $this->getMockBuilder(\\Migration\\Step\\Eav\\Model\\IgnoredAttributes::class)\n            ->disableOriginalConstructor()\n            ->setMethods(['clearIgnoredAttributes'])\n            ->getMock();\n\n        $this->volume = new Volume(\n            $this->helper,\n            $this->initialData,\n            $this->ignoredAttributes,\n            $this->logger,\n            $this->progress,\n            $groupsFactory,\n            $this->destination\n        );\n    }\n\n    /**\n     * @return void\n     */\n    public function testPerform()\n    {\n        $eavAttributes = [\n            'eav_attribute_1' => [\n                'attribute_id' => '1',\n                'attribute_code' => 'attribute_code_1',\n                'attribute_model' => null,\n                'backend_model' => null,\n                'frontend_model' => null,\n                'source_model' => null,\n                'frontend_input_renderer' => null,\n                'data_model' => null,\n                'entity_model' => null,\n                'increment_model' => null,\n                'entity_attribute_collection' => null,\n            ],\n            'eav_attribute_2' => [\n                'attribute_id' => '2',\n                'attribute_code' => 'attribute_code_2',\n                'attribute_model' => null,\n                'backend_model' => null,\n                'frontend_model' => null,\n                'source_model' => null,\n                'frontend_input_renderer' => null,\n                'data_model' => null,\n                'entity_model' => null,\n                'increment_model' => null,\n                'entity_attribute_collection' => null,\n            ]\n        ];\n        $this->progress->expects($this->once())->method('start');\n        $this->progress->expects($this->once())->method('finish');\n        $this->progress->expects($this->any())->method('advance');\n\n        $this->initialData->expects($this->any())->method('getAttributes')->willReturnMap(\n            [\n                ['source', $eavAttributes],\n                ['destination', $eavAttributes]\n            ]\n        );\n        $this->helper->expects($this->any())->method('getDestinationRecords')->willReturn($eavAttributes);\n        $this->helper->expects($this->any())->method('getSourceRecordsCount')->willReturnMap(\n            [\n                ['eav_attribute_set', 1],\n                ['eav_attribute_group', 1],\n                ['copy_document_1', 2],\n                ['copy_document_2', 2]\n            ]\n        );\n        $this->initialData->expects($this->once())->method('getAttributeSets')->willReturn(1);\n        $this->initialData->expects($this->once())->method('getAttributeGroups')->willReturn(1);\n        $this->helper->expects($this->any())->method('getDestinationRecordsCount')->willReturn(2);\n        $this->helper->expects($this->once())->method('deleteBackups');\n        $this->ignoredAttributes->expects($this->any())->method('clearIgnoredAttributes')->with($eavAttributes)\n            ->willReturn($eavAttributes);\n        $this->logger->expects($this->never())->method('addRecord');\n\n        $this->assertTrue($this->volume->perform());\n    }\n\n    /**\n     * @return void\n     */\n    public function testPerformWithError()\n    {\n        $eavAttributes = [\n            'eav_attribute_1' => [\n                'attribute_id' => '1',\n                'attribute_code' => 'attribute_code_1',\n                'attribute_model' => 1,\n                'backend_model' => 1,\n                'frontend_model' => 1,\n                'source_model' => 1,\n                'frontend_input_renderer' => 1,\n                'data_model' => 1,\n                'entity_model' => null,\n                'increment_model' => null,\n                'entity_attribute_collection' => null,\n            ],\n            'eav_attribute_2' => [\n                'attribute_id' => '2',\n                'attribute_code' => 'attribute_code_2',\n                'attribute_model' => 1,\n                'backend_model' => 1,\n                'frontend_model' => 1,\n                'source_model' => 1,\n                'frontend_input_renderer' => 1,\n                'data_model' => 1,\n                'entity_model' => null,\n                'increment_model' => null,\n                'entity_attribute_collection' => null,\n            ],\n        ];\n        $this->progress->expects($this->once())->method('start');\n        $this->progress->expects($this->once())->method('finish');\n        $this->progress->expects($this->any())->method('advance');\n\n        $this->initialData->expects($this->atLeastOnce())->method('getAttributes')->willReturnMap(\n            [\n                ['source', $eavAttributes],\n                ['destination', $eavAttributes]\n            ]\n        );\n        $this->helper->expects($this->any())->method('getDestinationRecords')->willReturn($eavAttributes);\n        $this->helper->expects($this->any())->method('getSourceRecordsCount')->willReturnMap(\n            [\n                ['eav_attribute_set', 1],\n                ['eav_attribute_group', 1],\n                ['copy_document_1', 2],\n                ['copy_document_2', 2]\n            ]\n        );\n        $this->initialData->expects($this->once())->method('getAttributeSets')->willReturn(1);\n        $this->initialData->expects($this->once())->method('getAttributeGroups')->willReturn(1);\n        $this->helper->expects($this->any())->method('getDestinationRecordsCount')->willReturn(1);\n        $this->helper->expects($this->never())->method('deleteBackups');\n        $this->logger->expects($this->atLeastOnce())->method('addRecord');\n\n        $this->assertFalse($this->volume->perform());\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/Step/Log/DataTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\Log;\n\nuse Migration\\Handler;\nuse Migration\\Reader\\Map;\nuse Migration\\ResourceModel;\n\n/**\n * Class DataTest\n */\nclass DataTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @var \\Migration\\App\\ProgressBar\\LogLevelProcessor|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $progress;\n\n    /**\n     * @var ResourceModel\\Source|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $source;\n\n    /**\n     * @var ResourceModel\\Destination|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $destination;\n\n    /**\n     * @var ResourceModel\\RecordFactory|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $recordFactory;\n\n    /**\n     * @var Map|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $map;\n\n    /**\n     * @var \\Migration\\Reader\\Groups|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $readerGroups;\n\n    /**\n     * @var \\Migration\\RecordTransformerFactory|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $recordTransformerFactory;\n\n    /**\n     * @var Data|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $data;\n\n    /**\n     * @var \\Migration\\Logger\\Logger|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $logger;\n\n    /**\n     * @var Mysql\n     */\n    protected $sourceAdapter;\n\n    /**\n     * @return void\n     */\n    public function setUp()\n    {\n        $this->progress = $this->createPartialMock(\n            \\Migration\\App\\ProgressBar\\LogLevelProcessor::class,\n            ['start', 'finish', 'advance']\n        );\n        $this->source = $this->getMockBuilder(\\Migration\\ResourceModel\\Source::class)\n            ->disableOriginalConstructor()\n            ->setMethods([\n                'getDocument', 'getDocumentList', 'getRecords', 'getRecordsCount',\n                'getAdapter', 'addDocumentPrefix', 'getPageSize'\n            ])->getMock();\n        $this->destination = $this->createPartialMock(\n            \\Migration\\ResourceModel\\Destination::class,\n            ['getDocument', 'getDocumentList', 'saveRecords', 'clearDocument']\n        );\n        $this->recordFactory = $this->createPartialMock(\n            \\Migration\\ResourceModel\\RecordFactory::class,\n            ['create']\n        );\n        $this->recordTransformerFactory = $this->createPartialMock(\n            \\Migration\\RecordTransformerFactory::class,\n            ['create']\n        );\n        $this->map = $this->getMockBuilder(\\Migration\\Reader\\Map::class)->disableOriginalConstructor()\n            ->setMethods(['getDocumentMap', 'init', 'getDocumentList', 'getDestDocumentsToClear'])\n            ->getMock();\n\n        $this->sourceAdapter = $this->getMockBuilder(\\Migration\\ResourceModel\\Adapter\\Mysql::class)\n            ->disableOriginalConstructor()\n            ->setMethods(['getSelect', 'loadDataFromSelect'])\n            ->getMock();\n\n        $select = $this->getMockBuilder(\\Magento\\Framework\\DB\\Select::class)\n            ->setMethods(['from', 'joinLeft', 'where', 'group', 'order'])\n            ->disableOriginalConstructor()\n            ->getMock();\n\n        $select->expects($this->any())->method('from')->willReturnSelf();\n        $select->expects($this->any())->method('joinLeft')->willReturnSelf();\n        $select->expects($this->any())->method('where')->willReturnSelf();\n        $select->expects($this->any())->method('group')->willReturnSelf();\n        $select->expects($this->any())->method('order')->willReturnSelf();\n\n        $this->sourceAdapter->expects($this->any())->method('getSelect')->willReturn($select);\n\n        $this->source->expects($this->any())->method('getAdapter')->willReturn($this->sourceAdapter);\n        $this->source->expects($this->any())->method('addDocumentPrefix')->willReturn($this->returnArgument(1));\n        $this->source->expects($this->any())->method('getPageSize')->willReturn(100);\n        /** @var \\Migration\\Reader\\MapFactory|\\PHPUnit_Framework_MockObject_MockObject $mapFactory */\n        $mapFactory = $this->createMock(\\Migration\\Reader\\MapFactory::class);\n        $mapFactory->expects($this->any())->method('create')->with('log_map_file')->willReturn($this->map);\n\n        $this->readerGroups = $this->createPartialMock(\n            \\Migration\\Reader\\Groups::class,\n            ['getGroup']\n        );\n        $this->readerGroups->expects($this->any())->method('getGroup')->willReturnMap(\n            [\n                ['source_documents', ['source_document' => '']],\n                ['destination_documents_to_clear', ['source_document_to_clear' => '']]\n            ]\n        );\n\n        /** @var \\Migration\\Reader\\GroupsFactory|\\PHPUnit_Framework_MockObject_MockObject $groupsFactory */\n        $groupsFactory = $this->createPartialMock(\n            \\Migration\\Reader\\GroupsFactory::class,\n            ['create']\n        );\n        $groupsFactory->expects($this->any())\n            ->method('create')\n            ->with('log_document_groups_file')\n            ->willReturn($this->readerGroups);\n        $this->logger = $this->getMockBuilder(\\Migration\\Logger\\Logger::class)->disableOriginalConstructor()\n            ->setMethods(['debug'])\n            ->getMock();\n        $this->data = new Data(\n            $this->progress,\n            $this->source,\n            $this->destination,\n            $this->recordFactory,\n            $this->recordTransformerFactory,\n            $mapFactory,\n            $groupsFactory,\n            $this->logger\n        );\n    }\n\n    /**\n     * @return void\n     */\n    public function testPerform()\n    {\n        $sourceDocName = 'core_config_data';\n        $this->source->expects($this->any())->method('getDocumentList')->will($this->returnValue([$sourceDocName]));\n        $dstDocName = 'config_data';\n        $this->map->expects($this->once())->method('getDocumentMap')->will($this->returnValue($dstDocName));\n\n        $sourceDocument = $this->createPartialMock(\n            \\Migration\\ResourceModel\\Document::class,\n            ['getRecords']\n        );\n        $this->source->expects($this->once())->method('getDocument')->will($this->returnValue($sourceDocument));\n        $destinationDocument = $this->createMock(\\Migration\\ResourceModel\\Document::class);\n        $this->destination->expects($this->once())->method('getDocument')->will(\n            $this->returnValue($destinationDocument)\n        );\n\n        $this->sourceAdapter\n            ->expects($this->at(1))\n            ->method('loadDataFromSelect')\n            ->willReturn([[\n                'visitor_id'     => 1,\n                'session_id'     => 'dvak7ir3t9p3sicksr0t9thqc7',\n                'first_visit_at' => '2015-10-25 11:22:40',\n                'last_visit_at'  => '2015-10-25 11:22:40',\n                'last_url_id'    => 1,\n                'store_id'       => 1,\n            ]]);\n\n        $this->sourceAdapter->expects($this->at(2))->method('loadDataFromSelect')->willReturn([]);\n\n        $destinationRecords =  $this->createMock(\\Migration\\ResourceModel\\Record\\Collection::class);\n        $destinationDocument->expects($this->once())->method('getRecords')\n            ->will($this->returnValue($destinationRecords));\n        $srcRecord = $this->createMock(\\Migration\\ResourceModel\\Record::class);\n        $this->recordFactory->expects($this->at(0))->method('create')->will($this->returnValue($srcRecord));\n\n        $this->destination->expects($this->once())->method('saveRecords')->with($dstDocName, $destinationRecords);\n        $this->destination->expects($this->exactly(2))->method('clearDocument');\n        $this->logger->expects($this->any())->method('debug')->with('migrating', ['table' => 'source_document'])\n            ->willReturn(true);\n        $this->data->perform();\n    }\n\n    /**\n     * @return void\n     */\n    public function testGetMapEmptyDestinationDocumentName()\n    {\n        $sourceDocument = $this->createPartialMock(\n            \\Migration\\ResourceModel\\Document::class,\n            ['getRecords']\n        );\n        $this->source->expects($this->once())->method('getDocument')->will($this->returnValue($sourceDocument));\n\n        $this->data->perform();\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/Step/Log/IntegrityTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\Log;\n\nuse Migration\\Reader\\Map;\nuse Migration\\Reader\\MapInterface;\n\n/**\n * Class IntegrityTest\n */\nclass IntegrityTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @var \\Migration\\App\\ProgressBar\\LogLevelProcessor|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $progress;\n\n    /**\n     * @var \\Migration\\Logger\\Logger|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $logger;\n\n    /**\n     * @var \\Migration\\ResourceModel\\Source|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $source;\n\n    /**\n     * @var \\Migration\\ResourceModel\\Destination|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $destination;\n\n    /**\n     * @var Integrity\n     */\n    protected $log;\n\n    /**\n     * @var Map|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $map;\n\n    /**\n     * @var \\Migration\\Reader\\Groups|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $readerGroups;\n\n    /**\n     * @return void\n     */\n    public function setUp()\n    {\n        $this->logger = $this->createPartialMock(\n            \\Migration\\Logger\\Logger::class,\n            ['debug', 'addRecord']\n        );\n        $this->source = $this->createPartialMock(\n            \\Migration\\ResourceModel\\Source::class,\n            ['getDocumentList', 'getDocument']\n        );\n        $this->progress = $this->createPartialMock(\n            \\Migration\\App\\ProgressBar\\LogLevelProcessor::class,\n            ['start', 'finish', 'advance']\n        );\n        $this->destination = $this->createPartialMock(\n            \\Migration\\ResourceModel\\Destination::class,\n            ['getDocumentList', 'getDocument']\n        );\n        $this->map = $this->getMockBuilder(\\Migration\\Reader\\Map::class)->disableOriginalConstructor()\n            ->getMock();\n\n        /** @var \\Migration\\Reader\\MapFactory|\\PHPUnit_Framework_MockObject_MockObject $mapFactory */\n        $mapFactory = $this->createMock(\\Migration\\Reader\\MapFactory::class);\n        $mapFactory->expects($this->any())->method('create')->with('log_map_file')->willReturn($this->map);\n\n        $this->readerGroups = $this->createPartialMock(\n            \\Migration\\Reader\\Groups::class,\n            ['getGroup']\n        );\n        $this->readerGroups->expects($this->any())->method('getGroup')->willReturnMap(\n            [\n                ['source_documents', ['document1' => '']],\n                ['destination_documents_to_clear', ['document_to_clear' => '']]\n            ]\n        );\n\n        /** @var \\Migration\\Reader\\GroupsFactory|\\PHPUnit_Framework_MockObject_MockObject $groupsFactory */\n        $groupsFactory = $this->createPartialMock(\n            \\Migration\\Reader\\GroupsFactory::class,\n            ['create']\n        );\n        $groupsFactory->expects($this->any())\n            ->method('create')\n            ->with('log_document_groups_file')\n            ->willReturn($this->readerGroups);\n\n        $config = $this->getMockBuilder(\\Migration\\Config::class)->disableOriginalConstructor()->getMock();\n\n        $this->log = new Integrity(\n            $this->progress,\n            $this->logger,\n            $config,\n            $this->source,\n            $this->destination,\n            $mapFactory,\n            $groupsFactory\n        );\n    }\n\n    /**\n     * @covers \\Migration\\Step\\Log\\Integrity::getIterationsCount\n     * @return void\n     */\n    public function testPerformMainFlow()\n    {\n        $fields = ['field1' => ['DATA_TYPE' => 'int']];\n\n        $structure = $this->getMockBuilder(\\Migration\\ResourceModel\\Structure::class)\n            ->disableOriginalConstructor()->setMethods([])->getMock();\n        $structure->expects($this->any())->method('getFields')->will($this->returnValue($fields));\n        $this->source->expects($this->atLeastOnce())->method('getDocumentList')\n            ->will($this->returnValue(['document1']));\n        $this->destination->expects($this->atLeastOnce())->method('getDocumentList')\n            ->will($this->returnValue(['document2', 'document_to_clear']));\n        $document = $this->getMockBuilder(\\Migration\\ResourceModel\\Document::class)\n            ->disableOriginalConstructor()\n            ->getMock();\n        $document->expects($this->any())->method('getStructure')->will($this->returnValue($structure));\n\n        $this->map->expects($this->any())->method('getDocumentMap')->willReturnMap(\n            [\n                ['document1', MapInterface::TYPE_SOURCE, 'document2'],\n                ['document2', MapInterface::TYPE_DEST, 'document1']\n            ]\n        );\n\n        $this->source->expects($this->any())->method('getDocument')->will($this->returnValue($document));\n        $this->destination->expects($this->any())->method('getDocument')->will($this->returnValue($document));\n        $this->map->expects($this->any())->method('getFieldMap')->will($this->returnValue('field1'));\n        $this->logger->expects($this->never())->method('addRecord');\n\n        $this->assertTrue($this->log->perform());\n    }\n\n    /**\n     * @covers \\Migration\\Step\\Log\\Integrity::getIterationsCount\n     * @return void\n     */\n    public function testPerformMissingDocument()\n    {\n        $fields = ['field1' => ['DATA_TYPE' => 'int']];\n\n        $structure = $this->getMockBuilder(\\Migration\\ResourceModel\\Structure::class)\n            ->disableOriginalConstructor()->setMethods([])->getMock();\n        $structure->expects($this->any())->method('getFields')->will($this->returnValue($fields));\n        $this->source->expects($this->atLeastOnce())->method('getDocumentList')\n            ->will($this->returnValue(['document1']));\n        $this->destination->expects($this->atLeastOnce())->method('getDocumentList')\n            ->will($this->returnValue(['document2']));\n        $document = $this->getMockBuilder(\\Migration\\ResourceModel\\Document::class)\n            ->disableOriginalConstructor()\n            ->getMock();\n        $document->expects($this->any())->method('getStructure')->will($this->returnValue($structure));\n\n        $this->map->expects($this->any())->method('getDocumentMap')->willReturnMap(\n            [\n                ['document1', MapInterface::TYPE_SOURCE, 'document2'],\n                ['document2', MapInterface::TYPE_DEST, 'document1']\n            ]\n        );\n\n        $this->source->expects($this->any())->method('getDocument')->will($this->returnValue($document));\n        $this->destination->expects($this->any())->method('getDocument')->will($this->returnValue($document));\n        $this->map->expects($this->any())->method('getFieldMap')->will($this->returnValue('field1'));\n        $this->logger\n            ->expects($this->once())\n            ->method('addRecord')\n            ->with(400, 'Destination documents are missing: document_to_clear');\n\n        $this->assertFalse($this->log->perform());\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/Step/Log/VolumeTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\Log;\n\nuse Migration\\Logger\\Logger;\nuse Migration\\Reader\\Map;\nuse Migration\\ResourceModel;\n\n/**\n * Class VolumeTest\n */\nclass VolumeTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @var \\Migration\\App\\ProgressBar\\LogLevelProcessor|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $progress;\n\n    /**\n     * @var Logger|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $logger;\n\n    /**\n     * @var ResourceModel\\Source|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $source;\n\n    /**\n     * @var ResourceModel\\Destination|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $destination;\n\n    /**\n     * @var Map|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $map;\n\n    /**\n     * @var Volume\n     */\n    protected $volume;\n\n    /**\n     * @var \\Migration\\Reader\\Groups|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $readerGroups;\n\n    /**\n     * @return void\n     */\n    public function setUp()\n    {\n        $this->logger = $this->createPartialMock(\n            \\Migration\\Logger\\Logger::class,\n            ['addRecord']\n        );\n        $this->progress = $this->createPartialMock(\n            \\Migration\\App\\ProgressBar\\LogLevelProcessor::class,\n            ['start', 'finish', 'advance']\n        );\n        $this->source = $this->createPartialMock(\n            \\Migration\\ResourceModel\\Source::class,\n            ['getDocumentList', 'getRecordsCount']\n        );\n        $this->destination = $this->createPartialMock(\n            \\Migration\\ResourceModel\\Destination::class,\n            ['getRecordsCount']\n        );\n\n        $this->map = $this->getMockBuilder(\\Migration\\Reader\\Map::class)->disableOriginalConstructor()\n            ->getMock();\n\n        /** @var \\Migration\\Reader\\MapFactory|\\PHPUnit_Framework_MockObject_MockObject $mapFactory */\n        $mapFactory = $this->createMock(\\Migration\\Reader\\MapFactory::class);\n        $mapFactory->expects($this->any())->method('create')->with('log_map_file')->willReturn($this->map);\n\n        $this->readerGroups = $this->createPartialMock(\n            \\Migration\\Reader\\Groups::class,\n            ['getGroup']\n        );\n        $this->readerGroups->expects($this->any())->method('getGroup')->willReturnMap(\n            [\n                ['source_documents', ['document1' => '']],\n                ['destination_documents_to_clear', ['document_to_clear' => '']]\n            ]\n        );\n\n        /** @var \\Migration\\Reader\\GroupsFactory|\\PHPUnit_Framework_MockObject_MockObject $groupsFactory */\n        $groupsFactory = $this->createPartialMock(\n            \\Migration\\Reader\\GroupsFactory::class,\n            ['create']\n        );\n        $groupsFactory->expects($this->any())\n            ->method('create')\n            ->with('log_document_groups_file')\n            ->willReturn($this->readerGroups);\n\n        $this->volume = new Volume(\n            $this->logger,\n            $this->source,\n            $this->destination,\n            $mapFactory,\n            $this->progress,\n            $groupsFactory\n        );\n    }\n\n    /**\n     * @return void\n     */\n    public function testPerform()\n    {\n        $dstDocName = 'config_data';\n        $this->map->expects($this->once())->method('getDocumentMap')->willReturn($dstDocName);\n        $this->source->expects($this->once())->method('getRecordsCount')->willReturn(3);\n        $this->destination->expects($this->any())->method('getRecordsCount')\n            ->willReturnMap([['config_data', true, [], 3], ['document_to_clear', true, [], null]]);\n        $this->assertTrue($this->volume->perform());\n    }\n\n    /**\n     * @return void\n     */\n    public function testPerformIgnored()\n    {\n        $dstDocName = false;\n        $this->map->expects($this->once())->method('getDocumentMap')->willReturn($dstDocName);\n        $this->source->expects($this->never())->method('getRecordsCount');\n        $this->destination->expects($this->once())->method('getRecordsCount')->willReturn(null);\n        $this->assertTrue($this->volume->perform());\n    }\n\n    /**\n     * @return void\n     */\n    public function testPerformFailed()\n    {\n        $dstDocName = 'config_data';\n        $this->map->expects($this->once())->method('getDocumentMap')->willReturn($dstDocName);\n        $this->source->expects($this->once())->method('getRecordsCount')->willReturn(2);\n        $this->destination->expects($this->any())->method('getRecordsCount')\n            ->willReturnMap([['config_data', 3], ['document_to_clear', null]]);\n        $this->logger->expects($this->once())->method('addRecord')->with(\n            Logger::WARNING,\n            'Mismatch of entities in the document: ' . $dstDocName . ' Source: 2 Destination: '\n        );\n        $this->assertFalse($this->volume->perform());\n    }\n\n    /**\n     * @return void\n     */\n    public function testPerformCheckLogsClearFailed()\n    {\n        $dstDocName = 'config_data';\n        $this->map->expects($this->once())->method('getDocumentMap')->willReturn($dstDocName);\n        $this->source->expects($this->once())->method('getRecordsCount')->willReturn(3);\n        $this->destination->expects($this->any())->method('getRecordsCount')\n            ->willReturnMap([['config_data', true, [], 3], ['document_to_clear', true, [], 1]]);\n        $this->logger->expects($this->once())->method('addRecord')->with(\n            Logger::WARNING,\n            'Log documents in the destination resource are not cleared'\n        );\n        $this->assertFalse($this->volume->perform());\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/Step/Map/DataTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\Map;\n\nuse Migration\\Handler;\nuse Migration\\Reader\\Map;\nuse Migration\\ResourceModel;\n\n/**\n * Class DataTest\n */\nclass DataTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @var \\Migration\\App\\ProgressBar\\LogLevelProcessor|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $progressBar;\n\n    /**\n     * Progress instance, saves the state of the process\n     *\n     * @var \\Migration\\App\\Progress|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $progress;\n\n    /**\n     * @var ResourceModel\\Source|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $source;\n\n    /**\n     * @var ResourceModel\\Destination|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $destination;\n\n    /**\n     * @var ResourceModel\\RecordFactory|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $recordFactory;\n\n    /**\n     * @var Map|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $map;\n\n    /**\n     * @var \\Migration\\RecordTransformerFactory|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $recordTransformerFactory;\n\n    /**\n     * @var Data|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $data;\n\n    /**\n     * @var \\Migration\\Logger\\Logger|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $logger;\n\n    /**\n     * @var \\Migration\\Config|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $config;\n\n    /**\n     * @var \\Migration\\Step\\Map\\Helper|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $helper;\n\n    /**\n     * @return void\n     */\n    public function setUp()\n    {\n        $this->progressBar = $this->createPartialMock(\n            \\Migration\\App\\ProgressBar\\LogLevelProcessor::class,\n            ['start', 'finish', 'advance']\n        );\n        $this->source = $this->createPartialMock(\n            \\Migration\\ResourceModel\\Source::class,\n            ['getDocument', 'getDocumentList', 'getRecords', 'getRecordsCount', 'getPageSize', 'setLastLoadedRecord']\n        );\n        $this->destination = $this->createPartialMock(\n            \\Migration\\ResourceModel\\Destination::class,\n            ['getDocument', 'getDocumentList', 'saveRecords', 'clearDocument']\n        );\n        $this->recordFactory = $this->createPartialMock(\n            \\Migration\\ResourceModel\\RecordFactory::class,\n            ['create']\n        );\n        $this->recordTransformerFactory = $this->createPartialMock(\n            \\Migration\\RecordTransformerFactory::class,\n            ['create']\n        );\n        $this->map = $this->getMockBuilder(\\Migration\\Reader\\Map::class)->disableOriginalConstructor()\n            ->setMethods(['getDocumentMap', 'getHandlerConfigs'])\n            ->getMock();\n\n        /** @var \\Migration\\Config|\\PHPUnit_Framework_MockObject_MockObject $config */\n        $this->config = $this->getMockBuilder(\\Migration\\Config::class)->setMethods(['getOption'])\n            ->disableOriginalConstructor()->getMock();\n        $this->config->expects($this->any())->method('getOption')->willReturnMap(\n            [\n                ['direct_document_copy', 0],\n                ['bulk_size', 100]\n            ]\n        );\n\n        /** @var \\Migration\\Reader\\MapFactory|\\PHPUnit_Framework_MockObject_MockObject $mapFactory */\n        $mapFactory = $this->createMock(\\Migration\\Reader\\MapFactory::class);\n        $mapFactory->expects($this->any())->method('create')->with('map_file')->willReturn($this->map);\n\n        $this->progress = $this->createPartialMock(\n            \\Migration\\App\\Progress::class,\n            ['getProcessedEntities', 'addProcessedEntity']\n        );\n\n        $this->logger = $this->getMockBuilder(\\Migration\\Logger\\Logger::class)->disableOriginalConstructor()\n            ->setMethods(['debug'])\n            ->getMock();\n\n        $this->helper = $this->getMockBuilder(\\Migration\\Step\\Map\\Helper::class)->disableOriginalConstructor()\n            ->setMethods(['getFieldsUpdateOnDuplicate'])\n            ->getMock();\n\n        $this->data = new Data(\n            $this->progressBar,\n            $this->source,\n            $this->destination,\n            $this->recordFactory,\n            $this->recordTransformerFactory,\n            $mapFactory,\n            $this->progress,\n            $this->logger,\n            $this->config,\n            $this->helper\n        );\n    }\n\n    /**\n     * @return void\n     */\n    public function testGetMapEmptyDestinationDocumentName()\n    {\n        $sourceDocName = 'core_config_data';\n        $this->progress->expects($this->once())->method('getProcessedEntities')->will($this->returnValue([]));\n        $this->source->expects($this->any())->method('getDocumentList')->will($this->returnValue([$sourceDocName]));\n        $this->data->perform();\n    }\n\n    /**\n     * @return void\n     */\n    public function testPerform()\n    {\n        $sourceDocName = 'core_config_data';\n        $this->source->expects($this->any())->method('getDocumentList')->will($this->returnValue([$sourceDocName]));\n        $this->source->expects($this->any())->method('getRecordsCount')->will($this->returnValue(2));\n        $dstDocName = 'config_data';\n        $this->progress->expects($this->once())->method('getProcessedEntities')->will($this->returnValue([]));\n        $this->map->expects($this->once())->method('getDocumentMap')->will($this->returnValue($dstDocName));\n        $this->map->expects($this->any())->method('getHandlerConfigs')->willReturn(['class' => 'Handler\\Class']);\n\n        $sourceDocument = $this->createPartialMock(\n            \\Migration\\ResourceModel\\Document::class,\n            ['getRecords', 'getStructure']\n        );\n        $this->source->expects($this->once())->method('getDocument')->will(\n            $this->returnValue($sourceDocument)\n        );\n        $destinationDocument = $this->getMockBuilder(\\Migration\\ResourceModel\\Document::class)\n            ->disableOriginalConstructor()\n            ->setMethods(['getStructure', 'getRecords'])\n            ->getMock();\n        $this->destination->expects($this->once())->method('getDocument')->will(\n            $this->returnValue($destinationDocument)\n        );\n        $structure = $this->getMockBuilder(\\Migration\\ResourceModel\\Structure::class)->disableOriginalConstructor()\n            ->setMethods(['getFields'])\n            ->getMock();\n        $structure->expects($this->any())->method('getFields')->willReturn(['field' => []]);\n\n        $sourceDocument->expects($this->any())->method('getStructure')->willReturn($structure);\n        $destinationDocument->expects($this->any())->method('getStructure')->willReturn($structure);\n\n        $recordTransformer = $this->createPartialMock(\n            \\Migration\\RecordTransformer::class,\n            ['init', 'transform']\n        );\n        $this->recordTransformerFactory->expects($this->once())->method('create')->will(\n            $this->returnValue($recordTransformer)\n        );\n        $recordTransformer->expects($this->once())->method('init');\n\n        $bulk = [['id' => 4, 'name' => 'john']];\n        $this->source->expects($this->any())->method('getRecords')->willReturnOnConsecutiveCalls($bulk, []);\n        $this->source->expects($this->any())->method('setLastLoadedRecord')->withConsecutive(\n            [$sourceDocName, $bulk[0]],\n            [$sourceDocName, []]\n        );\n\n        $this->source->expects($this->any())->method('getPageSize')->willReturn(100);\n        $destinationRecords =  $this->createMock(\\Migration\\ResourceModel\\Record\\Collection::class);\n        $destinationDocument->expects($this->once())->method('getRecords')->will(\n            $this->returnValue($destinationRecords)\n        );\n\n        $srcRecord = $this->createMock(\\Migration\\ResourceModel\\Record::class);\n        $dstRecord = $this->createMock(\\Migration\\ResourceModel\\Record::class);\n        $this->recordFactory->expects($this->at(0))->method('create')->will($this->returnValue($srcRecord));\n        $this->recordFactory->expects($this->at(1))->method('create')->will($this->returnValue($dstRecord));\n        $recordTransformer->expects($this->once())->method('transform')->with($srcRecord, $dstRecord);\n\n        $this->destination->expects($this->once())->method('saveRecords')->with($dstDocName, $destinationRecords);\n        $this->destination->expects($this->once())->method('clearDocument')->with($dstDocName);\n        $this->logger->expects($this->any())->method('debug')->with('migrating', ['table' => $sourceDocName])\n            ->willReturn(true);\n        $this->helper->expects($this->once())->method('getFieldsUpdateOnDuplicate')->with($dstDocName)\n            ->willReturn(false);\n        $this->data->perform();\n    }\n\n    /**\n     * @return void\n     */\n    public function testPerformJustCopy()\n    {\n        $sourceDocName = 'core_config_data';\n        $this->source->expects($this->any())->method('getDocumentList')->will($this->returnValue([$sourceDocName]));\n        $this->source->expects($this->any())->method('getRecordsCount')->will($this->returnValue(2));\n        $dstDocName = 'config_data';\n        $this->progress->expects($this->once())->method('getProcessedEntities')->will($this->returnValue([]));\n        $this->map->expects($this->once())->method('getDocumentMap')->will($this->returnValue($dstDocName));\n        $this->map->expects($this->any())->method('getHandlerConfigs')->willReturn([]);\n\n        $sourceDocument = $this->createPartialMock(\n            \\Migration\\ResourceModel\\Document::class,\n            ['getRecords', 'getStructure']\n        );\n        $bulk = [['id' => 4, 'name' => 'john']];\n        $this->source->expects($this->any())->method('getRecords')->willReturnOnConsecutiveCalls($bulk, []);\n        $this->source->expects($this->once())->method('getDocument')->willReturn($sourceDocument);\n        $this->source->expects($this->any())->method('getPageSize')->willReturn(100);\n        $this->source->expects($this->any())->method('setLastLoadedRecord')->withConsecutive(\n            [$sourceDocName, $bulk[0]],\n            [$sourceDocName, []]\n        );\n        $destinationDocument = $this->getMockBuilder(\\Migration\\ResourceModel\\Document::class)\n            ->disableOriginalConstructor()\n            ->setMethods(['getStructure', 'getRecords'])\n            ->getMock();\n        $this->destination->expects($this->once())->method('getDocument')->will(\n            $this->returnValue($destinationDocument)\n        );\n        $structure = $this->getMockBuilder(\\Migration\\ResourceModel\\Structure::class)\n            ->disableOriginalConstructor()\n            ->setMethods(['getFields'])\n            ->getMock();\n        $structure->expects($this->any())->method('getFields')->willReturn(['field' => []]);\n\n        $sourceDocument->expects($this->any())->method('getStructure')->willReturn($structure);\n        $destinationDocument->expects($this->any())->method('getStructure')->willReturn($structure);\n\n        $destinationRecords =  $this->createMock(\\Migration\\ResourceModel\\Record\\Collection::class);\n        $destinationDocument->expects($this->once())->method('getRecords')->will(\n            $this->returnValue($destinationRecords)\n        );\n\n        $dstRecord = $this->createMock(\\Migration\\ResourceModel\\Record::class);\n        $this->recordFactory->expects($this->at(0))->method('create')->will($this->returnValue($dstRecord));\n\n        $this->destination->expects($this->once())->method('saveRecords')->with($dstDocName, $destinationRecords);\n        $this->destination->expects($this->once())->method('clearDocument')->with($dstDocName);\n        $this->data->perform();\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/Step/Map/DeltaTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\Map;\n\nuse Migration\\Reader\\MapInterface;\n\nclass DeltaTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @var \\Migration\\ResourceModel\\Source|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $source;\n\n    /**\n     * @var \\Migration\\Logger\\Logger|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $logger;\n\n    /**\n     * @var \\Migration\\Reader\\Map|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $map;\n\n    /**\n     * @var \\Migration\\Reader\\Groups|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $readerGroups;\n\n    /**\n     * @var \\Migration\\ResourceModel\\Destination|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $destination;\n\n    /**\n     * @var \\Migration\\ResourceModel\\RecordFactory|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $recordFactory;\n\n    /**\n     * @var \\Migration\\RecordTransformerFactory|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $recordTransformerFactory;\n\n    /**\n     * @var Data|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $data;\n\n    /**\n     * @var Helper|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $helper;\n\n    /**\n     * @var Delta|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $delta;\n\n    /**\n     * @return void\n     */\n    public function setUp()\n    {\n        $this->source = $this->createMock(\\Migration\\ResourceModel\\Source::class);\n        $this->logger = $this->createMock(\\Migration\\Logger\\Logger::class);\n        $this->map = $this->getMockBuilder(\\Migration\\Reader\\Map::class)->disableOriginalConstructor()\n            ->setMethods(['getDocumentMap', 'getDeltaDocuments'])\n            ->getMock();\n\n        /** @var \\Migration\\Reader\\MapFactory|\\PHPUnit_Framework_MockObject_MockObject $mapFactory */\n        $mapFactory = $this->createMock(\\Migration\\Reader\\MapFactory::class);\n        $mapFactory->expects($this->any())->method('create')->with('map_file')->willReturn($this->map);\n\n        $this->destination = $this->createPartialMock(\n            \\Migration\\ResourceModel\\Destination::class,\n            ['getAdapter']\n        );\n        $this->recordFactory = $this->createMock(\\Migration\\ResourceModel\\RecordFactory::class);\n        $this->recordTransformerFactory = $this->createMock(\\Migration\\RecordTransformerFactory::class);\n        $this->data = $this->createMock(\\Migration\\Step\\Map\\Data::class);\n\n        $this->readerGroups = $this->createPartialMock(\n            \\Migration\\Reader\\Groups::class,\n            ['getGroup']\n        );\n        $this->readerGroups->expects($this->any())->method('getGroup')->willReturnMap(\n            [\n                ['delta_map', ['orders' => 'order_id']]\n            ]\n        );\n\n        $this->helper = $this->createPartialMock(\n            \\Migration\\Step\\Map\\Helper::class,\n            ['getDocumentsDuplicateOnUpdate']\n        );\n        $this->helper->expects($this->any())->method('getDocumentsDuplicateOnUpdate')->willReturn(false);\n\n        /** @var \\Migration\\Reader\\GroupsFactory|\\PHPUnit_Framework_MockObject_MockObject $groupsFactory */\n        $groupsFactory = $this->createPartialMock(\n            \\Migration\\Reader\\GroupsFactory::class,\n            ['create']\n        );\n        $groupsFactory->expects($this->any())\n            ->method('create')\n            ->with('delta_document_groups_file')\n            ->willReturn($this->readerGroups);\n\n        $this->delta = new Delta(\n            $this->source,\n            $mapFactory,\n            $groupsFactory,\n            $this->logger,\n            $this->destination,\n            $this->recordFactory,\n            $this->recordTransformerFactory,\n            $this->data,\n            $this->helper\n        );\n    }\n\n    /**\n     * @throws \\Migration\\Exception\n     * @return void\n     */\n    public function testDelta()\n    {\n        $sourceDocName = 'orders';\n        $sourceDeltaName = 'm2_cl_orders';\n        $this->source->expects($this->any())\n            ->method('getDocumentList')\n            ->willReturn([$sourceDocName, $sourceDeltaName]);\n        $this->source->expects($this->atLeastOnce())\n            ->method('getDeltaLogName')\n            ->with('orders')\n            ->willReturn($sourceDeltaName);\n        $this->source->expects($this->any())\n            ->method('getRecordsCount')\n            ->with($sourceDeltaName)\n            ->willReturn(1);\n        $adapter = $this->createPartialMock(\n            \\Migration\\ResourceModel\\Adapter\\Mysql::class,\n            ['setForeignKeyChecks']\n        );\n        $adapter->expects($this->at(0))\n            ->method('setForeignKeyChecks')\n            ->with(1);\n        $adapter->expects($this->at(1))\n            ->method('setForeignKeyChecks')\n            ->with(0);\n        $this->destination->expects($this->any())\n            ->method('getAdapter')\n            ->willReturn($adapter);\n        /** @var \\Migration\\ResourceModel\\Document|\\PHPUnit_Framework_MockObject_MockObject $source */\n        $document = $this->createMock(\\Migration\\ResourceModel\\Document::class);\n        $this->source->expects($this->any())\n            ->method('getDocument')\n            ->willReturn($document);\n\n        $this->map->expects($this->any())\n            ->method('getDeltaDocuments')\n            ->willReturn([$sourceDocName => 'order_id']);\n        $this->map->expects($this->any())\n            ->method('getDocumentMap')\n            ->with($sourceDocName, MapInterface::TYPE_SOURCE)\n            ->willReturn($sourceDocName);\n\n        $this->logger->expects($this->any())\n            ->method('debug')\n            ->with($sourceDocName . ' has changes');\n\n        $this->assertTrue($this->delta->perform());\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/Step/Map/HelperTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\Map;\n\nuse Migration\\Handler;\nuse Migration\\Reader\\Map;\nuse Migration\\ResourceModel;\n\n/**\n * Class HelperTest\n */\nclass HelperTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @var Helper\n     */\n    protected $helper;\n\n    /**\n     * @var \\Migration\\Reader\\Groups|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $groups;\n\n    /**\n     * @var array\n     */\n    protected $fieldsUpdateOnDuplicate = ['document' => 'document1', 'fields' => ['field1', 'field2']];\n\n    /**\n     * @return void\n     */\n    public function setUp()\n    {\n        $this->groups = $this->getMockBuilder(\\Migration\\Reader\\Groups::class)\n            ->disableOriginalConstructor()\n            ->setMethods(['getGroup'])\n            ->getMock();\n        $this->groups\n            ->expects($this->once())\n            ->method('getGroup')\n            ->with('destination_documents_update_on_duplicate')\n            ->willReturn([\n                $this->fieldsUpdateOnDuplicate['document'] => implode(',', $this->fieldsUpdateOnDuplicate['fields'])\n            ]);\n        /** @var \\Migration\\Reader\\GroupsFactory|\\PHPUnit_Framework_MockObject_MockObject $groupsFactory */\n        $groupsFactory = $this->getMockBuilder(\\Migration\\Reader\\GroupsFactory::class)\n            ->disableOriginalConstructor()\n            ->setMethods(['create'])\n            ->getMock();\n        $groupsFactory->expects($this->any())\n            ->method('create')\n            ->with('map_document_groups')\n            ->willReturn($this->groups);\n        $this->helper = new Helper($groupsFactory);\n    }\n\n    /**\n     * @return void\n     */\n    public function testGetFieldsUpdateOnDuplicate()\n    {\n        $this->assertEquals(\n            $this->fieldsUpdateOnDuplicate['fields'],\n            $this->helper->getFieldsUpdateOnDuplicate($this->fieldsUpdateOnDuplicate['document'])\n        );\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/Step/Map/IntegrityTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\Map;\n\n/**\n * Class IntegrityTest\n */\nclass IntegrityTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @var \\Migration\\App\\ProgressBar\\LogLevelProcessor|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $progress;\n\n    /**\n     * @var \\Migration\\Logger\\Logger|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $logger;\n\n    /**\n     * @var \\Migration\\ResourceModel\\Source|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $source;\n\n    /**\n     * @var \\Migration\\ResourceModel\\Destination|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $destination;\n\n    /**\n     * @var \\Migration\\ResourceModel\\Document|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $documentSource;\n\n    /**\n     * @var \\Migration\\ResourceModel\\Document|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $documentDestination;\n\n    /**\n     * @var Integrity\n     */\n    protected $integrity;\n\n    /**\n     * @var \\Migration\\Reader\\Map|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $map;\n\n    /**\n     * @return void\n     */\n    public function setUp()\n    {\n        $this->logger = $this->createPartialMock(\n            \\Migration\\Logger\\Logger::class,\n            ['debug', 'addRecord', 'warning']\n        );\n        $this->source = $this->createPartialMock(\n            \\Migration\\ResourceModel\\Source::class,\n            ['getDocumentList', 'getDocument']\n        );\n        $this->progress = $this->createPartialMock(\n            \\Migration\\App\\ProgressBar\\LogLevelProcessor::class,\n            ['start', 'finish', 'advance']\n        );\n        $this->destination = $this->createPartialMock(\n            \\Migration\\ResourceModel\\Destination::class,\n            ['getDocumentList', 'getDocument']\n        );\n        $this->map = $this->getMockBuilder(\\Migration\\Reader\\Map::class)->disableOriginalConstructor()\n            ->setMethods(['getFieldMap', 'getDocumentMap', 'init', 'isDocumentIgnored', 'isFieldDataTypeIgnored'])\n            ->getMock();\n\n        /** @var \\Migration\\Reader\\MapFactory|\\PHPUnit_Framework_MockObject_MockObject $mapFactory */\n        $mapFactory = $this->createMock(\\Migration\\Reader\\MapFactory::class);\n        $mapFactory->expects($this->any())->method('create')->with('map_file')->willReturn($this->map);\n\n        $config = $this->getMockBuilder(\\Migration\\Config::class)->disableOriginalConstructor()->getMock();\n\n        $this->integrity = new Integrity(\n            $this->progress,\n            $this->logger,\n            $config,\n            $this->source,\n            $this->destination,\n            $mapFactory\n        );\n    }\n\n    /**\n     * @return void\n     */\n    public function testPerformMainFlow()\n    {\n        $this->setupFieldsValidation();\n\n        $this->source->expects($this->any())->method('getDocumentList')->will($this->returnValue(['document']));\n        $this->destination->expects($this->any())->method('getDocumentList')\n            ->will($this->returnValue(['document']));\n\n        $this->map->expects($this->any())->method('getDocumentMap')->will($this->returnArgument(0));\n        $this->map->expects($this->any())->method('isDocumentIgnored')->willReturn(false);\n\n        $this->map->expects($this->any())->method('getFieldMap')->will($this->returnValue('field1'));\n\n        $this->logger->expects($this->never())->method('addRecord');\n\n        $this->integrity->perform();\n    }\n\n    /**\n     * @return void\n     */\n    public function testPerformDocumentIgnored()\n    {\n        $this->source->expects($this->atLeastOnce())->method('getDocumentList')->will($this->returnValue(['document']));\n        $this->destination->expects($this->atLeastOnce())->method('getDocumentList')\n            ->will($this->returnValue(['document2']));\n        $this->map->expects($this->any())->method('getDocumentMap')->will($this->returnValue(false));\n        $this->map->expects($this->any())->method('isDocumentIgnored')->willReturn(true);\n        $this->logger->expects($this->never())->method('addRecord');\n        $this->integrity->perform();\n    }\n\n    /**\n     * @return void\n     */\n    public function testPerformWithDestinationDocMissed()\n    {\n        $this->setupFieldsValidation();\n        $this->source->expects($this->atLeastOnce())->method('getDocumentList')\n            ->will($this->returnValue(['document1', 'document2']));\n        $this->destination->expects($this->atLeastOnce())->method('getDocumentList')\n            ->will($this->returnValue(['document2']));\n        $this->map->expects($this->any())->method('getDocumentMap')->will($this->returnArgument(0));\n        $this->map->expects($this->any())->method('isDocumentIgnored')->willReturn(false);\n        $this->logger->expects($this->exactly(1))->method('addRecord')\n            ->with(400, 'Source documents are not mapped: document1');\n\n        $this->integrity->perform();\n    }\n\n    /**\n     * @return void\n     */\n    public function testPerformWithSourceDocMissed()\n    {\n        $this->setupFieldsValidation();\n        $this->source->expects($this->atLeastOnce())->method('getDocumentList')\n            ->willReturn(['document2']);\n        $this->destination->expects($this->atLeastOnce())->method('getDocumentList')\n            ->will($this->returnValue(['document1', 'document2']));\n        $this->map->expects($this->any())->method('getDocumentMap')->will($this->returnArgument(0));\n        $this->logger->expects($this->once())->method('addRecord')\n            ->with(400, 'Destination documents are not mapped: document1');\n\n        $this->integrity->perform();\n    }\n\n    /**\n     * @return void\n     */\n    public function testPerformWithSourceFieldErrors()\n    {\n        $structure = $this->getMockBuilder(\\Migration\\ResourceModel\\Structure::class)\n            ->disableOriginalConstructor()\n            ->setMethods([])\n            ->getMock();\n        $structure->expects($this->at(0))->method('getFields')->will($this->returnValue(['field1' => []]));\n        $structure->expects($this->at(1))->method('getFields')->will($this->returnValue(['field2' => []]));\n        $structure->expects($this->at(2))->method('getFields')->will($this->returnValue(['field2' => []]));\n        $structure->expects($this->at(3))->method('getFields')->will($this->returnValue(['field1' => []]));\n\n        $document = $this->getMockBuilder(\\Migration\\ResourceModel\\Document::class)\n            ->disableOriginalConstructor()\n            ->getMock();\n        $document->expects($this->any())->method('getStructure')->willReturn($structure);\n        $document->expects($this->any())->method('getName')->willReturn('document');\n\n        $this->source->expects($this->atLeastOnce())->method('getDocumentList')->will($this->returnValue(['document']));\n        $this->destination->expects($this->atLeastOnce())->method('getDocumentList')\n            ->will($this->returnValue(['document']));\n\n        $this->source->expects($this->any())->method('getDocument')->will($this->returnValue($document));\n        $this->destination->expects($this->any())->method('getDocument')->with('document')\n            ->will($this->returnValue($document));\n\n        $this->map->expects($this->any())->method('isDocumentIgnored')->willReturn(false);\n        $this->map->expects($this->exactly(2))->method('getDocumentMap')->with('document')\n            ->will($this->returnArgument(0));\n        $this->map->expects($this->at(2))->method('getFieldMap')->with('document', 'field1')\n            ->will($this->returnValue('field1'));\n        $this->map->expects($this->at(5))->method('getFieldMap')->with('document', 'field2')\n            ->will($this->returnValue('field2'));\n\n        $this->logger->expects($this->at(0))->method('addRecord')->with(\n            400,\n            'Source fields are not mapped. Document: document. Fields: field1'\n        );\n        $this->logger->expects($this->at(1))->method('addRecord')->with(\n            400,\n            'Destination fields are not mapped. Document: document. Fields: field2'\n        );\n\n        $this->integrity->perform();\n    }\n\n    /**\n     * @return void\n     */\n    public function testPerformWithMismatchDocumentFieldDataTypes()\n    {\n        $this->setupFieldsValidation(true);\n        $this->documentSource->expects($this->any())->method('getName')->will($this->returnValue('document1'));\n        $this->documentDestination->expects($this->any())->method('getName')->will($this->returnValue('document1'));\n        $this->source->expects($this->atLeastOnce())->method('getDocumentList')\n            ->will($this->returnValue(['document1']));\n        $this->destination->expects($this->atLeastOnce())->method('getDocumentList')\n            ->will($this->returnValue(['document1']));\n        $this->map->expects($this->any())->method('getDocumentMap')->will($this->returnArgument(0));\n        $this->map->expects($this->any())->method('isDocumentIgnored')->willReturn(false);\n        $this->map->expects($this->any())->method('getFieldMap')->will($this->returnValue('field1'));\n        $this->map->expects($this->any())->method('isFieldDataTypeIgnored')->will($this->returnValue(false));\n        $this->logger->expects($this->at(0))->method('warning')\n            ->with('Mismatch of data types. Source document: document1. Fields: field1');\n        $this->logger->expects($this->at(1))->method('warning')\n            ->with('Mismatch of data types. Destination document: document1. Fields: field1');\n\n        $this->integrity->perform();\n    }\n\n    /**\n     * @param bool|false $dataTypeMismatch\n     * @return void\n     */\n    protected function setupFieldsValidation($dataTypeMismatch = false)\n    {\n        $dataTypeSource = $dataTypeMismatch ? 'varchar' : 'int';\n        $fieldsSource = ['field1' => ['DATA_TYPE' => $dataTypeSource]];\n        $structureSource = $this->getMockBuilder(\\Migration\\ResourceModel\\Structure::class)\n            ->disableOriginalConstructor()->setMethods([])->getMock();\n        $structureSource->expects($this->any())->method('getFields')->will($this->returnValue($fieldsSource));\n        $this->documentSource = $this->getMockBuilder(\\Migration\\ResourceModel\\Document::class)\n            ->disableOriginalConstructor()->getMock();\n        $this->documentSource->expects($this->any())->method('getStructure')\n            ->will($this->returnValue($structureSource));\n\n        $dataTypeDestination = 'int';\n        $fieldsDestination = ['field1' => ['DATA_TYPE' => $dataTypeDestination]];\n        $structureDestination = $this->getMockBuilder(\\Migration\\ResourceModel\\Structure::class)\n            ->disableOriginalConstructor()->setMethods([])->getMock();\n        $structureDestination->expects($this->any())->method('getFields')->will($this->returnValue($fieldsDestination));\n        $this->documentDestination = $this->getMockBuilder(\\Migration\\ResourceModel\\Document::class)\n            ->disableOriginalConstructor()->getMock();\n        $this->documentDestination->expects($this->any())->method('getStructure')\n            ->will($this->returnValue($structureDestination));\n\n        $this->source->expects($this->any())->method('getDocument')->will($this->returnValue($this->documentSource));\n        $this->destination->expects($this->any())->method('getDocument')\n            ->will($this->returnValue($this->documentDestination));\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/Step/Map/VolumeTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\Map;\n\nuse Migration\\Logger\\Logger;\nuse Migration\\Reader\\Map;\nuse Migration\\ResourceModel;\n\nclass VolumeTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @var \\Migration\\App\\ProgressBar\\LogLevelProcessor|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $progressBar;\n\n    /**\n     * @var \\Migration\\App\\Progress|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $progress;\n\n    /**\n     * @var Logger|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $logger;\n\n    /**\n     * @var ResourceModel\\Source|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $source;\n\n    /**\n     * @var ResourceModel\\Destination|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $destination;\n\n    /**\n     * @var Map|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $map;\n\n    /**\n     * @var Volume\n     */\n    protected $volume;\n\n    /**\n     * @var \\Migration\\Step\\Map\\Helper|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $helper;\n\n    /**\n     * @return void\n     */\n    public function setUp()\n    {\n        $this->logger = $this->createPartialMock(\n            \\Migration\\Logger\\Logger::class,\n            ['addRecord']\n        );\n        $this->progressBar = $this->createPartialMock(\n            \\Migration\\App\\ProgressBar\\LogLevelProcessor::class,\n            ['start', 'finish', 'advance']\n        );\n        $this->progress = $this->createPartialMock(\n            \\Migration\\App\\Progress::class,\n            ['getProcessedEntities']\n        );\n        $this->source = $this->createPartialMock(\n            \\Migration\\ResourceModel\\Source::class,\n            ['getDocumentList', 'getRecordsCount']\n        );\n        $this->destination = $this->createPartialMock(\n            \\Migration\\ResourceModel\\Destination::class,\n            ['getRecordsCount', 'getDocument']\n        );\n\n        $this->map = $this->getMockBuilder(\\Migration\\Reader\\Map::class)->disableOriginalConstructor()\n            ->setMethods(['getDocumentMap'])\n            ->getMock();\n\n        /** @var \\Migration\\Reader\\MapFactory|\\PHPUnit_Framework_MockObject_MockObject $mapFactory */\n        $mapFactory = $this->createMock(\\Migration\\Reader\\MapFactory::class);\n        $mapFactory->expects($this->any())->method('create')->with('map_file')->willReturn($this->map);\n\n        $this->helper = $this->getMockBuilder(\\Migration\\Step\\Map\\Helper::class)->disableOriginalConstructor()\n            ->setMethods(['getFieldsUpdateOnDuplicate'])\n            ->getMock();\n\n        $this->volume = new Volume(\n            $this->logger,\n            $this->source,\n            $this->destination,\n            $mapFactory,\n            $this->progressBar,\n            $this->helper,\n            $this->progress\n        );\n    }\n\n    /**\n     * @return void\n     */\n    public function testPerform()\n    {\n        $sourceDocName = 'core_config_data';\n        $this->source->expects($this->once())->method('getDocumentList')->willReturn([$sourceDocName]);\n        $dstDocName = 'config_data';\n        $destinationDocument = $this->getMockBuilder(\\Migration\\ResourceModel\\Document::class)\n            ->disableOriginalConstructor()\n            ->getMock();\n        $this->map->expects($this->once())->method('getDocumentMap')->willReturn($dstDocName);\n        $this->source->expects($this->once())->method('getRecordsCount')->willReturn(3);\n        $this->destination->expects($this->once())->method('getRecordsCount')->willReturn(3);\n        $this->destination\n            ->expects($this->once())\n            ->method('getDocument')\n            ->with($dstDocName)\n            ->willReturn($destinationDocument);\n        $this->helper->expects($this->once())->method('getFieldsUpdateOnDuplicate')->with($dstDocName)\n            ->willReturn(false);\n        $this->assertTrue($this->volume->perform());\n    }\n\n    /**\n     * @return void\n     */\n    public function testPerformIgnored()\n    {\n        $sourceDocName = 'core_config_data';\n        $this->source->expects($this->once())->method('getDocumentList')->willReturn([$sourceDocName]);\n        $dstDocName = false;\n        $this->map->expects($this->once())->method('getDocumentMap')->willReturn($dstDocName);\n        $this->source->expects($this->never())->method('getRecordsCount');\n        $this->destination->expects($this->never())->method('getRecordsCount');\n        $this->destination->expects($this->never())->method('getDocument');\n        $this->helper->expects($this->never())->method('getFieldsUpdateOnDuplicate');\n        $this->assertTrue($this->volume->perform());\n    }\n\n    /**\n     * @return void\n     */\n    public function testPerformFailed()\n    {\n        $sourceDocName = 'core_config_data';\n        $dstDocName = 'config_data';\n        $destinationDocument = $this->getMockBuilder(\\Migration\\ResourceModel\\Document::class)\n            ->disableOriginalConstructor()\n            ->getMock();\n        $this->source->expects($this->once())->method('getDocumentList')->willReturn([$sourceDocName]);\n        $this->map->expects($this->once())->method('getDocumentMap')->willReturn($dstDocName);\n        $this->source->expects($this->once())->method('getRecordsCount')->willReturn(2);\n        $this->destination->expects($this->once())->method('getRecordsCount')->willReturn(3);\n        $this->destination\n            ->expects($this->once())\n            ->method('getDocument')\n            ->with($dstDocName)\n            ->willReturn($destinationDocument);\n        $this->logger->expects($this->once())->method('addRecord')->with(\n            Logger::WARNING,\n            'Mismatch of entities in the document: ' . $dstDocName . ' Source: 2 Destination: 3'\n        );\n        $this->helper->expects($this->once())->method('getFieldsUpdateOnDuplicate')->with($dstDocName)\n            ->willReturn(false);\n        $this->assertFalse($this->volume->perform());\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/Step/PostProcessing/Data/EavLeftoverDataCleanerTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\PostProcessing\\Data;\n\nclass EavLeftoverDataCleanerTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @var EavLeftoverDataCleaner\n     */\n    protected $eavLeftoverDataCleaner;\n\n    /**\n     * @var \\Migration\\Step\\PostProcessing\\Model\\EavLeftoverData|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $eavLeftoverDataModel;\n\n    /**\n     * @var \\Migration\\App\\ProgressBar\\LogLevelProcessor|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $progressBar;\n\n    /**\n     * @var \\Migration\\App\\Progress|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $progress;\n\n    /**\n     * @var \\Migration\\ResourceModel\\Destination|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $destination;\n\n    /**\n     * @return void\n     */\n    public function setUp()\n    {\n        $this->destination = $this->createPartialMock(\n            \\Migration\\ResourceModel\\Destination::class,\n            ['deleteRecords', 'getRecordsCount']\n        );\n        $this->progressBar = $this->createPartialMock(\n            \\Migration\\App\\ProgressBar\\LogLevelProcessor::class,\n            ['advance']\n        );\n        $this->progress = $this->createPartialMock(\n            \\Migration\\App\\Progress::class,\n            []\n        );\n        $this->eavLeftoverDataModel = $this->createPartialMock(\n            \\Migration\\Step\\PostProcessing\\Model\\EavLeftoverData::class,\n            ['getDocuments', 'getLeftoverAttributeIds']\n        );\n    }\n\n    /**\n     * @return void\n     */\n    public function testClean()\n    {\n        $leftoverAttributeIds = [1, 2, 3];\n        $documentsToCheck = ['doc1', 'doc2'];\n        $deletedDocumentRowsCount = ['doc1' => 2, 'doc2' => 3];\n        $this->eavLeftoverDataCleaner = new EavLeftoverDataCleaner(\n            $this->progressBar,\n            $this->destination,\n            $this->progress,\n            $this->eavLeftoverDataModel\n        );\n        $this->eavLeftoverDataModel\n            ->expects($this->once())\n            ->method('getLeftoverAttributeIds')\n            ->willReturn($leftoverAttributeIds);\n        $this->eavLeftoverDataModel\n            ->expects($this->once())\n            ->method('getDocuments')\n            ->willReturn($documentsToCheck);\n        $this->progressBar\n            ->expects($this->exactly(2))\n            ->method('advance')\n            ->with('info');\n        $this->destination\n            ->expects($this->at(0))\n            ->method('deleteRecords')\n            ->with('doc1', 'attribute_id', $leftoverAttributeIds);\n        $this->destination\n            ->expects($this->at(1))\n            ->method('deleteRecords')\n            ->with('doc2', 'attribute_id', $leftoverAttributeIds);\n        $this->eavLeftoverDataCleaner->clean();\n    }\n\n    /**\n     * @return void\n     */\n    public function testCleanEmptyAttributeIds()\n    {\n        $leftoverAttributeIds = [];\n        $this->eavLeftoverDataCleaner = new EavLeftoverDataCleaner(\n            $this->progressBar,\n            $this->destination,\n            $this->progress,\n            $this->eavLeftoverDataModel\n        );\n        $this->eavLeftoverDataModel\n            ->expects($this->once())\n            ->method('getLeftoverAttributeIds')\n            ->willReturn($leftoverAttributeIds);\n        $this->eavLeftoverDataModel->expects($this->never())->method('getDocuments');\n        $this->progressBar->expects($this->never())->method('advance')->with('info');\n        $this->destination->expects($this->never())->method('deleteRecords');\n        $this->eavLeftoverDataCleaner->clean();\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/Step/PostProcessing/Data/ProductsInRootCatalogCleanerTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\PostProcessing\\Data;\n\nclass ProductsInRootCatalogCleanerTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @var ProductsInRootCatalogCleaner\n     */\n    protected $productsInRootCatalogCleaner;\n\n    /**\n     * @var \\Migration\\Step\\PostProcessing\\Model\\ProductsInRootCatalog|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $productsInRootCatalogModel;\n\n    /**\n     * @var \\Migration\\ResourceModel\\Destination|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $destination;\n\n    /**\n     * @return void\n     */\n    public function setUp()\n    {\n        $this->destination = $this->createPartialMock(\n            \\Migration\\ResourceModel\\Destination::class,\n            ['deleteRecords']\n        );\n        $this->productsInRootCatalogModel = $this->createPartialMock(\n            \\Migration\\Step\\PostProcessing\\Model\\ProductsInRootCatalog::class,\n            ['getProductIds', 'getCatalogCategoryProductDocument']\n        );\n    }\n\n    /**\n     * @return void\n     */\n    public function testClean()\n    {\n        $productIds = [1, 2, 3];\n        $catalogCategoryProductDocument = 'catalog_category_product';\n        $this->productsInRootCatalogCleaner = new ProductsInRootCatalogCleaner(\n            $this->destination,\n            $this->productsInRootCatalogModel\n        );\n        $this->productsInRootCatalogModel\n            ->expects($this->once())\n            ->method('getProductIds')\n            ->willReturn($productIds);\n        $this->productsInRootCatalogModel\n            ->expects($this->once())\n            ->method('getCatalogCategoryProductDocument')\n            ->willReturn($catalogCategoryProductDocument);\n        $this->destination\n            ->expects($this->once())\n            ->method('deleteRecords')\n            ->with($catalogCategoryProductDocument, 'entity_id', $productIds);\n        $this->productsInRootCatalogCleaner->clean();\n    }\n\n    /**\n     * @return void\n     */\n    public function testCleanEmptyProductIds()\n    {\n        $leftoverAttributeIds = [];\n        $this->productsInRootCatalogCleaner = new ProductsInRootCatalogCleaner(\n            $this->destination,\n            $this->productsInRootCatalogModel\n        );\n        $this->productsInRootCatalogModel\n            ->expects($this->once())\n            ->method('getProductIds')\n            ->willReturn($leftoverAttributeIds);\n        $this->productsInRootCatalogModel->expects($this->never())->method('getCatalogCategoryProductDocument');\n        $this->destination->expects($this->never())->method('deleteRecords');\n        $this->productsInRootCatalogCleaner->clean();\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/Step/PostProcessing/DataTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\PostProcessing;\n\nclass DataTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @var \\Migration\\Step\\PostProcessing\\Data\\EavLeftoverDataCleaner|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $eavLeftoverDataCleaner;\n\n    /**\n     * @var \\Migration\\Step\\PostProcessing\\Data\\ProductsInRootCatalogCleaner|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $productsInRootCatalogCleaner;\n\n    /**\n     * @var \\Migration\\Step\\PostProcessing\\Data\\AttributeSetLeftoverDataCleaner|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $attributeSetLeftoverDataCleaner;\n\n    /**\n     * @var \\Migration\\Step\\PostProcessing\\Data\\DeletedRecordsCounter|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $deletedRecordsCounter;\n\n    /**\n     * @var Data\n     */\n    protected $data;\n\n    /**\n     * @var \\Migration\\App\\ProgressBar\\LogLevelProcessor|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $progress;\n\n    /**\n     * @return void\n     */\n    public function setUp()\n    {\n        $this->eavLeftoverDataCleaner = $this->createPartialMock(\n            \\Migration\\Step\\PostProcessing\\Data\\EavLeftoverDataCleaner::class,\n            ['clean', 'getDocuments']\n        );\n        $this->productsInRootCatalogCleaner = $this->createPartialMock(\n            \\Migration\\Step\\PostProcessing\\Data\\ProductsInRootCatalogCleaner::class,\n            ['clean', 'getDocuments']\n        );\n        $this->attributeSetLeftoverDataCleaner = $this->createPartialMock(\n            \\Migration\\Step\\PostProcessing\\Data\\AttributeSetLeftoverDataCleaner::class,\n            ['clean', 'getDocuments']\n        );\n        $this->deletedRecordsCounter = $this->createPartialMock(\n            \\Migration\\Step\\PostProcessing\\Data\\DeletedRecordsCounter::class,\n            ['saveDeleted', 'count']\n        );\n        $this->progress = $this->createPartialMock(\n            \\Migration\\App\\ProgressBar\\LogLevelProcessor::class,\n            ['start', 'finish']\n        );\n    }\n\n    /**\n     * @return void\n     */\n    public function testPerform()\n    {\n        $documents1 = ['doc11', 'doc12'];\n        $documents2 = ['doc21', 'doc22'];\n        $documents3 = ['doc31', 'doc32'];\n        $documents = array_merge($documents1, $documents2, $documents3);\n        $this->deletedRecordsCounter->expects($this->once())->method('count')->with($documents);\n        $this->deletedRecordsCounter->expects($this->once())->method('saveDeleted')->with($documents);\n        $this->progress\n            ->expects($this->once())\n            ->method('start')\n            ->with(count($documents), \\Migration\\Logger\\Manager::LOG_LEVEL_INFO);\n        $this->progress->expects($this->once())->method('finish');\n        $this->eavLeftoverDataCleaner->expects($this->any())->method('getDocuments')->willReturn($documents1);\n        $this->attributeSetLeftoverDataCleaner->expects($this->any())->method('getDocuments')->willReturn($documents2);\n        $this->productsInRootCatalogCleaner->expects($this->any())->method('getDocuments')->willReturn($documents3);\n        $this->eavLeftoverDataCleaner->expects($this->once())->method('clean');\n        $this->productsInRootCatalogCleaner->expects($this->once())->method('clean');\n        $this->attributeSetLeftoverDataCleaner->expects($this->once())->method('clean');\n        $this->data = new Data(\n            $this->progress,\n            $this->eavLeftoverDataCleaner,\n            $this->attributeSetLeftoverDataCleaner,\n            $this->productsInRootCatalogCleaner,\n            $this->deletedRecordsCounter\n        );\n        $this->data->perform();\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/Step/Ratings/DataTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\Ratings;\n\nclass DataTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @var \\Migration\\ResourceModel\\Destination|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $destination;\n\n    /**\n     * @var Data\n     */\n    protected $data;\n\n    /**\n     * @var \\Migration\\ResourceModel\\Adapter\\Mysql|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $adapter;\n\n    /**\n     * @var \\Magento\\Framework\\DB\\Select|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $select;\n\n    /**\n     * @var \\Migration\\App\\ProgressBar\\LogLevelProcessor|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $progress;\n\n    /**\n     * @return void\n     */\n    public function setUp()\n    {\n        $this->destination = $this->createPartialMock(\n            \\Migration\\ResourceModel\\Destination::class,\n            ['getAdapter', 'getDocumentList', 'getDocument', 'addDocumentPrefix']\n        );\n        $this->destination\n            ->expects($this->any())\n            ->method('addDocumentPrefix')\n            ->will($this->returnValueMap([['rating_store', 'rating_store'], ['rating', 'rating']]));\n        $this->select = $this->createPartialMock(\n            \\Magento\\Framework\\DB\\Select::class,\n            ['from', 'where']\n        );\n        $this->adapter = $this->createPartialMock(\n            \\Migration\\ResourceModel\\Adapter\\Mysql::class,\n            ['getSelect', 'loadDataFromSelect', 'updateDocument']\n        );\n        $this->progress = $this->createPartialMock(\n            \\Migration\\App\\ProgressBar\\LogLevelProcessor::class,\n            ['start', 'advance', 'finish']\n        );\n    }\n\n    /**\n     * @return void\n     */\n    public function testPerform()\n    {\n        $this->data = new Data($this->destination, $this->progress);\n        $this->progress->expects($this->once())->method('start')->with(1);\n        $this->progress->expects($this->once())->method('advance');\n        $this->progress->expects($this->once())->method('finish');\n        $this->destination->expects($this->once())->method('getAdapter')->willReturn($this->adapter);\n        $this->adapter->expects($this->once())->method('getSelect')->willReturn($this->select);\n        $this->select\n            ->expects($this->once())\n            ->method('from')\n            ->with('rating_store', ['rating_id'])\n            ->will($this->returnSelf());\n        $this->select\n            ->expects($this->once())\n            ->method('where')\n            ->with('store_id > 0')\n            ->will($this->returnSelf());\n        $this->adapter\n            ->expects($this->once())\n            ->method('loadDataFromSelect')\n            ->with($this->select)\n            ->willReturn([['rating_id' => 1]]);\n        $this->adapter\n            ->expects($this->once())\n            ->method('updateDocument')\n            ->with('rating', ['is_active' => 1], 'rating_id IN (1)');\n        $this->data->perform();\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/Step/Ratings/IntegrityTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\Ratings;\n\n/**\n * Class IntegrityTest\n */\nclass IntegrityTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @var \\Migration\\ResourceModel\\Destination|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $destination;\n\n    /**\n     * @var Integrity\n     */\n    protected $integrity;\n\n    /**\n     * @var \\Migration\\Logger\\Logger|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $logger;\n\n    /**\n     * @var \\Migration\\ResourceModel\\Structure|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $structure;\n\n    /**\n     * @var \\Migration\\ResourceModel\\Document|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $document;\n\n    /**\n     * @var \\Migration\\App\\ProgressBar\\LogLevelProcessor|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $progress;\n\n    /**\n     * @return void\n     */\n    public function setUp()\n    {\n        $this->destination = $this->createPartialMock(\n            \\Migration\\ResourceModel\\Destination::class,\n            ['getAdapter', 'getDocumentList', 'getDocument', 'addDocumentPrefix']\n        );\n        $this->destination\n            ->expects($this->any())\n            ->method('addDocumentPrefix')\n            ->will($this->returnValueMap([['rating_store', 'rating_store'], ['rating', 'rating']]));\n\n        $this->structure = $this->createPartialMock(\n            \\Migration\\ResourceModel\\Structure::class,\n            ['getFields']\n        );\n        $this->document = $this->createPartialMock(\n            \\Migration\\ResourceModel\\Document::class,\n            ['getStructure']\n        );\n        $this->logger = $this->createPartialMock(\n            \\Migration\\Logger\\Logger::class,\n            ['warning', 'error']\n        );\n        $this->progress = $this->createPartialMock(\n            \\Migration\\App\\ProgressBar\\LogLevelProcessor::class,\n            ['start', 'advance', 'finish']\n        );\n    }\n\n    /**\n     * @return void\n     */\n    public function testPerform()\n    {\n        $this->integrity = new Integrity($this->destination, $this->logger, $this->progress);\n        $this->progress->expects($this->once())->method('start')->with(1);\n        $this->progress->expects($this->once())->method('advance');\n        $this->progress->expects($this->once())->method('finish');\n        $this->destination->expects($this->once())->method('getDocumentList')->willReturn(['rating', 'rating_store']);\n        $this->structure->expects($this->once())->method('getFields')->willReturn(['is_active' => []]);\n        $this->document->expects($this->once())->method('getStructure')->willReturn($this->structure);\n        $this->destination->expects($this->once())->method('getDocument')->with('rating')->willReturn($this->document);\n        $this->assertTrue($this->integrity->perform());\n    }\n\n    /**\n     * @return void\n     */\n    public function testPerformDocumentsFail()\n    {\n        $this->integrity = new Integrity($this->destination, $this->logger, $this->progress);\n        $this->progress->expects($this->once())->method('start')->with(1);\n        $this->progress->expects($this->once())->method('advance');\n        $this->progress->expects($this->never())->method('finish');\n        $this->destination->expects($this->once())->method('getDocumentList')->willReturn([]);\n        $this->structure->expects($this->never())->method('getFields');\n        $this->document->expects($this->never())->method('getStructure');\n        $this->destination->expects($this->never())->method('getDocument');\n        $this->logger\n            ->expects($this->once())\n            ->method('error')\n            ->with(\n                '\"rating\" or \"rating_store\" documents do not exist in the destination resource'\n            );\n        $this->assertFalse($this->integrity->perform());\n    }\n\n    /**\n     * @return void\n     */\n    public function testPerformFieldFail()\n    {\n        $this->integrity = new Integrity($this->destination, $this->logger, $this->progress);\n        $this->progress->expects($this->once())->method('start')->with(1);\n        $this->progress->expects($this->once())->method('advance');\n        $this->progress->expects($this->never())->method('finish');\n        $this->destination->expects($this->once())->method('getDocumentList')->willReturn(['rating', 'rating_store']);\n        $this->structure->expects($this->once())->method('getFields')->willReturn(['field' => []]);\n        $this->document->expects($this->once())->method('getStructure')->willReturn($this->structure);\n        $this->destination->expects($this->once())->method('getDocument')->with('rating')->willReturn($this->document);\n        $this->logger\n            ->expects($this->once())\n            ->method('error')\n            ->with(\n                '\"is_active\" field does not exist in \"rating\" document of the destination resource'\n            );\n        $this->assertFalse($this->integrity->perform());\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/Step/Ratings/VolumeTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\Ratings;\n\nuse Migration\\Logger\\Logger;\n\n/**\n * Class VolumeTest\n */\nclass VolumeTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @var \\Migration\\ResourceModel\\Destination|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $destination;\n\n    /**\n     * @var Volume\n     */\n    protected $volume;\n\n    /**\n     * @var \\Migration\\Logger\\Logger|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $logger;\n\n    /**\n     * @var \\Migration\\ResourceModel\\Adapter\\Mysql|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $adapter;\n\n    /**\n     * @var \\Magento\\Framework\\DB\\Select|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $select;\n\n    /**\n     * @var \\Migration\\App\\ProgressBar\\LogLevelProcessor|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $progress;\n\n    /**\n     * @return void\n     */\n    public function setUp()\n    {\n        $this->destination = $this->createPartialMock(\n            \\Migration\\ResourceModel\\Destination::class,\n            ['getAdapter', 'getDocumentList', 'getDocument', 'addDocumentPrefix']\n        );\n        $this->destination\n            ->expects($this->any())\n            ->method('addDocumentPrefix')\n            ->will($this->returnValueMap([['rating_store', 'rating_store'], ['rating', 'rating']]));\n        $this->select = $this->createPartialMock(\n            \\Magento\\Framework\\DB\\Select::class,\n            ['from', 'where']\n        );\n        $this->adapter = $this->createPartialMock(\n            \\Migration\\ResourceModel\\Adapter\\Mysql::class,\n            ['getSelect', 'loadDataFromSelect', 'updateDocument']\n        );\n        $this->logger = $this->createPartialMock(\n            \\Migration\\Logger\\Logger::class,\n            ['addRecord']\n        );\n        $this->progress = $this->createPartialMock(\n            \\Migration\\App\\ProgressBar\\LogLevelProcessor::class,\n            ['start', 'advance', 'finish']\n        );\n    }\n\n    /**\n     * @return void\n     */\n    public function testPerform()\n    {\n        $this->volume = new Volume($this->destination, $this->logger, $this->progress);\n        $this->progress->expects($this->once())->method('start')->with(1);\n        $this->progress->expects($this->once())->method('advance');\n        $this->progress->expects($this->once())->method('finish');\n        $this->destination->expects($this->once())->method('getAdapter')->willReturn($this->adapter);\n        $this->adapter->expects($this->exactly(2))->method('getSelect')->willReturn($this->select);\n        $this->select\n            ->expects($this->at(0))\n            ->method('from')\n            ->with('rating_store', ['rating_id'])\n            ->will($this->returnSelf());\n        $this->select\n            ->expects($this->at(1))\n            ->method('where')\n            ->with('store_id > 0')\n            ->will($this->returnSelf());\n        $this->adapter\n            ->expects($this->exactly(2))\n            ->method('loadDataFromSelect')\n            ->with($this->select)->willReturn([['rating_id' => 1]]);\n        $this->select->expects($this->at(2))->method('from')->with('rating', ['rating_id'])->will($this->returnSelf());\n        $this->select->expects($this->at(3))->method('where')->with('is_active = ?', 1)->will($this->returnSelf());\n        $this->logger->expects($this->never())->method('addRecord');\n        $this->assertTrue($this->volume->perform());\n    }\n\n    /**\n     * @return void\n     */\n    public function testPerformFailed()\n    {\n        $this->volume = new Volume($this->destination, $this->logger, $this->progress);\n        $this->progress->expects($this->once())->method('start')->with(1);\n        $this->progress->expects($this->once())->method('advance');\n        $this->progress->expects($this->once())->method('finish');\n        $this->destination->expects($this->once())->method('getAdapter')->willReturn($this->adapter);\n        $this->adapter->expects($this->exactly(2))->method('getSelect')->willReturn($this->select);\n        $this->select\n            ->expects($this->at(0))\n            ->method('from')\n            ->with('rating_store', ['rating_id'])\n            ->will($this->returnSelf());\n        $this->select\n            ->expects($this->at(1))\n            ->method('where')\n            ->with('store_id > 0')\n            ->will($this->returnSelf());\n        $this->adapter\n            ->expects($this->at(1))\n            ->method('loadDataFromSelect')\n            ->with($this->select)\n            ->willReturn([['rating_id' => 1]]);\n        $this->adapter\n            ->expects($this->at(3))\n            ->method('loadDataFromSelect')\n            ->with($this->select)\n            ->willReturn([['rating_id' => 2]]);\n        $this->select\n            ->expects($this->at(2))\n            ->method('from')\n            ->with('rating', ['rating_id'])\n            ->will($this->returnSelf());\n        $this->select\n            ->expects($this->at(3))\n            ->method('where')\n            ->with('is_active = ?', 1)\n            ->will($this->returnSelf());\n        $this->logger\n            ->expects($this->once())\n            ->method('addRecord')\n            ->with(Logger::ERROR, 'Mismatch of entities in the documents: rating, rating_store');\n        $this->assertFalse($this->volume->perform());\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/Step/SalesOrder/DataTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\SalesOrder;\n\nuse Migration\\Handler;\nuse Migration\\Reader\\Map;\nuse Migration\\ResourceModel;\nuse Migration\\ResourceModel\\Record;\nuse Migration\\App\\ProgressBar;\n\nclass DataTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @var ResourceModel\\Source|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $source;\n\n    /**\n     * @var ResourceModel\\Destination|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $destination;\n\n    /**\n     * @var ResourceModel\\RecordFactory|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $recordFactory;\n\n    /**\n     * @var Map|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $map;\n\n    /**\n     * @var \\Migration\\RecordTransformerFactory|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $recordTransformerFactory;\n\n    /**\n     * ProgressBar instance\n     *\n     * @var ProgressBar\\LogLevelProcessor|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $progress;\n\n    /**\n     * @var Helper|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $helper;\n\n    /**\n     * @var Data\n     */\n    protected $salesOrder;\n\n    /**\n     * @var \\Migration\\Logger\\Logger|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $logger;\n\n    /**\n     * @return void\n     */\n    public function setUp()\n    {\n        $this->progress = $this->createPartialMock(\n            \\Migration\\App\\ProgressBar\\LogLevelProcessor::class,\n            ['start', 'finish', 'advance']\n        );\n        $this->source = $this->createPartialMock(\n            \\Migration\\ResourceModel\\Source::class,\n            ['getDocument', 'getDocumentList', 'getRecords', 'getRecordsCount']\n        );\n        $this->destination = $this->createPartialMock(\n            \\Migration\\ResourceModel\\Destination::class,\n            ['getDocument', 'getDocumentList', 'getRecords', 'saveRecords', 'clearDocument']\n        );\n        $this->recordFactory = $this->createPartialMock(\n            \\Migration\\ResourceModel\\RecordFactory::class,\n            ['create']\n        );\n        $this->recordTransformerFactory = $this->createPartialMock(\n            \\Migration\\RecordTransformerFactory::class,\n            ['create']\n        );\n        $this->map = $this->createPartialMock(\n            \\Migration\\Reader\\Map::class,\n            ['getDocumentMap']\n        );\n\n        /** @var \\Migration\\Reader\\MapFactory|\\PHPUnit_Framework_MockObject_MockObject $mapFactory */\n        $mapFactory = $this->createMock(\\Migration\\Reader\\MapFactory::class);\n        $mapFactory->expects($this->any())->method('create')->with('sales_order_map_file')->willReturn($this->map);\n\n        $this->helper = $this->createPartialMock(\n            \\Migration\\Step\\SalesOrder\\Helper::class,\n            ['getDocumentList', 'getDestEavDocument', 'getEavAttributes']\n        );\n\n        $this->logger = $this->getMockBuilder(\\Migration\\Logger\\Logger::class)->disableOriginalConstructor()\n            ->setMethods(['debug'])\n            ->getMock();\n\n        $this->salesOrder = new Data(\n            $this->progress,\n            $this->source,\n            $this->destination,\n            $this->recordFactory,\n            $this->recordTransformerFactory,\n            $mapFactory,\n            $this->helper,\n            $this->logger\n        );\n    }\n\n    /**\n     * @covers \\Migration\\Step\\SalesOrder\\Data::prepareEavEntityData\n     * @covers \\Migration\\Step\\SalesOrder\\Data::getAttributeData\n     * @covers \\Migration\\Step\\SalesOrder\\Data::getAttributeValue\n     * @covers \\Migration\\Step\\SalesOrder\\Data::getDestEavDocument\n     * @return void\n     */\n    public function testGetMap()\n    {\n        $sourceDocumentName = 'source_document';\n        $destinationDocumentName = 'destination_document';\n        $eavAttributes = ['eav_attr_1', 'eav_attr_2'];\n        $eavAttributeData = [\n            'entity_type_id' => 1,\n            'attribute_id' => 2,\n            'attribute_code' => 'eav_attr_1'\n        ];\n        $this->helper->expects($this->any())->method('getDocumentList')\n            ->willReturn([$sourceDocumentName => $destinationDocumentName]);\n        $this->helper->expects($this->once())->method('getDestEavDocument')->willReturn('eav_document');\n        $this->helper->expects($this->at(3))->method('getEavAttributes')->willReturn($eavAttributes);\n        $this->map->expects($this->once())->method('getDocumentMap')\n            ->willReturn($destinationDocumentName);\n        $sourceDocument = $this->createPartialMock(\n            \\Migration\\ResourceModel\\Document::class,\n            ['getRecords']\n        );\n        $this->source->expects($this->once())->method('getDocument')->willReturn($sourceDocument);\n        $this->source->expects($this->any())->method('getRecordsCount')->willReturn(2);\n        $destinationDocument = $this->createMock(\\Migration\\ResourceModel\\Document::class);\n        $eavDestinationDocument = $this->createMock(\\Migration\\ResourceModel\\Document::class);\n        $dstDocName = 'destination_document';\n        $eavDstDocName = 'eav_document';\n        $this->destination->expects($this->any())->method('getDocument')->willReturnMap(\n            [\n                [$dstDocName, $destinationDocument],\n                [$eavDstDocName, $eavDestinationDocument]\n            ]\n        );\n        $recordTransformer = $this->createPartialMock(\n            \\Migration\\RecordTransformer::class,\n            ['init', 'transform']\n        );\n        $this->recordTransformerFactory->expects($this->once())->method('create')->willReturn($recordTransformer);\n        $recordTransformer->expects($this->once())->method('init');\n        $bulk = [['eav_attr_1' => 'attribute_value', 'store_id' => '1', 'entity_id' => '2']];\n        $this->source->expects($this->at(3))->method('getRecords')->willReturn($bulk);\n        $this->source->expects($this->at(4))->method('getRecords')->willReturn([]);\n        $destinationRecords =  $this->createMock(\\Migration\\ResourceModel\\Record\\Collection::class);\n        $eavDestinationRecords = $this->createMock(\\Migration\\ResourceModel\\Record\\Collection::class);\n        $destinationDocument->expects($this->once())->method('getRecords')->willReturn($destinationRecords);\n        $srcRecord = $this->createMock(\\Migration\\ResourceModel\\Record::class);\n        $dstRecord = $this->createMock(\\Migration\\ResourceModel\\Record::class);\n        $this->recordFactory->expects($this->at(0))->method('create')->willReturn($srcRecord);\n        $this->recordFactory->expects($this->at(1))->method('create')->willReturn($dstRecord);\n        $recordTransformer->expects($this->once())->method('transform')->with($srcRecord, $dstRecord);\n        $eavDestinationDocument->expects($this->once())->method('getRecords')->willReturn($eavDestinationRecords);\n        $eavDestinationRecords->expects($this->once())->method('addRecord');\n        $this->destination->expects($this->at(5))->method('saveRecords')->with($dstDocName, $destinationRecords);\n        $this->destination->expects($this->at(6))->method('saveRecords')->with($eavDstDocName, $eavDestinationRecords);\n        $this->destination->expects($this->once())->method('clearDocument')->with($dstDocName);\n        $this->destination->expects($this->at(3))->method('getRecords')->willReturn([0 => $eavAttributeData]);\n        $this->logger->expects($this->any())->method('debug')->with('migrating', ['table' => $sourceDocumentName])\n            ->willReturn(true);\n        $this->salesOrder->perform();\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/Step/SalesOrder/HelperTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\SalesOrder;\n\nuse Migration\\Reader;\nuse Migration\\ResourceModel\\Source;\n\n/**\n * Class Helper\n */\nclass HelperTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @var Source|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $source;\n\n    /**\n     * @var Helper\n     */\n    protected $helper;\n\n    /**\n     * @return void\n     */\n    public function setUp()\n    {\n        $this->source = $this->getMockBuilder(\\Migration\\ResourceModel\\Source::class)\n            ->setMethods(['getAdapter', 'addDocumentPrefix'])\n            ->disableOriginalConstructor()\n            ->getMock();\n        $this->helper = new Helper($this->source);\n    }\n\n    /**\n     * @return void\n     */\n    public function testGetSourceAttributes()\n    {\n        $entity = [\n            0 => [\n                'entity_id' => 1,\n                'value' => 'entity_value'\n            ]\n        ];\n        $mySqlAdapter = $this->createPartialMock(\n            \\Migration\\ResourceModel\\Adapter\\Mysql::class,\n            ['getSelect', 'loadDataFromSelect']\n        );\n        $dbSelect = $this->createPartialMock(\n            \\Magento\\Framework\\DB\\Select::class,\n            ['from', 'where']\n        );\n        $mySqlAdapter->expects($this->any())->method('getSelect')->willReturn($dbSelect);\n        $this->source->expects($this->any())->method('getAdapter')->willReturn($mySqlAdapter);\n        $this->source->expects($this->any())->method('addDocumentPrefix')->willReturnArgument(0);\n        $dbSelect->expects($this->any())->method('from')->willReturnSelf();\n        $dbSelect->expects($this->any())->method('where')->willReturnSelf();\n        $mySqlAdapter->expects($this->once())->method('loadDataFromSelect')->willReturn($entity);\n        $this->assertEquals($entity, $this->helper->getSourceAttributes('eav_attribute'));\n    }\n\n    /**\n     * @return void\n     */\n    public function testGetEavAttributes()\n    {\n        $eavAttributes = ['reward_points_balance_refunded', 'reward_salesrule_points'];\n        $this->assertEquals($eavAttributes, $this->helper->getEavAttributes());\n    }\n\n    /**\n     * @return void\n     */\n    public function testGetDocumentList()\n    {\n        $documentList = ['sales_flat_order' => 'sales_order'];\n        $this->assertEquals($documentList, $this->helper->getDocumentList());\n    }\n\n    /**\n     * @return void\n     */\n    public function testGetDestEavDocument()\n    {\n        $destEavDocument = 'eav_entity_int';\n        $this->assertEquals($destEavDocument, $this->helper->getDestEavDocument());\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/Step/SalesOrder/InitialDataTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\SalesOrder;\n\nuse Migration\\Reader;\nuse Migration\\ResourceModel\\Destination;\nuse Migration\\ResourceModel\\Source;\n\n/**\n * Class InitialDataTest\n */\nclass InitialDataTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @var Source|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $source;\n\n    /**\n     * @var Destination|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $destination;\n\n    /**\n     * @var Helper|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $helper;\n\n    /**\n     * @var InitialData\n     */\n    protected $initialData;\n\n    /**\n     * @return void\n     */\n    public function setUp()\n    {\n        $this->source = $this->createMock(\\Migration\\ResourceModel\\Source::class);\n        $this->destination = $this->createPartialMock(\n            \\Migration\\ResourceModel\\Destination::class,\n            ['getRecordsCount']\n        );\n        $this->helper = $this->createPartialMock(\n            \\Migration\\Step\\SalesOrder\\Helper::class,\n            ['getDestEavDocument']\n        );\n        $this->initialData = new InitialData($this->source, $this->destination, $this->helper);\n    }\n\n    /**\n     * @covers \\Migration\\Step\\SalesOrder\\InitialData::initDestAttributes\n     * @covers \\Migration\\Step\\SalesOrder\\InitialData::getDestEavAttributesCount\n     * @return void\n     */\n    public function testInit()\n    {\n        $eavEntityDocument = 'eav_entity_int';\n        $this->helper->expects($this->once())->method('getDestEavDocument')->willReturn($eavEntityDocument);\n        $this->destination->expects($this->once())->method('getRecordsCount')->willReturn(2);\n        $this->initialData->init();\n        $this->assertEquals($this->initialData->getDestEavAttributesCount($eavEntityDocument), 2);\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/Step/SalesOrder/IntegrityTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\SalesOrder;\n\nuse Migration\\Reader\\Map;\n\n/**\n * Class IntegrityTest\n */\nclass IntegrityTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @var \\Migration\\App\\ProgressBar\\LogLevelProcessor|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $progress;\n\n    /**\n     * @var \\Migration\\Logger\\Logger|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $logger;\n\n    /**\n     * @var \\Migration\\ResourceModel\\Source|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $source;\n\n    /**\n     * @var \\Migration\\ResourceModel\\Destination|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $destination;\n\n    /**\n     * @var Integrity\n     */\n    protected $salesOrder;\n\n    /**\n     * @var Map|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $map;\n\n    /**\n     * @var \\Migration\\Config|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $config;\n\n    /**\n     * @var \\Migration\\Step\\SalesOrder\\Helper|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $helper;\n\n    /**\n     * @return void\n     */\n    public function setUp()\n    {\n        $this->logger = $this->createPartialMock(\n            \\Migration\\Logger\\Logger::class,\n            ['debug', 'addRecord', 'error']\n        );\n        $this->source = $this->createPartialMock(\n            \\Migration\\ResourceModel\\Source::class,\n            ['getDocumentList', 'getDocument']\n        );\n        $this->progress = $this->createPartialMock(\n            \\Migration\\App\\ProgressBar\\LogLevelProcessor::class,\n            ['start', 'finish', 'advance']\n        );\n        $this->helper = $this->createPartialMock(\n            \\Migration\\Step\\SalesOrder\\Helper::class,\n            ['getDocumentList', 'getEavAttributes', 'getDestEavDocument']\n        );\n        $this->destination = $this->createPartialMock(\n            \\Migration\\ResourceModel\\Destination::class,\n            ['getDocumentList', 'getDocument', 'getRecords']\n        );\n        $this->map = $this->getMockBuilder(\\Migration\\Reader\\Map::class)\n            ->disableOriginalConstructor()\n            ->setMethods(['getFieldMap', 'getDocumentMap', 'isDocumentIgnored'])\n            ->getMock();\n\n        /** @var \\Migration\\Reader\\MapFactory|\\PHPUnit_Framework_MockObject_MockObject $mapFactory */\n        $mapFactory = $this->createMock(\\Migration\\Reader\\MapFactory::class);\n        $mapFactory->expects($this->any())->method('create')->with('sales_order_map_file')->willReturn($this->map);\n\n        $this->config = $this->getMockBuilder(\\Migration\\Config::class)->disableOriginalConstructor()\n            ->setMethods([])->getMock();\n\n        $config = $this->getMockBuilder(\\Migration\\Config::class)->disableOriginalConstructor()->getMock();\n        $this->salesOrder = new Integrity(\n            $this->progress,\n            $this->logger,\n            $config,\n            $this->source,\n            $this->destination,\n            $mapFactory,\n            $this->helper\n        );\n    }\n\n    /**\n     * @covers \\Migration\\Step\\SalesOrder\\Integrity::checkEavEntities\n     * @covers \\Migration\\Step\\SalesOrder\\Integrity::getEavEntities\n     * @covers \\Migration\\Step\\SalesOrder\\Integrity::getIterationsCount\n     * @return void\n     */\n    public function testPerform()\n    {\n        $fields = ['field1' => ['DATA_TYPE' => 'int']];\n        $destinationRecord = ['attribute_code' => 'eav_entity'];\n        $this->helper->expects($this->any())->method('getDocumentList')->willReturn(['source_doc' => 'dest_doc']);\n        $this->helper->expects($this->once())->method('getDestEavDocument')->willReturn('eav_entity_int');\n        $this->helper->expects($this->once())->method('getEavAttributes')->willReturn(['eav_entity']);\n        $this->progress->expects($this->once())->method('start')->with(3);\n        $this->progress->expects($this->any())->method('advance');\n        $structure = $this->getMockBuilder(\\Migration\\ResourceModel\\Structure::class)\n            ->disableOriginalConstructor()->setMethods([])->getMock();\n        $structure->expects($this->any())->method('getFields')->willReturn($fields);\n        $document = $this->getMockBuilder(\\Migration\\ResourceModel\\Document::class)\n            ->disableOriginalConstructor()\n            ->getMock();\n        $document->expects($this->any())->method('getStructure')->willReturn($structure);\n        $this->source->expects($this->any())->method('getDocumentList')->willReturn(['source_doc']);\n        $this->destination->expects($this->once())->method('getDocumentList')->willReturn(['dest_doc']);\n        $this->destination->expects($this->any())->method('getDocument')->willReturn($document);\n        $this->destination->expects($this->at(3))->method('getRecords')->willReturn([0 => $destinationRecord]);\n        $this->destination->expects($this->at(4))->method('getRecords')->willReturn(null);\n        $this->map->expects($this->any())->method('isDocumentIgnored')->willReturn(false);\n        $this->map->expects($this->at(1))->method('getDocumentMap')->willReturn('dest_doc');\n        $this->map->expects($this->at(4))->method('getDocumentMap')->willReturn('source_doc');\n        $this->map->expects($this->any())->method('getFieldMap')->willReturn('field1');\n        $this->source->expects($this->any())->method('getDocument')->willReturn($document);\n\n        $this->logger->expects($this->never())->method('error');\n\n        $this->salesOrder->perform();\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/Step/SalesOrder/VolumeTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\SalesOrder;\n\nuse Migration\\Logger\\Logger;\nuse Migration\\Reader\\Map;\nuse Migration\\ResourceModel\\Destination;\nuse Migration\\ResourceModel\\Source;\nuse Migration\\App\\ProgressBar;\n\nclass VolumeTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @var InitialData|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $initialData;\n\n    /**\n     * @var Logger|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $logger;\n\n    /**\n     * @var ProgressBar\\LogLevelProcessor|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $progress;\n\n    /**\n     * @var Map|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $map;\n\n    /**\n     * @var Source|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $source;\n\n    /**\n     * @var Destination|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $destination;\n\n    /**\n     * @var Helper|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $helper;\n\n    /**\n     * @var Volume\n     */\n    protected $salesOrder;\n\n    /**\n     * @return void\n     */\n    public function setUp()\n    {\n        $this->logger = $this->createPartialMock(\n            \\Migration\\Logger\\Logger::class,\n            ['addRecord']\n        );\n        $this->progress = $this->createPartialMock(\n            \\Migration\\App\\ProgressBar\\LogLevelProcessor::class,\n            ['start', 'finish', 'advance']\n        );\n        $this->initialData = $this->createPartialMock(\n            \\Migration\\Step\\SalesOrder\\InitialData::class,\n            ['getDestEavAttributesCount']\n        );\n        $this->helper = $this->createPartialMock(\n            \\Migration\\Step\\SalesOrder\\Helper::class,\n            ['getDocumentList', 'getDestEavDocument', 'getEavAttributes', 'getSourceAttributes']\n        );\n        $this->source = $this->createPartialMock(\n            \\Migration\\ResourceModel\\Source::class,\n            ['getDocumentList', 'getRecordsCount']\n        );\n        $this->destination = $this->createPartialMock(\n            \\Migration\\ResourceModel\\Destination::class,\n            ['getRecordsCount']\n        );\n        $this->map = $this->createPartialMock(\n            \\Migration\\Reader\\Map::class,\n            ['getDocumentMap']\n        );\n\n        /** @var \\Migration\\Reader\\MapFactory|\\PHPUnit_Framework_MockObject_MockObject $mapFactory */\n        $mapFactory = $this->createMock(\\Migration\\Reader\\MapFactory::class);\n        $mapFactory->expects($this->any())->method('create')->with('sales_order_map_file')->willReturn($this->map);\n\n        $this->salesOrder = new Volume(\n            $this->source,\n            $this->destination,\n            $this->initialData,\n            $this->helper,\n            $mapFactory,\n            $this->progress,\n            $this->logger\n        );\n    }\n\n    /**\n     * @return void\n     */\n    public function testPerform()\n    {\n        $sourceDocumentName = 'source_document';\n        $destDocumentName = 'dest_document';\n        $eavDocumentName = 'eav_entity_int';\n        $eavAttributes = [\n            'eav_attribute_1',\n            'eav_attribute_2'\n        ];\n        $this->helper->expects($this->any())->method('getDocumentList')\n            ->willReturn([$sourceDocumentName => $destDocumentName]);\n        $this->helper->expects($this->any())->method('getEavAttributes')->willReturn($eavAttributes);\n        $this->helper->expects($this->any())->method('getDestEavDocument')->willReturn($eavDocumentName);\n        $this->helper->expects($this->at(3))->method('getSourceAttributes')->willReturn(1);\n        $this->helper->expects($this->at(4))->method('getSourceAttributes')->willReturn(0);\n        $this->progress->expects($this->any())->method('start')->with(1);\n        $this->progress->expects($this->once())->method('advance');\n        $this->map->expects($this->any())->method('getDocumentMap')->with($sourceDocumentName)\n            ->willReturn($destDocumentName);\n        $this->source->expects($this->any())->method('getRecordsCount')->with($sourceDocumentName)->willReturn(1);\n        $this->destination->expects($this->any())->method('getRecordsCount')->willReturnMap(\n            [\n                [$destDocumentName, true, [], 1],\n                [$eavDocumentName, true, [], 1]\n            ]\n        );\n        $this->initialData->expects($this->once())->method('getDestEavAttributesCount')->with('eav_entity_int')\n            ->willReturn(0);\n        $this->assertTrue($this->salesOrder->perform());\n    }\n\n    /**\n     * @return void\n     */\n    public function testPerformFailExistingEavAttributes()\n    {\n        $sourceDocumentName = 'source_document';\n        $destDocumentName = 'dest_document';\n        $eavDocumentName = 'eav_entity_int';\n        $eavAttributes = [\n            'eav_attribute_1',\n            'eav_attribute_2'\n        ];\n        $this->helper->expects($this->any())->method('getDocumentList')\n            ->willReturn([$sourceDocumentName => $destDocumentName]);\n        $this->helper->expects($this->any())->method('getEavAttributes')->willReturn($eavAttributes);\n        $this->helper->expects($this->any())->method('getDestEavDocument')->willReturn($eavDocumentName);\n        $this->helper->expects($this->at(3))->method('getSourceAttributes')->willReturn(1);\n        $this->helper->expects($this->at(4))->method('getSourceAttributes')->willReturn(0);\n        $this->progress->expects($this->any())->method('start')->with(1);\n        $this->progress->expects($this->once())->method('advance');\n        $this->map->expects($this->any())->method('getDocumentMap')->with($sourceDocumentName)\n            ->willReturn($destDocumentName);\n        $this->source->expects($this->any())->method('getRecordsCount')->with($sourceDocumentName)->willReturn(1);\n        $this->destination->expects($this->any())->method('getRecordsCount')->willReturnMap(\n            [\n                [$destDocumentName, true, [], 1],\n                [$eavDocumentName, true, [], 1]\n            ]\n        );\n        $this->initialData->expects($this->once())->method('getDestEavAttributesCount')\n            ->with('eav_entity_int')->willReturn(1);\n        $this->logger->expects($this->once())->method('addRecord')->with(\n            Logger::WARNING,\n            'Mismatch of entities in the document: ' . $eavDocumentName\n        );\n        $this->assertFalse($this->salesOrder->perform());\n    }\n\n    /**\n     * @return void\n     */\n    public function testPerformFailExistingDocumentEntities()\n    {\n        $sourceDocumentName = 'source_document';\n        $destDocumentName = 'dest_document';\n        $eavDocumentName = 'eav_entity_int';\n        $eavAttributes = [\n            'eav_attribute_1',\n            'eav_attribute_2'\n        ];\n        $this->helper->expects($this->any())->method('getDocumentList')\n            ->willReturn([$sourceDocumentName => $destDocumentName]);\n        $this->helper->expects($this->any())->method('getEavAttributes')->willReturn($eavAttributes);\n        $this->helper->expects($this->any())->method('getDestEavDocument')->willReturn($eavDocumentName);\n        $this->helper->expects($this->at(3))->method('getSourceAttributes')->willReturn(1);\n        $this->helper->expects($this->at(4))->method('getSourceAttributes')->willReturn(0);\n        $this->progress->expects($this->any())->method('start')->with(1);\n        $this->progress->expects($this->once())->method('advance');\n        $this->map->expects($this->any())->method('getDocumentMap')->with($sourceDocumentName)\n            ->willReturn($destDocumentName);\n        $this->source->expects($this->any())->method('getRecordsCount')->with($sourceDocumentName)->willReturn(1);\n        $this->destination->expects($this->any())->method('getRecordsCount')->willReturnMap(\n            [\n                [$destDocumentName, true, [], 2],\n                [$eavDocumentName, true, [], 1]\n            ]\n        );\n        $this->initialData->expects($this->once())->method('getDestEavAttributesCount')->with('eav_entity_int')\n            ->willReturn(0);\n        $this->logger->expects($this->once())->method('addRecord')->with(\n            Logger::WARNING,\n            'Mismatch of entities in the document: ' . $destDocumentName . ' Source: 1 Destination: 2'\n        );\n        $this->assertFalse($this->salesOrder->perform());\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/Step/Settings/DataTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\Settings;\n\n/**\n * Class DataTest\n */\nclass DataTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @var \\Migration\\ResourceModel\\Destination|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $destination;\n\n    /**\n     * @var \\Migration\\ResourceModel\\Source|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $source;\n\n    /**\n     * @var Data\n     */\n    protected $data;\n\n    /**\n     * @var \\Migration\\Logger\\Logger|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $logger;\n\n    /**\n     * @var \\Migration\\App\\ProgressBar\\LogLevelProcessor|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $progress;\n\n    /**\n     * @var \\Migration\\ResourceModel\\RecordFactory|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $recordFactory;\n\n    /**\n     * @var \\Migration\\Reader\\Settings|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $readerSettings;\n\n    /**\n     * @var \\Migration\\Handler\\ManagerFactory|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $handlerManagerFactory;\n\n    /**\n     * @return void\n     */\n    public function setUp()\n    {\n        $this->destination = $this->createPartialMock(\n            \\Migration\\ResourceModel\\Destination::class,\n            ['getRecordsCount', 'getRecords', 'getDocument', 'getDocumentList', 'clearDocument', 'saveRecords']\n        );\n        $this->source = $this->createPartialMock(\n            \\Migration\\ResourceModel\\Source::class,\n            ['getRecordsCount', 'getRecords', 'getDocumentList']\n        );\n        $this->readerSettings = $this->createPartialMock(\n            \\Migration\\Reader\\Settings::class,\n            ['isNodeIgnored', 'getNodeMap', 'getValueHandler']\n        );\n        $this->recordFactory = $this->getMockBuilder(\\Migration\\ResourceModel\\RecordFactory::class)\n            ->disableOriginalConstructor()\n            ->setMethods(['create'])\n            ->getMock();\n        $this->handlerManagerFactory = $this->getMockBuilder(\\Migration\\Handler\\ManagerFactory::class)\n            ->disableOriginalConstructor()\n            ->setMethods(['create'])\n            ->getMock();\n        $this->logger = $this->createPartialMock(\n            \\Migration\\Logger\\Logger::class,\n            ['error']\n        );\n        $this->progress = $this->createPartialMock(\n            \\Migration\\App\\ProgressBar\\LogLevelProcessor::class,\n            ['start', 'advance', 'finish']\n        );\n    }\n\n    /**\n     * @return void\n     */\n    public function testPerform()\n    {\n        $count = 2;\n        $sourceRecords = [\n            ['config_id' => 1, 'scope_id' => 0, 'scope' => 'default', 'path' => 'some/path1', 'value' => 'some value4'],\n            ['config_id' => 2, 'scope_id' => 0, 'scope' => 'default', 'path' => 'some/path3', 'value' => 'some value3'],\n        ];\n        $destinationRecords = [\n            ['config_id' => 1, 'scope_id' => 0, 'scope' => 'default', 'path' => 'some/path1', 'value' => 'some value1'],\n            ['config_id' => 2, 'scope_id' => 0, 'scope' => 'default', 'path' => 'some/path2', 'value' => 'some value2'],\n        ];\n        $destinationRecordsFinal = [\n            ['scope_id' => 0, 'scope' => 'default', 'path' => 'some/path1', 'value' => 'some value1'],\n            ['scope_id' => 0, 'scope' => 'default', 'path' => 'some/path2', 'value' => 'some value2'],\n            ['scope_id' => 0, 'scope' => 'default', 'path' => 'some/path3', 'value' => 'some value3'],\n        ];\n        $pathMapped = [\n            ['some/path1', 'some/path1'],\n            ['some/path3', 'some/path3'],\n        ];\n        $handlerParams = [\n            ['some/path1', ['class' => 'Some\\\\Class', 'params' => []]],\n            ['some/path3', []]\n        ];\n        $document = $this->createMock(\\Migration\\ResourceModel\\Document::class);\n        $destinationRecord = $this->createMock(\\Migration\\ResourceModel\\Record::class);\n        $sourceRecord = $this->createPartialMock(\n            \\Migration\\ResourceModel\\Record::class,\n            ['getData', 'getValue', 'setValue']\n        );\n        $sourceRecord->expects($this->any())\n            ->method('getValue')\n            ->with('value')\n            ->willReturn($destinationRecords[0]['value']);\n        $sourceRecord->expects($this->any())->method('setValue')->with('path', $pathMapped[1][0]);\n        $sourceRecord->expects($this->any())->method('getData')->willReturn($sourceRecords[1]);\n        $handler = $this->getMockBuilder(\\Migration\\Handler\\HandlerInterface::class)->getMock();\n        $handler->expects($this->any())->method('handle')->with($sourceRecord, $destinationRecord);\n        $handlerManager = $this->createPartialMock(\n            \\Migration\\Handler\\Manager::class,\n            ['initHandler', 'getHandler']\n        );\n        $handlerManager->expects($this->once())\n            ->method('initHandler')\n            ->with('value', $handlerParams[0][1], 'some/path1');\n        $handlerManager->expects($this->once())->method('getHandler')->willReturn($handler);\n        $this->progress->expects($this->once())->method('start')->with($count);\n        $this->progress->expects($this->exactly($count))->method('advance');\n        $this->progress->expects($this->once())->method('finish');\n        $this->source->expects($this->once())->method('getRecordsCount')->with('core_config_data')->willReturn($count);\n        $this->source->expects($this->once())->method('getRecords')->with('core_config_data', 0, $count)\n            ->willReturn($sourceRecords);\n        $this->destination->expects($this->once())->method('getRecordsCount')->with('core_config_data')\n            ->willReturn($count);\n        $this->destination->expects($this->once())->method('getDocument')->with('core_config_data')\n            ->willReturn($document);\n        $this->destination->expects($this->once())->method('clearDocument')->with('core_config_data');\n        $this->destination->expects($this->once())->method('saveRecords')\n            ->with('core_config_data', $destinationRecordsFinal);\n        $this->destination->expects($this->once())->method('getRecords')->with('core_config_data', 0, $count)\n            ->willReturn($destinationRecords);\n        $this->readerSettings->expects($this->any())->method('isNodeIgnored')->willReturn(false);\n        $this->readerSettings->expects($this->any())->method('getNodeMap')->willReturnMap($pathMapped);\n        $this->readerSettings->expects($this->any())->method('getValueHandler')->willReturnMap($handlerParams);\n        $this->recordFactory->expects($this->at(0))->method('create')\n            ->with(['document' => $document, 'data' => $sourceRecords[0]])\n            ->willReturn($sourceRecord);\n        $this->recordFactory->expects($this->at(1))->method('create')\n            ->with(['document' => $document, 'data' => $destinationRecords[0]])\n            ->willReturn($destinationRecord);\n        $this->recordFactory->expects($this->at(2))->method('create')\n            ->with(['document' => $document, 'data' => $sourceRecords[1]])\n            ->willReturn($sourceRecord);\n        $this->recordFactory->expects($this->at(3))->method('create')\n            ->with(['document' => $document, 'data' => []])\n            ->willReturn($destinationRecord);\n        $this->handlerManagerFactory->expects($this->once())->method('create')->willReturn($handlerManager);\n        $this->data = new Data(\n            $this->destination,\n            $this->source,\n            $this->logger,\n            $this->progress,\n            $this->recordFactory,\n            $this->readerSettings,\n            $this->handlerManagerFactory\n        );\n        $this->assertTrue($this->data->perform());\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/Step/Settings/IntegrityTest.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\Settings;\n\n/**\n * Class IntegrityTest\n */\nclass IntegrityTest extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @var \\Migration\\ResourceModel\\Destination|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $destination;\n\n    /**\n     * @var \\Migration\\ResourceModel\\Source|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $source;\n\n    /**\n     * @var Integrity\n     */\n    protected $integrity;\n\n    /**\n     * @var \\Migration\\Logger\\Logger|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $logger;\n\n    /**\n     * @var \\Migration\\App\\ProgressBar\\LogLevelProcessor|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $progress;\n\n    /**\n     * @var \\Migration\\ResourceModel\\RecordFactory|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $recordFactory;\n\n    /**\n     * @var \\Migration\\Reader\\Settings|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $readerSettings;\n\n    /**\n     * @var \\Migration\\Handler\\ManagerFactory|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $handlerManagerFactory;\n\n    /**\n     * @return void\n     */\n    public function setUp()\n    {\n        $this->destination = $this->createPartialMock(\n            \\Migration\\ResourceModel\\Destination::class,\n            ['getRecordsCount', 'getRecords', 'getDocument', 'getDocumentList', 'clearDocument', 'saveRecords']\n        );\n        $this->source = $this->createPartialMock(\n            \\Migration\\ResourceModel\\Source::class,\n            ['getRecordsCount', 'getRecords', 'getDocumentList']\n        );\n        $this->readerSettings = $this->createPartialMock(\n            \\Migration\\Reader\\Settings::class,\n            ['isNodeIgnored', 'getNodeMap', 'getValueHandler']\n        );\n        $this->recordFactory = $this->createPartialMock(\n            \\Migration\\ResourceModel\\RecordFactory::class,\n            ['create']\n        );\n        $this->handlerManagerFactory = $this->createPartialMock(\n            \\Migration\\Handler\\ManagerFactory::class,\n            ['create']\n        );\n        $this->logger = $this->createPartialMock(\n            \\Migration\\Logger\\Logger::class,\n            ['error', 'notice']\n        );\n        $this->progress = $this->createPartialMock(\n            \\Migration\\App\\ProgressBar\\LogLevelProcessor::class,\n            ['start', 'advance', 'finish']\n        );\n    }\n\n    /**\n     * @return void\n     */\n    public function testPerform()\n    {\n        $this->progress->expects($this->once())->method('start')->with(1);\n        $this->progress->expects($this->once())->method('advance');\n        $this->progress->expects($this->once())->method('finish');\n        $this->source->expects($this->once())->method('getDocumentList')->willReturn(['core_config_data']);\n        $this->destination->expects($this->once())->method('getDocumentList')->willReturn(['core_config_data']);\n        $this->integrity = new Integrity(\n            $this->destination,\n            $this->source,\n            $this->logger,\n            $this->progress,\n            $this->recordFactory,\n            $this->readerSettings,\n            $this->handlerManagerFactory\n        );\n        $this->assertTrue($this->integrity->perform());\n    }\n\n    /**\n     * @return void\n     */\n    public function testPerformSourceFail()\n    {\n        $this->progress->expects($this->once())->method('start')->with(1);\n        $this->progress->expects($this->once())->method('advance');\n        $this->progress->expects($this->never())->method('finish');\n        $this->source->expects($this->once())->method('getDocumentList')->willReturn([]);\n        $this->logger\n            ->expects($this->once())\n            ->method('error')\n            ->with(\n                'Integrity check failed due to \"core_config_data\" document does not exist in the source resource'\n            );\n        $this->logger\n            ->expects($this->once())\n            ->method('notice')\n            ->with(\n                'Please check if table names uses prefix, add it to your config.xml file'\n            );\n        $this->integrity = new Integrity(\n            $this->destination,\n            $this->source,\n            $this->logger,\n            $this->progress,\n            $this->recordFactory,\n            $this->readerSettings,\n            $this->handlerManagerFactory\n        );\n        $this->assertFalse($this->integrity->perform());\n    }\n\n    /**\n     * @return void\n     */\n    public function testPerformDestinationFail()\n    {\n        $this->progress->expects($this->once())->method('start')->with(1);\n        $this->progress->expects($this->once())->method('advance');\n        $this->progress->expects($this->never())->method('finish');\n        $this->source->expects($this->once())->method('getDocumentList')->willReturn(['core_config_data']);\n        $this->destination->expects($this->once())->method('getDocumentList')->willReturn([]);\n        $this->logger\n            ->expects($this->once())\n            ->method('error')\n            ->with(\n                'Integrity check failed due to \"core_config_data\" document does not exist in the destination resource'\n            );\n        $this->logger\n            ->expects($this->once())\n            ->method('notice')\n            ->with(\n                'Please check if table names uses prefix, add it to your config.xml file'\n            );\n        $this->integrity = new Integrity(\n            $this->destination,\n            $this->source,\n            $this->logger,\n            $this->progress,\n            $this->recordFactory,\n            $this->readerSettings,\n            $this->handlerManagerFactory\n        );\n        $this->assertFalse($this->integrity->perform());\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/Step/UrlRewrite/Version11410to2000Test.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\nnamespace Migration\\Step\\UrlRewrite;\n\nuse Migration\\Step\\UrlRewrite\\Model\\Version11410to2000\\ProductRewritesWithoutCategories;\nuse Migration\\Step\\UrlRewrite\\Model\\Version11410to2000\\ProductRewritesIncludedIntoCategories;\n\n/**\n * Class UrlRewriteTest\n * @SuppressWarnings(PHPMD)\n */\nclass Version11410to2000Test extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @var \\Migration\\Step\\UrlRewrite\\Version11410to2000\n     */\n    protected $version;\n\n    /**\n     * @var \\Migration\\App\\ProgressBar\\LogLevelProcessor|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $progress;\n\n    /**\n     * @var \\Migration\\Logger\\Logger|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $logger;\n\n    /**\n     * @var \\Migration\\Config|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $config;\n\n    /**\n     * @var \\Migration\\ResourceModel\\Source|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $source;\n\n    /**\n     * @var \\Migration\\ResourceModel\\Destination|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $destination;\n\n    /**\n     * @var \\Migration\\ResourceModel\\Record\\CollectionFactory|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $recordCollectionFactory;\n\n    /**\n     * @var \\Migration\\ResourceModel\\RecordFactory|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $recordFactory;\n\n    /**\n     * @var \\Migration\\Step\\UrlRewrite\\Helper|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $helper;\n\n    /**\n     * @var ProductRewritesWithoutCategories|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $productRewritesWithoutCategories;\n\n    /**\n     * @var ProductRewritesIncludedIntoCategories|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $productRewritesIncludedIntoCategories;\n\n    /**\n     * @var Suffix|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $suffix;\n\n    /**\n     * @var TemporaryTable|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $temporaryTable;\n\n    /**\n     * @return void\n     */\n    public function setUp()\n    {\n        $this->progress = $this->createPartialMock(\n            \\Migration\\App\\ProgressBar\\LogLevelProcessor::class,\n            ['start', 'finish', 'advance']\n        );\n        $this->logger = $this->createPartialMock(\n            \\Migration\\Logger\\Logger::class,\n            ['debug', 'error']\n        );\n        $this->config = $this->createMock(\\Migration\\Config::class);\n        $this->config->expects($this->any())->method('getSource')->willReturn([\n            'type' => 'database',\n            'version' => '1.14.1.0'\n        ]);\n        $this->source = $this->createMock(\\Migration\\ResourceModel\\Source::class);\n        $this->destination = $this->createMock(\\Migration\\ResourceModel\\Destination::class);\n        $this->recordCollectionFactory = $this->createPartialMock(\n            \\Migration\\ResourceModel\\Record\\CollectionFactory::class,\n            ['create']\n        );\n        $this->recordFactory = $this->createPartialMock(\n            \\Migration\\ResourceModel\\RecordFactory::class,\n            ['create']\n        );\n        $this->helper = $this->getMockBuilder(\\Migration\\Step\\UrlRewrite\\Helper::class)\n            ->disableOriginalConstructor()\n            ->setMethods(['processFields'])\n            ->getMock();\n        $this->productRewritesWithoutCategories = $this->getMockBuilder(ProductRewritesWithoutCategories::class)\n            ->disableOriginalConstructor()\n            ->getMock();\n        $this->productRewritesIncludedIntoCategories =\n            $this->getMockBuilder(ProductRewritesIncludedIntoCategories::class)\n                ->disableOriginalConstructor()\n                ->getMock();\n        $this->suffix = $this->createMock(\\Migration\\Step\\UrlRewrite\\Model\\Suffix::class);\n        $this->temporaryTable = $this->createMock(\\Migration\\Step\\UrlRewrite\\Model\\TemporaryTable::class);\n    }\n\n    /**\n     * @return void\n     */\n    public function testIntegrity()\n    {\n        $this->helper->expects($this->any())->method('processFields')->willReturn([\n            'array' => 'with_processed_fields'\n        ]);\n        $this->version = new \\Migration\\Step\\UrlRewrite\\Version11410to2000(\n            $this->progress,\n            $this->logger,\n            $this->config,\n            $this->source,\n            $this->destination,\n            $this->recordCollectionFactory,\n            $this->recordFactory,\n            $this->helper,\n            $this->productRewritesWithoutCategories,\n            $this->productRewritesIncludedIntoCategories,\n            $this->suffix,\n            $this->temporaryTable,\n            'integrity'\n        );\n        $this->assertTrue(true);\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/Step/UrlRewrite/Version191to2000Test.php",
    "content": "<?php\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n\nnamespace Migration\\Step\\UrlRewrite;\n\n/**\n * Class Version19Test\n * Test for \\Migration\\Step\\UrlRewrite\\Version19\n */\nclass Version191to2000Test extends \\PHPUnit\\Framework\\TestCase\n{\n    /**\n     * @var \\Migration\\App\\ProgressBar\\LogLevelProcessor|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $progress;\n\n    /**\n     * @var \\Migration\\Logger\\Logger|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $logger;\n\n    /**\n     * @var \\Migration\\Config|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $config;\n\n    /**\n     * @var \\Migration\\ResourceModel\\Source|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $source;\n\n    /**\n     * @var \\Migration\\ResourceModel\\Destination|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $destination;\n\n    /**\n     * @var \\Migration\\ResourceModel\\Record\\Collection|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $recordCollection;\n\n    /**\n     * @var \\Migration\\ResourceModel\\RecordFactory|\\PHPUnit_Framework_MockObject_MockObject\n     */\n    protected $recordFactory;\n\n    /**\n     * @var int\n     */\n    private $recordsAmount = 123;\n\n    /**\n     * @var int\n     */\n    private $pageSize = 20;\n\n    /**\n     * @return void\n     */\n    public function setUp()\n    {\n        $this->logger = $this->createPartialMock(\n            \\Migration\\Logger\\Logger::class,\n            ['error']\n        );\n        $this->progress = $this->createPartialMock(\n            \\Migration\\App\\ProgressBar\\LogLevelProcessor::class,\n            ['start', 'finish', 'advance']\n        );\n        $this->logger = $this->createPartialMock(\n            \\Migration\\Logger\\Logger::class,\n            ['debug', 'error']\n        );\n        $this->config = $this->createMock(\\Migration\\Config::class);\n        $this->config->expects($this->any())->method('getSource')->willReturn([\n            'type' => 'database',\n            'version' => '1.9'\n        ]);\n        $this->source = $this->createMock(\\Migration\\ResourceModel\\Source::class);\n\n        $select = $this->getMockBuilder(\\Magento\\Framework\\DB\\Select::class)\n            ->setMethods(['from', 'joinLeft', 'where', 'group', 'distinct'])\n            ->disableOriginalConstructor()\n            ->getMock();\n\n        $select->expects($this->any())->method('from')->willReturnSelf();\n        $select->expects($this->any())->method('joinLeft')->willReturnSelf();\n        $select->expects($this->any())->method('where')->willReturnSelf();\n        $select->expects($this->any())->method('group')->willReturnSelf();\n        $select->expects($this->any())->method('distinct')->willReturnSelf();\n\n        $sourceAdapter = $this->getMockBuilder(\\Migration\\ResourceModel\\Adapter\\Mysql::class)\n            ->disableOriginalConstructor()\n            ->setMethods(['getSelect', 'loadDataFromSelect'])\n            ->getMock();\n\n        $sourceAdapter->expects($this->any())->method('getSelect')->willReturn($select);\n\n        $this->source->expects($this->any())->method('getAdapter')->willReturn($sourceAdapter);\n\n        $this->destination = $this->createMock(\\Migration\\ResourceModel\\Destination::class);\n        $this->recordCollection = $this->createPartialMock(\n            \\Migration\\ResourceModel\\Record\\Collection::class,\n            ['addRecord']\n        );\n        $this->recordFactory = $this->createPartialMock(\n            \\Migration\\ResourceModel\\RecordFactory::class,\n            ['create']\n        );\n    }\n\n    /**\n     * @return void\n     */\n    public function testRollback()\n    {\n        $version = new \\Migration\\Step\\UrlRewrite\\Version191to2000(\n            $this->config,\n            $this->source,\n            $this->destination,\n            $this->progress,\n            $this->recordFactory,\n            $this->logger,\n            'data'\n        );\n        $this->assertTrue($version->rollback());\n    }\n\n    /**\n     * @throws \\Migration\\Exception\n     * @return void\n     */\n    public function testIntegrity()\n    {\n        $this->progress->expects($this->at(0))\n            ->method('start')\n            ->with($this->equalTo(1));\n        $sourceStructure = $this->getMockBuilder(\\Migration\\ResourceModel\\Structure::class)\n            ->disableOriginalConstructor()\n            ->getMock();\n        $sourceStructure->expects($this->once())\n            ->method('getFields')\n            ->willReturn([\n                'url_rewrite_id' => 'something',\n                'store_id' => 'something',\n                'id_path' => 'something',\n                'request_path' => 'something',\n                'target_path' => 'something',\n                'is_system' => 'something',\n                'options' => 'something',\n                'description' => 'something',\n                'category_id' => 'something',\n                'product_id' => 'something',\n            ]);\n        $this->source->expects($this->at(0))\n            ->method('getStructure')\n            ->with($this->equalTo(\\Migration\\Step\\UrlRewrite\\Version191to2000::SOURCE))\n            ->willReturn($sourceStructure);\n        $destinationStructure = $this->getMockBuilder(\\Migration\\ResourceModel\\Structure::class)\n            ->disableOriginalConstructor()\n            ->getMock();\n        $destinationStructure->expects($this->once())\n            ->method('getFields')\n            ->willReturn([\n                'url_rewrite_id' => 'something',\n                'entity_type' => 'something',\n                'entity_id' => 'something',\n                'request_path' => 'something',\n                'target_path' => 'something',\n                'redirect_type' => 'something',\n                'store_id' => 'something',\n                'description' => 'something',\n                'is_autogenerated' => 'something',\n                'metadata' => 'something',\n            ]);\n        $this->destination->expects($this->at(0))\n            ->method('getStructure')\n            ->with($this->equalTo(\\Migration\\Step\\UrlRewrite\\Version191to2000::DESTINATION))\n            ->willReturn($destinationStructure);\n        $this->progress->expects($this->once())\n            ->method('advance')\n            ->willReturnSelf();\n        $this->progress->expects($this->once())\n            ->method('finish')\n            ->willReturnSelf();\n        $version = new \\Migration\\Step\\UrlRewrite\\Version191to2000(\n            $this->config,\n            $this->source,\n            $this->destination,\n            $this->progress,\n            $this->recordFactory,\n            $this->logger,\n            'integrity'\n        );\n\n        $this->assertTrue($version->perform());\n    }\n\n    /**\n     * @throws \\Migration\\Exception\n     * @return void\n     */\n    public function testData()\n    {\n        $progressRecordsAmount = ceil($this->recordsAmount / $this->pageSize);\n        $this->source->expects($this->once())\n            ->method('getRecordsCount')\n            ->willReturn($this->recordsAmount);\n        $this->source->expects($this->once())\n            ->method('getPageSize')\n            ->willReturn($this->pageSize);\n        $this->progress->expects($this->at(0))\n            ->method('start')\n            ->with($this->equalTo($progressRecordsAmount));\n\n        $sourceDocument = $this->getMockBuilder(\\Migration\\ResourceModel\\Document::class)\n            ->disableOriginalConstructor()\n            ->getMock();\n        $this->source->expects($this->once())\n            ->method('getDocument')\n            ->with($this->equalTo(\\Migration\\Step\\UrlRewrite\\Version191to2000::SOURCE))\n            ->willReturn($sourceDocument);\n        $destinationDocument = $this->getMockBuilder(\\Migration\\ResourceModel\\Document::class)\n            ->disableOriginalConstructor()\n            ->getMock();\n        $this->destination->expects($this->at(0))\n            ->method('getDocument')\n            ->with($this->equalTo(\\Migration\\Step\\UrlRewrite\\Version191to2000::DESTINATION))\n            ->willReturn($destinationDocument);\n        $destinationProductCategory = $this->getMockBuilder(\\Migration\\ResourceModel\\Document::class)\n            ->setMethods(['setValue', 'getRecords'])\n            ->disableOriginalConstructor()\n            ->getMock();\n        $this->destination->expects($this->at(1))\n            ->method('getDocument')\n            ->with($this->equalTo(\\Migration\\Step\\UrlRewrite\\Version191to2000::DESTINATION_PRODUCT_CATEGORY))\n            ->willReturn($destinationProductCategory);\n\n        $this->destination->expects($this->exactly(2))\n            ->method('clearDocument')\n            ->withConsecutive(\n                [\\Migration\\Step\\UrlRewrite\\Version191to2000::DESTINATION],\n                [\\Migration\\Step\\UrlRewrite\\Version191to2000::DESTINATION_PRODUCT_CATEGORY]\n            );\n\n        $this->source->expects($this->at(3))\n            ->method('getRecords')\n            ->with($this->equalTo(\\Migration\\Step\\UrlRewrite\\Version191to2000::SOURCE), $this->equalTo(0))\n            ->willReturn([['RecordData1']]);\n\n        $this->source->expects($this->any())\n            ->method('setLastLoadedRecord')\n            ->with(\\Migration\\Step\\UrlRewrite\\Version191to2000::SOURCE, ['RecordData1']);\n\n        $sourceRecord = $this->getMockBuilder(\\Migration\\ResourceModel\\Record::class)\n            ->disableOriginalConstructor()\n            ->getMock();\n\n        $this->recordFactory->expects($this->at(0))\n            ->method('create')\n            ->with($this->equalTo(['document' => $sourceDocument, 'data' => ['RecordData1']]))\n            ->willReturn($sourceRecord);\n\n        $destinationRecord = $this->getMockBuilder(\\Migration\\ResourceModel\\Record::class)\n            ->disableOriginalConstructor()\n            ->getMock();\n\n        $this->recordFactory->expects($this->at(1))\n            ->method('create')\n            ->with($this->equalTo(['document' => $destinationDocument]))\n            ->willReturn($destinationRecord);\n\n        $destinationCategoryRecord = $this->getMockBuilder(\\Migration\\ResourceModel\\Record::class)\n            ->disableOriginalConstructor()\n            ->getMock();\n\n        $this->recordFactory->expects($this->at(2))\n            ->method('create')\n            ->with($this->equalTo(['document' => $destinationProductCategory]))\n            ->willReturn($destinationCategoryRecord);\n\n        $this->mockSourceRecordGetters($sourceRecord);\n\n        $this->mockDestinationRecordSetters($destinationRecord);\n\n        $this->mockDestinationCategorySetters($destinationCategoryRecord);\n\n        $destinationProductCategory->expects($this->once())\n            ->method('getRecords')\n            ->willReturn($this->recordCollection);\n        $destinationDocument->expects($this->once())\n            ->method('getRecords')\n            ->willReturn($this->recordCollection);\n\n        $version = new \\Migration\\Step\\UrlRewrite\\Version191to2000(\n            $this->config,\n            $this->source,\n            $this->destination,\n            $this->progress,\n            $this->recordFactory,\n            $this->logger,\n            'data'\n        );\n        $this->assertTrue($version->perform());\n    }\n\n    /**\n     * @param \\PHPUnit_Framework_MockObject_MockObject $sourceRecord\n     * @return void\n     */\n    private function mockSourceRecordGetters($sourceRecord)\n    {\n        $sourceRecord->expects($this->any())\n            ->method('getValue')\n            ->willReturnMap([\n                ['url_rewrite_id', 'url_rewrite_id_value'],\n                ['store_id', 'store_id_value'],\n                ['description', 'description_value'],\n                ['request_path', 'request_path_value'],\n                ['target_path', 'target_path_value'],\n                ['is_autogenerated', 'is_autogenerated_value'],\n                ['product_id', 'product_id_value'],\n                ['is_system', 'is_system_value'],\n                ['category_id', 'category_id_value']\n            ]);\n    }\n\n    /**\n     * @param \\PHPUnit_Framework_MockObject_MockObject $destinationRecord\n     * @return void\n     */\n    private function mockDestinationRecordSetters($destinationRecord)\n    {\n        $destinationRecord->expects($this->at(0))\n            ->method('setValue')\n            ->with('url_rewrite_id', 'url_rewrite_id_value')\n            ->willReturnSelf();\n        $destinationRecord->expects($this->at(1))\n            ->method('setValue')\n            ->with('store_id', 'store_id_value')\n            ->willReturnSelf();\n        $destinationRecord->expects($this->at(2))\n            ->method('setValue')\n            ->with('description', 'description_value')\n            ->willReturnSelf();\n        $destinationRecord->expects($this->at(3))\n            ->method('setValue')\n            ->with('request_path', 'request_path_value')\n            ->willReturnSelf();\n        $destinationRecord->expects($this->at(4))\n            ->method('setValue')\n            ->with('target_path', 'target_path_value')\n            ->willReturnSelf();\n        $destinationRecord->expects($this->at(5))\n            ->method('setValue')\n            ->with('is_autogenerated', 'is_system_value')\n            ->willReturnSelf();\n        $destinationRecord->expects($this->at(6))\n            ->method('setValue')\n            ->with('entity_type', 'product')\n            ->willReturnSelf();\n        $destinationRecord->expects($this->at(7))\n            ->method('setValue')\n            ->with('metadata', '{\"category_id\":\"category_id_value\"}')->willReturnSelf();\n        $destinationRecord->expects($this->at(8))\n            ->method('setValue')\n            ->with('entity_id', 'product_id_value')\n            ->willReturnSelf();\n        $destinationRecord->expects($this->at(9))\n            ->method('setValue')\n            ->with('redirect_type', '0')\n            ->willReturnSelf();\n    }\n\n    /**\n     * @param \\PHPUnit_Framework_MockObject_MockObject $destinationCategoryRecord\n     * @return void\n     */\n    private function mockDestinationCategorySetters($destinationCategoryRecord)\n    {\n        $destinationCategoryRecord->expects($this->at(0))\n            ->method('setValue')\n            ->with('url_rewrite_id', 'url_rewrite_id_value')\n            ->willReturnSelf();\n        $destinationCategoryRecord->expects($this->at(1))\n            ->method('setValue')\n            ->with('category_id', 'category_id_value')\n            ->willReturnSelf();\n        $destinationCategoryRecord->expects($this->at(2))\n            ->method('setValue')\n            ->with('product_id', 'product_id_value')\n            ->willReturnSelf();\n    }\n}\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/_files/class-map.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<classmap xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n          xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/class-map.xsd\">\n    <rename>\n        <from>catalog/product_widget_link</from>\n        <to>Magento\\Catalog\\Block\\Product\\Widget\\Link</to>\n    </rename>\n</classmap>\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/_files/eav-attribute-groups.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<groups xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/groups.xsd\">\n    <group name=\"ignore\">\n        <attribute type=\"catalog_product\">msrp_enabled</attribute>\n        <attribute type=\"catalog_product\">url_key</attribute>\n        <attribute type=\"catalog_category\">url_key</attribute>\n    </group>\n</groups>\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/_files/eav-document-groups.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<groups xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/groups.xsd\">\n    <group name=\"documents\">\n        <document>eav_attribute_group</document>\n        <document>eav_attribute_set</document>\n    </group>\n    <group name=\"mapped_documents\">\n        <document key=\"attribute_id\">catalog_eav_attribute</document>\n        <document key=\"attribute_id\">customer_eav_attribute</document>\n        <document key=\"entity_type_id\">eav_entity_type</document>\n    </group>\n    <group name=\"documents_leftover_values\">\n        <document>catalog_category_entity_datetime</document>\n    </group>\n</groups>\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/_files/invalid-config.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps/>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\"/>\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\"/>\n    </destination>\n    <options>\n        <map_file>map-file.xml</map_file>\n        <settings_map_file>settings-map-file.xml</settings_map_file>\n        <custom_option>custom_option_value</custom_option>\n    </options>\n</config>\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/_files/map-invalid.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <rename>\n                <document>source-document</document>\n                <to>dest-document</to>\n            </rename>\n            <ignore>\n            </ignore>\n        </document_rules>\n\n        <field_rules>\n            <ignore>\n                <field>source-document.field1</field>\n            </ignore>\n            <transform>\n                <field>source-document.field-with-handler</field>\n            </transform>\n        </field_rules>\n    </source>\n</map>\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/_files/map.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<map xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n     xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/map.xsd\">\n    <source>\n        <document_rules>\n            <rename>\n                <document>source-document</document>\n                <to>dest-document</to>\n            </rename>\n            <ignore>\n                <document>source-document-ignored*</document>\n            </ignore>\n        </document_rules>\n\n        <field_rules>\n            <ignore>\n                <field>source-document.field1</field>\n            </ignore>\n            <move>\n                <field>source-document.field2</field>\n                <to>dest-document.field2</to>\n            </move>\n            <move>\n                <field>source-document-ignored.field3</field>\n                <to>dest-document-ignored.field3</to>\n            </move>\n            <move>\n                <field>source-document5.field3</field>\n                <to>dest-document-ignored.field3</to>\n            </move>\n            <move>\n                <field>source-document5.field4</field>\n                <to>dest-document5.field5</to>\n            </move>\n            <transform>\n                <field>source-document.field-with-handler</field>\n                <handler class=\"Migration\\Handler\\SetValue\">\n                    <param name=\"default_value\" value=\"10\"/>\n                </handler>\n            </transform>\n            <ignore>\n                <datatype>dest-document5.field6</datatype>\n            </ignore>\n        </field_rules>\n    </source>\n    <destination>\n        <document_rules>\n            <ignore>\n                <document>dest-document-ignored*</document>\n            </ignore>\n        </document_rules>\n\n        <field_rules>\n            <ignore>\n                <field>dest-document.field-new</field>\n            </ignore>\n            <ignore>\n                <field>dest-document5.field5</field>\n            </ignore>\n            <ignore>\n                <datatype>dest-document5.field6</datatype>\n            </ignore>\n        </field_rules>\n    </destination>\n</map>\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/_files/settings-invalid.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<settings xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n          xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/settings.xsd\">\n    <key>\n        <ignore>\n            <path>path/to/ignore*</path>\n        </ignore>\n        <ignore>\n            <path>exact/path/to/ignore</path>\n        </ignore>\n    </key>\n</settings>\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/_files/settings.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<settings xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n          xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/settings.xsd\">\n    <key>\n        <ignore>\n            <path>path/to/ignore*</path>\n        </ignore>\n        <ignore>\n            <path>exact/path/to/ignore</path>\n        </ignore>\n        <ignore>\n            <path>renamed/path/to/ignore</path>\n        </ignore>\n        <ignore>\n            <path>handled/path/to/ignore</path>\n        </ignore>\n        <rename>\n            <path>path/to/rename</path>\n            <to>new/path/renamed</to>\n        </rename>\n        <rename>\n            <path>renamed/path/to/ignore</path>\n            <to>new/path/renamed2</to>\n        </rename>\n    </key>\n    <value>\n        <transform>\n            <path>some/key/to/change</path>\n            <handler class=\"Some\\Handler\\Class\"/>\n        </transform>\n        <transform>\n            <path>handled/path/to/ignore</path>\n            <handler class=\"Some\\Handler\\Class\"/>\n        </transform>\n    </value>\n</settings>\n"
  },
  {
    "path": "tests/unit/testsuite/Migration/_files/test-config.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n/**\n * Copyright © Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<config xmlns:xs=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xs:noNamespaceSchemaLocation=\"urn:magento:module:Magento_DataMigrationTool:etc/config.xsd\">\n    <steps mode=\"data\">\n        <step title=\"Step1\">\n            <integrity>Migration\\Step\\SomeStep\\Integrity</integrity>\n            <volume>Migration\\Step\\SomeStep\\Volume</volume>\n        </step>\n        <step title=\"Step2\">\n            <integrity>Migration\\Step\\SomeStep\\Integrity</integrity>\n            <volume>Migration\\Step\\SomeStep\\Volume</volume>\n        </step>\n    </steps>\n    <steps mode=\"delta\">\n        <step title=\"Step1\">\n            <delta>Migration\\Step\\SomeStep\\Integrity</delta>\n        </step>\n    </steps>\n    <source>\n        <database host=\"localhost\" name=\"magento1\" user=\"root\"/>\n    </source>\n    <destination>\n        <database host=\"localhost\" name=\"magento2\" user=\"root\" password=\"123123q\"/>\n    </destination>\n    <options>\n        <map_file>map-file.xml</map_file>\n        <eav_map_file>eav-map-file.xml</eav_map_file>\n        <log_map_file>etc/map-log.xml</log_map_file>\n        <settings_map_file>etc/settings.xml</settings_map_file>\n        <sales_order_map_file>map-sales.xml</sales_order_map_file>\n        <bulk_size>100</bulk_size>\n        <custom_option>custom_option_value</custom_option>\n        <source_prefix />\n        <dest_prefix />\n    </options>\n</config>\n"
  }
]